Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix for CGRect/NSRect confusion | Kevin Walzer | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | [ab6dab8393] OBOE in loop termination made corrupt dash lines in ps output. | dgp | 2015-02-22 | 1 | -1/+1 |
| | |||||
* | malformed comment | dgp | 2015-02-20 | 1 | -1/+0 |
|\ | |||||
| * | Malformed comment. | dgp | 2015-02-20 | 1 | -1/+0 |
| | | |||||
* | | merge-mark | jan.nijtmans | 2015-02-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix build problem on OSX | jan.nijtmans | 2015-02-19 | 1 | -1/+1 |
| | | |||||
* | | merge mark | Kevin Walzer | 2015-02-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Add padding to HITheme menubuttons | Kevin Walzer | 2015-02-19 | 1 | -2/+2 |
| | | |||||
* | | Add padding to HITheme menubuttons | Kevin Walzer | 2015-02-19 | 1 | -2/+2 |
| | | |||||
* | | merge mark | Kevin Walzer | 2015-02-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fix for Cocoa scrollbar appearance on 10.6 | Kevin Walzer | 2015-02-19 | 1 | -0/+8 |
| | | |||||
* | | Fix for Cocoa scrollbar appearance on 10.6 | Kevin Walzer | 2015-02-19 | 1 | -0/+8 |
| | | |||||
* | | merge mark | Kevin Walzer | 2015-02-19 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Restore live resize to Cocoa with reduced flickering; addresses most serious ↵ | Kevin Walzer | 2015-02-19 | 2 | -56/+41 |
| | | | | | | | | issue of Cocoa drawing while preserving user expectations for display during window resize; thanks to Marc Culler for extensive patch | ||||
* | | Restore live resize to Cocoa with reduced flickering; addresses most serious ↵ | Kevin Walzer | 2015-02-19 | 2 | -59/+40 |
| | | | | | | | | issue of Cocoa drawing while preserving user expectations for display during window resize; thanks to Marc Culler for extensive patch | ||||
* | | Merge mark | Kevin Walzer | 2015-02-18 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Fine-tune display during resize events; now shows resize in progress but ↵ | Kevin Walzer | 2015-02-18 | 1 | -3/+1 |
| | | | | | | | | does not redraw contentview until done | ||||
* | | Fine-tune display during resize events; now shows resize in progress but ↵ | Kevin Walzer | 2015-02-18 | 1 | -3/+1 |
| | | | | | | | | does not redraw contentview until done | ||||
* | | Merge mark | Kevin Walzer | 2015-02-16 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Cleanup of bounds in button code. | Kevin Walzer | 2015-02-16 | 1 | -6/+0 |
| | | |||||
* | | Cleanup of bounds in button code. | Kevin Walzer | 2015-02-16 | 1 | -6/+0 |
| | | |||||
* | | Merge mark; merging on request of fvogel to avoid conflicts in his merges | Kevin Walzer | 2015-02-16 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Major fix for HITheme button metrics; thanks to Marc Culler for patch. | Kevin Walzer | 2015-02-16 | 3 | -292/+220 |
| | | |||||
* | | Major fix for HITheme button metrics; thanks to Marc Culler for patch. | Kevin Walzer | 2015-02-16 | 3 | -275/+201 |
| | | |||||
* | | Fixed failing textImage-3.2 test - See bug [1591493fff] | fvogel | 2015-02-15 | 1 | -5/+6 |
|\ \ | |/ | |||||
| * | Fixed failing textImage-3.2 test - See bug [1591493fff] | fvogel | 2015-02-15 | 1 | -4/+6 |
| | | |||||
* | | Merge mark | fvogel | 2015-02-15 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove Mac-specific display timer from tkTextDisp.c; no longer needed | Kevin Walzer | 2015-02-15 | 1 | -42/+0 |
| | | |||||
| * | Better alingment of notebook tabs in Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2015-02-15 | 1 | -12/+4 |
| | | |||||
* | | Remove Mac-specific display timer from tkTextDisp.c; no longer needed | Kevin Walzer | 2015-02-15 | 1 | -42/+1 |
| | | |||||
* | | Better alingment of notebook tabs in Cocoa; thanks to Marc Culler for patch | Kevin Walzer | 2015-02-15 | 1 | -15/+4 |
| | | |||||
* | | Merge mark | fvogel | 2015-02-15 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | Remove calls during window resize notification that cause crash on Cocoa | Kevin Walzer | 2015-02-14 | 1 | -6/+0 |
| | | |||||
| * | Final adjustment of checkbutton flags in Cocoa | Kevin Walzer | 2015-02-13 | 1 | -2/+2 |
| | | |||||
* | | Remove calls during window resize notification that cause crash on Cocoa | Kevin Walzer | 2015-02-14 | 1 | -12/+5 |
| | | |||||
* | | Final adjustment of checkbutton flags in Cocoa | Kevin Walzer | 2015-02-13 | 1 | -2/+2 |
| | | |||||
* | | merge mark | dgp | 2015-02-12 | 0 | -0/+0 |
|\ \ | |/ | |||||
| * | 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 | ||||
* | | 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 | 16 | -52/+49 |
|\ \ | |/ | |||||
| * | Different approach to stubs for the TkpScanWindowId() declaration. | dgp | 2015-02-12 | 5 | -34/+38 |
| | | | | | | Man, what an inflexible maintenance chore this stuff is. | ||||
| * | Silence some compiler warnings | dgp | 2015-02-12 | 14 | -29/+32 |
| | | |||||
* | | merge mark | dgp | 2015-02-12 | 0 | -0/+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 |
| | |