summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | | | | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-0914-32/+30
| * | | | | | | | | | | | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-244-32/+89
| |\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / /
| | * | | | | | | | | | | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-244-32/+89
| | |\ \ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | | Fix indentation.culler2019-03-311-2/+2
| | | * | | | | | | | | | | Make menubuttons honor the -highlightcolor option on macOS.culler2019-03-311-5/+4
| | | * | | | | | | | | | | Remove an unused variable, squelching a compiler warning.fvogel2019-03-311-1/+0
| | | * | | | | | | | | | | Correctly distinguish between -highlightcolor and -highlightbackground andculler2019-03-301-8/+7
| | | * | | | | | | | | | | Keep It Safe and Simple. Just draw the border. Do not use tkUnix3d.c. Alsoculler2019-03-303-33/+59
| | | * | | | | | | | | | | Fix bug [1001070]: Aqua labels do not display highlight background.culler2019-03-291-3/+31
| * | | | | | | | | | | | | 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-205-25/+39
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-205-25/+39
| * | | | | | | | | | | | | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9...culler2019-04-202-32/+37
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9...culler2019-04-202-32/+37
| * | | | | | | | | | | | | Put the brace outside the #endif where it belongs.culler2019-04-191-1/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | 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-192-27/+46
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Fine tune aqua ttk colors. Fix availability errors introduced in 6cafd6f7.culler2019-04-192-27/+46
| | * | | | | | | | | | | | Some things must be conditionally compiled. Really.dkf2019-04-191-14/+9
| * | | | | | | | | | | | | Some things must be conditionally compiled. Really.dkf2019-04-191-14/+9
| * | | | | | | | | | | | | Eliminate the confusing conditional code from ttkMacOSXTheme.c.culler2019-04-182-310/+294
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Eliminate the confusing conditional code from ttkMacOSXTheme.c.culler2019-04-182-310/+294
| * | | | | | | | | | | | | Restore code ordering which avoids unused function warnings in old systems.culler2019-04-171-56/+62
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Clean up formatting in ttkMacOSXTheme.c.culler2019-04-171-877/+1062
| * | | | | | | | | | | | | Merge with (nearly) empty diff.culler2019-04-173-4/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | 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
| * | | | | | | | | | | | | Source readability run: macosx/*dkf2019-04-1622-2033/+2436
| * | | | | | | | | | | | | Guard against interpreters being killed out from under our feet when calling ...dkf2019-04-161-64/+82
| * | | | | | | | | | | | | Adjust conditional code to fix compiler warnings on macOS 10.9.culler2019-04-151-6/+10
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Adjust conditional code to fix compiler warnings on macOS 10.9.culler2019-04-151-6/+10
| * | | | | | | | | | | | | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjustculler2019-04-152-69/+84
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | Add missing blank line.culler2019-04-151-0/+1
| | * | | | | | | | | | | | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjustculler2019-04-152-104/+119
| * | | | | | | | | | | | | Reorder code to avoid uninit-variable warningdkf2019-04-151-36/+37
| * | | | | | | | | | | | | Implement "tk::unsupported::MacWindowStyle isdark" to determine whether anculler2019-04-143-17/+25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | 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-142-15/+47
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | For Aqua, add systemControlAccentColor; simulate the color for older systems.culler2019-04-142-15/+47
| * | | | | | | | | | | | | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-142-14/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / /
| | * | | | | | | | | | | | For Aqua, rename systemTtkBackground to systemWindowBackgroundColor to matchculler2019-04-142-14/+21
| * | | | | | | | | | | | | Implement TIPs 482 and 483dkf2019-04-141-8/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | Changes based on recommendations in http://code.activestate.com/lists/tcl-cor...stu2018-07-041-22/+0
| | * | | | | | | | | | | | | Merge trunk.stu2018-07-0324-1211/+1107
| | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Use ::tk::pkgconfig to get the demo directory on MacOSX.stu2017-11-081-0/+21
* | | | | | | | | | | | | | | | merge trunkdkf2019-04-133-25/+39
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / /