Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Re-working of internal Cocoa widget drawing routines, especially when ↵ | Kevin Walzer | 2015-04-09 | 1 | -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 Walzer | 2015-04-07 | 1 | -12/+9 |
| | | | | further investigation | ||||
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc ↵ | Kevin Walzer | 2015-04-07 | 1 | -9/+12 |
| | | | | Culler for patches | ||||
* | 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 |
| | | |||||
| * | Final adjustment of checkbutton flags in Cocoa | Kevin Walzer | 2015-02-13 | 1 | -2/+2 |
| | | |||||
| * | Apply same padding fix to Cocoa checkbuttons | Kevin Walzer | 2015-02-12 | 1 | -3/+12 |
| | | |||||
| * | Limit hard-coded padding in Cocoa buttons to radiobuttons indicatorOn | Kevin Walzer | 2015-02-12 | 1 | -6/+13 |
| | | |||||
| * | Cleaner implementation of metrics for radiobuttons and checkbuttons under ↵ | Kevin Walzer | 2015-02-12 | 1 | -22/+25 |
| | | | | | | | | Cocoa; still a bit of extra padding required, but only when absolutely necessary | ||||
* | | 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 | -256/+181 |
| | | |||||
* | | Final adjustment of checkbutton flags in Cocoa | Kevin Walzer | 2015-02-13 | 1 | -2/+2 |
| | | |||||
* | | Apply same padding fix to Cocoa checkbuttons | Kevin Walzer | 2015-02-12 | 1 | -3/+12 |
| | | |||||
* | | Limit hard-coded padding in Cocoa buttons to radiobuttons indicatorOn | Kevin Walzer | 2015-02-12 | 1 | -4/+12 |
| | | |||||
* | | Cleaner implementation of metrics for radiobuttons and checkbuttons under ↵ | Kevin Walzer | 2015-02-12 | 1 | -21/+26 |
| | | | | | | | | Cocoa; still a bit of extra padding required, but only when absolutely necessary | ||||
* | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -3/+0 |
|\ \ | |/ | |||||
| * | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -3/+0 |
| | | |||||
| * | Further refinement of button metrics in Cocoa | Kevin Walzer | 2015-02-12 | 1 | -1/+1 |
| | | |||||
| * | Further refinement of button metrics in Cocoa | Kevin Walzer | 2015-02-12 | 1 | -1/+1 |
| | | |||||
| * | Further refinement of checkbutton metrics in Cocoa | Kevin Walzer | 2015-02-12 | 1 | -1/+1 |
| | | |||||
| * | Adjust metrics in buttons to remove extraneous padding in Cocoa checkbuttons ↵ | Kevin Walzer | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | with images | ||||
| * | Fix conflicting types in tkMacOSXButton.c | Kevin Walzer | 2015-01-27 | 1 | -1/+1 |
| | | |||||
| * | Commiting HITheme implementation obuttons; deferring scrolling for now ↵ | Kevin Walzer | 2015-01-24 | 1 | -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 Walzer | 2014-12-28 | 1 | -2/+2 |
| | | | | | | | | display | ||||
| * | Add method to tkMacOSXButton.c | Kevin Walzer | 2014-12-24 | 1 | -1/+1 |
| | | |||||
* | | Further refinement of button metrics in Cocoa | Kevin Walzer | 2015-02-12 | 1 | -1/+1 |
| | | |||||
* | | Further refinement of button metrics in Cocoa | Kevin Walzer | 2015-02-12 | 1 | -1/+1 |
| | | |||||
* | | Further refinement of checkbutton metrics in Cocoa | Kevin Walzer | 2015-02-12 | 1 | -1/+1 |
| | | |||||
* | | Adjust metrics in buttons to remove extraneous padding in Cocoa checkbuttons ↵ | Kevin Walzer | 2015-02-11 | 1 | -1/+1 |
| | | | | | | | | with images | ||||
* | | Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-02-02 | 1 | -33/+33 |
| | | |||||
* | | Commiting HITheme implementation on buttons; deferring scrolling for now ↵ | Kevin Walzer | 2015-01-24 | 1 | -1039/+1005 |
| | | | | | | | | because no adequate solution, even using themed scrolling via ttk, exists | ||||
* | | remove some unnecessary eol-spacing | jan.nijtmans | 2015-01-15 | 1 | -1/+1 |
| | | |||||
* | | Refinement of redraw during window resizing in Cocoa; refinement of button ↵ | Kevin Walzer | 2014-12-28 | 1 | -2/+3 |
| | | | | | | | | display | ||||
* | | All on Tk/Cocoa: Improve view performance during resizing; implement custom ↵ | Kevin Walzer | 2014-12-24 | 1 | -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 spacing | jan.nijtmans | 2014-11-21 | 1 | -3/+3 |
| | | |||||
* | | [9d72dcd3bc] Plug memleak | dgp | 2014-11-06 | 1 | -1/+1 |
|\ \ | |/ | |||||
| * | [9d72dcd3bc] Plug memleak | dgp | 2014-11-06 | 1 | -1/+1 |
| | | |||||
| * | Fix display of buttons on Cocoa if horizontally scrolled outside parent widget | Kevin Walzer | 2014-10-18 | 1 | -1/+2 |
| | | |||||
| * | Fine-tune display of buttons on Tk/Cocoa on horizontal scroll | Kevin Walzer | 2014-09-23 | 1 | -0/+7 |
| | | |||||
* | | Fix display of buttons on Cocoa if horizontally scrolled outside parent widget | Kevin Walzer | 2014-10-18 | 1 | -1/+2 |
| | | |||||
* | | Fine-tune display of buttons on Tk/Cocoa on horizontal scroll | Kevin Walzer | 2014-09-23 | 1 | -0/+7 |
| | | |||||
* | | Stop segfaults on Mac OSX after [$button destroy]. | dgp | 2014-08-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Stop segfaults on Mac OSX after [$button destroy].core_8_5_16 | dgp | 2014-08-27 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix from kevin_walzer for buttons in cocoa | hypnotoad | 2014-08-27 | 1 | -7/+1 |
| | | |