| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | Automatically bind text, entry, ttk::entry widgets to Services API at widget ... | Kevin Walzer | 2019-04-30 | 1 | -23/+7 |
|
|
| * | | | Update mac_services branch, intend to submit a TIP | Kevin Walzer | 2019-02-27 | 1 | -0/+23 |
| |\ \ \ |
|
| | * | | | Implementation and documentation complete, now ready to be submitted as TIP | Kevin Walzer | 2018-03-08 | 1 | -1/+1 |
|
|
| | * | | | Flesh out implementation | Kevin Walzer | 2018-03-07 | 1 | -1/+2 |
|
|
| | * | | | Implement script level bindings | Kevin Walzer | 2018-03-07 | 1 | -0/+20 |
| | | |/
| | |/| |
|
* | | | | Fix [ce470f20fd]: ttk::treeview has column dragging issues | fvogel | 2019-05-26 | 1 | -1/+1 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Revert [d70ef6ed] and [fa9b6483]. ttk::treeview again allows dragging the rig... | fvogel | 2019-05-04 | 1 | -21/+2 |
|
|
| * | | | ttk::treeview: when there is at least one stretchable column then there shoul... | fvogel | 2019-05-04 | 1 | -1/+1 |
|
|
| * | | | Fix indentation | fvogel | 2019-04-11 | 1 | -1/+1 |
|
|
| * | | | Fix [ce470f20fd]: ttk::treeview allows dragging the right edge of the rightmo... | fvogel | 2019-04-11 | 1 | -2/+21 |
|
|
* | | | | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listbox | fvogel | 2019-05-08 | 1 | -15/+1 |
|\ \ \ \ |
|
| * | | | | Fix [51b4b18394]: mac os x: combobox.tcl has old scrollbar for its listbox | fvogel | 2019-05-01 | 1 | -15/+1 |
|
|
* | | | | | Fix [2513186fff], [f9343d8f72] and [8261c517af]: ttk scrolling (xview/yview c... | fvogel | 2019-05-08 | 1 | -1/+0 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Fix [2513186fff] and [f9343d8f72]: ttk::entry xview sub-command forces use of... | fvogel | 2019-04-22 | 1 | -1/+0 |
|
|
* | | | | | Fix [9286526144]: adjust position of ttk::menubutton menus and streamline code. | culler | 2019-04-24 | 1 | -33/+107 |
|\ \ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | Adjust for the new ttk widgets. | culler | 2019-04-12 | 1 | -8/+14 |
|
|
| * | | | | Fix bug [9286526144]: incorrect menu locations for ttk menubuttons. | culler | 2019-03-08 | 1 | -33/+101 |
| | |/ /
| |/| | |
|
* | | | | Fine tune aqua ttk colors. Fix availability errors introduced in 6cafd6f7. | culler | 2019-04-19 | 1 | -26/+8 |
|
|
* | | | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while h... | fvogel | 2019-04-19 | 1 | -0/+6 |
|\ \ \ \ |
|
| * | | | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while h... | fvogel | 2019-04-10 | 1 | -0/+6 |
| |/ / / |
|
* | | | | Eliminate the confusing conditional code from ttkMacOSXTheme.c. | culler | 2019-04-18 | 1 | -1/+1 |
|
|
* | | | | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to match | culler | 2019-04-14 | 1 | -2/+2 |
| |/ /
|/| | |
|
* | | | Make Treeview headings look correct in both light and dark modes. Make ordinary | culler | 2019-04-08 | 1 | -1/+4 |
|
|
* | | | Use geometry masters, not parents, to find the nesting depth. | culler | 2019-04-01 | 1 | -1/+1 |
|
|
* | | | Added missing map for the Treeview background in selected state. | culler | 2019-03-30 | 1 | -2/+6 |
|
|
* | | | Added a drawing procedure for Spinboxes in Dark Mode. | culler | 2019-03-29 | 1 | -1/+1 |
|
|
* | | | Make the ttk::spinbutton text field work correctly in Dark Mode. | culler | 2019-03-29 | 1 | -0/+19 |
|
|
* | | | Implemented a real ttk::scrollbar for Aqua. | culler | 2019-03-27 | 1 | -18/+0 |
|
|
* | | | Added a drawing procedure for dark mode comboboxes. | culler | 2019-03-26 | 1 | -14/+10 |
|
|
* | | | Add a few more semantic colors to make ttk::Entry and ttk::Treeview work | culler | 2019-03-26 | 1 | -19/+29 |
|
|
* | | | The systemTtkBackground color should be an NSColor too. | culler | 2019-03-20 | 1 | -1/+2 |
|
|
* | | | Fix text layout issue for ttk::button by setting minWidth to 0. Button text | culler | 2019-03-20 | 1 | -2/+1 |
|
|
* | | | Patched up the combobox behavior, without a special drawing procedure for Dar... | culler | 2019-03-18 | 1 | -1/+15 |
|
|
* | | | Improve the behavior and appearance of BevelButtons. | culler | 2019-03-17 | 1 | -2/+6 |
|
|
* | | | Dealt with dark BevelButtons and progress bars. | culler | 2019-03-15 | 1 | -5/+0 |
|
|
* | | | Added a drawing procedure for dark RadioButtons and dealt with many slightly | culler | 2019-03-15 | 1 | -1/+12 |
|
|
* | | | Added a drawing procedure for notebook tabs in Dark Mode. | culler | 2019-03-12 | 1 | -3/+4 |
|
|
* | | | Add colors systemControlTextColor and systemDisabledControlTextColor and | culler | 2019-03-11 | 1 | -8/+11 |
|
|
* | | | Fine tune the button appearance. | culler | 2019-03-11 | 1 | -0/+1 |
|
|
* | | | Additional Treeview fix. | culler | 2019-03-10 | 1 | -3/+4 |
|
|
* | | | Add a drawing procedure for a ttk Separator in Dark Mode. Fixed the foreground | culler | 2019-03-10 | 1 | -15/+21 |
|
|
* | | | Added a drawing procedure to make LabelFrame and Notebook panes render correc... | culler | 2019-03-10 | 1 | -4/+5 |
|
|
* | | | Add a drawing procedure to draw PushButtons and PopupButtons in Dark Mode. | culler | 2019-03-07 | 1 | -1/+1 |
|
|
* | | | Make notebook tabs readable in dark mode. | culler | 2019-03-03 | 1 | -0/+5 |
|
|
* | | | Cleaned up the code in tkMacOSXColors.c. Discovered along the way that we ca... | culler | 2019-02-27 | 1 | -7/+8 |
|/ / |
|
* | | Better fix for [509cafafae]: ttk::treeview tag options ignored in 8.6.9. This... | fvogel | 2019-01-01 | 8 | -16/+0 |
|
|
* | | Fix [6b22d436aa]: Treeview ActivateHeading Binding Fails After Widget Deletio... | fvogel | 2018-11-01 | 1 | -1/+1 |
|
|
* | | Better native looking rendering for the vista theme combobox, as agreed in [0... | fvogel | 2018-09-04 | 1 | -5/+5 |
|
|
* | | Properly get the CBRO_HOT state of the combobox, which it should be in when t... | fvogel | 2018-08-24 | 1 | -1/+1 |
|
|
* | | Better fix for [05bd7f4da8]: using the correct CP_READONLY element makes the ... | fvogel | 2018-08-24 | 1 | -5/+3 |
|
|