summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More elimination of the "register" keyword, and more explicit typecastsjan.nijtmans2020-10-0610-187/+180
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-0520-403/+346
* Let Travis builds fail when X11 tests on Ubuntu failjan.nijtmans2020-10-051-0/+1
* Remove duplicate line introduced in [c1f5badf]. That line had already been ad...fvogel2020-10-041-2/+0
* Fix [0008d6a6b3]: Mouse pointer position reported in non-existing window. The...fvogel2020-10-041-1/+2
|\
| * Backout code changes, improve documentation.fvogel2020-10-022-2/+6
| * Another possible fix (but this does not match the documentation for <Destroy>...fvogel2020-10-011-10/+2
| * Fix [0008d6a6b3]: Mouse pointer position reported in non-existing windowfvogel2020-09-291-1/+6
* | Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-028-375/+391
* | Fix some gcc warnings (when using -Wshadow, deprecated XKeycodeToKeysym(), XS...jan.nijtmans2020-10-017-26/+29
* | Duplicate testconstraint failsOnUbuntujan.nijtmans2020-10-011-2/+0
* | Expression for contraint failsOnUbuntuNoXft was reverse ....jan.nijtmans2020-10-016-7/+7
* | Fix [59cba33c6d]: win: theme detection in TkWinGetPlatformTheme() likely brokenjan.nijtmans2020-09-301-3/+3
* | Mark 10 testcases with failsOnUbuntuNoXft. They fail on Ubuntu if Tk is compi...jan.nijtmans2020-09-306-222/+236
* | Fix safe-1.2 testcase when running Tcl version < 8.6.7 (That's when tcl:encod...jan.nijtmans2020-09-301-1/+4
|/
* Mark more test-cases with "failsOnUbuntu"jan.nijtmans2020-09-2925-160/+174
* It appears that xcode 9/10 need "update: true" for a new enough tcl-tk instal...jan.nijtmans2020-09-291-0/+10
* Unshadow some variablesjan.nijtmans2020-09-292-20/+19
* Merge 8.5. Update to Xcode12 and gcc-10. ttk test failures now lead to Travis...jan.nijtmans2020-09-2841-762/+756
|\
| * Update to xcode12 and gcc-10. X11 test failures on Ubuntu now cause Travis bu...jan.nijtmans2020-09-2839-493/+589
| |\
| | * \t -> real tab characterjan.nijtmans2020-09-271-2/+2
| | * Mark 4 more testcases as failsOnUbuntujan.nijtmans2020-09-262-4/+4
| | * Xcode 11.7 -> 12. Mark more testcases as failsOnUbuntujan.nijtmans2020-09-258-33/+33
| | * Compile with gcc-10 too. Mark more test-cases as failing on Ubuntujan.nijtmans2020-09-2424-169/+205
| | * testcase cleanupjan.nijtmans2020-09-237-237/+275
| | * Don't set ERROR_ON_FAILURES, it doesn't work for Tk.jan.nijtmans2020-09-232-3/+0
| | * Mark many testcases with "failsOnUbuntu" (Not all, I still want to see the re...jan.nijtmans2020-09-2317-72/+92
| | * Add TESTFLAGS= partjan.nijtmans2020-09-231-2/+2
| | * Experiment: See if we can have a Travis build fail when a test-case failsjan.nijtmans2020-09-221-1/+6
| |/
* | Fix aqua MapNotify and UnmapNotifyculler2020-09-277-63/+140
|\ \
| * | Cherrypick the fixes for macOS MapNotify and UnmapNotify from mac_stylesmarc_culler2020-09-277-63/+140
|/ /
* | Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-277-11/+15
|\ \
| * \ Merge 8.6. Change macro namesjan.nijtmans2020-09-24107-883/+1096
| |\ \
| * \ \ Merge 8.6jan.nijtmans2020-09-09124-4070/+4257
| |\ \ \
| * \ \ \ Merge 8.6jan.nijtmans2020-09-0311-552/+553
| |\ \ \ \
| * | | | | Slave ->Pane, Master->Container in tkPanedwindow.cculler2020-09-021-407/+407
| * | | | | Merge 8.6jan.nijtmans2020-09-0226-370/+294
| |\ \ \ \ \
| * \ \ \ \ \ Merge 8.6jan.nijtmans2020-08-3159-1143/+1101
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge 8.6jan.nijtmans2020-08-1928-639/+747
| |\ \ \ \ \ \ \
| * | | | | | | | Implementation ofr TIP #581 for Tkjan.nijtmans2020-08-1215-17/+51
* | | | | | | | | More usage of TCL_UNUSED() and implicit type-casts. Eliminate "register" keywordjan.nijtmans2020-09-257-323/+310
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | Fix [aa4be2c1b8]: Aqua test suite hangs.marc_culler2020-09-221-2/+6
* | | | | | | | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabled (macO...fvogel2020-09-211-6/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix [d91e05bf20]: text widget will not process a <<copy>> when disabledfvogel2020-09-201-6/+1
* | | | | | | | | Remove an unused variable and an unnecessary include directive.marc_culler2020-09-211-3/+0
* | | | | | | | | Explicitly require building against Tcl 8.6 in Travisjan.nijtmans2020-09-211-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Explicitly require building against Tcl 8.6 in Travisjan.nijtmans2020-09-201-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Make sure Travis uses the latest public Tcl 8.6 version for testingjan.nijtmans2020-09-181-1/+1
| |/ / / / / / / /
* | | | | | | | | Make demo's like floor/items/ctext behave the same on MacOS as other platform...jan.nijtmans2020-09-2115-52/+90
* | | | | | | | | Doc format warningsjan.nijtmans2020-09-213-5/+5