Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
97 check-ins using file generic/tkConfig.c version ccc4a752
2023-06-22
| ||
12:53 | Widget Demo: Code simplification and improvements. check-in: d91c5449 user: csaba tags: trunk, main | |
2023-06-21
| ||
15:52 | merge trunk check-in: ae74fc9d user: dgp tags: core-8-7-b1-rc | |
2023-06-20
| ||
21:39 | Don't allow scheduling timers in the past. check-in: 9b61cad8 user: fvogel tags: bug-3531366fff, tip-675 | |
17:23 | Many scaling-related improvements in the Widget Demo, especially in the file goldberg.tcl. check-in: d25fb9d4 user: csaba tags: trunk, main | |
2023-06-14
| ||
16:26 | Merge 8.7 check-in: 4caf2e5d user: jan.nijtmans tags: revised_text, tip-466 | |
16:25 | Merge 8.6 check-in: 1eb2ec25 user: jan.nijtmans tags: trunk, main | |
2023-06-13
| ||
21:11 | Add documentation check-in: 9c22e829 user: fvogel tags: bug-3531366fff, tip-675 | |
17:37 | Remove blank-only change check-in: a23805c9 user: fvogel tags: bug-3531366fff, tip-675 | |
17:26 | (again) Better implementation of 'ttk::style configure . -insertofftime'. Cursor blinking times need to be adjusted only ONCE when the theme is changed. check-in: 2d9a92a9 user: fvogel tags: bug-3531366fff, tip-675 | |
2023-06-12
| ||
22:29 | TtkBlinkCursorTimes --> TtkSetBlinkCursorTimes check-in: c121a615 user: fvogel tags: bug-3531366fff, tip-675 | |
22:24 | Add support for 'ttk::style configure . -insertontime'. check-in: 3504d247 user: fvogel tags: bug-3531366fff, tip-675 | |
22:17 | Remove duplicate #include statement. check-in: 7973ae42 user: fvogel tags: bug-3531366fff, tip-675 | |
22:16 | Better implementation of 'ttk::style configure . -insertofftime'. Cursor blinking times need to be adjusted only when the theme is changed, not each time WidgetWorldChanged() is called. check-in: 33fc1dda user: fvogel tags: bug-3531366fff, tip-675 | |
2023-06-11
| ||
13:59 | Widget Demo: Replaced the deprecated "trace variable" invocations with "trace add variable"; several further improvements. check-in: 07197a1d user: csaba tags: trunk, main | |
09:54 | First quick and dirty implementation of 'ttk::style configure . -insertofftime'. check-in: 517df9a7 user: fvogel tags: bug-3531366fff, tip-675 | |
08:37 | merge trunk check-in: 0b982b20 user: fvogel tags: revised_text, tip-466 | |
08:37 | Fix [57844100da]: Aqua: fix leak in TkScrollWindow(). Patch from Christopher Chavez. check-in: 4bd66c2b user: fvogel tags: trunk, main | |
2023-06-08
| ||
17:08 | Merge 8.6 check-in: e470e133 user: jan.nijtmans tags: trunk, main | |
2023-06-07
| ||
19:33 | merge trunk check-in: 6036abbd user: fvogel tags: revised_text, tip-466 | |
19:08 | Fix [a418aafa76]: Bogus @x,y indices are accepted for menu entries. check-in: 7e07b291 user: fvogel tags: trunk, main | |
19:07 | Ensure interp is passed to GetIndexFromCoords() instead of NULL (no idea why interp was changed into NULL in [abaa003d] in trunk only). check-in: 2507adcf user: fvogel tags: trunk, main | |
2023-06-05
| ||
14:36 | merge trunk check-in: 355e96ea user: dgp tags: core-8-7-b1-rc | |
2023-06-04
| ||
17:18 | Merge implementation of TIP #658 - Attach identifiers to Tk menu entries, following positive vote from the TCT. Thanks to the author, Schelte Bron! check-in: e2b00bfd user: fvogel tags: trunk, main | |
2023-06-02
| ||
14:56 | merge trunk check-in: ff3a68e3 user: dgp tags: core-8-7-b1-rc | |
14:45 | Update Xlib.h to latest version check-in: f0ab6ef2 user: jan.nijtmans tags: trunk, main | |
13:55 | merge trunk check-in: defcca57 user: dgp tags: core-8-7-b1-rc | |
2023-05-31
| ||
20:37 | Fix [4666f21a95]: Avoid a non-evident crash (and resolve conflict in tkMacOSXEmbed.c function Tk_GetOtherWindow() following changes in TIP #606). check-in: cfb3d39f user: fvogel tags: trunk, main | |
2023-05-30
| ||
19:23 | Made the Widget Demonstration application scaling-aware. check-in: 181d1cb3 user: csaba tags: trunk, main | |
2023-05-29
| ||
16:38 | Stabilize event-9.2 on macOS check-in: 3371bb0e user: fvogel tags: trunk, main | |
13:14 | merge trunk check-in: d426b1d1 user: fvogel tags: revised_text, tip-466 | |
13:00 | Fix second part of [0e658c9479]: Remove unused function declarations from tkMacOSXInt.h - TkpRetainRegion() and TkpReleaseRegion() check-in: bbafdd16 user: fvogel tags: trunk, main | |
12:59 | Fix first part of [0e658c9479]: Remove unused function declarations from tkMacOSXInt.h - TkpShiftButton() check-in: 35b1e576 user: fvogel tags: trunk, main | |
11:14 | Document acceptable indices <M>+<N>, <M>-<N>, end-<N> that TIP #577 made available. check-in: b1ee1d46 user: fvogel tags: bug-f41f675cca | |
11:12 | merge trunk check-in: c0cfd57b user: fvogel tags: bug-f41f675cca | |
2023-05-28
| ||
10:21 | Continuation lines should be indented 8 chars. Closed-Leaf check-in: ff848406 user: fvogel tags: tip-658 | |
09:33 | merge trunk check-in: 2bf0d58a user: fvogel tags: tip-658 | |
2023-05-27
| ||
20:10 | Fix [2f92166f6f]: Crash setting -foreground to empty string in a ttk::theme. Closed-Leaf check-in: 0f4e2e8d user: fvogel tags: bug-2f92166f6f | |
19:52 | Add non-regression test for [6ee162c3d9]. check-in: 9c01fe70 user: fvogel tags: trunk, main | |
2023-05-25
| ||
19:46 | A second patch from Emiliano Gavilan. check-in: 6be68105 user: fvogel tags: patch-95d2c41604 | |
06:17 | merge trunk check-in: 0e917082 user: fvogel tags: revised_text, tip-466 | |
06:15 | Fix [7447ed20ec]: Color picker failure - tk::RestoreFocusGrab does not take into account the possibility of a failing grab. check-in: 14e607a7 user: fvogel tags: trunk, main | |
06:09 | [95d2c41604]: Improvements on pure Tcl system notification window. Patch from Emiliano Gavilan. check-in: f5b2c46d user: fvogel tags: patch-95d2c41604 | |
2023-05-24
| ||
18:04 | merge mark check-in: 0093f3f8 user: fvogel tags: trunk, main | |
2023-05-23
| ||
17:28 | Fix [f40d9debad]: Aqua: fix size of FourCC bitmaps. Patch from Christopher Chavez. check-in: 73b47ec3 user: fvogel tags: trunk, main | |
17:25 | [ab95811e07]: Aqua: prevent use-after-free crashes - Apply slightly better patch from Christopher Chavez to avoid use-after-free crashes. check-in: af82c836 user: fvogel tags: trunk, main | |
2023-05-22
| ||
19:38 | Documented the variable tk::scalingPct; improvements in the Widget Demonstration application. check-in: 29cb0ba7 user: csaba tags: trunk, main | |
2023-05-18
| ||
16:14 | Merge 8.7 check-in: e75646f2 user: jan.nijtmans tags: tip-626 | |
16:13 | Merge 8.7 check-in: be155cfd user: jan.nijtmans tags: revised_text, tip-466 | |
16:07 | Merge 8.7 check-in: c66020df user: jan.nijtmans tags: gripsize | |
2023-05-17
| ||
23:16 | scalability tweaks check-in: 49776504 user: jan.nijtmans tags: trunk, main | |
22:56 | Merge 8.7 check-in: 125608f6 user: jan.nijtmans tags: gripsize | |
22:31 | Merge 8.7 check-in: ab398174 user: jan.nijtmans tags: revised_text, tip-466 | |
22:24 | Merge 8.7 check-in: a272eb0f user: jan.nijtmans tags: tip-626 | |
18:27 | Visual improvements by using smoother SVG gradients. check-in: a0c7df43 user: csaba tags: trunk, main | |
2023-05-16
| ||
18:22 | Library file scaling.tcl slightly improved; documented the variable tk::svgFmt. check-in: 978a7553 user: csaba tags: trunk, main | |
10:23 | Merge 8.6 check-in: 6d7b287a user: jan.nijtmans tags: trunk, main | |
06:55 | Remove some more references to ChangeLog check-in: a50e2a34 user: jan.nijtmans tags: trunk, main | |
2023-05-15
| ||
20:30 | Fix [40ec887767]: Aqua: unixWm-60.1 fails under dark mode. check-in: 98ffc3a9 user: fvogel tags: trunk, main | |
17:34 | merge trunk check-in: 83ed4710 user: dgp tags: core-8-7-b1-rc | |
17:18 | TIP 663 implementation check-in: 6029983e user: dgp tags: trunk, main | |
13:19 | merge trunk check-in: 1c0ff181 user: dgp tags: core-8-7-b1-rc | |
2023-05-14
| ||
19:14 | Improved the scaling support for very HiDPI screens when xrdb is not available. check-in: a38d0874 user: csaba tags: trunk, main | |
2023-05-13
| ||
08:19 | Fix [3414695fff]: tk_getOpenFile, tk_getSaveFile, tk_chooseDir: error when parent destroyed first. check-in: dbecbcb6 user: fvogel tags: trunk, main | |
07:12 | Fix [40ec887767]: Aqua: unixWm-60.1 fails under dark mode Closed-Leaf check-in: 8afce1e0 user: fvogel tags: bug-40ec887767 | |
2023-05-11
| ||
14:51 | Merged branch new-default-indicators into trunk check-in: 82b9f82c user: csaba tags: trunk, main | |
2023-05-10
| ||
19:42 | Implement TIP 663. Closed-Leaf check-in: 623d1375 user: dgp tags: tip-663 | |
2023-05-09
| ||
13:07 | merge trunk check-in: ab2b29ad user: dgp tags: core-8-7-b1-rc | |
06:45 | Merge 8.7 check-in: f333592d user: jan.nijtmans tags: revised_text, tip-466 | |
06:41 | Update linux-with-tcl9-build.yml, make trigger the same as the other .yml files check-in: 8fcf8d77 user: jan.nijtmans tags: trunk, main | |
2023-05-08
| ||
15:22 | Implementation of new, modern-looking ttk::checkbutton and ttk::radiobutton indicators for the "default" theme Closed-Leaf check-in: c37d5956 user: csaba tags: new-default-indicators | |
2023-05-07
| ||
17:05 | Fix [887ae18c26]: unix/Credits.html is neither tracked nor ignored. check-in: 4df1086e user: fvogel tags: trunk, main | |
2023-05-06
| ||
20:12 | Merge 8.6 check-in: 1dfad372 user: jan.nijtmans tags: trunk, main | |
2023-05-05
| ||
17:16 | Fix [ba956c8ff7]: Aqua: TIP 655 use-after-free. Bug report and patch from Christopher Chavez (thanks!). check-in: 6e7679cd user: fvogel tags: trunk, main | |
2023-05-04
| ||
14:44 | merge trunk check-in: a791db29 user: dgp tags: core-8-7-b1-rc | |
08:23 | Do not build every branch. Too expensive. check-in: 9719a217 user: dkf tags: trunk, main | |
2023-05-03
| ||
20:28 | Fix [310c74ecf4]: ThemeChangedProc() can be called after Tk destroyed. check-in: 95c34e13 user: fvogel tags: trunk, main | |
19:42 | Fix [ba956c8ff7]: Aqua: TIP 655 use-after-free. Closed-Leaf check-in: c9c7d933 user: fvogel tags: bug-ba956c8ff7 | |
08:54 | Merge 8.7 check-in: 8d119154 user: jan.nijtmans tags: tip-626 | |
2023-05-02
| ||
12:16 | merge trunk check-in: eb3eec42 user: dgp tags: core-8-7-b1-rc | |
2023-04-30
| ||
17:51 | Fix [a9cf210a42]: Text select doesn't cover first character. check-in: af12b247 user: fvogel tags: revised_text, tip-466 | |
17:43 | Fix [a9cf210a42]: Text select doesn't cover first character. check-in: 3be4f213 user: fvogel tags: trunk, main | |
2023-04-29
| ||
11:08 | merge-mark check-in: 8a7d885a user: jan.nijtmans tags: revised_text, tip-466 | |
11:04 | merge-mark check-in: 612067a0 user: jan.nijtmans tags: trunk, main | |
2023-04-28
| ||
13:13 | merge trunk check-in: 45854775 user: dgp tags: core-8-7-b1-rc | |
2023-04-27
| ||
16:36 | Still missed a few (from previous commit) check-in: 2b2984ae user: jan.nijtmans tags: trunk, main | |
16:26 | Merge 8.7 check-in: 63b0c31c user: jan.nijtmans tags: revised_text, tip-466 | |
15:31 | Now - really - complete all TIP #660 modifications. check-in: 5f223486 user: jan.nijtmans tags: trunk, main | |
15:03 | Build/run Tk against "tip-661-alternative" branch Closed-Leaf check-in: baf4243d user: jan.nijtmans tags: tip-661-alternative | |
2023-04-25
| ||
20:41 | Merge 8.7 check-in: 87929dbf user: jan.nijtmans tags: tip-626 | |
20:37 | Still more int -> Tcl_Size Closed-Leaf check-in: f9ba94ea user: jan.nijtmans tags: tip-660 | |
11:33 | Build Tk against Tcl's disabletcl8api branch Closed-Leaf check-in: 5c7f4d34 user: jan.nijtmans tags: disabletcl8api | |
2023-04-24
| ||
20:43 | More TIP #660 check-in: 9f070114 user: jan.nijtmans tags: tip-660 | |
13:32 | merge trunk check-in: 0bed8164 user: dgp tags: core-8-7-b1-rc | |
2023-04-21
| ||
17:37 | Updates related to TIP 660 check-in: 6bc95282 user: apnadkarni tags: trunk, main | |
11:47 | Merge trunk Closed-Leaf check-in: 7f9a7b44 user: apnadkarni tags: tip-660-apn | |
2023-04-18
| ||
15:49 | Match i/o types with Tcl channel i/o types (size_t -> Tcl_Size) check-in: 26c48930 user: apnadkarni tags: tip-660-apn | |
12:47 | Missed more than a few TIP 660 changes. Possibly more to come. check-in: 36944a49 user: apnadkarni tags: tip-660-apn | |