summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge trunkjan.nijtmans2019-09-0921-2081/+4600
|\
| * 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 [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-284-1/+23
| | |\
| | * \ Merge TIP #532 implementation now that [c1c842ef7792] (new tkBind.c: wrong as...fvogel2019-08-288-1902/+3988
| | |\ \
| | | * | 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-136-23/+19
| | | |\ \
| | | * | | Header file cleanup, backported from [bug6e8afe516d-87] branchjan.nijtmans2019-08-047-12/+4
| | | * | | Merge 8.6, and remove unused static function definitionjan.nijtmans2019-08-021-1/+0
| | | |\ \ \
| | | * \ \ \ Merge 8.6 (and fix merge conflict arising from that)jan.nijtmans2019-08-0132-141/+77
| | | |\ \ \ \ | | | | |/ / /
| | | * | | | Remove the crazy function UpdateButtonEventState which was causing all this t...culler2019-08-012-68/+1
| | | * | | | merge 8.6 main branchdkf2019-06-162-5/+6
| | | |\ \ \ \
| | | * | | | | Release too stringent constraint on numObjects that triggered a failed assert...fvogel2019-06-081-1/+1
| | | * | | | | merge core-8-6-branchfvogel2019-06-0811-174/+311
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.6. Some tweaks, e.g. "bool" -> "int", "true" -> 1, "false" -> 0jan.nijtmans2019-05-1517-230/+463
| | | |\ \ \ \ \ \
| | | * \ \ \ \ \ \ Merge 8.6jan.nijtmans2019-03-2915-139/+149
| | | |\ \ \ \ \ \ \
| * | | | | | | | | | TIP #532 implementation lost handling of Button 6 up to 9. Restore that, and ...jan.nijtmans2019-08-291-1/+1
| * | | | | | | | | | Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-284-7/+29
| |\ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ Rebase to trunkfvogel2019-08-27131-4253/+11867
| | |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | macOS: Rename TkMacOSXGetCapture --> TkpGetCapture, and regenerate stubs.fvogel2019-08-273-6/+6
| | | |_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | |
| | * | | | | | | | | | Review: Suggested to rename TkpGetCapture back to TkMacOSXGetCapture for MacO...jan.nijtmans2019-08-274-14/+18
| | * | | | | | | | | | Fix build on Cygwinjan.nijtmans2019-08-271-0/+1
| | * | | | | | | | | | 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-264-1/+18
| | | |/ / / / / / / / | | |/| | | | | | | |
| | * | | | | | | | | Fix [5da1d76e01]: X11: add default bindings for non-emulated horizontal scrol...jan.nijtmans2019-08-221-0/+8
| | |\ \ \ \ \ \ \ \ \
| | | * \ \ \ \ \ \ \ \ Improve implementation in tkEvent.c. jan.nijtmans2019-08-212-12/+12
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Much simpler (still Experimental) implementation of RFE-5da1d76e01. Just tran...jan.nijtmans2019-08-191-1/+10
| * | | | | | | | | | | | Merge TIP #532 implementation for 8.7 now that [c1c842ef7792] (new tkBind.c: ...fvogel2019-08-289-1909/+4006
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / / / / | |/| | | | | | | | | | |
| | * | | | | | | | | | | (cherry-pick): Final review: Don't use ALL_BUTTONS_MASK and ButtonNumberToMas...jan.nijtmans2019-08-131-33/+21
| | * | | | | | | | | | | Merge 8.7jan.nijtmans2019-08-136-25/+23
| | |\ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ Merge 8.7. Also remove unused TkDisplay fields when compiling against Tcl 9.0...jan.nijtmans2019-08-041-0/+7
| | |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Header include file cleanupjan.nijtmans2019-08-047-12/+4
| | * | | | | | | | | | | | | Tk_Offset -> offsetofjan.nijtmans2019-08-041-41/+41
| | * | | | | | | | | | | | | merge trunk (after fixing conflicts)fvogel2019-08-0476-1406/+1384
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | | Remove unused static function definition (same as [2136a574])fvogel2019-08-041-1/+0
| | * | | | | | | | | | | | | Cherrypicked [3b3c3b02]: Remove the crazy function UpdateButtonEventState whi...fvogel2019-08-042-68/+1
| | * | | | | | | | | | | | | Release too stringent constraint on numObjects that triggered a failed assert...fvogel2019-06-081-1/+1
| | * | | | | | | | | | | | | Propagate 'bool' -> 'int', 'true' -> 1, 'false' -> 0 changes made in [f8e4173...fvogel2019-06-081-132/+117
| | * | | | | | | | | | | | | merge trunkfvogel2019-06-0866-681/+7306
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ rebase to trunkfvogel2019-02-03114-2839/+3807
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | Create a derivated version of TIP #532 targeting trunk (8.7), with PREFER_MOS...fvogel2019-02-031-5/+5
| | | |_|_|_|_|_|_|/ / / / / / / | | |/| | | | | | | | | | | | |
| | * | | | | | | | | | | | | | Tweaked commentsfvogel2019-02-031-6/+11
| | * | | | | | | | | | | | | | Outdated code fragment has been removed (DONT_REDIRECT_GENERATED_KEY_EVENTS).gcramer2019-01-261-6/+0
| | * | | | | | | | | | | | | | Per default debugging should be disabled.gcramer2019-01-261-1/+1
| | * | | | | | | | | | | | | | (1) Computation of most specialized event (PREFER_MOST_SPECIALIZED_EVENT) cha...gcramer2019-01-151-11/+13
| | * | | | | | | | | | | | | | Fix in comparison of homegeneous equal sequences, a real problem with old imp...gcramer2019-01-141-42/+58
| | * | | | | | | | | | | | | | Superfluous comment removed.gcramer2019-01-131-1/+0
| | * | | | | | | | | | | | | | Reverting change of return type of function Tk_CreateBinding: 'unsigned long'...gcramer2019-01-136-32/+35