| Commit message (Expand) | Author | Age | Files | Lines |
| * | All NOTES sections: "testfile" -> "test file" | erikleunissen | 2025-10-29 | 1 | -1/+1 |
|
|
| * | Merge trunk | erikleunissen | 2025-10-11 | 1 | -1/+1 |
| |\ |
|
| | * | Spacing fixes | jan.nijtmans | 2025-10-10 | 1 | -1/+1 |
|
|
| * | | Modify proc childTkProcess to avoid bug [280189e35d], and adapt test send-13.... | erikleunissen | 2025-08-13 | 1 | -1/+10 |
|
|
| * | | Merge trunk | erikleunissen | 2025-08-11 | 1 | -0/+61 |
| |\ \
| |/ |
|
| | * | testutils.tcl [progress.*]: make proc description more succinct | erikleunissen | 2025-08-09 | 1 | -3/+4 |
|
|
| | * | progress.iter -> progress.update: choose a more neutral name that doesn't imp... | erikleunissen | 2025-08-08 | 1 | -1/+1 |
|
|
| | * | Proc "progress.iter": use a dot to indicate progress | erikleunissen | 2025-07-23 | 1 | -1/+1 |
|
|
| | * | Rename progress.endtime -> progress.end | erikleunissen | 2025-07-23 | 1 | -1/+1 |
|
|
| | * | Add procs "progress.*" to monitor progress in a loop | erikleunissen | 2025-07-22 | 1 | -0/+20 |
|
|
| | * | Add granularity argument to dt.reset | erikleunissen | 2025-07-22 | 1 | -1/+5 |
|
|
| | * | Add base procs "dt.reset" and "dt.get", including test | erikleunissen | 2025-07-21 | 1 | -0/+36 |
|
|
| * | | Convert code block into utility proc "resetWindows" (domain "generic") | erikleunissen | 2025-08-11 | 1 | -0/+12 |
| |/ |
|
| * | Merge 9.0 | jan.nijtmans | 2025-06-26 | 1 | -1/+1 |
| |\ |
|
| | * | Addendum to project "Collect utility procs for the Tk test suite" for proc "c... | erikleunissen | 2025-05-19 | 1 | -17/+9 |
|
|
| | * | Addendum for proc "Click" to project "Collect utility procs for the Tk test s... | erikleunissen | 2025-05-09 | 1 | -3/+20 |
|
|
| | * | Accept [718cbc3016]: Collect utility procs for the Tk test suite | jan.nijtmans | 2025-04-30 | 1 | -0/+980 |
|
|
| * | Remove comments that sow confusion | erikleunissen | 2025-05-18 | 1 | -6/+0 |
|
|
| * | Merge trunk | erikleunissen | 2025-05-17 | 1 | -1/+1 |
| |\ |
|
| | * | TIP #698: Handle negative screen distances | jan.nijtmans | 2025-05-15 | 1 | -1/+1 |
| | |\ |
|
| * | | | safePrimarySelection.test, systray.test, unixEmbed.test: simplify to use glob... | erikleunissen | 2025-05-17 | 1 | -17/+15 |
| |/ / |
|
| * | | testutils.tcl, winDialog.test, winMsgbox.test: combine and collect proc "Clic... | erikleunissen | 2025-05-09 | 1 | -3/+20 |
| |/ |
|
| * | entry.test, testutils.tcl: rename variable "textVar" if it isn't meant to be ... | erikleunissen | 2025-04-20 | 1 | -1/+1 |
|
|
| * | testutils.tcl [pause]: more simplificationFINAL_REVIEW | erikleunissen | 2025-04-01 | 1 | -4/+0 |
|
|
| * | testutils.tcl [pause]: remove default value for msecs argument. What seems li... | erikleunissen | 2025-03-31 | 1 | -2/+2 |
|
|
| * | testutils.tcl [_pause]: rename to "pause" and adapt calls in test files. | erikleunissen | 2025-03-31 | 1 | -1/+1 |
|
|
| * | testutils.tcl [_pause]: correct qualification of wait variable, and optimize ... | erikleunissen | 2025-03-31 | 1 | -7/+6 |
|
|
| * | Utility domain "select": [setup] -> [selectionSetup] | erikleunissen | 2025-03-30 | 1 | -1/+1 |
|
|
| * | testutils.tcl: keep alphabetical order (domain "generic") | erikleunissen | 2025-03-30 | 1 | -17/+17 |
|
|
| * | testutils.tcl [testmenubarheight]: correct condition that tests existence of ... | erikleunissen | 2025-03-29 | 1 | -3/+3 |
|
|
| * | testutils.tcl [isNative]: arrange in alphabetical order | erikleunissen | 2025-03-28 | 1 | -26/+26 |
|
|
| * | Reinstate automatic initialization of dialogType for domain "dialog". The con... | erikleunissen | 2025-03-26 | 1 | -4/+9 |
|
|
| * | testutils.tcl, domain "dialog": don't export namespace variable dialogType | erikleunissen | 2025-03-25 | 1 | -1/+0 |
|
|
| * | Backout [3783cb47a0] and [5c3431e218] because of unclean import | erikleunissen | 2025-03-25 | 1 | -28/+24 |
|
|
| * | testutils.tcl [isNative]: correct behaviour for dialog types that don't use d... | erikleunissen | 2025-03-24 | 1 | -0/+5 |
|
|
| * | choosedir.test, clrpick.test, filebox.test, msgbox.test: automatically determ... | erikleunissen | 2025-03-24 | 1 | -24/+23 |
|
|
| * | testutils.tcl [setDialogType]: simplify | erikleunissen | 2025-03-24 | 1 | -5/+5 |
|
|
| * | Collect variable "isNative" and rename to "dialogIsNative", significantly sim... | erikleunissen | 2025-03-24 | 1 | -2/+25 |
|
|
| * | testutils.tcl, testutils.test: correct error message (oversight in commit [56... | erikleunissen | 2025-03-23 | 1 | -1/+1 |
|
|
| * | testutils.tcl [testutils]: make error messages uniform | erikleunissen | 2025-03-22 | 1 | -4/+4 |
|
|
| * | testutils.tcl [testutils]: simplify error messages. Adapt tests 5.1 and 6.2 i... | erikleunissen | 2025-03-21 | 1 | -2/+2 |
|
|
| * | testutils.tcl [testutils import]: reuse list of imported namespace variables ... | erikleunissen | 2025-03-21 | 1 | -1/+5 |
|
|
| * | testutils.tcl [testutils]: simplify previous commit even better | erikleunissen | 2025-03-20 | 1 | -3/+3 |
|
|
| * | testutils.tcl [testutils]: a simplification | erikleunissen | 2025-03-20 | 1 | -4/+4 |
|
|
| * | Add support for importing utility procs into another namespace than the globa... | erikleunissen | 2025-03-19 | 1 | -29/+35 |
|
|
| * | Make "testutils import" fail for procs like it does for associated namespace ... | erikleunissen | 2025-03-18 | 1 | -5/+17 |
|
|
| * | testutils.tcl [testutils]: remove useless condition regarding subcommands | erikleunissen | 2025-03-18 | 1 | -1/+1 |
|
|
| * | testutils.tcl [testutils]: correct littering of the uplevel call frame | erikleunissen | 2025-03-03 | 1 | -0/+1 |
|
|
| * | testutils.tcl [testutils]: raise errors more systematically | erikleunissen | 2025-03-03 | 1 | -6/+12 |
|
|
| * | testutils.tcl [testutils export]: don't process $args | erikleunissen | 2025-03-02 | 1 | -0/+1 |
|
|