| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window... | jan.nijtmans | 2019-01-10 | 1 | -5/+5 |
|\ |
|
| * | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -2/+2 |
| |\
|/ / |
|
| * | As requested by Christian Werner/François Vogel and others: Undo many None -... | jan.nijtmans | 2018-12-31 | 1 | -2/+2 |
|
|
| * | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -39/+50 |
|
|
| * | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -34/+25 |
|
|
| * | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -25/+34 |
|
|
* | | Edited comments in tkMacOSXScrlbr.c | culler | 2018-10-30 | 1 | -39/+48 |
|
|
* | | Fixed scrollbar behavior. Added some padding in buttons for 10.6 only. | culler | 2018-10-30 | 1 | -57/+136 |
|
|
* | | Restore the remaining missing changes stripped out due to the recent merge/ba... | fvogel | 2018-10-18 | 1 | -8/+1 |
|
|
* | | Restore some missing changes stripped out in in merge of Mac scroll code | Kevin Walzer | 2018-10-18 | 1 | -16/+20 |
|
|
* | | Signficant fixes to scrolling in macOS | Kevin Walzer | 2018-10-18 | 1 | -4/+5 |
|\ \ |
|
| * | | Take into account that the scrollbars on macOS later than 10.6 (Snow Leopard)... | fvogel | 2018-10-17 | 1 | -4/+5 |
|
|
| * | | Merge bugfix branch bug-050d1ea747 (scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 te... | fvogel | 2018-09-24 | 1 | -13/+8 |
| |\ \ |
|
| | * | | Fix [050d1ea747]: scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 tests fail on macOS | fvogel | 2018-09-24 | 1 | -13/+8 |
| |/ /
|/| | |
|
| * | | Fix [719ae3991b]: ttk scrollbar-1.[23] tests fail (regression) | fvogel | 2018-09-09 | 1 | -2/+3 |
|/ / |
|
* | | Delete unused variables, and eol-spacing | jan.nijtmans | 2018-09-01 | 1 | -12/+12 |
|
|
* | | Use geometry code from tkUnixScrlbr.c to fix issues with mouse alignment on s... | Kevin Walzer | 2018-08-29 | 1 | -43/+48 |
|
|
* | | Revert change to tkMacOSXScrlbr.c that broke fix to mouse alignment with scro... | Kevin Walzer | 2018-08-28 | 1 | -1/+1 |
|
|
* | | Fix a few MacOSX compiler warnings | jan.nijtmans | 2018-08-14 | 1 | -1/+1 |
|
|
* | | Remove warning on unused variable | Kevin Walzer | 2018-08-11 | 1 | -3/+2 |
|
|
* | | Minor tweak | Kevin Walzer | 2018-08-11 | 1 | -0/+1 |
|
|
* | | possible fix for d83153578e to align mouse and vertical scrollbar on macOS by... | Kevin Walzer | 2018-08-11 | 1 | -14/+9 |
|
|
* | | various end-of-line spaces | jan.nijtmans | 2017-05-01 | 1 | -2/+2 |
|
|
* | | 1. Fix for segfault with latest version of Xcode on macOS 10.12; thanks to Bi... | Kevin Walzer | 2017-04-20 | 1 | -31/+50 |
|
|
* | | Use size_t in stead of int for some internal refCount variables. On 32-bit sy... | jan.nijtmans | 2015-07-08 | 1 | -1/+1 |
|
|
* | | Re-working of internal Cocoa widget drawing routines, especially when resizin... | Kevin Walzer | 2015-04-09 | 1 | -37/+47 |
|
|
* | | Backing out changes; unexpected issues with window resizing that require furt... | Kevin Walzer | 2015-04-07 | 1 | -33/+26 |
|
|
* | | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler... | Kevin Walzer | 2015-04-07 | 1 | -26/+33 |
|
|
* | | Merge-mark, and remove some unnecessary end-of-line spacing. | jan.nijtmans | 2015-03-16 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | 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 |
|
|
* | | Silence some compiler warnings. | dgp | 2015-02-12 | 1 | -7/+4 |
|\ \
| |/ |
|
| * | Silence some compiler warnings | dgp | 2015-02-12 | 1 | -7/+4 |
|
|
| * | Restore build of backported scrollbar work. | dgp | 2015-02-10 | 1 | -1/+1 |
|
|
| * | Scrolling now working at an acceptable level with HITheme API; Unix scroll bi... | Kevin Walzer | 2015-01-30 | 1 | -464/+317 |
|
|
| * | Cleanup of scrollbar backport on Cocoa | Kevin Walzer | 2015-01-12 | 1 | -28/+8 |
|
|
| * | Revert changes to Mac scrollbar; native implementation is best that can be do... | Kevin Walzer | 2015-01-12 | 1 | -94/+61 |
|
|
| * | Refinement of custom scrollbars on Tk-Cocoa; now more centered, virtually ide... | Kevin Walzer | 2014-12-24 | 1 | -45/+47 |
|
|
| * | All on Tk/Cocoa: Improve view performance during resizing; implement custom d... | Kevin Walzer | 2014-12-24 | 1 | -1/+52 |
|
|
| * | Back out changes not pertaining to private API; those files should not have b... | Kevin Walzer | 2014-11-18 | 1 | -1/+1 |
|
|
| * | Fix display of scrollbars when their window is not mapped in Tk-Cocoa | Kevin Walzer | 2014-09-23 | 1 | -11/+113 |
|
|
| * | Fine-tune scrolling, especially of text widgets with embedded windows, after ... | Kevin Walzer | 2014-07-28 | 1 | -20/+0 |
|
|
| * | Add copyright notice to Marc Culler for extensive patch to alpha rendering on... | Kevin Walzer | 2014-07-25 | 1 | -0/+3 |
|
|
| * | Fix for 3016181, thanks to Tom Goddard for patch | Kevin Walzer | 2013-08-25 | 1 | -0/+2 |
|
|
| * | Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics... | jan.nijtmans | 2012-10-23 | 1 | -31/+29 |
|
|
| * | Review branch for merge of Tk-Cocoa into Tk 8.5 main branch | Kevin Walzer | 2012-09-12 | 1 | -766/+338 |
|
|
* | | Remove unnecessary end-of-line spacing | jan.nijtmans | 2015-02-02 | 1 | -18/+18 |
|
|
* | | Scrolling is now working at an acceptable level; using Unix bindings to drive... | Kevin Walzer | 2015-01-30 | 1 | -481/+313 |
|
|
* | | remove some unnecessary eol-spacing | jan.nijtmans | 2015-01-15 | 1 | -2/+2 |
|
|
* | | Revert changes to Mac scrollbar; native implementation is best that can be do... | Kevin Walzer | 2015-01-12 | 1 | -85/+34 |
|
|