summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Dealt with dark BevelButtons and progress bars.culler2019-03-151-19/+80
* Fix some conditional compilation misconfiguration.culler2019-03-151-43/+42
* Added a drawing procedure for dark RadioButtons and dealt with many slightlyculler2019-03-151-86/+170
* Added a drawing procedure for dark CheckBoxes. Added drawing primitives toculler2019-03-131-138/+197
* Fix the build for 10.6 (Snow Leopard).culler2019-03-132-9/+66
* Make the GroupBox render correctly on High Sierra.culler2019-03-131-93/+112
* Fixed a typo.culler2019-03-121-1/+1
* Added a drawing procedure for notebook tabs in Dark Mode.culler2019-03-122-9/+174
* Add colors systemControlTextColor and systemDisabledControlTextColor andculler2019-03-112-6/+27
* Fine tune the button appearance.culler2019-03-111-58/+86
* Add a drawing procedure for a ttk Separator in Dark Mode. Fixed the foregroundculler2019-03-101-36/+54
* Added a drawing procedure to make LabelFrame and Notebook panes render correc...culler2019-03-102-136/+214
* Add a drawing procedure to draw PushButtons and PopupButtons in Dark Mode.culler2019-03-072-16/+109
* Cleaned up the code in tkMacOSXColors.c. Discovered along the way that we ca...culler2019-02-274-285/+342
* Remove some unneeded code.culler2019-02-251-8/+0
* Fix bug [0d63621b6c]: Aqua ttk uses incorrect background colors.culler2019-02-243-241/+309
* Fix bug [9771ae0f0b]: In Aqua, deiconifying a transient of a withdrawn window...culler2019-02-231-3/+14
* Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-232-7/+27
|\
| * Fix bug [56a1823c73]: Aqua toplevels can fail to appear on screen.culler2019-02-182-7/+27
* | Fix [30a0fc767a]: spelling error in a commentfvogel2019-02-221-1/+1
|/
* Remove a missed unused variable.culler2019-02-131-1/+0
* Fix bug [2249e64bdc]: Some unixWm tests expect the impossible on Aquaculler2019-02-131-14/+0
* Fix bug [b389dfcd8f]: Aqua miscalculates window position on secondary displayculler2019-02-131-4/+2
* Fix bug [8814bddf5d]: segfault in [NSMenu size]culler2019-02-091-5/+9