summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.c
Commit message (Expand)AuthorAgeFilesLines
* Aqua: Fix arithmetic error in ttk::scrollbar display.culler2019-10-241-1/+1
* Add 7 X11 functions to the aqua stub table, which makes them accessable to st...jan.nijtmans2019-09-241-1/+1
* Fix bug [96bce57407]: crash when drawing 1x1 rounded rectanglesculler2019-09-221-3/+24
* Fix for crash on IDLE on macOS caused by TkKevin Walzer2019-09-021-6/+8
* Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrectculler2019-08-161-2/+18
* Merge 8.5jan.nijtmans2019-07-311-1/+1
|\
| * Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-311-1/+1
| * Major fix for HITheme button metrics; thanks to Marc Culler for patch.Kevin Walzer2015-02-161-1/+1
| * Better alingment of notebook tabs in Cocoa; thanks to Marc Culler for patchKevin Walzer2015-02-151-12/+4
| * Fix for different ttk notebook tab metrics on OS X/YosemiteKevin Walzer2014-10-281-3/+10
* | Fix bug [67aa204e5b]: Make Aqua Ttk buttons display their pressed state again.culler2019-07-111-2/+3
* | Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier.culler2019-07-011-20/+19
* | Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is po...culler2019-06-301-2/+7
* | Adjust minimum thumb sizeculler2019-06-291-1/+2
* | Fix compiler warnings on all macOS versions.culler2019-06-291-2/+3
* | Fix bug [8476b75781]: Aqua scrollbar behaviorculler2019-06-261-5/+1
* | Reduce the number of unnecessary end-of-line spacingsjan.nijtmans2019-06-051-5/+5
* | Fix bug [817d3ef132]: Aqua ttk::entry needs contrasting field background and ...culler2019-06-011-3/+72
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-4/+4
* | On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-19/+23
* | Eliminate the confusing conditional code from ttkMacOSXTheme.c.culler2019-04-181-302/+284
* | Restore code ordering which avoids unused function warnings in old systems.culler2019-04-171-56/+62
* | Clean up formatting in ttkMacOSXTheme.c.culler2019-04-171-877/+1062
* | Mitigate future merge conflict headaches.culler2019-04-171-180/+270
* | 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-151-55/+57
* | Fix the build for OSX 10.6 (Snow Leopard).culler2019-04-121-6/+9
* | Remove a call to NSView.setNeedsDisplay which was meant to fix [4d2e8d4d5c]culler2019-04-111-1/+0
* | Add the formatting changes and conditional code for OSX 10.12 toculler2019-04-111-214/+234
* | 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
* | Make Treeview headings look correct in both light and dark modes. Make ordinaryculler2019-04-081-48/+246
* | Added a drawing procedure for Entry widgets in dark mode.culler2019-04-061-21/+84
* | Rework how contrasting backgrounds are handled.culler2019-04-041-50/+51
* | 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-281-74/+194
* | Implemented a real ttk::scrollbar for Aqua.culler2019-03-271-36/+184
* | Added a drawing procedure for dark mode comboboxes.culler2019-03-261-27/+55
* | Add a few more semantic colors to make ttk::Entry and ttk::Treeview workculler2019-03-261-7/+49
* | Make top and bottom button padding equal, even when the suggested totalculler2019-03-211-9/+2
* | 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
* | Patched up the combobox behavior, without a special drawing procedure for Dar...culler2019-03-181-2/+10
* | Added a drawing procedure for dark BevelButtons.culler2019-03-171-6/+63
* | Improve the behavior and appearance of BevelButtons.culler2019-03-171-51/+88