| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
fleur (move) cursor under win.
* tests/cursor.test: Check that documented cursors are available.
FossilOrigin-Name: c3ebf298fe6cab5c1c9ba5f43f0dde859c1052f2
|
|
|
|
|
|
| |
consistency between unix and windows -cursor option.
FossilOrigin-Name: cbf38f1a3d0e52e3dc3ae63cc78b01cb0a976705
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
updating Tk to use Tcl 8.4's fully CONST-ified
interface, and fully CONSTifying Tk at the
same time.
This patch includes purging Tk of its last
direct access to interp->result. [Bug 589853]
The substantial changes include copying
event sequence strings into Tcl_DStrings
in tkBind.c, and copying [text] indices into
Tcl_DStrings because parsing them involved
overwriting them. If this causes performance
trouble, that can be resolved by further
converting them to Tcl_Obj's.
The #defines USE_NON_CONST and USE_COMPAT_CONST
have the same effect for Tk as they do for Tcl.
(They actually change tcl.h)
FossilOrigin-Name: 5603f01aa35a127f83db9bb68f3b1ff9e5bb64de
|
|
|
| |
FossilOrigin-Name: 4cbec30087ab76fe37f011d2eef28bda678f043f
|
|
|
|
|
|
|
| |
2002-06-06 because it broke the ability to use built-in cursors
like left_ptr.
FossilOrigin-Name: 9dee7eedf2f29d6b8eeb6f8e9c2250c1fdb95ad4
|
|
|
| |
FossilOrigin-Name: 490767a8ed3439f7f419a237d2ca7e7386868e3a
|
|
|
|
|
|
| |
supposed to be first-and-foremost a list...
FossilOrigin-Name: a146a14fbcd4ed9776f6e44e4ecf158d6db858f6
|
|
|
|
|
|
|
|
|
|
|
| |
* Updated callers of Tcl_GetStringResult.
Rewrote PrintScrollFractions to ScrollFractions to stop scribbling
directly on interp->result.
* Updated callers of Tcl_GetVar, Tcl_GetVar2
* Updated callers of Tcl_SplitPath, Tcl_JoinPath, and
Tcl_TranslateFileName.
FossilOrigin-Name: 933dcfe881579bb3925ff2a05e925a0bd8d67087
|
|
|
|
|
|
|
|
|
|
|
|
| |
TkGetCursorByName (.ani, .cur) using -cursor @<filename>
(Ascher) [Bug: 1350]
* win/tkWinWm.c: fixed 'wm deiconify' to update position of the
toplevel if event is waiting before mapping. (Mao) [Bug: 3687]
This removes the need for 'update idle' before 'wm deiconify' on
Windows.
FossilOrigin-Name: e7aa2a517ac9d86186daa5274230776997172f85
|
|
|
| |
FossilOrigin-Name: 1120dc4257448ed1955333e682de48e2940cc741
|
|
|
| |
FossilOrigin-Name: fb58b663f313796e8ed3115f92d657f0cae1d575
|
|
FossilOrigin-Name: 2bf55ca9aa942b581137b9f474da5ad9c1480de4
|