summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXScrlbr.c
Commit message (Expand)AuthorAgeFilesLines
* Change the -elementborderwidth default (for scrollbar) from -1 to {}. Move sa...jan.nijtmans2024-06-171-2/+2
* Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-161-1/+1
* Even more TCL_UNUSED usagejan.nijtmans2023-12-181-2/+1
* Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-121-3/+3
* Merge 8.7jan.nijtmans2022-03-161-2/+1
|\
| * Eliminate some write-only variables in MacOSXjan.nijtmans2022-03-161-2/+1
* | TIP #606 implementation. TODO: documentationjan.nijtmans2021-12-211-1/+1
* | Merge 8.6jan.nijtmans2021-02-021-6/+6
|\ \ | |/
| * More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-6/+6
* | (c) -> ©jan.nijtmans2020-12-091-5/+5
* | More warnings -Wshadow with C++ compiler. Simplify <KeyPress> -> <Key>jan.nijtmans2020-10-071-1/+1
* | Merge 8.6jan.nijtmans2020-09-021-6/+6
|\ \ | |/
| * Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-6/+6
* | Merge 8.6jan.nijtmans2020-08-281-3/+3
|\ \ | |/
| * Add some explicit typecasts, e.g. to (Drawable), and prevent higher-level com...jan.nijtmans2020-08-281-4/+4
* | Merge 8.6jan.nijtmans2020-08-271-1/+1
|\ \ | |/
* | We don't have to preserve cruft in trunk, so let's get rid of it.culler2020-08-261-1/+1
* | Add the remaining (cosmetic) changes from the mac_clip branch.culler2020-08-211-1/+1
|\ \ | |/
| * Edit comments, make some stylistic changes, remove an unused function parameter.culler2020-08-211-1/+1
* | Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-2/+2
|\ \ | |/
| * Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though th...culler2020-06-251-2/+2
| * Don't mind XKeycodeToKeysym() deprecation warning any more. Some MacOS code c...jan.nijtmans2020-03-111-6/+6
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-1/+1
* | Eliminate many -Wextra warningsjan.nijtmans2020-03-051-0/+1
* | Fix [de579935a9]: Assertion error when drawing a Tk scrollbar on macOSculler2019-10-301-2/+10
|\ \ | |/
| * Alternative fix to [de579935a9] - just allow weird looking thumbs.culler2019-10-301-2/+10
| * Merge 8.5jan.nijtmans2019-07-311-3/+3
| |\
* | | More removals of "register" keyword.jan.nijtmans2019-08-161-6/+6
* | | A few end-of-line spacingsjan.nijtmans2019-07-301-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
| |/ / |/| |