summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | [a6c2807c13] Don't let forgotten slave trick us into layout computations outs...dgp2015-02-061-2/+2
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | [a6c2807c13] Don't let forgotten slave trick us into layout computationsdgp2015-02-061-2/+2
| | |_|_|_|/ / / / / | |/| | | | | | | |
* | | | | | | | | | [d186605d05] Stop invalid read beyond objv.dgp2015-02-051-1/+1
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | [d186605d05] Stop invalid read beyond objv.dgp2015-02-051-1/+1
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | merge markdgp2015-02-040-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Remove Mac-specific idle handler in tkTextDisp.c that caused delay in text re...Kevin Walzer2015-02-021-10/+0
* | | | | | | | | Remove Mac-specific idle handler in tkTextDisp.c that caused delay in text re...Kevin Walzer2015-02-022-10/+0
* | | | | | | | | Remove unnecessary end-of-line spacingjan.nijtmans2015-02-0222-157/+157
* | | | | | | | | merge markdgp2015-01-300-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Scrolling now working at an acceptable level with HITheme API; Unix scroll bi...Kevin Walzer2015-01-303-471/+319
* | | | | | | | | Scrolling is now working at an acceptable level; using Unix bindings to drive...Kevin Walzer2015-01-303-490/+317
* | | | | | | | | merge-markjan.nijtmans2015-01-270-0/+0
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / /
| * | | | | | | | Fix conflicting types in tkMacOSXButton.cKevin Walzer2015-01-271-1/+1
| * | | | | | | | Commiting HITheme implementation obuttons; deferring scrolling for now becaus...Kevin Walzer2015-01-244-1374/+1689
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Commiting HITheme implementation on buttons; deferring scrolling for now beca...Kevin Walzer2015-01-244-1370/+1696
* | | | | | | | Stop `make test` segfaults.dgp2015-01-221-2/+11
* | | | | | | | remove some unnecessary eol-spacingjan.nijtmans2015-01-1511-20/+20
* | | | | | | | merge-markjan.nijtmans2015-01-150-0/+0
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Cleanup of scrollbar backport on CocoaKevin Walzer2015-01-121-28/+8
| * | | | | | | Minor edit of window event code on CocoaKevin Walzer2015-01-121-5/+0
| * | | | | | | Revert changes to Mac scrollbar; native implementation is best that can be do...Kevin Walzer2015-01-121-94/+61
| | |_|/ / / / | |/| | | | |
* | | | | | | Revert additional changes to scrollbar codeKevin Walzer2015-01-121-2/+2
* | | | | | | Revert changes to Mac scrollbar; native implementation is best that can be do...Kevin Walzer2015-01-123-92/+36
* | | | | | | Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Reduce font-related porting fragility of test.dgp2015-01-071-2/+2
* | | | | | | merge-markjan.nijtmans2015-01-060-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Improved scrolling for text under Cocoa; thanks to Marc Culler for patch.Kevin Walzer2015-01-042-4/+39
* | | | | | | Improved scrolling for text under Cocoa; thanks to Marc Culler for patch.Kevin Walzer2015-01-041-0/+34
* | | | | | | Improved scrolling for text under Cocoa; thanks to Marc Culler for patch.Kevin Walzer2015-01-041-2/+7
* | | | | | | Merge 8.5. Fix [winfo id] for Cocoa.dgp2015-01-022-11/+47
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | remove old commentdgp2015-01-021-1/+0
| * | | | | | The [winfo id] of a Tk window is meant to identify it. The actual valuedgp2015-01-022-10/+47
| | |/ / / / | |/| | | |
* | | | | | merge-markfvogel2015-01-020-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Fixed copy/paste error in man text.fvogel2015-01-021-1/+1
| * | | | | Reduce redraw issues during window zoom events on CocoaKevin Walzer2014-12-311-0/+6
| * | | | | Merge to the real core-8-5-branch. Sorry for the unintended fork.fvogel2014-12-291-1/+1
| |\ \ \ \ \
| | * | | | | Increased the after delay in test spinbox-1.8.4 because it failed sometimes f...fvogel2014-12-291-1/+1
| | | |_|_|/ | | |/| | |
| * | | | | Refinement of redraw during window resizing in Cocoa; refinement of button di...Kevin Walzer2014-12-282-8/+27
* | | | | | Cherrypicked [97391a2fef] - Increased the after delay in test spinbox-1.8.4 b...fvogel2015-01-021-1/+1
* | | | | | Reduce redraw issues during window zoom events on CocoaKevin Walzer2014-12-312-0/+7
* | | | | | Refinement of redraw during window resizing in Cocoa; refinement of button di...Kevin Walzer2014-12-282-4/+16
* | | | | | merge-markjan.nijtmans2014-12-240-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Refinement of custom scrollbars on Tk-Cocoa; now more centered, virtually ide...Kevin Walzer2014-12-241-45/+47
| * | | | | Add method to tkMacOSXButton.cKevin Walzer2014-12-241-1/+1
| * | | | | All on Tk/Cocoa: Improve view performance during resizing; implement custom d...Kevin Walzer2014-12-242-24/+70
| |/ / / /
| * | | | Minor optimization of drawing code in OSXKevin Walzer2014-12-211-0/+1
* | | | | Refinement of custom scrollbars on Tk-Cocoa; now more centered, virtually ide...Kevin Walzer2014-12-241-9/+11
* | | | | Revert change from ttk Mac themeKevin Walzer2014-12-241-4/+0
* | | | | All on Tk/Cocoa: Improve view performance during resizing; implement custom d...Kevin Walzer2014-12-245-58/+119
* | | | | Revert unintended commit of menubutton fileKevin Walzer2014-12-211-15/+2