summaryrefslogtreecommitdiffstats
path: root/library
Commit message (Collapse)AuthorAgeFilesLines
* Use single-argument "expr" as much as possible. Not complete yet, but most ↵jan.nijtmans2019-06-052-9/+9
| | | | trivial places are done.
* Fix [ce470f20fd]: ttk::treeview has column dragging issuesfvogel2019-05-261-1/+1
|\
| * Revert [d70ef6ed] and [fa9b6483]. ttk::treeview again allows dragging the ↵fvogel2019-05-041-21/+2
| | | | | | | | right edge of the rightmost heading, which is not special in any respect.
| * ttk::treeview: when there is at least one stretchable column then there ↵fvogel2019-05-041-1/+1
| | | | | | | | should be no slack at the right (slack should be distributed among the stretchable columns)
| * Fix indentationfvogel2019-04-111-1/+1
| |
| * Fix [ce470f20fd]: ttk::treeview allows dragging the right edge of the ↵fvogel2019-04-111-2/+21
| | | | | | | | rightmost heading
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-1/+1
| |
* | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listboxfvogel2019-05-081-15/+1
|\ \
| * | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listboxfvogel2019-05-011-15/+1
| | |
* | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview ↵fvogel2019-05-081-1/+0
|\ \ \ | |/ / |/| | | | | commands) is incorrect until idle tasks are run
| * | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use ↵fvogel2019-04-221-1/+0
| | | | | | | | | | | | of update idletasks. Thanks to cjmcdonald.
* | | Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when ↵fvogel2019-04-281-3/+7
|\ \ \ | | | | | | | | | | | | changed in -command. Patch by ralfixx
| * | | Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when ↵fvogel2019-04-191-3/+7
| |/ / | | | | | | | | | changed in -command. Patch by ralfixx
* | | Fix [9286526144]: adjust position of ttk::menubutton menus and streamline code.culler2019-04-242-42/+107
|\ \ \ | |/ / |/| |
| * | Adjust for the new ttk widgets.culler2019-04-121-8/+14
| | |
| * | Fix bug [9286526144]: incorrect menu locations for ttk menubuttons.culler2019-03-082-42/+101
| | |
* | | Fine tune aqua ttk colors. Fix availability errors introduced in 6cafd6f7.culler2019-04-191-26/+8
| | |
* | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while ↵fvogel2019-04-191-0/+6
|\ \ \ | | | | | | | | | | | | hidden
| * | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while ↵fvogel2019-04-101-0/+6
| |/ / | | | | | | | | | hidden
* | | Eliminate the confusing conditional code from ttkMacOSXTheme.c.culler2019-04-181-1/+1
| | |
* | | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-141-2/+2
| |/ |/| | | the NSColor name. Document the new colors.
* | 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
| | | | | | ttk widgets respond to dark mode by using semantic color defaults.
| * 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
| | | | | | in dark mode.
| * 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
| | | | | | was not being centered as requested by -anchor center.
| * Patched up the combobox behavior, without a special drawing procedure for ↵culler2019-03-181-1/+15
| | | | | | | | Dark Mode.
| * 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
| | | | | | wrong ttk details.
| * 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
| | | | | | use them for ttk buttons. These colors adapt to Dark Mode.
| * 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
| | | | | | color for the TreeView in Dark Mode.
| * Added a drawing procedure to make LabelFrame and Notebook panes render ↵culler2019-03-101-4/+5
| | | | | | | | | | correctly in Dark Mode. Fixed a bug in the computation of background colors, where alpha was accidentally being modified.
| * 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 ↵culler2019-02-271-7/+8
| | | | | | | | | | can partially support Dark Mode for ttk widgets.
* | Increase the size of the ring buffer for Aqua, and modify bgerror so itculler2019-03-031-6/+11
|/ | | doesn't try (and fail) to post a dialog inside [NSView drawRect].
* TIP #533 (Extension of the menu post command) implementation was accepted by ↵fvogel2019-02-021-108/+140
|\ | | | | | | TCT vote. This allows fixing of bug [70e531918e]: geometry issues with menubuttons on macOS.
| * 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
| |