summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXButton.c
Commit message (Expand)AuthorAgeFilesLines
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-6/+6
* Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-211-2/+2
* More use of TCL_UNUSED() macrojan.nijtmans2020-08-061-17/+12
* Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-2/+2
* Fix [40ada90762]: occasional Aqua crash when active button is destroyed - pat...marc_culler2020-05-161-4/+15
* Possible fix for efbedd5ff5Kevin Walzer2020-03-311-32/+33
* Fix [3874c489cb44012a]: Test butPtr->image against NULL instead of Nonejan.nijtmans2020-03-301-1/+1
* Accidentally discovered how to make HIToolbox indicate the pressed state ofculler2019-08-181-18/+6
* Add comma that accidentally got deleted.culler2019-08-161-1/+1
* Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrectculler2019-08-161-15/+33
* Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-2/+3
* Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-241-28/+34
|\
| * 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-301-33/+8
| * Fix bug [1001070]: Aqua labels do not display highlight background.culler2019-03-291-3/+31
* | On macOS, squelch more availability warnings. Fix a hard to find bug [40ada9...culler2019-04-201-1/+4
* | Mitigate future merge conflict headaches.culler2019-04-171-351/+337
* | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-111-1/+11
|\ \ | |/ |/|
| * Make Treeview headings look correct in both light and dark modes. Make ordinaryculler2019-04-081-0/+10
| * Add a drawing procedure to draw PushButtons and PopupButtons in Dark Mode.culler2019-03-071-1/+1
* | Fix bug [48c39440af]: On macOS, Buttons and Labels do not recompute theirculler2019-03-251-3/+3
|/
* Tiny adjustment to text position, to match native buttons.culler2019-01-161-1/+2
* Fix bug [e733d3770f]: geometry issues with buttons on macOSculler2019-01-161-87/+54
* Fix some inconsistent indentation; add missing emacs local variables.culler2018-11-111-0/+8
* Fixed scrollbar behavior. Added some padding in buttons for 10.6 only.culler2018-10-301-0/+3
* Fix [59dde8a675]: 19 font-x.y tests fail on macOSfvogel2018-07-251-3/+2
* Eliminate unnecessary offsets. This moves buttons down 1px, which is better.culler2018-05-011-25/+10
* Adjust button metrics in HITheme instead of Tk.culler2018-05-011-7/+8
* Improve metrics for text-only buttons on macOSKevin Walzer2017-11-221-1/+2
* Fix for excessive label padding in Tk/Mac; thanks to Brad Lanam for bug reportKevin Walzer2016-07-061-1/+2
* Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-311-2/+2
* Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-9/+12
* Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-12/+9
* Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-9/+12
* Merge-mark, and remove some unnecessary end-of-line spacing.jan.nijtmans2015-03-161-5/+5
|\
| * Fix for 5824a992df, images not displaying in Cocoa in label with sunken reliefKevin Walzer2015-02-281-7/+0
* | Fix for 5824a992df, images not displaying in Cocoa in label with sunken reliefKevin Walzer2015-02-281-7/+0
* | malformed commentdgp2015-02-201-1/+0
|\ \ | |/
| * Malformed comment.dgp2015-02-201-1/+0
| * Fix build problem on OSXjan.nijtmans2015-02-191-1/+1
| * Cleanup of bounds in button code.Kevin Walzer2015-02-161-6/+0
| * Major fix for HITheme button metrics; thanks to Marc Culler for patch.Kevin Walzer2015-02-161-273/+201
| * Final adjustment of checkbutton flags in CocoaKevin Walzer2015-02-131-2/+2
| * Apply same padding fix to Cocoa checkbuttonsKevin Walzer2015-02-121-3/+12
| * Limit hard-coded padding in Cocoa buttons to radiobuttons indicatorOnKevin Walzer2015-02-121-6/+13
| * Cleaner implementation of metrics for radiobuttons and checkbuttons under Coc...Kevin Walzer2015-02-121-22/+25
* | Cleanup of bounds in button code.Kevin Walzer2015-02-161-6/+0
* | Major fix for HITheme button metrics; thanks to Marc Culler for patch.Kevin Walzer2015-02-161-256/+181
* | Final adjustment of checkbutton flags in CocoaKevin Walzer2015-02-131-2/+2
* | Apply same padding fix to Cocoa checkbuttonsKevin Walzer2015-02-121-3/+12