Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
51 check-ins using file unix/tkUnixFont.c version 7ef76f8f
2020-03-19
| ||
00:29 | Have a valid -id in tree column. This fixes a crash in previous cell selection commit. Fix memory leak in tree column. check-in: a2a09477 user: pspjuth tags: pspjuth-treeview | |
2020-03-17
| ||
21:51 | Follow-up to [d9bda1d1]: Clamp "listbox index" values between -1 and (maximum) end+1 = the number of elements, which point to one more than the last emlement.... that's what other GUI elements are really doing too. Duh. check-in: 68091ead user: jan.nijtmans tags: trunk | |
09:12 | Merge trunk check-in: 184f2ed0 user: jan.nijtmans tags: revised_text, tip-466 | |
08:36 | Another round of type-casts for ckalloc() calls. Makes C++ compilers even more happy. Mainly for MacOS code. check-in: 0efa6ec0 user: jan.nijtmans tags: trunk | |
07:49 | Merge trunk check-in: 17b7dc29 user: jan.nijtmans tags: revised_text, tip-466 | |
07:33 | Replace stdbool.h by the llvm version. Suggested by Christian Gollwitzer for licence reasons. Thanks! Not actually used by Tk (yet). check-in: 09b488fb user: jan.nijtmans tags: trunk | |
00:18 | close fork check-in: 1caab603 user: dgp tags: trunk | |
2020-03-16
| ||
23:33 | Allow any columns to be in cell selection check-in: e3414938 user: pspjuth tags: pspjuth-treeview | |
23:05 | Eliminate many more warnings on macOS, related to -Wextra check-in: 880c726a user: jan.nijtmans tags: trunk | |
22:37 | Handle when titlecolumns > displaycolumns. Test this, and crash from previous commit. check-in: 399e9610 user: pspjuth tags: pspjuth-treeview | |
22:19 | stifle compiler warnings check-in: 45f2acb1 user: dgp tags: trunk | |
21:37 | Fix [50b5e64bccc1e3d0]: Broken Mac OSX build. Reverted part of [df3646cf656c2e3a] (not sure why this is wrong, works on UNIX but not MacOSX). To be investigated further, but for now this works. check-in: 9603c4e8 user: jan.nijtmans tags: trunk | |
21:06 | Merge 8.6 check-in: 2e3410d6 user: jan.nijtmans tags: trunk | |
2020-03-15
| ||
16:57 | Fix crash in DrawHeadings() when drawing the headings of the title columns. This crash happened if the number of display columns is less than -titlecolumns check-in: edb82472 user: fvogel tags: pspjuth-treeview | |
2020-03-12
| ||
21:09 | Fix [2edd843def]: canvas postscript returns non empty string when -file or -channel is specified. Fix by Emiliano Gavilan. check-in: 7f84fc64 user: fvogel tags: trunk | |
20:55 | Fix [08e2f8e6f0]: unable to change focus after prior selection of focus check-in: b31665c5 user: fvogel tags: trunk | |
10:10 | Fix [3551802fff]: Use the Xkb API to simplify Tk's keyboard event handling check-in: a0fba3fd user: jan.nijtmans tags: trunk | |
2020-03-11
| ||
15:15 | Merge trunk check-in: 6a77ea60 user: jan.nijtmans tags: revised_text, tip-466 | |
15:14 | Merge 8.6 check-in: 0d04b68a user: jan.nijtmans tags: trunk | |
13:47 | Restore recent changes to tkMacOSXWm.c accidentally reverted with last commit check-in: a8eb1198 user: kevin_walzer tags: trunk | |
13:45 | Merge trunk check-in: b52dd087 user: jan.nijtmans tags: revised_text, tip-466 | |
13:03 | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers. check-in: 0596f214 user: jan.nijtmans tags: trunk | |
10:39 | Put back accidently commented-out part from ttkWinXPTheme.c check-in: 7e2a92ce user: jan.nijtmans tags: trunk | |
10:28 | Make Tk compile using C++ against Tcl 9.0 headers. check-in: dd063056 user: jan.nijtmans tags: trunk | |
01:45 | Fix for wm fullscreen attributes bit on macOS; thanks to Christopher Chavez for patch check-in: 9a6854d3 user: kevin_walzer tags: trunk | |
2020-03-10
| ||
15:09 | Merge trunk. Fix C++ build. check-in: ec1e59f5 user: jan.nijtmans tags: pspjuth-treeview | |
15:01 | More progress in making win32 build C++-ready. check-in: aa8cb35e user: jan.nijtmans tags: trunk | |
13:31 | Merge trunk. Now warning-free except on MacOS. check-in: abe3ed6a user: jan.nijtmans tags: revised_text, tip-466 | |
12:24 | Merge 8.7. Also remove all traces of HAVE_XKBKEYCODETOKEYSYM (assumed to be 1) and XKEYCODETOKEYSYM_IS_DEPRECATED (not applicable any more) Closed-Leaf check-in: 2aab797b user: jan.nijtmans tags: bug-3551802fff | |
11:12 | Merge-mark check-in: 696f9d35 user: jan.nijtmans tags: trunk | |
08:57 | Add XkbKeycodeToKeysym() and XkbOpenDisplay() to the (Windows/MacOS) X11 stub table. No effect for UNIX. check-in: 5a30e307 user: jan.nijtmans tags: trunk | |
2020-03-09
| ||
23:06 | Merge trunk check-in: 1258ad15 user: pspjuth tags: pspjuth-treeview | |
22:24 | Finish for MacOS too Closed-Leaf check-in: 233abe90 user: jan.nijtmans tags: xkb | |
21:03 | merge core-8-6-branch check-in: adb3ab84 user: fvogel tags: trunk | |
16:00 | Merge 8.6 check-in: 05eabb5a user: jan.nijtmans tags: trunk | |
15:27 | Add XkbOpenDisplay and XkbKeycodeToKeysym to X11 stub table. MacOS not done yet. check-in: 0f20d02a user: jan.nijtmans tags: xkb | |
2020-03-08
| ||
16:49 | Instroduce TCL_UNUSED() macro, and use to make more -Wextra warnings disappear. check-in: 46de2340 user: jan.nijtmans tags: trunk | |
2020-03-06
| ||
08:50 | Merge trunk. More C++ fixes. Should - at least - compile now, not yet warning-free. check-in: f4060470 user: jan.nijtmans tags: revised_text, tip-466 | |
08:19 | Merge trunk. More C++ fixes check-in: 08503fba user: jan.nijtmans tags: revised_text, tip-466 | |
2020-03-05
| ||
22:15 | Eliminate many -Wextra warnings check-in: ac625e2f user: jan.nijtmans tags: trunk | |
2020-03-04
| ||
12:24 | Finalize the fix for ticket [382712ade65] (X11: 'event generate . <KeyPress>' segfault) by documenting the leftover consequence of the fix. check-in: 97b043e2 user: fvogel tags: trunk | |
2020-03-01
| ||
22:11 | Fix many warnings in MacOSX build (caused by -Wextra -Wc++-compat). All harmless. Not finished yet. check-in: b8b2f140 user: jan.nijtmans tags: trunk | |
21:35 | Merge trunk. C++ fixes not finished yet (C++ compile will still fail) check-in: 2e62f136 user: jan.nijtmans tags: revised_text, tip-466 | |
2020-02-13
| ||
21:37 | Merge trunk check-in: deb52fe8 user: jan.nijtmans tags: cplusplus | |
2020-02-10
| ||
16:08 | Merge trunk check-in: 420e38b9 user: jan.nijtmans tags: cplusplus | |
2020-02-07
| ||
09:35 | Merge trunk check-in: b1a9f8a2 user: jan.nijtmans tags: cplusplus | |
2020-02-06
| ||
13:12 | Merge 8.7 check-in: a1447cf6 user: jan.nijtmans tags: cplusplus | |
2020-02-05
| ||
16:31 | Merge trunk check-in: df9288e5 user: jan.nijtmans tags: cplusplus | |
2020-01-28
| ||
11:07 | Merge trunk check-in: b37be0b4 user: jan.nijtmans tags: cplusplus | |
2019-12-20
| ||
14:58 | more WIP for MaxOS check-in: f94b1b47 user: jan.nijtmans tags: cplusplus | |
10:41 | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too. check-in: b539c385 user: jan.nijtmans tags: cplusplus | |