summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2020-09-081-4/+4
|\
| * Simplify throughout: ButtonPress -> Button, KeyPress -> Key (or remove it ↵jan.nijtmans2020-09-081-4/+4
| | | | | | | | | | because it is the default anyway) Use 'in' operator in stead of 'lsearch -exact' when possible
* | Merge 8.6jan.nijtmans2020-09-045-22/+22
|\ \ | |/
* | Consolidate Tk 8.7 error-messages regarding TIP #581. More Master -> ↵jan.nijtmans2020-09-035-26/+26
| | | | | | | | Container related (internal) changes
* | Merge 8.6jan.nijtmans2020-09-0317-466/+466
|\ \ | |/
| * Another round of TIP #581-related name changes. Now merely concentrated on ↵jan.nijtmans2020-09-0317-574/+574
| | | | | | | | consistancy in the test-cases
* | Merge 8.6jan.nijtmans2020-09-032-32/+32
|\ \ | |/
* | Merge 8.6jan.nijtmans2020-09-034-5/+5
|\ \ | |/
| * Implement part of TIP #581: Master/Slave. Not complete yet, and also the ↵jan.nijtmans2020-09-034-5/+5
| | | | | | | | change to TkGetGeomContainer/TkGetTransientContainer is left out for now.
| * Fix safe.test when running in a Tcl 8.7 environment (backported from Tk 8.7)jan.nijtmans2020-09-021-11/+23
| |
* | Implement TIP #580: Export Tk_GetDoublePixelsFromObj and 5 morejan.nijtmans2020-09-021-1/+1
|\ \
| * \ Merge trunkjan.nijtmans2020-08-243-3/+3
| |\ \
| * \ \ Merge trunkjan.nijtmans2020-08-2415-258/+169
| |\ \ \
| * \ \ \ Merge trunkjan.nijtmans2020-08-141-2/+2
| |\ \ \ \
| * \ \ \ \ Merge trunkjan.nijtmans2020-08-143-48/+48
| |\ \ \ \ \
| * \ \ \ \ \ Merge trunkjan.nijtmans2020-08-143-8/+8
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.7jan.nijtmans2020-08-1325-455/+464
| |\ \ \ \ \ \ \
| * | | | | | | | New TIP #580 implementation. Documentation still missing.jan.nijtmans2020-07-141-1/+1
| | | | | | | | |
* | | | | | | | | Merge 8.6jan.nijtmans2020-08-311-31/+23
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Change expectation of safe-5.1 (error-message changed in Tcl)jan.nijtmans2020-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Don't use Tcl_GetMaster() any more, use Tcl_GetParent() in stead. With fallback for Tcl < 8.6.11.
* | | | | | | | | Merge 8.6. Some more textual changesjan.nijtmans2020-08-271-5/+5
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / | | | | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Consistant Tcl_WrongNumArg() arguments when the command contains ?-option ↵jan.nijtmans2020-08-243-3/+3
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | value ...? arguments
* | | | | | | Testcase cleanup (mainly unnessary curly braces)jan.nijtmans2020-08-244-22/+17
| | | | | | |
* | | | | | | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: ↵fvogel2020-08-241-0/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Resolved the 6 conflicts in macosx/tkMacOSXColor.c by keeping the trunk version.
| * | | | | | | As it is currently implemented (more or less copied from -foreground), ↵fvogel2020-08-191-0/+12
| | |/ / / / / | |/| | | | | | | | | | | | | | | | | | | -placeholderforeground for ttk widget is both a widget option and a styling option. Document this, and add a test for the styling option.
* | | | | | | Fix duplicate test namesfvogel2020-08-242-123/+121
| | | | | | |
* | | | | | | Remove duplicate testsfvogel2020-08-241-94/+0
| | | | | | |
* | | | | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
| |\ \ \ \ \ \
| | * | | | | | Fix duplicate test name scrollbar-3.50.1fvogel2020-08-241-1/+1
| | | | | | | |
* | | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk.fvogel2020-08-231-7/+7
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Fix [970793d707]: textWind-10.10,11,12,13,14 fail on Windows in trunk.fvogel2020-08-231-7/+7
| | | | | | | |
* | | | | | | | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-208-11/+11
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | tkConfig.c: protect usage of internalPtr when offset is TCL_INDEX_NONE. ↵jan.nijtmans2020-08-141-2/+2
| |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | Backported from revised_text. Various minor changes in error-messages, also inspired by revised_text
* | | | | | More consistancy in Tcl_WrongNumArgs() messages and documentationjan.nijtmans2020-08-143-48/+48
|\ \ \ \ \ \ | |/ / / / / | | | | | / | |_|_|_|/ |/| | | |
* | | | | Use "?-option" in stead of "?option" consistantly in WrongNumArgs ↵jan.nijtmans2020-08-143-8/+8
| |_|_|/ |/| | | | | | | | | | | error-messages (backported from revised_text)
* | | | Merge 8.6jan.nijtmans2020-08-1313-102/+102
|\ \ \ \ | |/ / /
| * | | testcase cleanupjan.nijtmans2020-08-135-392/+392
| | | |
* | | | Merge 8.6jan.nijtmans2020-08-121-1/+1
|\ \ \ \ | |/ / /
| * | | Rename (internal) MAASTER_MENU to MAIN_MENU, but keep the original, just to ↵jan.nijtmans2020-08-121-1/+1
| | | | | | | | | | | | | | | | be sure
* | | | Merge 8.6jan.nijtmans2020-08-044-167/+167
|\ \ \ \ | |/ / /
| * | | Rename references to CrtSlave -> CrtAlias. Some more slave -> child changes ↵jan.nijtmans2020-08-043-166/+166
| | | | | | | | | | | | | | | | not affecting the API
* | | | Merge 8.6jan.nijtmans2020-08-041-1/+1
|\ \ \ \ | |/ / / | | | | Move TkpRedrawWidget/TkpWillDrawWidget to entries 185/186 of stub table, that's where they were in Tk 8.6
* | | | Merge 8.6jan.nijtmans2020-08-041-6/+6
|\ \ \ \ | |/ / /
| * | | Adjust some unixEmbed tests which were failing sporadically.culler2020-07-311-6/+6
| | | |
* | | | Merge 8.6: fix testing and build issues on the various supported versions of ↵culler2020-07-2710-128/+150
|\ \ \ \ | |/ / / | | | | | | | | macOS.
| * | | Merge mac_testing: fix testing and build issues on the various supported ↵culler2020-07-2710-128/+149
| |\ \ \ | | | | | | | | | | | | | | | versions of macOS.
| | * | | Remove the race condition from listbox-21.10 the same way as for listbox-21.9culler2020-07-251-8/+6
| | | | |
| | * | | Fix Windows tests which were affected by the Mac changes.culler2020-07-244-25/+39
| | | | |
| | * | | Still fiddling with listbox-21.9culler2020-07-231-1/+1
| | | | |