Tk Source Code

Timeline
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 events occurring around e9c606f4c1628de5.

2016-05-19
12:02
Merge trunk. Change TkpGetFontAttrsForChar() signature for better Unicode handling check-in: a89b83ed user: jan.nijtmans tags: androwish
2016-05-18
20:39 Edit [0135904de41c8fad|0135904d]: Change branch background color to "#a0a0a0". artifact: c19f6fdb user: fvogel
20:39 Edit [38168e2176fcd277|38168e21]: Change branch background color to "#a0a0a0". artifact: e0ebb201 user: fvogel
18:50 Closed ticket [545f10fc]: Poor Xft coloured font performance on X11 plus 6 other changes artifact: 2e1bdc38 user: fvogel
18:48
Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing check-in: 2e273ecd user: fvogel tags: trunk
18:28 Edit [d96ebaabc78b8bc2|d96ebaab]: Mark "Closed". artifact: ee982d86 user: fvogel
18:27
Fixed [545f10fcf3] - Poor Xft coloured font performance on X11. Thanks to James Bonfield for the bug report, to Rob Davies for the patch, and to Brian Griffin for the testing check-in: 0072d910 user: fvogel tags: core-8-6-branch
10:16 Ticket [011706ec] tk::ButtonInvoke safety bug yields Tcl error under simple script pattern status still Open with 3 other changes artifact: 2cd4b11d user: fvogel
10:14
Fixed [011706ec42] for the scrollbar case. Closed-Leaf check-in: 17c4cb5e user: fvogel tags: bug-011706ec42
02:26
Tweak to allow Tk to build on 10.5; thanks to Marc Culler for patch check-in: 334ba4c1 user: kevin_walzer tags: core-8-6-branch
02:24
Tweak to allow Tk to build on 10.5; thanks to Marc Culler for patch check-in: 167c75a5 user: kevin_walzer tags: trunk
2016-05-17
21:12 Ticket [011706ec] tk::ButtonInvoke safety bug yields Tcl error under simple script pattern status still Open with 3 other changes artifact: 7711bd7b user: fvogel
20:36
Added (currently failing) test case scrollbar-11.1 - Note that it will only fail on x11 and on aqua, not on Win because on Windows there is no binding of <2> for the Scrollbar class check-in: a59d8940 user: fvogel tags: bug-011706ec42
20:30 Edit [b44ff3c9a2bbfc2d|b44ff3c9]: Remove the "Closed" mark. artifact: ccbb93e7 user: fvogel
20:09 Open ticket [011706ec]: tk::ButtonInvoke safety bug yields Tcl error under simple script pattern plus 5 other changes artifact: 1f6067ae user: fvogel
20:00
Took comments from Koen Danckaert into account (with my thanks) to simplify the implementation of TkUndoCanUndo() and TkUndoCanRedo() in tkUndo.c, and in tkText.c to remove direct calls to internals of the undo or redo stack Closed-Leaf check-in: b699eb0e user: fvogel tags: tip-446
2016-05-16
14:28 Closed ticket [e4851346]: messageBox documentation for -message likely wrong plus 7 other changes artifact: 9c5b60ff user: anonymous
14:28 Closed ticket [700a2f54]: Documentation error tk_messageBox plus 7 other changes artifact: 3a0c1f6c user: anonymous
14:15 Ticket [45c45ccf] request: simple flat theme status still Open with 3 other changes artifact: fc11c76b user: anonymous
2016-05-13
19:54 Edit [b34f15b4dc76dc53|b34f15b4]: Mark "Closed". artifact: 177a7ade user: fvogel
2016-05-12
22:32 Edit [e9c606f4c1628de5|e9c606f4]: Add propagating "hidden". artifact: 117425ad user: fvogel
22:31 Edit [2bfc04afc24382c1|2bfc04af]: Cancel "hidden". artifact: 2a7cbcfb user: fvogel
22:30 Edit [e9c606f4c1628de5|e9c606f4]: Move to branch mistake. artifact: 1fd0d7f5 user: fvogel
22:28 Edit [e1dbced686a14c41|e1dbced6]: Mark "Closed". artifact: f01a5e14 user: fvogel
22:28 Edit [ef7364ed74b99bb7|ef7364ed]: Mark "Closed". artifact: 575a4e69 user: fvogel
22:21 Edit [2bfc04afc24382c1|2bfc04af]: Move to branch tip-446. Add propagating "hidden". artifact: 3efaaff2 user: fvogel
22:21
Unified branched tip-446-undodepth and tip-446-canundo to become branch tip-446 check-in: 2bfc04af user: fvogel tags: tip-446
22:18 Edit [8fc35b22e19eb1d5|8fc35b22]: Move to branch tip-446-undodepth. artifact: 37b5fda7 user: fvogel
22:14 Closed ticket [f6c2f729]: extra NULL pointer check in generic/tkImage.c : Tk_GetImageMasterData plus 5 other changes artifact: f0f4612c user: ferrieux
21:42
Aligned GenerateModifiedEvent() on GenerateUndoStackEvent() regarding generation of the event for each peer Closed-Leaf check-in: ef7364ed user: fvogel tags: tip-446-canundo
21:35
Added test for the <<UndoStack>> event check-in: efe4cb36 user: fvogel tags: tip-446-canundo
21:24
Removed useless precision regarding the <<UndoStack>> event check-in: bab37fee user: fvogel tags: tip-446-canundo
21:22
Documented the <<UndoStack>> event check-in: 5ddbec41 user: fvogel tags: tip-446-canundo
21:12
Added <<UndoStack>> event, triggering when either the undo stack or the redo stack becomes empty or unempty check-in: 1dfd1615 user: fvogel tags: tip-446-canundo
20:37
Tests for [.t edit canundo/canredo] check-in: b9932d5f user: fvogel tags: tip-446-canundo
20:32
Documentation for [.t edit canundo/canredo] check-in: 16484cdd user: fvogel tags: tip-446-canundo
20:26 Edit [fe13004f507cc999|fe13004f]: Change branch background color to "#80bbd6". artifact: 594ed236 user: fvogel
20:26
Implementation of TIP #446 - Introspect Undo/Redo Stack check-in: fe13004f user: fvogel tags: tip-446-canundo
20:00 Ticket [f6c2f729] extra NULL pointer check in generic/tkImage.c : Tk_GetImageMasterData status still Open with 3 other changes artifact: 6d153600 user: fvogel ... 2 similar events omitted.
09:57 Closed ticket [64261b50]: unwanted mouse events after double click (regression of ticket 611615) plus 7 other changes artifact: 589b5f0c user: jan.nijtmans
09:46
(cherry-pick): Bug [64261b50]. Spurious mouse events sent to underlying window when file dialog is closed. check-in: f6eb1215 user: jan.nijtmans tags: core-8-6-branch
09:43
PeekMessageA -> PeekMessage check-in: a86e6b4e user: jan.nijtmans tags: trunk
05:37
Fix prototype warning from prev checkin check-in: 762a03ab user: ashok tags: trunk
05:08 Ticket [64261b50] unwanted mouse events after double click (regression of ticket 611615) status still Open with 3 other changes artifact: d8d7da78 user: apnadkarni
04:50
Bug [64261b50]. Spurious mouse events sent to underlying window when file dialog is closed. check-in: 11510747 user: ashok tags: trunk
03:24 Ticket [64261b50] unwanted mouse events after double click (regression of ticket 611615) status still Open with 3 other changes artifact: cf4dc7f0 user: apnadkarni ... 1 similar event omitted.
2016-05-11
18:38 Ticket [545f10fc] Poor Xft coloured font performance on X11 status still Open with 3 other changes artifact: 05357a54 user: fvogel