| Commit message (Expand) | Author | Age | Files | Lines |
* | Even more -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-12 | 1 | -5/+5 |
|
|
* | More serious elimination of -Wconversion C warnings | jan.nijtmans | 2023-03-04 | 1 | -3/+3 |
|
|
* | Merge 8.6 | jan.nijtmans | 2021-11-02 | 1 | -4/+6 |
|\ |
|
| * | Catalina too. | marc_culler | 2021-11-01 | 1 | -1/+1 |
|
|
| * | Big Sur too. | culler | 2021-11-01 | 1 | -1/+1 |
|
|
| * | Check and radio buttons. | marc_culler | 2021-11-01 | 1 | -4/+6 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2021-02-02 | 1 | -6/+6 |
|\ \
| |/ |
|
| * | More implicit type-casts, for C++ compatibility. | jan.nijtmans | 2021-02-02 | 1 | -6/+6 |
|
|
* | | (c) -> © | jan.nijtmans | 2020-12-09 | 1 | -6/+6 |
|/ |
|
* | Edit comments, make some stylistic changes, remove an unused function parameter. | culler | 2020-08-21 | 1 | -2/+2 |
|
|
* | More use of TCL_UNUSED() macro | jan.nijtmans | 2020-08-06 | 1 | -17/+12 |
|
|
* | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th... | culler | 2020-06-25 | 1 | -2/+2 |
|
|
* | Fix [40ada90762]: occasional Aqua crash when active button is destroyed - pat... | marc_culler | 2020-05-16 | 1 | -4/+15 |
|
|
* | Possible fix for efbedd5ff5 | Kevin Walzer | 2020-03-31 | 1 | -32/+33 |
|
|
* | Fix [3874c489cb44012a]: Test butPtr->image against NULL instead of None | jan.nijtmans | 2020-03-30 | 1 | -1/+1 |
|
|
* | Accidentally discovered how to make HIToolbox indicate the pressed state of | culler | 2019-08-18 | 1 | -18/+6 |
|
|
* | Add comma that accidentally got deleted. | culler | 2019-08-16 | 1 | -1/+1 |
|
|
* | Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrect | culler | 2019-08-16 | 1 | -15/+33 |
|
|
* | Whitespace cleanup, syncronize a little with "trunk" version. | jan.nijtmans | 2019-05-09 | 1 | -2/+3 |
|
|
* | Fix bug [1001070]: make labels use -highlightbackground | culler | 2019-04-24 | 1 | -28/+34 |
|\ |
|
| * | 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 | 1 | -33/+8 |
|
|
| * | Fix bug [1001070]: Aqua labels do not display highlight background. | culler | 2019-03-29 | 1 | -3/+31 |
|
|
* | | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9... | culler | 2019-04-20 | 1 | -1/+4 |
|
|
* | | Mitigate future merge conflict headaches. | culler | 2019-04-17 | 1 | -351/+337 |
|
|
* | | Support for Apple's Dark Mode and many improvements to the Aqua theme. | culler | 2019-04-11 | 1 | -1/+11 |
|\ \
| |/
|/| |
|
| * | Make Treeview headings look correct in both light and dark modes. Make ordinary | culler | 2019-04-08 | 1 | -0/+10 |
|
|
| * | Add a drawing procedure to draw PushButtons and PopupButtons in Dark Mode. | culler | 2019-03-07 | 1 | -1/+1 |
|
|
* | | Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute their | culler | 2019-03-25 | 1 | -3/+3 |
|/ |
|
* | Tiny adjustment to text position, to match native buttons. | culler | 2019-01-16 | 1 | -1/+2 |
|
|
* | Fix bug [e733d3770f]: geometry issues with buttons on macOS | culler | 2019-01-16 | 1 | -87/+54 |
|
|
* | Fix some inconsistent indentation; add missing emacs local variables. | culler | 2018-11-11 | 1 | -0/+8 |
|
|
* | Fixed scrollbar behavior. Added some padding in buttons for 10.6 only. | culler | 2018-10-30 | 1 | -0/+3 |
|
|
* | Fix [59dde8a675]: 19 font-x.y tests fail on macOS | fvogel | 2018-07-25 | 1 | -3/+2 |
|
|
* | Eliminate unnecessary offsets. This moves buttons down 1px, which is better. | culler | 2018-05-01 | 1 | -25/+10 |
|
|
* | Adjust button metrics in HITheme instead of Tk. | culler | 2018-05-01 | 1 | -7/+8 |
|
|
* | Improve metrics for text-only buttons on macOS | Kevin Walzer | 2017-11-22 | 1 | -1/+2 |
|
|
* | Fix for excessive label padding in Tk/Mac; thanks to Brad Lanam for bug report | Kevin Walzer | 2016-07-06 | 1 | -1/+2 |
|
|
* | Fix build errors on i386 for Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2016-01-31 | 1 | -2/+2 |
|
|
* | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -9/+12 |
|
|
* | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -12/+9 |
|
|
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -9/+12 |
|
|
* | Merge-mark, and remove some unnecessary end-of-line spacing. | jan.nijtmans | 2015-03-16 | 1 | -5/+5 |
|\ |
|
| * | Fix for 5824a992df, images not displaying in Cocoa in label with sunken relief | Kevin Walzer | 2015-02-28 | 1 | -7/+0 |
|
|
* | | Fix for 5824a992df, images not displaying in Cocoa in label with sunken relief | Kevin Walzer | 2015-02-28 | 1 | -7/+0 |
|
|
* | | malformed comment | dgp | 2015-02-20 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | Malformed comment. | dgp | 2015-02-20 | 1 | -1/+0 |
|
|
| * | Fix build problem on OSX | jan.nijtmans | 2015-02-19 | 1 | -1/+1 |
|
|
| * | Cleanup of bounds in button code. | Kevin Walzer | 2015-02-16 | 1 | -6/+0 |
|
|
| * | Major fix for HITheme button metrics; thanks to Marc Culler for patch. | Kevin Walzer | 2015-02-16 | 1 | -273/+201 |
|
|