summaryrefslogtreecommitdiffstats
path: root/macosx
Commit message (Expand)AuthorAgeFilesLines
* In Aqua, protect against double release of clipping regions.culler2019-05-171-0/+6
|\
| * In Aqua, protect against double release of clipping regions.culler2019-05-171-0/+6
* | Merge 8.6jan.nijtmans2019-05-171-0/+1
|\ \ | |/
| * Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0...jan.nijtmans2019-05-172-3/+3
* | Fix bug [d1989fb7cf]: In Aqua the root window appears before Tk_Mainloop is c...culler2019-05-162-19/+11
|\ \ | |/
| * Fix bug [d1989fb7cf]: In Aqua the root window appears before Tk_Mainloop is c...culler2019-05-162-19/+11
| |\
| | * fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called.culler2019-05-152-19/+11
* | | In Aqua, draw dark mode menubuttons as inactive, as is done for buttons.culler2019-05-162-2/+13
|\ \ \ | |/ /
| * | In Aqua, draw dark mode menubuttons as inactive, as is done for buttons.culler2019-05-162-2/+13
| |/
| * François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau...jan.nijtmans2019-05-091-3/+0
* | Merge 8.6jan.nijtmans2019-05-0911-23/+18
|\ \ | |/
| * 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