summaryrefslogtreecommitdiffstats
path: root/macosx/ttkMacOSXTheme.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix MacOS buildjan.nijtmans2021-04-231-1/+1
|
* Cherrypick removal of BEGIN_DRAWING_OR_REDRAWculler2021-04-221-10/+1
|
* How did BEGIN_DRAWING_OR_REDRAW end up in the wrong place?culler2021-04-211-2/+2
|
* fix [cde766f911]: scrollbars do not update correctly for treeview widgets.culler2021-04-201-6/+18
|
* More implicit type-casts, for C++ compatibility.jan.nijtmans2021-02-021-12/+12
|
* Follow-up to [27fc4d0ae8]: one more typojan.nijtmans2020-12-221-1/+1
|
* Tidy up with a patch from Christopher Chavez. Removes redundant include ↵marc_culler2020-12-161-2/+1
| | | | directives and double semicolons. Uses nil instead of NULL for references to NSObjects in Objective C.
* Fine tune the Big Sur behavior.marc_culler2020-12-151-6/+22
|
* Fix [80e4c6f695]: progress bars are weird on macOS 11.0.marc_culler2020-12-141-13/+14
|
* Fix the build on macOS 10.6.marc_culler2020-12-111-1/+1
|
* Fix [3ef77f434e]: Combobox focus ring is missing in Dark Mode.culler2020-12-041-12/+22
|
* Fix more warnings, related to -Wshadow, now in MacOSX codejan.nijtmans2020-10-021-161/+163
|
* Last TIP #581 changes. 100% done nowjan.nijtmans2020-09-271-2/+2
|
* Prevent the usage of the term safe/unsafe childjan.nijtmans2020-09-141-1/+1
|
* Adjust comment styling.marc_culler2020-09-121-4/+10
|
* Apply patch from Christopher Chavez to address UBSan warnings about ↵marc_culler2020-09-121-2/+8
| | | | alignment in ttkMacOSXTheme.c
* Add a disclosure triangle that works in Big Surmarc_culler2020-09-121-3/+59
|
* Fix [2a6d63b9dc]: crash in macOS 10.6 when de-activating wish with Option-tabculler2020-09-081-2/+5
|
* Rename (internal) TkMacOSXDrawableView() -> TkMacOSXGetNSViewForDrawable()jan.nijtmans2020-09-021-2/+2
|
* Eliminate MODULE_SCOPE wrapper function for TkMacOSXDrawable(). Rename ↵jan.nijtmans2020-09-021-1/+1
| | | | (internal) TkMacOSXDrawableWindow() to TkMacOSXGetNSWindowForDrawable(). Code (type-cast) cleanup
* Some internal master -> container renamings, nothing related to APIjan.nijtmans2020-08-271-12/+12
|
* Adjust some point locations by 1 pixel in DrawDarkListHeader - thanks to ↵culler2020-08-241-3/+3
| | | | Csaba Nemethi
* 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
| |
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The ↵fvogel2020-08-191-9/+7
|\ \ | |/ |/| | | focus ring of selected items of ttk::treeview disappears in the process. Also, clarify the layout (pack-like) algorithm, and simplify the code by not specifying option values that are anyway the default. Finally, remove documentation of the non-implemented TTK_STICK_ALL flag.
| * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when ↵fvogel2020-07-181-7/+7
| | | | | | | | -side (resp. TTK_PACK_*) is not given. Remove such superfluous specifications.
| * Two occurrences leftover in previous commit.fvogel2020-07-181-4/+2
| |
* | Add stub entry for XLowerWindow() on MacOS (no idea why this was commented ↵jan.nijtmans2020-08-061-3/+3
|/ | | | | out, windows and X11 already had this) More use of TCL_UNUSED()
* Aqua: replace [NSApp macMinorVersion] by [NSApp macOSVersion] event though ↵culler2020-06-251-16/+16
| | | | the Big Sur (11.1) beta release identifies itself as 10.16.
* Correct some errors revealed by building on macOS 10.6culler2019-11-191-8/+9
|
* Aqua: Fix arithmetic error in ttk::scrollbar display.culler2019-10-241-1/+1
|
* Add 7 X11 functions to the aqua stub table, which makes them accessable to ↵jan.nijtmans2019-09-241-1/+1
| | | | | stubbed extensions. They were defined in tkMacOSXPort.h as macro's, which is not 'right'
* Fix bug [96bce57407]: crash when drawing 1x1 rounded rectanglesculler2019-09-221-3/+24
|
* Fix for crash on IDLE on macOS caused by TkKevin Walzer2019-09-021-6/+8
|
* Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrectculler2019-08-161-2/+18
| | | appearance.
* Merge 8.5jan.nijtmans2019-07-311-1/+1
|\
| * Fix build errors on i386 for Cocoa; thanks to Marc Culler for patchKevin Walzer2016-01-311-1/+1
| |
| * Major fix for HITheme button metrics; thanks to Marc Culler for patch.Kevin Walzer2015-02-161-1/+1
| |
| * Better alingment of notebook tabs in Cocoa; thanks to Marc Culler for patchKevin Walzer2015-02-151-12/+4
| |
| * Fix for different ttk notebook tab metrics on OS X/YosemiteKevin Walzer2014-10-281-3/+10
| |
* | Fix bug [67aa204e5b]: Make Aqua Ttk buttons display their pressed state again.culler2019-07-111-2/+3
| |
* | Improve scrollbar and ttk::scrollbar on OSX 10.8 and earlier.culler2019-07-011-20/+19
| |
* | Fix geometry of horizontal ttk scrollbars; hide thumb when no scrolling is ↵culler2019-06-301-2/+7
| | | | | | | | possible.
* | Adjust minimum thumb sizeculler2019-06-291-1/+2
| |
* | Fix compiler warnings on all macOS versions.culler2019-06-291-2/+3
| |
* | Fix bug [8476b75781]: Aqua scrollbar behaviorculler2019-06-261-5/+1
| |
* | Reduce the number of unnecessary end-of-line spacingsjan.nijtmans2019-06-051-5/+5
| |
* | Fix bug [817d3ef132]: Aqua ttk::entry needs contrasting field background and ↵culler2019-06-011-3/+72
| | | | | | | | focus ring in dark mode.
* | Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-4/+4
| |
* | On macOS, edit comments and documentation; fix compiler warnings.culler2019-04-201-19/+23
| |