summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXButton.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Kevin Walzer2015-04-091-9/+12
| | | | resizing; fix rendering of scrollbar when resized or clipped; cleanup of button metrics; thanks to Marc Culler for extensive patches
* Backing out changes; unexpected issues with window resizing that require ↵Kevin Walzer2015-04-071-12/+9
| | | | further investigation
* Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc ↵Kevin Walzer2015-04-071-9/+12
| | | | Culler for patches
* 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 ↵Kevin Walzer2015-02-121-22/+25
| | | | | | | | Cocoa; still a bit of extra padding required, but only when absolutely necessary
* | 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 ↵Kevin Walzer2015-02-121-21/+26
| | | | | | | | Cocoa; still a bit of extra padding required, but only when absolutely necessary
* | 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
| | | | | | | | with images
| * Fix conflicting types in tkMacOSXButton.cKevin Walzer2015-01-271-1/+1
| |
| * Commiting HITheme implementation obuttons; deferring scrolling for now ↵Kevin Walzer2015-01-241-1039/+1005
| | | | | | | | because no adequate solution, even using themed scrolling via ttk, exists
| * Refinement of redraw during window resizing in Cocoa; refinement of button ↵Kevin Walzer2014-12-281-2/+2
| | | | | | | | display
| * 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
| | | | | | | | with images
* | Remove unnecessary end-of-line spacingjan.nijtmans2015-02-021-33/+33
| |
* | Commiting HITheme implementation on buttons; deferring scrolling for now ↵Kevin Walzer2015-01-241-1039/+1005
| | | | | | | | because no adequate solution, even using themed scrolling via ttk, exists
* | remove some unnecessary eol-spacingjan.nijtmans2015-01-151-1/+1
| |
* | Refinement of redraw during window resizing in Cocoa; refinement of button ↵Kevin Walzer2014-12-281-2/+3
| | | | | | | | display
* | All on Tk/Cocoa: Improve view performance during resizing; implement custom ↵Kevin Walzer2014-12-241-1/+1
| | | | | | | | drawing of scroller to remove flickering and ghosted appearance during window operations; reduce flickering of menubutton during resizing, but do not completely eliminate ghosted rendering when widget is unmapped
* | 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
|\ \ | |/
| * Stop segfaults on Mac OSX after [$button destroy].core_8_5_16dgp2014-08-271-0/+1
| |\