summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-6-branchKevin Walzer2019-10-073-29/+29
|\
| * Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only u...jan.nijtmans2019-10-062-2/+2
| * Fix usage of DEBUG() macro in tkBind.cjan.nijtmans2019-10-051-27/+27
* | merge 8.6core-8-6-10dgp2019-10-042-6/+6
|\ \ | |/
| * Restore (kind of) default values for -fill and -outline in polygon items. Cha...jan.nijtmans2019-10-041-2/+3
| * Too quick conclusion: all lines and text were gone :-). Reverting most of pre...jan.nijtmans2019-10-042-2/+2
| * Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value (acc...jan.nijtmans2019-10-042-2/+2
| * Fix [3ed5b66989]: Malpositioned root window with highlighthickness > 0fvogel2019-10-011-4/+3
* | merge 8.6dgp2019-10-023-36/+36
|\ \ | |/
| * Modify TkClipBox and friends such that they return an int (normally 0) in ste...jan.nijtmans2019-10-013-36/+36
* | Merge core-8-6-branchKevin Walzer2019-09-296-7/+12
|\ \ | |/
| * Merge chavez-canvas branchKevin Walzer2019-09-296-7/+12
| |\
| | * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove some...Kevin Walzer2019-09-246-7/+12
* | | merge 8.6dgp2019-09-274-3/+104
|\ \ \ | |/ /
| * | Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-262-2/+2
| * | Add XPutImage() to the X11 stub table on Aquajan.nijtmans2019-09-253-1/+102
* | | merge 8.6dgp2019-09-2510-34/+172
|\ \ \ | |/ /
| * | Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-247-8/+142
| * | Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-245-26/+30
* | | Merge 8.6Kevin Walzer2019-09-241-0/+10
|\ \ \ | |/ /
| * | Allow "wm frame" to return id's > 0xFFFFFFFF on 64-bit platforms (if the id r...jan.nijtmans2019-09-241-0/+10
| |/
* | merge 8.6dgp2019-09-203-5/+6
|\ \ | |/
| * Eliminate systemEncoding local variable. Don't use TCL_INDEX_NONE yet in 8.6,...jan.nijtmans2019-09-201-1/+1
| * One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-201-1/+1
| * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-1/+1
| * Fix [cc6c711c1e]: treeview layout issues (patch from Brad Lanam)fvogel2019-09-181-3/+4
* | merge 8.6dgp2019-09-182-1/+3
|\ \ | |/
| * (minor) Add missing initializer, and two /* FALLTHRU */ markers.jan.nijtmans2019-09-172-1/+3
* | merge 8.6dgp2019-09-164-21/+17
|\ \ | |/
| * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-2/+2
| * Simplify NewNativeObj(), since its last parameter is always -1. jan.nijtmans2019-09-164-20/+16
* | Merge 8.6Kevin Walzer2019-09-091-1/+1
|\ \ | |/
| * Fix [1424367fff]: image item with activeimage and bind to destroy - drag crashfvogel2019-09-021-1/+1
* | Merge recent fixes for macOS into release branch from core-8-6-branchKevin Walzer2019-09-0212-1903/+4011
|\ \ | |/
| * Fix [943d5ebe51]: Destroying a widget cancels resizing of main window on Wind...fvogel2019-08-284-1/+23
| |\
| | * 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
| * | 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