| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
opaque types. Therefore it should not have slipped in here.
|
| |
|
| |
|
|
|
|
| |
from going wildly wrong when Xft is used. [Bug 2107938]
|
| |
|
|
|
|
| |
stub table [Feature Request 220906]
|
| |
|
|
|
|
| |
(patch from Pat Thoyts; needed to support proper visual feedback on Vista).
|
| |
|
| |
|
|
|
|
| |
for each theme as needed.
|
|
|
|
| |
object is reused across screens of different resolutions.
|
| |
|
|
|
|
| |
millimeter patch)
|
|
|
|
| |
redundancy and unnecessary loss of precision of the {pixel,mm}ObjType tandem.
|
|
|
|
|
| |
Replace Tcl_SetResult(interp, NULL, ....) calls
with Tcl_ResetResult(interp) everywhere
|
| |
|
| |
|
| |
|
|
|
|
| |
generated.
|
| |
|
| |
|
|
|
|
| |
Thoyts)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
replaced round() which is a C99 function.
|
| |
|
| |
|
|
|
|
| |
english constraint
|
|
|
|
| |
direct children of the master [Bug 1824996].
|
| |
|
|
|
|
|
|
|
|
| |
no need to malloc and copy photo type name because
it is a constant to begin with.
Convert Tcl_SetResult(......, TCL_DYNAMIC) to
Tcl_SetResult(......, TCL_VOLATILE), in preparation
for TIP #340
|
| |
|
| |
|