Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
|
2026-01-18
| ||
| 12:13 | Adjust height so that the entire GUI still fits in my screen after the previous commit. Leaf check-in: 9d9c01dcf4 user: fvogel tags: trunk | |
| 11:18 | Support a private branch in the "Update to branch" dropdown. At this point only one private branch is supported. check-in: bd789c2cab user: fvogel tags: trunk | |
|
2026-01-17
| ||
| 11:45 | Add capability of selecting the -singleproc option when testing Tk. check-in: a00bdee20e user: fvogel tags: trunk | |
|
2025-12-14
| ||
| 10:28 | Make multiple Ttk test files work. check-in: d222be4fb1 user: fvogel tags: trunk | |
|
2025-11-30
| ||
| 21:10 | Add double -file target for ttk check-in: 0e008375f6 user: fvogel tags: trunk | |
| 20:54 | Distinguish between test-classic and test-ttk targets when running tests. check-in: a73aebb6fb user: fvogel tags: trunk | |
|
2025-08-30
| ||
| 16:41 | more test targets and add constraint 'testutils' check-in: 9e5eeff0d0 user: fvogel tags: trunk | |
|
2025-08-19
| ||
| 09:09 | more test targets check-in: 141c049df7 user: fvogel tags: trunk | |
|
2025-05-25
| ||
| 18:50 | more test targets check-in: 4b3411dc1f user: fvogel tags: trunk | |
|
2025-01-26
| ||
| 15:30 | Take note about TK_NO_STDERR in case we support macOS some dat. check-in: 8c73cf4db1 user: fvogel tags: trunk | |
| 15:24 | more test targets check-in: d43ca8600b user: fvogel tags: trunk | |
|
2024-11-03
| ||
| 08:41 | more test targets check-in: 0d690a0ddb user: fvogel tags: trunk | |
| 08:32 | more test targets check-in: 46ca9b4b16 user: fvogel tags: trunk | |
|
2024-01-07
| ||
| 14:26 | Explicitely set some defaults for Tcl build. check-in: 338af20e1c user: fvogel tags: trunk | |
|
2024-01-06
| ||
| 21:35 | Add debug output when running tests. check-in: a41220b21c user: fvogel tags: trunk | |
| 15:31 | Add debug output. check-in: 7f4c86c4be user: fvogel tags: trunk | |
| 14:54 | Really fix bug in greying out checkbuttons. check-in: 4d4e659282 user: fvogel tags: trunk | |
| 14:40 | Fix bug in greying out checkbuttons. check-in: 792bbf41f3 user: fvogel tags: trunk | |
| 14:34 | Separate configure and build steps, make all steps independent from each other. check-in: 1569e76a07 user: fvogel tags: trunk | |
| 13:44 | Remove support for obsolete OS (Vista, Win7). check-in: 17997313ce user: fvogel tags: trunk | |
| 13:41 | Fix code error in the xft checkbutton, and add one test target. check-in: 8c41b674aa user: fvogel tags: trunk | |
| 13:28 | Rework build options check-in: 814b08e717 user: fvogel tags: trunk | |
| 09:54 | Remove the 'Build in parallel' option, and always build parallel. check-in: 767a602130 user: fvogel tags: trunk | |
|
2024-01-02
| ||
| 20:15 | Add --disable-shared (static) build capability. check-in: 43f7510b99 user: fvogel tags: trunk | |
|
2023-12-03
| ||
| 15:44 | more test targets check-in: cbf31dbc69 user: fvogel tags: trunk | |
| 15:43 | more test targets check-in: cd4ae5558a user: fvogel tags: trunk | |
|
2023-10-22
| ||
| 17:46 | Grey out controls according to platform availability. check-in: 8ec8592130 user: fvogel tags: trunk | |
| 13:19 | Use rlwarp to run tclsh/wish on Linux. check-in: bfb209e609 user: fvogel tags: trunk | |
| 13:15 | more test targets check-in: 5f22c44b10 user: fvogel tags: trunk | |
|
2023-10-08
| ||
| 07:31 | more test targets check-in: e63a6d2353 user: fvogel tags: trunk | |
| 07:31 | more test targets check-in: a48647ad79 user: fvogel tags: trunk | |
|
2023-05-28
| ||
| 13:47 | On Linux, don't close the command window after building help pages, so that errors can be seen by the user. check-in: 1d6537987c user: fvogel tags: trunk | |
| 13:37 | On Windows, don't close the command window after building help pages, so that errors can be seen by the user. check-in: 9ceaa81989 user: fvogel tags: trunk | |
|
2023-04-02
| ||
| 12:05 | Add a 'To end' button to move the output view to the bottom of the text widget. check-in: aa1c069d1a user: fvogel tags: trunk | |
|
2023-03-26
| ||
| 16:03 | Add one more test target and the possibility of selecting the userInteraction test constraint. check-in: 063df2b688 user: fvogel tags: trunk | |
|
2023-03-05
| ||
| 08:42 | More test targets check-in: 680eb4a940 user: fvogel tags: trunk | |
|
2023-03-04
| ||
| 20:53 | (Almost) fix garbage seen on Windows in the output text window. check-in: e7b269c849 user: fvogel tags: trunk | |
| 20:07 | Prevent the 5-6 seconds delay when running tclsh/wish that started happening on Windows 11 (didn't happen on Win 10): run 'update' in each iteration of the while {![eof $fd]... loop in proc executeNotBlocking, not just when the read output is not empty. check-in: c827e64464 user: fvogel tags: trunk | |
|
2023-02-12
| ||
| 13:55 | Add the capability of using the xvfb display server when running Tk tests on Linux. xvfb is the X server we use at Github actions for Tk (see the Linux workflow file). check-in: 7a40c2cc99 user: fvogel tags: trunk | |
| 10:56 | Remove the previously added <TODO>, we already have it (Abort on error) check-in: 04014c8a32 user: fvogel tags: trunk | |
| 10:48 | Resolve unintended fork, and add a <TODO> check-in: 6d9b09d63d user: fvogel tags: trunk | |
| 10:47 | Add a <TODO> check-in: bc9a2d66a7 user: fvogel tags: trunk | |
| 10:46 | Add info patchlevel in the main window title bar check-in: 1c339182e6 user: fvogel tags: trunk | |
| 10:41 | Resolve unintended fork check-in: f21d9b3106 user: fvogel tags: trunk | |
| 10:40 | Work around the clipboard lock bug in 8.6.11 and 8.6.12 check-in: 84a4179da8 user: fvogel tags: trunk | |
| 10:40 | More test targets check-in: 0558f67a09 user: fvogel tags: trunk | |
| 10:37 | More test targets check-in: 8008023901 user: fvogel tags: trunk | |
|
2023-01-07
| ||
| 14:32 | The xft choice is not a Windows thing: grey it out on Windows. check-in: 23a910a35d user: fvogel tags: trunk | |
| 14:26 | Add a space in the if code (aven if it worked before). check-in: f4978b7891 user: fvogel tags: trunk | |
|
2023-01-01
| ||
| 15:53 | Simplify selection of platform-dependant code. check-in: 867c87eaa5 user: fvogel tags: trunk | |