summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXButton.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Limit hard-coded padding in Cocoa buttons to radiobuttons indicatorOnKevin Walzer2015-02-121-4/+12
* | Cleaner implementation of metrics for radiobuttons and checkbuttons under Coc...Kevin Walzer2015-02-121-21/+26
* | Silence some compiler warnings.dgp2015-02-121-3/+0
|\ \ | |/
| * Silence some compiler warningsdgp2015-02-121-3/+0
| * Further refinement of button metrics in CocoaKevin Walzer2015-02-121-1/+1
| * Further refinement of button metrics in CocoaKevin Walzer2015-02-121-1/+1
| * Further refinement of checkbutton metrics in CocoaKevin Walzer2015-02-121-1/+1
| * Adjust metrics in buttons to remove extraneous padding in Cocoa checkbuttons ...Kevin Walzer2015-02-111-1/+1
| * Fix conflicting types in tkMacOSXButton.cKevin Walzer2015-01-271-1/+1
| * Commiting HITheme implementation obuttons; deferring scrolling for now becaus...Kevin Walzer2015-01-241-1039/+1005
| * Refinement of redraw during window resizing in Cocoa; refinement of button di...Kevin Walzer2014-12-281-2/+2
| * Add method to tkMacOSXButton.cKevin Walzer2014-12-241-1/+1
* | Further refinement of button metrics in CocoaKevin Walzer2015-02-121-1/+1
* | Further refinement of button metrics in CocoaKevin Walzer2015-02-121-1/+1
* | Further refinement of checkbutton metrics in CocoaKevin Walzer2015-02-121-1/+1
* | Adjust metrics in buttons to remove extraneous padding in Cocoa checkbuttons ...Kevin Walzer2015-02-111-1/+1
* | Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-33/+33
* | Commiting HITheme implementation on buttons; deferring scrolling for now beca...Kevin Walzer2015-01-241-1039/+1005
* | remove some unnecessary eol-spacingjan.nijtmans2015-01-151-1/+1
* | Refinement of redraw during window resizing in Cocoa; refinement of button di...Kevin Walzer2014-12-281-2/+3
* | All on Tk/Cocoa: Improve view performance during resizing; implement custom d...Kevin Walzer2014-12-241-1/+1
* | Remove unnecessary end-of-line spacingjan.nijtmans2014-11-211-3/+3
* | [9d72dcd3bc] Plug memleakdgp2014-11-061-1/+1
|\ \ | |/
| * [9d72dcd3bc] Plug memleakdgp2014-11-061-1/+1
| * Fix display of buttons on Cocoa if horizontally scrolled outside parent widgetKevin Walzer2014-10-181-1/+2
| * Fine-tune display of buttons on Tk/Cocoa on horizontal scrollKevin Walzer2014-09-231-0/+7
* | Fix display of buttons on Cocoa if horizontally scrolled outside parent widgetKevin Walzer2014-10-181-1/+2
* | Fine-tune display of buttons on Tk/Cocoa on horizontal scrollKevin Walzer2014-09-231-0/+7
* | Stop segfaults on Mac OSX after [$button destroy].dgp2014-08-271-0/+1
|\ \ | |/