summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testutils.tcl [pause]: more simplificationFINAL_REVIEWerikleunissen2025-04-011-4/+0
|
* testutils.tcl [pause]: remove default value for msecs argument. What seems ↵erikleunissen2025-03-311-2/+2
| | | | like a feature might work out dangerously if the default value were ever to be changed. Luckily not a single existing call relies on a default value.
* testutils.tcl [_pause]: rename to "pause" and adapt calls in test files.erikleunissen2025-03-314-90/+90
|
* testutils.tcl [_pause]: correct qualification of wait variable, and optimize ↵erikleunissen2025-03-311-7/+6
| | | | slightly.
* Utility domain "select": [setup] -> [selectionSetup]erikleunissen2025-03-303-100/+100
|
* testutils.tcl: keep alphabetical order (domain "generic")erikleunissen2025-03-301-17/+17
|
* testutils.test: correct numberingerikleunissen2025-03-291-10/+10
|
* Merge trunkerikleunissen2025-03-291-46/+1
|\
| * tests/constraints.tcl [testmenubarheight]: correct condition that tests ↵erikleunissen2025-03-291-3/+3
| | | | | | | | existence of C-level command
| * Ticket [25b84e1246] Removal of old image code leftoveroehhar2025-03-271-46/+1
| |\
| | * Ticket [25b84e1246] Remove old image code leftoveroehhar2025-03-251-46/+1
| | |
* | | testutils.tcl [testmenubarheight]: correct condition that tests existence of ↵erikleunissen2025-03-291-3/+3
| | | | | | | | | | | | C-level command
* | | testutils.test: fix typoerikleunissen2025-03-291-1/+1
| | |
* | | testutils.test: renumber tests, combining sections 1-3erikleunissen2025-03-291-18/+18
| | |
* | | testutils.GUIDE: add authorerikleunissen2025-03-291-0/+2
| | |
* | | testutils.GUIDE: make init proc example more typical, and independent from ↵erikleunissen2025-03-281-8/+8
| | | | | | | | | | | | current samples in testutils.tcl
* | | testutils.tcl [isNative]: arrange in alphabetical ordererikleunissen2025-03-281-26/+26
| | |
* | | Merge trunk. Resolve conflicts in win/tkWinDialog.c and ↵erikleunissen2025-03-2711-1426/+33
|\ \ \ | |/ / | | | | | | tests/winDialog.test, but don't import changes to winDialog-5.9 (now useless test)
| * | Ticket [441c526c] MS-Win: remove Windows XP dialog variants for ↵oehhar2025-03-263-1502/+52
| |\ \ | | |/ | |/| | | | tk_chooseDirectory and tk_getOpenFile. Undocumented option -xpstyle removed.
| | * Ticket [441c526c]: remove noop -xpstyle and deprecated warning in docs.oehhar2025-03-253-14/+0
| | |
| | * Remove more dead codecore--xpstyle-dialogs-removaljan.nijtmans2025-03-111-495/+0
| | |
| | * Ticket [441c526c] MSWin: remove XP Style dialogs and old compiler compatibilityoehhar2025-03-114-1004/+57
| | |
| * | Merge 9.0jan.nijtmans2025-03-217-7/+7
| |\ \
| | * | Don't use the buggy -setgrid option in the widget demo (twind.tcl)jan.nijtmans2025-03-218-8/+8
| | | | | | | | | | | | In other demo's, use -setgrid 1/0 consistantly
| * | | Don't use the buggy -setgrid option in the widget democuller2025-03-201-1/+1
| | | |
* | | | Reinstate automatic initialization of dialogType for domain "dialog". The ↵erikleunissen2025-03-265-8/+9
| | | | | | | | | | | | | | | | convenience for the test (file) author is paramount.
* | | | choosedir.test [EnterDirsByKey]: remove "global" statement for unused variableerikleunissen2025-03-251-1/+0
| | | |
* | | | testutils.tcl, domain "dialog": don't export namespace variable dialogTypeerikleunissen2025-03-254-4/+3
| | | |
* | | | Backout [3783cb47a0] and [5c3431e218] because of unclean importerikleunissen2025-03-255-28/+28
| | | |
* | | | testutils.tcl [isNative]: correct behaviour for dialog types that don't use ↵erikleunissen2025-03-241-0/+5
| | | | | | | | | | | | | | | | domain namespace variable "dialogIsNative"
* | | | choosedir.test, clrpick.test, filebox.test, msgbox.test: automatically ↵erikleunissen2025-03-245-28/+23
| | | | | | | | | | | | | | | | determine dialog type from the name of the test file
* | | | testutils.tcl [setDialogType]: simplifyerikleunissen2025-03-241-5/+5
| | | |
* | | | Collect variable "isNative" and rename to "dialogIsNative", significantly ↵erikleunissen2025-03-245-29/+33
| | | | | | | | | | | | | | | | simplifying the algorithm determining its value. Remove related awkwardness in files clrpick.test and msgbox.test
* | | | testutils.tcl, testutils.test: correct error message (oversight in commit ↵erikleunissen2025-03-233-4/+4
| | | | | | | | | | | | | | | | [561855e35a]) + textual improvement in testutils.GUIDE
* | | | testutils.GUIDE: be more accurate about the importing namespace, and other ↵erikleunissen2025-03-221-22/+24
| | | | | | | | | | | | | | | | textual improvements
* | | | ttk/scrollbar.test: rename test constraint "coreScrollbar" to "aqua", and ↵erikleunissen2025-03-221-5/+3
| | | | | | | | | | | | | | | | remove redundant definition
* | | | testutils.tcl [testutils]: make error messages uniformerikleunissen2025-03-222-9/+9
| | | |
* | | | testutils.tcl [testutils]: simplify error messages. Adapt tests 5.1 and 6.2 ↵erikleunissen2025-03-212-4/+4
| | | | | | | | | | | | | | | | in testutils.test
* | | | "XQuarz" -> "XQuartz"erikleunissen2025-03-2111-37/+37
| | | |
* | | | testutils.tcl [testutils import]: reuse list of imported namespace variables ↵erikleunissen2025-03-211-1/+5
| | | | | | | | | | | | | | | | if possible
* | | | testutils.tcl [testutils]: simplify previous commit even bettererikleunissen2025-03-201-3/+3
| | | |
* | | | testutils.tcl [testutils]: a simplificationerikleunissen2025-03-201-4/+4
| | | |
* | | | Collect tests constraints: failsOnUbuntu and failsOnXQuarzerikleunissen2025-03-2012-30/+3
| | | |
* | | | ttk/treeview.test: don't compare strings as if they're numberserikleunissen2025-03-191-1/+1
| | | |
* | | | frame.test: remove redundant constraint definitionerikleunissen2025-03-191-2/+0
| | | |
* | | | testutils.test: collect assertions and correct cleanuperikleunissen2025-03-191-6/+6
| | | |
* | | | Merge trunkerikleunissen2025-03-199-22/+21
|\ \ \ \ | |/ / /
| * | | Merge 9.0jan.nijtmans2025-03-182-2/+2
| |\ \ \ | | |/ /
| | * | Don't use ${LIB_FILE} in SHLIB_LD on Cygwinjan.nijtmans2025-03-182-3/+3
| | | |
| * | | Merge 9.0jan.nijtmans2025-03-183-6/+6
| |\ \ \ | | |/ /