summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* Guard against interpreters being killed out from under our feet when calling ...dkf2019-04-161-64/+82
* Adjust conditional code to fix compiler warnings on macOS 10.9.culler2019-04-151-6/+10
|\
| * Adjust conditional code to fix compiler warnings on macOS 10.9.culler2019-04-151-6/+10
* | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjustculler2019-04-152-69/+84
|\ \ | |/
| * Add missing blank line.culler2019-04-151-0/+1
| * For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjustculler2019-04-152-104/+119
* | Reorder code to avoid uninit-variable warningdkf2019-04-151-36/+37
* | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-143-17/+25
|\ \ | |/
| * Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-143-17/+25
* | For Aqua, add systemControlAccentColor; simulate the color for older systems.culler2019-04-142-15/+47
|\ \ | |/
| * For Aqua, add systemControlAccentColor; simulate the color for older systems.culler2019-04-142-15/+47
* | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-142-14/+21
|\ \ | |/
| * For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-142-14/+21
* | Implement TIPs 482 and 483dkf2019-04-141-8/+7
|\ \
| * | Changes based on recommendations in http://code.activestate.com/lists/tcl-cor...stu2018-07-041-22/+0
| * | Merge trunk.stu2018-07-0324-1211/+1107
| |\ \
| * | | Use ::tk::pkgconfig to get the demo directory on MacOSX.stu2017-11-081-0/+21
* | | | Fix the build for OSX 10.9 (Mavericks)culler2019-04-121-1/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | Fix the build for OSX 10.9 (Mavericks)culler2019-04-121-1/+5
* | | | Fix the build for OSX 10.6 (Snow Leopard)culler2019-04-122-22/+33
|\ \ \ \ | |/ / /
| * | | Fix the build for OSX 10.6 (Snow Leopard).culler2019-04-122-22/+33
* | | | Remove a call to NSView.setNeedsDisplay which was meant to fix [4d2e8d4d5c]culler2019-04-111-1/+0
|\ \ \ \ | |/ / /
| * | | Remove a call to NSView.setNeedsDisplay which was meant to fix [4d2e8d4d5c]culler2019-04-111-1/+0
* | | | The diff is (almost) empty because these changes were already made in trunk.culler2019-04-111-1/+1
|\ \ \ \ | |/ / /
| * | | Add the formatting changes and conditional code for OSX 10.12 toculler2019-04-113-374/+429
* | | | Allow Tk to build with the macOS X 10.12 SDKdkf2019-04-113-376/+432
* | | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-118-495/+2398
|\ \ \ \ | |/ / /
| * | | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-118-495/+2398
| |\ \ \
| | * | | Remove unused variable.culler2019-04-101-2/+1
| | * | | Make -fieldbackground work for ttk::entry and ttk::spinbox, but retain the oldculler2019-04-101-6/+38
| | * | | Update README.culler2019-04-101-2/+36
| | * | | Make Treeview headings look correct in both light and dark modes. Make ordinaryculler2019-04-083-66/+277
| | * | | Added a drawing procedure for Entry widgets in dark mode.culler2019-04-061-21/+84
| | * | | Rework how contrasting backgrounds are handled.culler2019-04-042-51/+62
| | * | | Use geometry masters, not parents, to find the nesting depth.culler2019-04-011-5/+4
| | * | | Remove extraneous CGContextSaveGState with no matching CGContextRestoreGState.culler2019-03-301-3/+2
| | * | | Added missing map for the Treeview background in selected state.culler2019-03-301-1/+1
| | * | | Added a comment.culler2019-03-291-1/+5
| | * | | Added a drawing procedure for Spinboxes in Dark Mode.culler2019-03-291-14/+79
| | * | | Fix bug [2219588]: ttk::spinbox arrow buttons do not indicate pressed state.culler2019-03-291-17/+80
| | * | | Reworked the drawing procedure for ttk::scrollbar and made it work in Dark Modeculler2019-03-282-74/+199
| | * | | Implemented a real ttk::scrollbar for Aqua.culler2019-03-271-36/+184
| | * | | Added a drawing procedure for dark mode comboboxes.culler2019-03-262-28/+61
| | * | | Add a few more semantic colors to make ttk::Entry and ttk::Treeview workculler2019-03-262-20/+81
| | * | | Make top and bottom button padding equal, even when the suggested totalculler2019-03-211-9/+2
| | * | | Avoid caching semantic colors so they will respond to appearance changesculler2019-03-201-4/+8
| | * | | Restore line that was accidentally deleted.culler2019-03-201-0/+1
| | * | | The systemTtkBackground color should be an NSColor too.culler2019-03-201-5/+3
| | * | | Fix text layout issue for ttk::button by setting minWidth to 0. Button textculler2019-03-201-3/+10
| | * | | Rename variables and reorganize to clarify how Ttk and HITheme interact.culler2019-03-191-63/+92