summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2019-09-1613-269/+284
|\
| * Merge 8.6jan.nijtmans2019-09-164-5/+5
| |\
| | * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-1618-107/+104
| | * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-169-26/+22
| * | Merge 8.6jan.nijtmans2019-09-121-5/+28
| |\ \ | | |/
| | * Update rules.vc to version 1.4 (synced with Tcl)jan.nijtmans2019-09-121-34/+83
| * | Fix comment in win/rules.vcfvogel2019-09-121-4/+2
| |\ \ | | |/
| | * Fix comment in win/rules.vcfvogel2019-09-121-4/+2
| * | windows: rename WINDIR -> WIN_DIR to follow the same change in Tclfvogel2019-09-122-32/+32
| |\ \ | | |/
| | * windows: rename WINDIR -> WIN_DIR to follow the same change in Tclfvogel2019-09-122-32/+32
| | |\
| | | * windows: rename WINDIR -> WIN_DIR to follow the same change in Tclfvogel2019-09-122-31/+31
| * | | Fix [2834776fff]: ttk::spinbox spins up/down when disabledfvogel2019-09-121-0/+2
| |\ \ \ | | |/ /
| | * | Fix [2834776fff]: ttk::spinbox spins up/down when disabledfvogel2019-09-121-0/+2
| | |\ \
| | | * | Fix [2834776fff]: ttk::spinbox spins up/down when disabledfvogel2019-09-081-0/+2
| * | | | Merge 8.6jan.nijtmans2019-09-091-3/+3
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.5jan.nijtmans2019-09-091-3/+3
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Took over a few too many comments from Tcl's win/Makefile.in .. correct that.jan.nijtmans2019-09-091-3/+3
| * | | | Merge 8.6jan.nijtmans2019-09-091-51/+47
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.5jan.nijtmans2019-09-091-51/+47
| | |\ \ \ | | | |/ /
| | | * | Fix build with Visual Studio (configure/make/cl). It appears we cannot use "s...jan.nijtmans2019-09-091-51/+47
| | | * | Fix configure script for use in git-bash (re-generated with a modified autoco...jan.nijtmans2019-09-091-10/+12
| * | | | Simplify NewNativeObj() function in tkMain.c, since "length" is always -1jan.nijtmans2019-09-091-13/+9
| |\ \ \ \ | | |/ / /
| | * | | Tweak logging message if NSWindow tabbing or apperance operation failsKevin Walzer2019-09-091-2/+2
| * | | | end-of-line spacingjan.nijtmans2019-09-094-161/+161
| * | | | Tweak logging messages if NSWindow apperance or tabbing operations fail on macOSKevin Walzer2019-09-091-2/+2
* | | | | Merge trunkjan.nijtmans2019-09-09104-3544/+6905
|\ \ \ \ \ | |/ / / /
| * | | | Merge-markjan.nijtmans2019-09-090-0/+0
| |\ \ \ \ | | |/ / /
| | * | | Merge 8.5jan.nijtmans2019-09-091-10/+12
| | * | | Minor tweaks to tabbing window code on macOS, including to prevent a crash; t...Kevin Walzer2019-09-091-7/+8
| | | |/ | | |/|
| * | | Minor tweaks to tabbing window code on macOS, including to prevent a crash; t...Kevin Walzer2019-09-091-7/+8
| * | | Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-041-1/+1
| |\ \ \ | | |/ /
| | * | Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-041-1/+1
| | |\ \
| | | * | Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-021-1/+1
| | * | | Fix for crash on IDLE on macOS caused by TkKevin Walzer2019-09-021-6/+8
| | * | | Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up App...Kevin Walzer2019-09-024-220/+265
| | |\ \ \
| * | | | | Fix for crash on IDLE on macOS caused by TkKevin Walzer2019-09-021-6/+8
| * | | | | Merge in ae_cleanup branch; thanks to Marc Culler for patches to clean up App...Kevin Walzer2019-09-024-269/+295
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | Additional refinements by Marc Culler to streamline the execution of the DoSc...Kevin Walzer2019-09-021-268/+175
| | * | | | Remove dummy procedures for testingKevin Walzer2019-09-012-26/+1
| | * | | | Complete cleanup of Apple Event processing after recent updates to window dis...Kevin Walzer2019-09-013-48/+46
| | * | | | More refinementsKevin Walzer2019-09-013-12/+26
| | * | | | Clean up Apple Event processing after recent changes in window mapping on MojaveKevin Walzer2019-09-013-105/+256
| | | |/ / | | |/| |
| * | | | Merge 8.6jan.nijtmans2019-09-022-0/+2
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Fix unix configure script: X11.h doesn't exist, should have been Xlib.h (was ...jan.nijtmans2019-09-021-5/+5
| | * | | Merge 8.5jan.nijtmans2019-09-022-0/+2
| | |\ \ \ | | | | |/ | | | |/|
| | | * | Add runstatedir to Makefile.in. Not used yet, only used if "configure" script...jan.nijtmans2019-09-022-0/+2
| | * | | Fix for menus in Dark Aqua windows, addresses ticket 07cfc9f03e; thanks to Ch...Kevin Walzer2019-09-021-6/+21
| | | |/ | | |/|
| * | | Fix for menus in Dark Aqua windows, addresses ticket 07cfc9f03e; thanks to Ch...Kevin Walzer2019-09-021-6/+21
| * | | Fix [6a12b61fc3]: identical tests 'frame-3.5' and 'frame-3.6'. Remove the latterfvogel2019-08-301-10/+0
| |\ \ \ | | |/ /
| | * | Fix [6a12b61fc3]: identical tests 'frame-3.5' and 'frame-3.6'. Remove the latterfvogel2019-08-301-10/+0