summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix [2858503fff]: 'end' index for ttk::combobox currentfvogel2019-05-033-10/+60
* Fix class name in ttk::scale man page (this copy/paste error was introduced i...fvogel2019-05-031-1/+1
* Fix [4f9a99e20b]: crash when specifying wrong -syssize option in ttk::style e...fvogel2019-04-301-1/+1
* Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when c...fvogel2019-04-281-3/+7
|\
| * Fix [6286fda787]: unix: checkbutton -selectcolor not restored properly when c...fvogel2019-04-191-3/+7
* | Fix textWind.test: make sure that the test window is mapped before running te...culler2019-04-251-0/+5
* | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-245-37/+104
|\ \
| * | Fix indentation.culler2019-03-311-2/+2
| * | Make menubuttons honor the -highlightcolor option on macOS.culler2019-03-311-5/+4
| * | *Really* don't change the behavior for *buttons, even with they have -default...fvogel2019-03-311-3/+4
| * | Restore behavior of checkbuttons and radiobuttons on Windows. They again do n...fvogel2019-03-311-2/+5
| * | Make labels, checkbuttons and radiobuttons honor -highlightbackground and -hi...fvogel2019-03-311-5/+11
| * | Remove an unused variable, squelching a compiler warning.fvogel2019-03-311-1/+0
| * | Correctly distinguish between -highlightcolor and -highlightbackground andculler2019-03-302-13/+7
| * | Keep It Safe and Simple. Just draw the border. Do not use tkUnix3d.c. Alsoculler2019-03-305-35/+65
| * | Cross-reference UnixBorder structs in different files.fvogel2019-03-291-1/+2
| * | Fix bug [1001070]: Aqua labels do not display highlight background.culler2019-03-291-3/+31
* | | 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
* | | | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia...culler2019-04-244-21/+73
|\ \ \ \
| * | | | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia...culler2019-04-244-21/+73
|/ / / /
* | | | On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-206-25/+40
* | | | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9...culler2019-04-203-33/+43
| |_|/ |/| |
* | | Put the brace outside the #endif where it belongs.culler2019-04-191-1/+1
* | | Fine tune aqua ttk colors. Fix availability errors introduced in 6cafd6f7.culler2019-04-193-53/+54
* | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while h...fvogel2019-04-192-0/+23
|\ \ \
| * | | Add test treeview-368fa4561e checking for non-regression regarding [368fa4561e]fvogel2019-04-131-0/+17
| * | | Fix [368fa4561e]: ttk::treeview open/closed indicators can be toggled while h...fvogel2019-04-101-0/+6
* | | | Some things must be conditionally compiled. Really.dkf2019-04-191-14/+9
* | | | Eliminate the confusing conditional code from ttkMacOSXTheme.c.culler2019-04-183-311/+295
* | | | 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
* | | | Adjust some whitespace.culler2019-04-172-54/+58
* | | | Add a couple of blank lines.culler2019-04-172-0/+2
* | | | Mitigate future merge conflict headaches.culler2019-04-1722-2030/+2426
* | | | Adjust conditional code to fix compiler warnings on macOS 10.9.culler2019-04-151-6/+10
* | | | Less intrusive fix for test frame-3.9.culler2019-04-151-2/+1
* | | | Add missing blank line.culler2019-04-151-0/+1
* | | | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjustculler2019-04-152-104/+119
* | | | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-143-17/+25
* | | | For Aqua, add systemControlAccentColor; simulate the color for older systems.culler2019-04-143-15/+48
* | | | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-144-19/+59
* | | | Doc tweak for frames and toplevelsdkf2019-04-132-3/+13
* | | | Added note that ttk::frames aren't interactive by default.dkf2019-04-121-0/+4
* | | | Add update calls in frame.test for consistent results in OSX 10.12-10.14.culler2019-04-121-0/+4
* | | | Fix the build for OSX 10.9 (Mavericks)culler2019-04-121-1/+5
* | | | Fix the build for OSX 10.6 (Snow Leopard).culler2019-04-122-22/+33
* | | | 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-113-374/+429