summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | | Fix error handling for MacWindowStyle appearance and tabbingid.culler2019-03-191-13/+23
| | * | | Patched up the combobox behavior, without a special drawing procedure for Dar...culler2019-03-181-2/+10
| | * | | Added ::tk::unsupported::MacWindowStyle appearance to control which appearanc...culler2019-03-182-6/+121
| | * | | Added a drawing procedure for dark BevelButtons.culler2019-03-171-6/+63
| | * | | Improve the behavior and appearance of BevelButtons.culler2019-03-171-51/+88
| | * | | Fixed error in height computation for BevelButtons.culler2019-03-171-3/+5
| | * | | Made PushButtons display correctly in pressed state.culler2019-03-171-21/+18
| | * | | Fixed a logic error with selected disabled CheckBoxes and RadioButtons.culler2019-03-161-0/+2
| | * | | Small corrections.culler2019-03-151-7/+4