| Commit message (Expand) | Author | Age | Files | Lines |
* | Guard against interpreters being killed out from under our feet when calling ... | dkf | 2019-04-16 | 1 | -64/+82 |
|
|
* | Adjust conditional code to fix compiler warnings on macOS 10.9. | culler | 2019-04-15 | 1 | -6/+10 |
|\ |
|
| * | Adjust conditional code to fix compiler warnings on macOS 10.9. | culler | 2019-04-15 | 1 | -6/+10 |
|
|
* | | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjust | culler | 2019-04-15 | 2 | -69/+84 |
|\ \
| |/ |
|
| * | Add missing blank line. | culler | 2019-04-15 | 1 | -0/+1 |
|
|
| * | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjust | culler | 2019-04-15 | 2 | -104/+119 |
|
|
* | | Reorder code to avoid uninit-variable warning | dkf | 2019-04-15 | 1 | -36/+37 |
|
|
* | | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether an | culler | 2019-04-14 | 3 | -17/+25 |
|\ \
| |/ |
|
| * | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether an | culler | 2019-04-14 | 3 | -17/+25 |
|
|
* | | For Aqua, add systemControlAccentColor; simulate the color for older systems. | culler | 2019-04-14 | 2 | -15/+47 |
|\ \
| |/ |
|
| * | For Aqua, add systemControlAccentColor; simulate the color for older systems. | culler | 2019-04-14 | 2 | -15/+47 |
|
|
* | | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to match | culler | 2019-04-14 | 2 | -14/+21 |
|\ \
| |/ |
|
| * | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to match | culler | 2019-04-14 | 2 | -14/+21 |
|
|
* | | Implement TIPs 482 and 483 | dkf | 2019-04-14 | 1 | -8/+7 |
|\ \ |
|
| * | | Changes based on recommendations in http://code.activestate.com/lists/tcl-cor... | stu | 2018-07-04 | 1 | -22/+0 |
|
|
| * | | Merge trunk. | stu | 2018-07-03 | 24 | -1211/+1107 |
| |\ \ |
|
| * | | | Use ::tk::pkgconfig to get the demo directory on MacOSX. | stu | 2017-11-08 | 1 | -0/+21 |
|
|
* | | | | Fix the build for OSX 10.9 (Mavericks) | culler | 2019-04-12 | 1 | -1/+5 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fix the build for OSX 10.9 (Mavericks) | culler | 2019-04-12 | 1 | -1/+5 |
|
|
* | | | | Fix the build for OSX 10.6 (Snow Leopard) | culler | 2019-04-12 | 2 | -22/+33 |
|\ \ \ \
| |/ / / |
|
| * | | | Fix the build for OSX 10.6 (Snow Leopard). | culler | 2019-04-12 | 2 | -22/+33 |
|
|
* | | | | Remove a call to NSView.setNeedsDisplay which was meant to fix [4d2e8d4d5c] | culler | 2019-04-11 | 1 | -1/+0 |
|\ \ \ \
| |/ / / |
|
| * | | | Remove a call to NSView.setNeedsDisplay which was meant to fix [4d2e8d4d5c] | culler | 2019-04-11 | 1 | -1/+0 |
|
|
* | | | | The diff is (almost) empty because these changes were already made in trunk. | culler | 2019-04-11 | 1 | -1/+1 |
|\ \ \ \
| |/ / / |
|
| * | | | Add the formatting changes and conditional code for OSX 10.12 to | culler | 2019-04-11 | 3 | -374/+429 |
|
|
* | | | | Allow Tk to build with the macOS X 10.12 SDK | dkf | 2019-04-11 | 3 | -376/+432 |
|
|
* | | | | Support for Apple's Dark Mode and many improvements to the Aqua theme. | culler | 2019-04-11 | 8 | -495/+2398 |
|\ \ \ \
| |/ / / |
|
| * | | | Support for Apple's Dark Mode and many improvements to the Aqua theme. | culler | 2019-04-11 | 8 | -495/+2398 |
| |\ \ \ |
|
| | * | | | Remove unused variable. | culler | 2019-04-10 | 1 | -2/+1 |
|
|
| | * | | | Make -fieldbackground work for ttk::entry and ttk::spinbox, but retain the old | culler | 2019-04-10 | 1 | -6/+38 |
|
|
| | * | | | Update README. | culler | 2019-04-10 | 1 | -2/+36 |
|
|
| | * | | | Make Treeview headings look correct in both light and dark modes. Make ordinary | culler | 2019-04-08 | 3 | -66/+277 |
|
|
| | * | | | Added a drawing procedure for Entry widgets in dark mode. | culler | 2019-04-06 | 1 | -21/+84 |
|
|
| | * | | | Rework how contrasting backgrounds are handled. | culler | 2019-04-04 | 2 | -51/+62 |
|
|
| | * | | | Use geometry masters, not parents, to find the nesting depth. | culler | 2019-04-01 | 1 | -5/+4 |
|
|
| | * | | | Remove extraneous CGContextSaveGState with no matching CGContextRestoreGState. | culler | 2019-03-30 | 1 | -3/+2 |
|
|
| | * | | | Added missing map for the Treeview background in selected state. | culler | 2019-03-30 | 1 | -1/+1 |
|
|
| | * | | | Added a comment. | culler | 2019-03-29 | 1 | -1/+5 |
|
|
| | * | | | Added a drawing procedure for Spinboxes in Dark Mode. | culler | 2019-03-29 | 1 | -14/+79 |
|
|
| | * | | | Fix bug [2219588]: ttk::spinbox arrow buttons do not indicate pressed state. | culler | 2019-03-29 | 1 | -17/+80 |
|
|
| | * | | | Reworked the drawing procedure for ttk::scrollbar and made it work in Dark Mode | culler | 2019-03-28 | 2 | -74/+199 |
|
|
| | * | | | Implemented a real ttk::scrollbar for Aqua. | culler | 2019-03-27 | 1 | -36/+184 |
|
|
| | * | | | Added a drawing procedure for dark mode comboboxes. | culler | 2019-03-26 | 2 | -28/+61 |
|
|
| | * | | | Add a few more semantic colors to make ttk::Entry and ttk::Treeview work | culler | 2019-03-26 | 2 | -20/+81 |
|
|
| | * | | | Make top and bottom button padding equal, even when the suggested total | culler | 2019-03-21 | 1 | -9/+2 |
|
|
| | * | | | Avoid caching semantic colors so they will respond to appearance changes | culler | 2019-03-20 | 1 | -4/+8 |
|
|
| | * | | | Restore line that was accidentally deleted. | culler | 2019-03-20 | 1 | -0/+1 |
|
|
| | * | | | The systemTtkBackground color should be an NSColor too. | culler | 2019-03-20 | 1 | -5/+3 |
|
|
| | * | | | Fix text layout issue for ttk::button by setting minWidth to 0. Button text | culler | 2019-03-20 | 1 | -3/+10 |
|
|
| | * | | | Rename variables and reorganize to clarify how Ttk and HITheme interact. | culler | 2019-03-19 | 1 | -63/+92 |
|
|