Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2024-11-03
| ||
08:41 | more test targets Leaf 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 | |
2022-12-31
| ||
15:17 | Adapt for Windows 11. check-in: 1e36dc5970 user: fvogel tags: trunk | |
2022-11-01
| ||
16:09 | More test targets check-in: 67f45b072a user: fvogel tags: trunk | |
2022-10-29
| ||
08:23 | More test targets check-in: 5fd81a4226 user: fvogel tags: trunk | |
2022-10-27
| ||
18:11 | Add more test targets. check-in: 30db2afcfa user: fvogel tags: trunk | |
2022-05-23
| ||
18:57 | Let -constraints work with multiple constraint names. check-in: 78e2c048c8 user: fvogel tags: trunk | |
07:08 | Add capability of dealing with specifying a -constraints option value for Tk tests. check-in: 1317e48b7a user: fvogel tags: trunk | |
2022-05-01
| ||
07:51 | Build with Visual Studio 2022 (was 2019), and add more test targets. check-in: 6128ea1fc0 user: fvogel tags: trunk | |
2022-04-02
| ||
20:52 | Refine test target check-in: ba5e50867f user: fvogel tags: trunk | |
20:47 | More test targets check-in: ba8cb86ab0 user: fvogel tags: trunk | |
20:46 | More test targets check-in: e3ac988733 user: fvogel tags: trunk | |
2022-03-05
| ||
16:54 | Add fossil minimum version requirement check-in: bef15f8762 user: fvogel tags: trunk | |