summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Fix build problem on OSXjan.nijtmans2015-02-191-1/+1
| | | | |
* | | | | merge markKevin Walzer2015-02-190-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Add padding to HITheme menubuttonsKevin Walzer2015-02-191-2/+2
| | | | |
* | | | | Add padding to HITheme menubuttonsKevin Walzer2015-02-191-2/+2
| | | | |
* | | | | merge markKevin Walzer2015-02-190-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Fix for Cocoa scrollbar appearance on 10.6Kevin Walzer2015-02-191-0/+8
| | | | |
* | | | | Fix for Cocoa scrollbar appearance on 10.6Kevin Walzer2015-02-191-0/+8
| | | | |
* | | | | merge markKevin Walzer2015-02-190-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Restore live resize to Cocoa with reduced flickering; addresses most serious ↵Kevin Walzer2015-02-192-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 Walzer2015-02-192-59/+40
| | | | | | | | | | | | | | | | | | | | issue of Cocoa drawing while preserving user expectations for display during window resize; thanks to Marc Culler for extensive patch
* | | | | Merge markKevin Walzer2015-02-180-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Fine-tune display during resize events; now shows resize in progress but ↵Kevin Walzer2015-02-181-3/+1
| | | | | | | | | | | | | | | | | | | | does not redraw contentview until done
* | | | | Fine-tune display during resize events; now shows resize in progress but ↵Kevin Walzer2015-02-181-3/+1
| | | | | | | | | | | | | | | | | | | | does not redraw contentview until done
* | | | | Merge markKevin Walzer2015-02-160-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Cleanup of bounds in button code.Kevin Walzer2015-02-161-6/+0
| | | | |
* | | | | Cleanup of bounds in button code.Kevin Walzer2015-02-161-6/+0
| | | | |
* | | | | Merge mark; merging on request of fvogel to avoid conflicts in his mergesKevin Walzer2015-02-160-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Major fix for HITheme button metrics; thanks to Marc Culler for patch.Kevin Walzer2015-02-163-292/+220
| | | | |
* | | | | Major fix for HITheme button metrics; thanks to Marc Culler for patch.Kevin Walzer2015-02-163-275/+201
| | | | |
* | | | | Fixed failing textImage-3.2 test - See bug [1591493fff]fvogel2015-02-151-5/+6
|\ \ \ \ \ | |/ / / /
| * | | | Fixed failing textImage-3.2 test - See bug [1591493fff]fvogel2015-02-151-4/+6
| | | | |
* | | | | Merge markfvogel2015-02-150-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove Mac-specific display timer from tkTextDisp.c; no longer neededKevin Walzer2015-02-151-42/+0
| | | | |
| * | | | Better alingment of notebook tabs in Cocoa; thanks to Marc Culler for patchKevin Walzer2015-02-151-12/+4
| | | | |
* | | | | Remove Mac-specific display timer from tkTextDisp.c; no longer neededKevin Walzer2015-02-151-42/+1
| | | | |
* | | | | Better alingment of notebook tabs in Cocoa; thanks to Marc Culler for patchKevin Walzer2015-02-151-15/+4
| | | | |
* | | | | Merge markfvogel2015-02-150-0/+0
|\ \ \ \ \ | |/ / / /
| * | | | Remove calls during window resize notification that cause crash on CocoaKevin Walzer2015-02-141-6/+0
| | | | |
| * | | | Final adjustment of checkbutton flags in CocoaKevin Walzer2015-02-131-2/+2
| | |_|/ | |/| |
* | | | Remove calls during window resize notification that cause crash on CocoaKevin Walzer2015-02-141-12/+5
| | | |
* | | | Final adjustment of checkbutton flags in CocoaKevin Walzer2015-02-131-2/+2
| | | |
* | | | merge markdgp2015-02-120-0/+0
|\ \ \ \ | |/ / /
| * | | 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
* | | 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-1216-52/+49
|\ \ \ | |/ /
| * | Different approach to stubs for the TkpScanWindowId() declaration.dgp2015-02-125-34/+38
| | | | | | | | | Man, what an inflexible maintenance chore this stuff is.
| * | Silence some compiler warningsdgp2015-02-1214-29/+32
| | |
* | | merge markdgp2015-02-120-0/+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
| | |
* | | 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
| | |
* | | Merged core-8-5-branchfvogel2015-02-112-15/+15
|\ \ \ | |/ /
| * | Merged branch bug-382da038c9fvogel2015-02-112-14/+10
| |\ \