summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXScrlbr.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.5jan.nijtmans2019-07-311-3/+3
|\
* | Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier.culler2019-07-011-8/+4
* | Fix layout bugs.culler2019-07-011-21/+27
* | Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is po...culler2019-06-301-30/+38
* | Adjust minimum thumb sizeculler2019-06-291-6/+10
* | Tiny adjustment.culler2019-06-281-1/+1
* | Fix Tk scrollbar and merge core-8-6-branchculler2019-06-281-15/+89
* | Mitigate future merge conflict headaches.culler2019-04-171-185/+210
* | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-101-5/+5
|\ \
| * \ As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
| |\ \ |/ / / | | _
| * As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-2/+2
| * Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-39/+50
| * Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-34/+25
| * Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-25/+34
* | Edited comments in tkMacOSXScrlbr.cculler2018-10-301-39/+48
* | Fixed scrollbar behavior. Added some padding in buttons for 10.6 only.culler2018-10-301-57/+136
* | Restore the remaining missing changes stripped out due to the recent merge/ba...fvogel2018-10-181-8/+1
* | Restore some missing changes stripped out in in merge of Mac scroll codeKevin Walzer2018-10-181-16/+20
* | Signficant fixes to scrolling in macOSKevin Walzer2018-10-181-4/+5
|\ \
| * | Take into account that the scrollbars on macOS later than 10.6 (Snow Leopard)...fvogel2018-10-171-4/+5
| * | Merge bugfix branch bug-050d1ea747 (scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 te...fvogel2018-09-241-13/+8
| |\ \
| | * | Fix [050d1ea747]: scrollbar-3.50, 6.11, 6.12, 6.25, 6.39 tests fail on macOSfvogel2018-09-241-13/+8
| |/ / |/| |
| * | Fix [719ae3991b]: ttk scrollbar-1.[23] tests fail (regression)fvogel2018-09-091-2/+3
|/ /
* | Delete unused variables, and eol-spacingjan.nijtmans2018-09-011-12/+12
* | Use geometry code from tkUnixScrlbr.c to fix issues with mouse alignment on s...Kevin Walzer2018-08-291-43/+48
* | Revert change to tkMacOSXScrlbr.c that broke fix to mouse alignment with scro...Kevin Walzer2018-08-281-1/+1
* | Fix a few MacOSX compiler warningsjan.nijtmans2018-08-141-1/+1
* | Remove warning on unused variableKevin Walzer2018-08-111-3/+2
* | Minor tweakKevin Walzer2018-08-111-0/+1
* | possible fix for d83153578e to align mouse and vertical scrollbar on macOS by...Kevin Walzer2018-08-111-14/+9
* | various end-of-line spacesjan.nijtmans2017-05-011-2/+2
* | 1. Fix for segfault with latest version of Xcode on macOS 10.12; thanks to Bi...Kevin Walzer2017-04-201-31/+50
* | Use size_t in stead of int for some internal refCount variables. On 32-bit sy...jan.nijtmans2015-07-081-1/+1
* | Re-working of internal Cocoa widget drawing routines, especially when resizin...Kevin Walzer2015-04-091-37/+47
* | Backing out changes; unexpected issues with window resizing that require furt...Kevin Walzer2015-04-071-33/+26
* | Further cleanup of scrolling, drawing, resize in Cocoa; thanks to Marc Culler...Kevin Walzer2015-04-071-26/+33
* | Merge-mark, and remove some unnecessary end-of-line spacing.jan.nijtmans2015-03-161-1/+1
|\ \ | |/
| * 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
* | Silence some compiler warnings.dgp2015-02-121-7/+4
|\ \ | |/
| * Silence some compiler warningsdgp2015-02-121-7/+4
| * Restore build of backported scrollbar work.dgp2015-02-101-1/+1
| * Scrolling now working at an acceptable level with HITheme API; Unix scroll bi...Kevin Walzer2015-01-301-464/+317
| * Cleanup of scrollbar backport on CocoaKevin Walzer2015-01-121-28/+8
| * Revert changes to Mac scrollbar; native implementation is best that can be do...Kevin Walzer2015-01-121-94/+61
| * Refinement of custom scrollbars on Tk-Cocoa; now more centered, virtually ide...Kevin Walzer2014-12-241-45/+47
| * All on Tk/Cocoa: Improve view performance during resizing; implement custom d...Kevin Walzer2014-12-241-1/+52
| * Back out changes not pertaining to private API; those files should not have b...Kevin Walzer2014-11-181-1/+1
| * Fix display of scrollbars when their window is not mapped in Tk-CocoaKevin Walzer2014-09-231-11/+113
| * Fine-tune scrolling, especially of text widgets with embedded windows, after ...Kevin Walzer2014-07-281-20/+0