summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6. Use TCL_INDEX_NONE in a few more places, now that we have it.jan.nijtmans2019-07-305-20/+20
|\
| * Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-302-2/+2
| * typojan.nijtmans2019-07-291-1/+1
* | Handle Mac buttons 6-9 in one place more.jan.nijtmans2019-07-301-2/+4
* | Follow-up to [38dc27bd1d0ecd682aafde]: Tk does not support <Button-6> nor <Bu...jan.nijtmans2019-07-309-13/+45
* | Sort all usage of "pages", "pixels" and "units", make it alphabetical, in imp...jan.nijtmans2019-07-3015-86/+90
* | Merge 8.6jan.nijtmans2019-07-252-0/+23
|\ \ | |/
| * Fix [1fb7af623a]: Add support for buttons 4 and 5 to Windowsjan.nijtmans2019-07-252-0/+23
| |\
| | * Fix [1fb7af623a]: Support for buttons 4 and 5 is missing for Windows. Patch f...fvogel2019-07-212-0/+23
* | | Fix a typo in the code that sets the size of the ring bufferculler2019-07-231-1/+1
|\ \ \ | |/ /
| * | Fix a typo in the code that sets the size of the ring bufferculler2019-07-231-1/+1
* | | Merge 8.6jan.nijtmans2019-07-237-106/+40
|\ \ \ | |/ /
| * | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-237-106/+40
| |/
* | Don't bother compat/stdlib.h and compat/unistd.h any more: All currently supp...jan.nijtmans2019-07-2310-464/+251
* | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez)fvogel2019-07-201-1/+1
|\ \ | |/
| * Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez)fvogel2019-07-201-1/+1
* | Merge 8.6 to fix unrecognized selectors and zombiesculler2019-07-163-8/+25
|\ \ | |/
| * Fix bug [5ddeca5927]: In Aqua, withdrawn windows can reappear as zombiesculler2019-07-161-0/+16
| |\
| | * Fix bug [5ddeca5927]: In Aqua, withdrawn windows can appear as zombies when a...culler2019-07-151-0/+16
| * | Fix two 'unrecognized selector' crashes in macOS 10.9 and 10.10culler2019-07-162-8/+9
| |/
* | Fix [4566e2b83d]: wrong background colors in Aquaculler2019-07-132-22/+47
|\ \ | |/
| * Fix [4566e2b83d]: wrong background colors in Aquaculler2019-07-132-22/+47
| |\
| | * Make the twind demo buttons look OK when the background changes in Aqua.culler2019-07-131-4/+15
| | * fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background colorculler2019-07-122-19/+33
| |/
* | Backout [efab40f95b] that fixed [21525158b0]. This fix looked correct but it ...fvogel2019-07-133-16/+20
* | Fix bug [67aa204e5b]: Make Aqua Ttk buttons display their pressed state again.culler2019-07-111-2/+3
|\ \ | |/
| * Fix bug [67aa204e5b]: Make Aqua Ttk buttons display their pressed state again.culler2019-07-111-2/+3
* | Eliminate calls to GetIconRef in macosxculler2019-07-111-64/+32
|\ \ | |/
| * Eliminate calls to GetIconRef in macosxculler2019-07-111-64/+32
| |\
| | * merge 8.6culler2019-07-051-2/+2
| | |\
| | * | Eliminate calls to GetIconRef, which is deprecated in macOS 10.15culler2019-07-051-64/+32
* | | | Fix error message in tk::unsupported::MacWindowStyle appearance.culler2019-07-111-2/+1
|\ \ \ \ | |/ / /
| * | | Fix error message in tk::unsupported::MacWindowStyle appearance.culler2019-07-111-2/+1
* | | | Fix [e6d58de4b6]: ctext.tcl: remove duplicate wordfvogel2019-07-071-1/+1
|\ \ \ \ | |/ / /
| * | | Fix [e6d58de4b6]: ctext.tcl: remove duplicate wordfvogel2019-07-071-1/+1
| | |/ | |/|
* | | Merge 8.6jan.nijtmans2019-07-051-2/+2
|\ \ \ | |/ /
| * | Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su...jan.nijtmans2019-07-051-2/+2
| |\ \ | | |/ | |/|
| | * Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su...jan.nijtmans2019-07-051-2/+2
| | |\
| | | * Change for alphabetical order of events concerned by %X,%Yfvogel2019-07-031-2/+2
| | | * Fix [bc6a495949]: Documentation bug for upper case %X an %Y binding script su...fvogel2019-07-021-1/+1
| | |/ | |/|
* | | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-0217-22/+22
|\ \ \ | |/ /
| * | Fix [f3c5467f07]: various spelling fixes (from Christopher Chavez)fvogel2019-07-0217-22/+22
* | | Merge 8.6jan.nijtmans2019-07-0231-40/+34
|\ \ \ | |/ /
| * | Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-0231-32/+32
| * | Statically initialize "X11ControlChars" pseudo-encoding.jan.nijtmans2019-07-021-9/+3
* | | Fix bug [8476b75781], including the Aqua tk scrollbar.culler2019-07-013-45/+154
|\ \ \ | |/ /
| * | Fix bug [8476b75781], including the Aqua tk scrollbar.culler2019-07-013-45/+154
| |\ \
| | * | Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier.culler2019-07-012-28/+23
| | * | Fix layout bugs.culler2019-07-011-21/+27
| | * | Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is po...culler2019-06-302-32/+45