summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
|\ \
| * | 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
| |/
* | 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 [6a12b61fc3]: identical tests 'frame-3.5' and 'frame-3.6'. Remove the latterfvogel2019-08-301-10/+0
* | Fix [a3e81a82a1]: macOS: ttk-2.8 failsfvogel2019-08-281-0/+1
|\ \
| * | Fix [a3e81a82a1]: macOS: ttk-2.8 failsfvogel2019-08-281-0/+1
* | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-286-1/+57
|\ \ \
| * \ \ Merge change proposals from Jan Nijtmans, thanks!fvogel2019-08-279-25/+40
| |\ \ \
| | * | | Add comments in tkMacOSXPort.h about the new #definefvogel2019-08-271-0/+10
| | * | | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-279-25/+30
| |/ / /
| * | | Fix build on Cygwinjan.nijtmans2019-08-271-0/+1
| * | | Adapt macOS code to the renaming that just happened in previous commit. Branc...fvogel2019-08-263-9/+9
| * | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-263-6/+6
| * | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-265-1/+41
* | | | Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when -varia...fvogel2019-08-282-1/+5
|\ \ \ \
| * | | | Fix [cb077bea5b]: ttk::progressbar: configuring -value is ignored when -varia...fvogel2019-08-232-1/+5
| |/ / /
* | | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Updatefvogel2019-08-284-8/+77
|\ \ \ \
| * \ \ \ Merge 8.6jan.nijtmans2019-08-229-19/+55
| |\ \ \ \
| * | | | | Fix maths in TkSetCursorPos(). I have checked that this implementation provid...fvogel2019-08-221-3/+3
| * | | | | Since we're here dealing with pointer warping, add tests checking that the mo...fvogel2019-08-221-1/+41
| * | | | | Fix [69b48f427e]: Test 'textTag-18.1' fails since Win10 Creator Falls Updatefvogel2019-08-203-8/+37
* | | | | | Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as...fvogel2019-08-2814-1937/+4485
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | In Tk 8.6, there are only maximum 5 buttons .....jan.nijtmans2019-08-131-2/+1
| * | | | | Fix change leftover by [77c5995568]fvogel2019-08-131-1/+1
| * | | | | Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMask() any more, s...jan.nijtmans2019-08-131-28/+13
| * | | | | Merge 8.6jan.nijtmans2019-08-139-191/+188
| |\ \ \ \ \
| * | | | | | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-0410-12/+7
| * | | | | | Now that the issue is fixed, remove the canary test committed in [69735dbf]. ...fvogel2019-08-041-25/+2
| * | | | | | Merge 8.6, and remove unused static function definitionjan.nijtmans2019-08-021-1/+0
| |\ \ \ \ \ \
| * | | | | | | Fix typo.culler2019-08-011-1/+1
| * | | | | | | Merge 8.6 (and fix merge conflict arising from that)jan.nijtmans2019-08-0189-4858/+7185
| |\ \ \ \ \ \ \
| * | | | | | | | Remove the crazy function UpdateButtonEventState which was causing all this t...culler2019-08-012-68/+1
| * | | | | | | | Committed the canary to help with debugging the faults in binding processingdkf2019-06-161-2/+25
| * | | | | | | | merge 8.6 main branchdkf2019-06-1617-6736/+4953
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Release too stringent constraint on numObjects that triggered a failed assert...fvogel2019-06-081-1/+1
| * | | | | | | | | merge core-8-6-branchfvogel2019-06-0872-666/+1317
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0jan.nijtmans2019-05-1588-3237/+6584
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge 8.6jan.nijtmans2019-03-2966-1072/+2296
| |\ \ \ \ \ \ \ \ \ \ \