summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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 8.5jan.nijtmans2019-08-201-10/+11
|\
| * Don't use ".." in Windows paths during build. Taken from Tcl [https://core.tc...jan.nijtmans2019-08-201-10/+12
* | Fix more X11 function signatures in MacOSX portjan.nijtmans2019-08-197-108/+135
* | One missing "return Success;"jan.nijtmans2019-08-181-0/+1
* | Fix signatures of many X11 functions on MacOSX: They have an "int" return val...jan.nijtmans2019-08-185-36/+42
* | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mo...jan.nijtmans2019-08-186-74/+119
|\ \
| * | Refactor all MouseWheel bindings, doing it the same way everywhere. So <Mouse...jan.nijtmans2019-08-166-74/+119
* | | Fix appearance anomalies with -default active buttons in aqua.culler2019-08-184-21/+47
|\ \ \
| * | | Accidentally discovered how to make HIToolbox indicate the pressed state ofculler2019-08-182-19/+7
| * | | Add comma that accidentally got deleted.culler2019-08-161-1/+1
| * | | Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrectculler2019-08-164-20/+58
| |/ /
* | | Apply patch from Christopher Chavez to make the horizontal paned window democuller2019-08-161-2/+2
|/ /
* | Ignore this empty commit, clean rebuild showed no errorsKevin Walzer2019-08-160-0/+0
* | Merge updates for macOS 10.15 CatalinaKevin Walzer2019-08-163-131/+104
|\ \
| * | Revert changes to unix/tcl.m4 and unix/configure to contain all changesculler2019-08-152-4398/+6682
| * | Fix typos in variable names for panel objects.culler2019-08-141-10/+10
| * | Revert color dialog; do not use sheets for NSOpenSavePanels on Catalina; create culler2019-08-145-6842/+4518
| * | Remove import of Carbon headersKevin Walzer2019-08-141-1/+0
| * | Begin branch to remove deprecated API calls on CatalinaKevin Walzer2019-08-141-24/+38
* | | Tweak display of bitmaps in menus on macOS; thanks to Christopher Chavez for ...Kevin Walzer2019-08-151-0/+4
* | | Fix some dark mode legibility issues with dialogs and message boxes on macOS.culler2019-08-143-9/+2
|/ /
* | A few more places where "unsigned long" should have been used.jan.nijtmans2019-08-133-3/+3
* | Fix indenting in bind.test (taken from TIP #532 branch)jan.nijtmans2019-08-131-405/+406
* | Use "unsigned long" as type for "mask" variables containing X11 button-masks ...jan.nijtmans2019-08-135-6/+6
* | Fix typo in a comment in tkWinFont.c. Thanks to C. Chavezfvogel2019-08-111-1/+1
* | Merge in chavez_spinboxKevin Walzer2019-08-102-25/+22
|\ \
| * | Tweak display of spinboxes on macOS; thanks to Christopher Chavez for patchKevin Walzer2019-08-092-25/+22
|/ /
* | Merge 8.5jan.nijtmans2019-08-021-1/+1
|\ \ | |/
| * typojan.nijtmans2019-08-021-1/+1
* | Merge 8.5jan.nijtmans2019-07-315-10/+10
|\ \ | |/
| * Fix [eca765ab7c]: Manual page for Tk_NameOfImagejan.nijtmans2019-07-311-4/+4
* | Only free "patterns" once, not each time inside the loop. That might crash wi...jan.nijtmans2019-07-301-39/+41
* | Two times Tcl_Free() -> ckfree()jan.nijtmans2019-07-302-2/+2
* | typojan.nijtmans2019-07-291-1/+1
* | 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
* | | New intermal macro ALL_BUTTONS and function TkGetButtonMask(), which can be r...jan.nijtmans2019-07-237-106/+40
|/ /
* | Fix [ea3db67ddf]: Fix spelling in comment of tkWinX.c (from C. Chavez)fvogel2019-07-201-1/+1
* | 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
|\ \
| * | 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
|/ /
* | 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
|\ \
| * \ merge 8.6culler2019-07-051-2/+2
| |\ \