| Commit message (Expand) | Author | Age | Files | Lines |
* | In Aqua, protect against double release of clipping regions. | culler | 2019-05-17 | 1 | -0/+6 |
|\ |
|
| * | In Aqua, protect against double release of clipping regions. | culler | 2019-05-17 | 1 | -0/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-05-17 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | Add missing INT2PTR (doesn't cause warning with Tcl8.x, but does with Tcl 9.0... | jan.nijtmans | 2019-05-17 | 2 | -3/+3 |
|
|
* | | Fix bug [d1989fb7cf]: In Aqua the root window appears before Tk_Mainloop is c... | culler | 2019-05-16 | 2 | -19/+11 |
|\ \
| |/ |
|
| * | Fix bug [d1989fb7cf]: In Aqua the root window appears before Tk_Mainloop is c... | culler | 2019-05-16 | 2 | -19/+11 |
| |\ |
|
| | * | fix bug [d1989fb7cf]: Root window appears before Tk_Mainloop is called. | culler | 2019-05-15 | 2 | -19/+11 |
|
|
* | | | In Aqua, draw dark mode menubuttons as inactive, as is done for buttons. | culler | 2019-05-16 | 2 | -2/+13 |
|\ \ \
| |/ / |
|
| * | | In Aqua, draw dark mode menubuttons as inactive, as is done for buttons. | culler | 2019-05-16 | 2 | -2/+13 |
| |/ |
|
| * | François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN defau... | jan.nijtmans | 2019-05-09 | 1 | -3/+0 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2019-05-09 | 11 | -23/+18 |
|\ \
| |/ |
|
| * | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 14 | -32/+30 |
|
|
* | | Fix bug [1001070]: make labels use -highlightbackground | culler | 2019-04-24 | 4 | -32/+89 |
|\ \
| |/ |
|
| * | Fix bug [1001070]: make labels use -highlightbackground | culler | 2019-04-24 | 4 | -32/+89 |
| |\ |
|
| | * | Fix indentation. | culler | 2019-03-31 | 1 | -2/+2 |
|
|
| | * | Make menubuttons honor the -highlightcolor option on macOS. | culler | 2019-03-31 | 1 | -5/+4 |
|
|
| | * | Remove an unused variable, squelching a compiler warning. | fvogel | 2019-03-31 | 1 | -1/+0 |
|
|
| | * | Correctly distinguish between -highlightcolor and -highlightbackground and | culler | 2019-03-30 | 1 | -8/+7 |
|
|
| | * | Keep It Safe and Simple. Just draw the border. Do not use tkUnix3d.c. Also | culler | 2019-03-30 | 3 | -33/+59 |
|
|
| | * | Fix bug [1001070]: Aqua labels do not display highlight background. | culler | 2019-03-29 | 1 | -3/+31 |
|
|
* | | | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia... | culler | 2019-04-24 | 4 | -21/+73 |
|\ \ \
| |/ / |
|
| * | | Fix bug [4d2e8d4d5c]: Aqua notebooks sometimes do not draw a new pane immedia... | culler | 2019-04-24 | 4 | -21/+73 |
|
|
* | | | On macOS, edit comments and documentation; fix compiler warnings. | culler | 2019-04-20 | 5 | -25/+39 |
|\ \ \
| |/ / |
|
| * | | On macOS, edit comments and documentation; fix compiler warnings. | culler | 2019-04-20 | 5 | -25/+39 |
|
|
* | | | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9... | culler | 2019-04-20 | 2 | -32/+37 |
|\ \ \
| |/ / |
|
| * | | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9... | culler | 2019-04-20 | 2 | -32/+37 |
|
|
* | | | Put the brace outside the #endif where it belongs. | culler | 2019-04-19 | 1 | -1/+1 |
|\ \ \
| |/ / |
|
| * | | Put the brace outside the #endif where it belongs. | culler | 2019-04-19 | 1 | -1/+1 |
|
|
* | | | Fine tune aqua ttk colors. Fix availability errors introduced in 6cafd6f7. | culler | 2019-04-19 | 2 | -27/+46 |
|\ \ \
| |/ / |
|
| * | | Fine tune aqua ttk colors. Fix availability errors introduced in 6cafd6f7. | culler | 2019-04-19 | 2 | -27/+46 |
|
|
| * | | Some things must be conditionally compiled. Really. | dkf | 2019-04-19 | 1 | -14/+9 |
|
|
* | | | Some things must be conditionally compiled. Really. | dkf | 2019-04-19 | 1 | -14/+9 |
|
|
* | | | Eliminate the confusing conditional code from ttkMacOSXTheme.c. | culler | 2019-04-18 | 2 | -310/+294 |
|\ \ \
| |/ / |
|
| * | | Eliminate the confusing conditional code from ttkMacOSXTheme.c. | culler | 2019-04-18 | 2 | -310/+294 |
|
|
* | | | Restore code ordering which avoids unused function warnings in old systems. | culler | 2019-04-17 | 1 | -56/+62 |
|\ \ \
| |/ / |
|
| * | | Restore code ordering which avoids unused function warnings in old systems. | culler | 2019-04-17 | 1 | -56/+62 |
|
|
* | | | Clean up formatting in ttkMacOSXTheme.c. | culler | 2019-04-17 | 1 | -877/+1062 |
|\ \ \
| |/ / |
|
| * | | Clean up formatting in ttkMacOSXTheme.c. | culler | 2019-04-17 | 1 | -877/+1062 |
|
|
* | | | Merge with (nearly) empty diff. | culler | 2019-04-17 | 3 | -4/+5 |
|\ \ \
| |/ / |
|
| * | | Adjust some whitespace. | culler | 2019-04-17 | 2 | -54/+58 |
|
|
| * | | Add a couple of blank lines. | culler | 2019-04-17 | 2 | -0/+2 |
|
|
| * | | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 22 | -2030/+2426 |
|
|
* | | | Source readability run: macosx/* | dkf | 2019-04-16 | 22 | -2033/+2436 |
|
|
* | | | Guard against interpreters being killed out from under our feet when calling ... | dkf | 2019-04-16 | 1 | -64/+82 |
|
|
* | | | Adjust conditional code to fix compiler warnings on macOS 10.9. | culler | 2019-04-15 | 1 | -6/+10 |
|\ \ \
| |/ / |
|
| * | | Adjust conditional code to fix compiler warnings on macOS 10.9. | culler | 2019-04-15 | 1 | -6/+10 |
|
|
* | | | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjust | culler | 2019-04-15 | 2 | -69/+84 |
|\ \ \
| |/ / |
|
| * | | Add missing blank line. | culler | 2019-04-15 | 1 | -0/+1 |
|
|
| * | | For Aqua, simulate systemWindowBackgroundColor in older OS versions. Adjust | culler | 2019-04-15 | 2 | -104/+119 |
|
|
* | | | Reorder code to avoid uninit-variable warning | dkf | 2019-04-15 | 1 | -36/+37 |
|
|