Tk Source Code

Timeline
Login

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

200 most recent check-ins using file changes version 8b2d30f0

2019-12-06
23:07
Added item option -height. Renamed -titlerows to -titleitems. Use -anchor value for tree column. check-in: e05b8bdd user: pspjuth tags: pspjuth-treeview
2019-12-01
21:57
Clarification check-in: 1af5dd0b user: pspjuth tags: pspjuth-treeview
2019-11-19
21:47
Lock scrolling for title rows in Treeview check-in: ba9af342 user: pspjuth tags: pspjuth-treeview
2019-11-05
23:10
Handle bbox and identify when columns are locked check-in: b643e505 user: pspjuth tags: pspjuth-treeview
2019-10-06
19:07
Factorize out DecomposeMaskToShiftAndBits instead of implementing it twice, and promote it to TkDecomposeMaskToShiftAndBits check-in: 5aeca6e3 user: fvogel tags: bug-d66e6fabad
2019-10-04
22:23
Merge 8.6 check-in: 3c750e21 user: jan.nijtmans tags: trunk
20:39
Experiment: Change -fill option for canvas line/text to -outline. Closed-Leaf check-in: b4752deb user: jan.nijtmans tags: outline-for-canvas-text
20:23
Sometimes one MultiByteToWideChar() call does the same as 5 Tcl API calls. check-in: fae72a48 user: jan.nijtmans tags: trunk
14:07
merge trunk check-in: 16304031 user: dgp tags: core-8-7-a3-rc
12:29
Merge 8.6, demo change only. check-in: 5eeeb349 user: jan.nijtmans tags: trunk
10:04
Merge 8.6 check-in: 938ddfd4 user: jan.nijtmans tags: trunk
07:07
Bug in float emulation for MS-VC6: map fabsf() to fabs(), not abs(). Add float emulation for MS-VC8. Thanks to Auriocus to point out the bug. check-in: 94acb004 user: oehhar tags: trunk
2019-10-03
22:48
Cellselection can only use visible columns. check-in: 7507ca3f user: pspjuth tags: pspjuth-treeview
21:49
Eliminate UPDATE_WINDOWS(), which is only used once. Just replace it with a simple XSync(). check-in: eea697de user: jan.nijtmans tags: trunk
08:31
Restore "-outline" default for canvas polygons, but adapt test-case expectation. See discussion in [2beda17141]. check-in: 46e002cd user: jan.nijtmans tags: trunk
08:10
Merge 8.6 check-in: ec53bdcc user: jan.nijtmans tags: trunk
2019-10-02
20:24
Merge trunk check-in: e9f555a2 user: jan.nijtmans tags: revised_text, tip-466
20:12
Add many (mostly MacOS) stub functions, needed for future implementation of XIM. Since the X11 API is now equal for all platforms, many 'hacks' needed in the past can now be completely eliminated. check-in: 8c6a8b54 user: jan.nijtmans tags: trunk
15:44
merge trunk check-in: fc98a763 user: dgp tags: core-8-7-a3-rc
14:54
Add a bunch of new X11 functions (stubs, for now) to the X11 stub tables for win and MacOS. Those will be needed when implementing XIM support for Windows/MacOSX. Closed-Leaf check-in: e9cb3825 user: jan.nijtmans tags: macos-simplify
13:43
Add XLowerWindow to MacOS X11 stub table check-in: 7b8a989a user: jan.nijtmans tags: macos-simplify
12:29
Fix [95d5e459d12]: Test tk-4.7 (useinputmethods) fails in trunk (Win) check-in: 63cf6fb4 user: jan.nijtmans tags: trunk
11:42
Merge 8.6 check-in: e4d6d151 user: jan.nijtmans tags: trunk
01:38
Merge trunk check-in: b07f8639 user: kevin_walzer tags: core-8-7-a3-rc
01:37
Revert change to tkCanvPoly.c because of failure in test suite check-in: 2d90d92c user: kevin_walzer tags: trunk
2019-10-01
22:03
Fix [f5888bbd75a0]: font-5.3 test crashes on Windows in trunk check-in: 19afeb58 user: jan.nijtmans tags: trunk
21:16
Eliminate some dead code check-in: 94361d68 user: jan.nijtmans tags: macos-simplify
20:28
Eliminate a few (now unnecessary) type-casts check-in: 669b4a85 user: jan.nijtmans tags: macos-simplify
20:19
Bring back 2 files to their original state, since this eases keeping other branches in sync (e.g. revised_text) check-in: 279c8e47 user: jan.nijtmans tags: macos-simplify
20:07
Fix MacOS build check-in: 11bd5037 user: jan.nijtmans tags: macos-simplify
14:41
merge-mark check-in: e9a7c3f0 user: jan.nijtmans tags: macos-simplify
14:26
Merge 8.6 check-in: 8b29ed51 user: jan.nijtmans tags: trunk
11:01
more Region-related revamp. check-in: 255fc7ae user: jan.nijtmans tags: macos-simplify
2019-09-30
22:56
Simplify many MacOS-specific types which are not necessary check-in: 878a315f user: jan.nijtmans tags: macos-simplify
07:42
Merge 8.6. Format tkCanvPoly.c a little (put the handling of "-line" in two lines, like the other options) check-in: 49e6533d user: jan.nijtmans tags: trunk
2019-09-29
21:19
Fix 'implicit declaration of TkPutImage' warning on UNIX check-in: 18f693b4 user: jan.nijtmans tags: trunk
20:21
Attempt to make testcases with makefile.vc work again check-in: 695c4a72 user: jan.nijtmans tags: trunk
16:54
Finally, fix another build problem on MacOS check-in: c79c810c user: jan.nijtmans tags: trunk
16:41
Be carefull with using "extern" in Xlib/h and Xutil.h on win32: We want to export those symbols from tcl??.dll check-in: 4a3ec663 user: jan.nijtmans tags: trunk
16:04
Fix 2 build problems, one with XPutImage on Windows, one with -fill option check-in: 53100363 user: jan.nijtmans tags: trunk
12:11
Merge trunk check-in: f40d505c user: kevin_walzer tags: core-8-7-a3-rc
12:09
Remove call to idletasks in tkMacOSXKeyEvent.c check-in: a4a0d843 user: kevin_walzer tags: trunk
11:51
Merge 8.6 check-in: 06ea832a user: jan.nijtmans tags: trunk
08:25
Fix [a1d25b487e] (ttk::frame does not honor -borderwidth) by adding information in the documentation of ttk::frame check-in: 1eb4db1d user: fvogel tags: trunk
08:04
Fix Tk_Offset() -> offsetof(). Tk_Offset() was inherited by merging chavez-canvas branch that originally targeted core-8-6-branch. check-in: faa74b9f user: fvogel tags: trunk
01:30
Merge trunk check-in: 5939971b user: kevin_walzer tags: core-8-7-a3-rc
01:28
Merge chavez-canvas branch check-in: 67240cfb user: kevin_walzer tags: trunk
2019-09-27
20:13
Upgrade the X11 header files from the original ones (based on X11-r5) to X11-r6. This provides more functions, making it (hopefully) possible to implement XIM for Win32 and MacOS on top of this. check-in: 7097e971 user: jan.nijtmans tags: trunk
19:57
Only use one of XPutImage/TkPutImage, dependant on platform. Both are present in stub table, for backwards compatibility Closed-Leaf check-in: f6ea2a06 user: jan.nijtmans tags: x11-r6
12:32
merge trunk check-in: 8b9e35b9 user: dgp tags: core-8-7-a3-rc
2019-09-26
21:28
Better cellselection bindings check-in: 54d961c4 user: pspjuth tags: pspjuth-treeview
09:07
Merge 8.6 check-in: 5715601a user: jan.nijtmans tags: trunk
2019-09-25
22:18
merge-mark check-in: e9af560f user: jan.nijtmans tags: trunk
20:28
Corrected cellselection. Added test. check-in: e5974870 user: pspjuth tags: pspjuth-treeview
20:00
Make MacOSX aqua and X11 share the same X11 stub table. check-in: e62e3904 user: jan.nijtmans tags: x11-r6
17:51
Merge trunk check-in: 91ea47ac user: jan.nijtmans tags: x11-r6
15:13
merge trunk check-in: 77167737 user: dgp tags: core-8-7-a3-rc
11:02
Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possible by TIP #548 check-in: e0d88bb2 user: jan.nijtmans tags: trunk
2019-09-24
21:40
When using bindings for x|yview scroll ??? units, make sure that rounding up and down is done equally, moving away from zero. This was already done for text widget, now it's done for all other bindings on Windows too. check-in: b38d740d user: jan.nijtmans tags: trunk
21:23
Merge 8.6 check-in: 5fcc1e51 user: jan.nijtmans tags: trunk
15:30
Merge trunk check-in: 14cbd27e user: jan.nijtmans tags: revised_text, tip-466
15:23
Merge 8.6 check-in: 92ad8cb3 user: jan.nijtmans tags: trunk
12:36
Merge trunk check-in: 468fce87 user: kevin_walzer tags: core-8-7-a3-rc
12:06
Merge 8.6 check-in: 5fb32729 user: jan.nijtmans tags: trunk
02:33
Fix bug [96bce57407]: macosx crash when drawing 1x1 rounded rectangles. check-in: 0eaa4475 user: culler tags: trunk
2019-09-23
20:25
Fix alphabetical order of documented widget-specific options for ttk::labelframe check-in: f6917f94 user: fvogel tags: trunk
19:10
Merge 8.6. Don't use TCL_Z_MODIFIER on Windows, because it only works when Tk 8.7 is compiled with Tcl 8.7, not with Tcl 8.6 check-in: 6b6f137e user: jan.nijtmans tags: trunk
2019-09-22
18:15
Added -imageanchor for tree image. WIP check-in: da678726 user: pspjuth tags: pspjuth-treeview
16:31
Use constant for column separator width. check-in: 254bce73 user: pspjuth tags: pspjuth-treeview
15:37
Better key navigation for cell selection. check-in: 2e7758b8 user: pspjuth tags: pspjuth-treeview
2019-09-20
21:23
Merge trunk check-in: 73e013bc user: jan.nijtmans tags: revised_text, tip-466
14:02
merge trunk check-in: 0b546c4e user: dgp tags: core-8-7-a3-rc
13:16
Revert part of [8867a5752c55c16c]: Don't rule out certain fonts, because it causes test-case failures on Windows check-in: 3c4dcaad user: jan.nijtmans tags: trunk
13:07
Merge 8.6 check-in: 59c8b996 user: jan.nijtmans tags: trunk
11:51
Eliminate all references to Tcl_WinTCharToUtf/Tcl_WinUtfToTChar functions, using the TIP #548 functions in stead check-in: 682a6ef4 user: jan.nijtmans tags: trunk
10:45
Merge 8.6 check-in: 622b870f user: jan.nijtmans tags: trunk
08:04
Make everything compile without -DUNICODE Closed-Leaf check-in: 85111fe7 user: jan.nijtmans tags: tip-548
07:25
Merge trunk check-in: eb9c2190 user: jan.nijtmans tags: tip-548
2019-09-19
19:39
Merge 8.6 check-in: 8db2ce19 user: jan.nijtmans tags: trunk
2019-09-18
17:34
Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam) check-in: 65661e3b user: fvogel tags: trunk
17:34
merge core-8-6-branch check-in: 518e0d3a user: fvogel tags: trunk
16:42
merge trunk check-in: 73970013 user: dgp tags: core-8-7-a3-rc
2019-09-17
22:46
Use item in selecttype for consistency check-in: 6b0c5c16 user: pspjuth tags: pspjuth-treeview
22:33
Added identfy cell subcommand to Treeview check-in: 1d9a13c2 user: pspjuth tags: pspjuth-treeview
21:56
Show stripe and separator in demo check-in: 0fede315 user: pspjuth tags: pspjuth-treeview
21:33
Nicer column separator. check-in: 0922f888 user: pspjuth tags: pspjuth-treeview
08:51
Merge 8.6 check-in: 8867a575 user: jan.nijtmans tags: trunk
2019-09-16
15:01
merge trunk check-in: 3472a961 user: dgp tags: core-8-7-a3-rc
08:20
Merge trunk check-in: a7435f36 user: jan.nijtmans tags: tip-548
08:16
Merge 8.6 check-in: 0aee507f user: jan.nijtmans tags: trunk
2019-09-15
20:38
Added column separators in Treeview check-in: 50d9c36b user: pspjuth tags: pspjuth-treeview
20:37
Cell selection for Treeview check-in: 2035a69e user: pspjuth tags: pspjuth-treeview
20:36
Lock scrolling for title columns in Treeview check-in: 625251c3 user: pspjuth tags: pspjuth-treeview
20:36
Allow striped layout in Treeview check-in: af257e74 user: pspjuth tags: pspjuth-treeview
2019-09-13
13:03
merge trunk check-in: ca5d7fcd user: dgp tags: core-8-7-a3-rc
2019-09-12
21:40
Merge 8.6 check-in: a9d016cb user: jan.nijtmans tags: trunk
20:55
Fix comment in win/rules.vc check-in: fb00f25e user: fvogel tags: trunk
20:51
windows: rename WINDIR -> WIN_DIR to follow the same change in Tcl check-in: 1c73b80a user: fvogel tags: trunk
20:08
Fix [2834776fff]: ttk::spinbox spins up/down when disabled check-in: d036facf user: fvogel tags: trunk
2019-09-11
13:02
Corrected RGB masks on Windows in BlendComplexAlpha() check-in: 6f09f7ba user: scottyw tags: bug-d66e6fabad
2019-09-09
13:29
Merge 8.6 check-in: b4518e1b user: jan.nijtmans tags: trunk
13:21
Merge 8.6 check-in: 03478e57 user: jan.nijtmans tags: trunk
11:39
Simplify NewNativeObj() function in tkMain.c, since "length" is always -1 check-in: 951d59e2 user: jan.nijtmans tags: trunk
11:36
end-of-line spacing check-in: f4059c5f user: jan.nijtmans tags: trunk
11:25
Merge trunk check-in: c199a4d3 user: jan.nijtmans tags: tip-548
10:26
Merge trunk check-in: 15b9b46b user: kevin_walzer tags: core-8-7-a3-rc
10:25
Tweak logging messages if NSWindow apperance or tabbing operations fail on macOS check-in: 4e3dfd8f user: kevin_walzer tags: trunk
09:16
Merge-mark check-in: eb625a86 user: jan.nijtmans tags: trunk
02:13
Merge trunk check-in: 893119a3 user: kevin_walzer tags: core-8-7-a3-rc
02:08
Minor tweaks to tabbing window code on macOS, including to prevent a crash; thanks to Christopher Chavez for the patch check-in: b2948752 user: kevin_walzer tags: trunk
2019-09-04
20:09
Fix [1424367fff]: image item with activeimage and bind to destroy - drag crash check-in: 6b1854d9 user: fvogel tags: trunk
2019-09-02
23:54
Merge trunk check-in: 09e275b4 user: kevin_walzer tags: core-8-7-a3-rc
23:54
Fix for crash on IDLE on macOS caused by Tk check-in: 57945cfd user: kevin_walzer tags: trunk
13:22
Merge trunk check-in: 0c6f4792 user: kevin_walzer tags: core-8-7-a3-rc
13:19
Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up Apple Event processing on app startup check-in: 408af1fa user: kevin_walzer tags: trunk
09:23
Merge 8.6 check-in: fec7ad9d user: jan.nijtmans tags: trunk
01:58
Fix for menus in Dark Aqua windows, addresses ticket 07cfc9f03e; thanks to Christopher Chavez for the patch check-in: 855d4be3 user: kevin_walzer tags: trunk
2019-08-30
18:48
Fix [6a12b61fc3]: identical tests 'frame-3.5' and 'frame-3.6'. Remove the latter check-in: a855b80d user: fvogel tags: trunk
2019-08-29
20:56
On Windows, make sure that mousewheel rounding is the same in positive as in negative direction, for all bindings (was already done for text widget) Closed-Leaf check-in: bdeb27b0 user: jan.nijtmans tags: mouse-rounding
20:35
Fix numbering of bind-27.* tests just re-added check-in: 77f2f4a9 user: fvogel tags: trunk
19:46
TIP #532 implementation lost handling of Button 6 up to 9. Restore that, and add test-cases showing that it now works. check-in: d5fa0670 user: jan.nijtmans tags: trunk
19:33
Merge trunk check-in: 6517b920 user: jan.nijtmans tags: tip474
2019-08-28
20:22
merge trunk check-in: c303dd4f user: fvogel tags: revised_text, tip-466
20:20
Fix [a3e81a82a1]: macOS: ttk-2.8 fails check-in: 3d0d4c49 user: fvogel tags: trunk
20:13
merge mark check-in: ae038103 user: fvogel tags: trunk
20:12
Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Windows. check-in: 2f4aa075 user: fvogel tags: trunk
20:09
Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when -variable is set check-in: f1a837e5 user: fvogel tags: trunk
20:06
Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Update check-in: 7e40748a user: fvogel tags: trunk
19:35
merge mark check-in: 84a61596 user: fvogel tags: trunk
19:34
Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: wrong assumption about ButtonRelease to match Button presses) is fixed. check-in: f3ae247a user: fvogel tags: trunk
2019-08-27
15:43
Remove tests/bugs.tcl: the test cases in that file do no longer make Tk crash (for a long time). check-in: f8880b44 user: fvogel tags: trunk
13:42
Rebase to trunk Closed-Leaf check-in: bc16f543 user: fvogel tags: bug-943d5ebe51-87
2019-08-26
19:16
merge trunk check-in: 66c3cc5e user: dgp tags: core-8-7-a3-rc
2019-08-23
22:52
Merge trunk check-in: d7ed6fa0 user: jan.nijtmans tags: x11-r6
19:06
merge trunk check-in: 0034ff99 user: fvogel tags: revised_text, tip-466
19:06
Fix numbering of bind-25.* tests newly added check-in: e4027e44 user: fvogel tags: trunk
14:16
Merge 8.7 check-in: cf3ff8f4 user: jan.nijtmans tags: x11-r6
13:59
Finally: Add XDrawArcs() and XDrawRectangles() to aqua check-in: c2c09f9c user: jan.nijtmans tags: trunk
13:43
Add XPutImage() to X11 stub table for MacOSX (aqua), enabling its use for extensions. check-in: ddf2b98c user: jan.nijtmans tags: trunk
10:31
Fix example in grid.n man page: the entry widget has no -variable option check-in: 0b8b3ce0 user: fvogel tags: trunk
2019-08-22
22:26
Merge 8.7 check-in: 02e6b845 user: jan.nijtmans tags: x11-r6
22:23
Merge 8.6 check-in: c8b4dc9f user: jan.nijtmans tags: trunk
21:48
Fix [38dc27bd1d]: Tk does not support <Button-6> nor <Button-7> events. Was already almost done, just the modArray changes were still missing. Add test-cases too check-in: 40159ae3 user: jan.nijtmans tags: trunk
21:05
Add 7 new functions to the MacOSX X11-compat stub table check-in: 4eac7c8d user: jan.nijtmans tags: trunk
15:29
Use some more "(x|y)view scroll units" automatic rounding in bindings. check-in: 9e52646a user: jan.nijtmans tags: tip474
15:02
Allow using floating-point number in "scroll (x|y)view (units|pages)". They are rounded away from zero towards an integer. check-in: 52835528 user: jan.nijtmans tags: tip474
14:16
Merge trunk. Eliminate use of "mouseunits", was not a good idea. Move code out of UpdateButtonEventState() function. check-in: 89cd4047 user: jan.nijtmans tags: tip474
13:10
Merge trunk. Some more signature changes, in line with X11-R6 check-in: 9da004e2 user: jan.nijtmans tags: x11-r6
06:43
merge-mark (binding for Buttons 6/7 are already real bindings in Tk8.7) check-in: 385c6dd0 user: jan.nijtmans tags: trunk
2019-08-21
19:21
merge mark check-in: dd2dd99d user: fvogel tags: revised_text, tip-466
19:19
Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] does not move the cursor to 1.0 check-in: a3ca01d2 user: fvogel tags: revised_text, tip-466
19:15
Fix [c8ccd1899c]: Pressing the up arrow key on the first line of a [text] does not move the cursor to 1.0 check-in: e8531e69 user: fvogel tags: trunk
18:50
Fix [4f309446ea]: revised_text: wrong answer for 'index displaylines', and failed assertion check-in: 50c98712 user: fvogel tags: revised_text, tip-466
07:53
Merge 8.7 check-in: 0b5163af user: jan.nijtmans tags: revised_text, tip-466
07:49
Merge 8.6 check-in: b951bc4d user: jan.nijtmans tags: trunk
07:33
Merge 8.6 check-in: 4c4862e6 user: jan.nijtmans tags: trunk
05:37
Merge trunk check-in: 6a92a126 user: kevin_walzer tags: core-8-7-a3-rc
05:32
Document some known issues with Dark Mode and Apple Events in macOS check-in: 4ca512b6 user: kevin_walzer tags: trunk
02:45
Remove crash, replace with NSLog message calling for update if MacWindowStyle command does not retrieve window apperance correctly check-in: 10d21c4c user: kevin_walzer tags: trunk
01:33
Workaround for certain function keys on macOS inputting garbage instead of no input check-in: fe2d27e7 user: kevin_walzer tags: trunk
2019-08-20
12:15
Prevent "offsetof" re-definition in MSVC compile. check-in: 1e927d7e user: jan.nijtmans tags: revised_text, tip-466
08:45
Merge 8.6 check-in: 6520fb8c user: jan.nijtmans tags: trunk
2019-08-19
21:11
Merge 8.6 check-in: 90a635a1 user: jan.nijtmans tags: trunk
19:46
Merge trunk check-in: 389f1a00 user: jan.nijtmans tags: revised_text, tip-466
09:34
Merge trunk check-in: ce9b8fb5 user: jan.nijtmans tags: x11-r6
07:42
Merge branch 'tip-545-svg-options' after positive vote check-in: 56b9b155 user: oehhar tags: trunk
2019-08-18
22:02
Merge 8.6 check-in: f580fbe3 user: jan.nijtmans tags: trunk
21:55
Merge 8.6 check-in: 5f4103b0 user: jan.nijtmans tags: trunk
20:42
Merge 8.6. Also add <6> and <7> bindings for X11, where appropriate check-in: 785aa600 user: jan.nijtmans tags: trunk
15:10
Merge trunk check-in: a0cf0336 user: culler tags: core-8-7-a3-rc
15:07
Fix appearance anomalies with -default active buttons in aqua. check-in: bd146f54 user: culler tags: trunk
2019-08-16
21:00
Apply Christopher Chavez's patches to trunk. check-in: b5728f8d user: culler tags: trunk
07:02
More removals of "register" keyword. check-in: 1f1b9178 user: jan.nijtmans tags: trunk
02:31
Merge trunk check-in: a2e3d6dc user: kevin_walzer tags: core-8-7-a3-rc
02:28
Merge updates for macOS 10.15 Catalina check-in: c78ed945 user: kevin_walzer tags: trunk
2019-08-15
14:26
Eliminate "register" keyword from all unix/tkUnix*.c files. check-in: 6a250739 user: jan.nijtmans tags: trunk
12:24
Tweak display of bitmaps in menus on macOS; thanks to Christopher Chavez for the patch check-in: 6bbfaf12 user: kevin_walzer tags: trunk
2019-08-14
21:53
A little more clean-up check-in: 207258b9 user: jan.nijtmans tags: x11-r6
21:23
Further experimenting, seems to work on MacOSX check-in: 28057f16 user: jan.nijtmans tags: x11-r6
19:50
Fix some dark mode legibility issues with dialogs and message boxes on macOS. Thanks to Christopher Chavez. check-in: c7522788 user: culler tags: trunk
19:01
Experiment: Upgrade X11 header files from X11 R5 to X11 R6. This opens the way to implement more (e.g. XIM support) for Win32 and MacOSX. check-in: 54c37134 user: jan.nijtmans tags: x11-r6
2019-08-13
10:24
(cherry-pick): Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMask() any more, since Tk has it's own macro/function for that now. Closed-Leaf check-in: b8fa3732 user: jan.nijtmans tags: bug6e8afe516d-87, tip-532
09:37
Merge 8.7 check-in: 176c7b16 user: jan.nijtmans tags: bug6e8afe516d-87, tip-532
09:32
Merge 8.6 check-in: 3bc85b07 user: jan.nijtmans tags: trunk
07:33
Merge 8.6 check-in: 7ca81a81 user: jan.nijtmans tags: trunk
2019-08-11
18:11
Fix typo in a comment in tkWinFont.c. Thanks to C. Chavez check-in: 78d48cd5 user: fvogel tags: trunk
2019-08-10
17:03
Merge trunk check-in: ec27b1ae user: kevin_walzer tags: core-8-7-a3-rc
17:01
Merge chavez_spinbox branch check-in: b413e90b user: kevin_walzer tags: trunk
2019-08-04
19:59
Merge 8.7. Also remove unused TkDisplay fields when compiling against Tcl 9.0 headers check-in: 9c47ba50 user: jan.nijtmans tags: bug6e8afe516d-87, tip-532
19:14
It turns out that <unistd.h> is actually not needed on Win32 check-in: d11f91d5 user: jan.nijtmans tags: trunk
17:22
Header include file cleanup check-in: be1c3131 user: jan.nijtmans tags: bug6e8afe516d-87, tip-532
17:03
Tk_Offset -> offsetof check-in: a677dff1 user: jan.nijtmans tags: bug6e8afe516d-87, tip-532
14:11
merge trunk (after fixing conflicts) check-in: 972bc22c user: fvogel tags: bug6e8afe516d-87, tip-532
13:44
Remove unused static function definition (same as [2136a574]) check-in: 9dcb6d9b user: fvogel tags: bug6e8afe516d-87, tip-532
13:42
Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState which was causing trouble. check-in: e4c41107 user: fvogel tags: bug6e8afe516d-87, tip-532
2019-08-02
19:29
Merge trunk check-in: 53218047 user: jan.nijtmans tags: revised_text, tip-466
19:27
Merge trunk check-in: 8d9949ab user: jan.nijtmans tags: tip-548
19:10
Merge trunk check-in: 6a4b502d user: jan.nijtmans tags: tip474
19:00
Merge 8.6 check-in: 548f40bd user: jan.nijtmans tags: trunk
2019-07-31
11:01
Merge 8.6 check-in: bdb3af65 user: jan.nijtmans tags: trunk