summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-141-2/+2
|\
| * For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-141-2/+2
* | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-115-42/+99
|\ \ | |/
| * Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-115-42/+99
| |\
| | * Make Treeview headings look correct in both light and dark modes. Make ordinaryculler2019-04-082-2/+5
| | * Use geometry masters, not parents, to find the nesting depth.culler2019-04-011-1/+1
| | * Added missing map for the Treeview background in selected state.culler2019-03-301-2/+6
| | * Added a drawing procedure for Spinboxes in Dark Mode.culler2019-03-291-1/+1
| | * Make the ttk::spinbutton text field work correctly in Dark Mode.culler2019-03-291-0/+19
| | * Implemented a real ttk::scrollbar for Aqua.culler2019-03-271-18/+0
| | * Added a drawing procedure for dark mode comboboxes.culler2019-03-262-15/+11
| | * Add a few more semantic colors to make ttk::Entry and ttk::Treeview workculler2019-03-261-19/+29
| | * The systemTtkBackground color should be an NSColor too.culler2019-03-201-1/+2
| | * Fix text layout issue for ttk::button by setting minWidth to 0. Button textculler2019-03-201-2/+1
| | * Patched up the combobox behavior, without a special drawing procedure for Dar...culler2019-03-181-1/+15
| | * Improve the behavior and appearance of BevelButtons.culler2019-03-172-4/+8
| | * Dealt with dark BevelButtons and progress bars.culler2019-03-151-5/+0
| | * Added a drawing procedure for dark RadioButtons and dealt with many slightlyculler2019-03-151-1/+12
| | * Added a drawing procedure for notebook tabs in Dark Mode.culler2019-03-121-3/+4
| | * Add colors systemControlTextColor and systemDisabledControlTextColor andculler2019-03-111-8/+11
| | * Fine tune the button appearance.culler2019-03-111-0/+1
| | * Additional Treeview fix.culler2019-03-101-3/+4
| | * Add a drawing procedure for a ttk Separator in Dark Mode. Fixed the foregroundculler2019-03-101-15/+21
| | * Added a drawing procedure to make LabelFrame and Notebook panes render correc...culler2019-03-101-4/+5
| | * Add a drawing procedure to draw PushButtons and PopupButtons in Dark Mode.culler2019-03-071-1/+1
| | * Make notebook tabs readable in dark mode.culler2019-03-031-0/+5
| | * Cleaned up the code in tkMacOSXColors.c. Discovered along the way that we ca...culler2019-02-271-7/+8
* | | Disallow transient/master cycles. Fix bgerror for Aqua to avoid hangs when an...culler2019-03-041-6/+11
|\ \ \ | |/ /
| * | Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-6/+11
| |/
* | TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-108/+140
|\ \ | |/
| * TIP #533 (Extension of the menu post command) implementation was accepted by ...fvogel2019-02-021-108/+140
| |\
| | * Avoid errors when a menu is destroyed before its postcommand is run.culler2019-01-131-2/+4
| | * Fix related menubutton issues on linux and Windows.culler2019-01-111-121/+136
| | * Fix bug [70e531918e]: geometry issues with menubuttons on macOSculler2019-01-091-2/+17
* | | Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9. Thanks to cjmcd...fvogel2019-01-208-16/+0
|\ \ \ | |/ /
| * | Fix [509cafafae]: ttk::treeview tag options ignored in 8.6.9. Thanks to cjmcd...fvogel2019-01-208-16/+0
| |\ \
| | * | Better fix for [509cafafae]: ttk::treeview tag options ignored in 8.6.9. This...fvogel2019-01-018-16/+0
* | | | Clean up Aqua button geometry code so unixButton tests pass, and make a fewculler2019-01-181-1/+1
|\ \ \ \ | |/ / /
| * | | Fix bug [e733d3770f]: geometry issues with buttons on macOSculler2019-01-161-1/+1
| | |/ | |/|
* | | Implement local grabs on macOS.culler2019-01-092-2/+15
|\ \ \ | |/ /
| * | Update the demos to give a more complete explanation of local and global grabs.culler2019-01-082-2/+15
* | | Rework support for FullScreen windows. Provide support for Split View andculler2018-12-021-3/+3
|\ \ \ | |/ /
| * | On the mac, use the default menu bar for the widget demo.culler2018-12-011-8/+3
| * | Make tabbed windows work correctly on macOS.culler2018-11-301-0/+5
| |/
* | Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz)fvogel2018-11-251-6/+6
|\ \ | |/
| * Fix spelling error in a variable name (GitHub PR #5, chrstphrchvz)fvogel2018-11-251-6/+6
| * merge 8.6dgp2018-11-051-1/+1
| |\
| * | Bump version numbers for release.dgp2018-10-091-1/+1
* | | Fix [6b22d436aa]: Treeview ActivateHeading Binding Fails After Widget Deletio...fvogel2018-11-041-1/+1
|\ \ \ | | |/ | |/|
| * | Fix [6b22d436aa]: Treeview ActivateHeading Binding Fails After Widget Deletio...fvogel2018-11-011-1/+1
| |/