summaryrefslogtreecommitdiffstats
path: root/macosx/tkMacOSXDefault.h
Commit message (Collapse)AuthorAgeFilesLines
* (c) -> ©jan.nijtmans2024-05-091-4/+4
|\
| * Consistancy in the usage of "Copyright". On MacOS, always use the UTF-8 ↵jan.nijtmans2024-05-091-4/+4
| | | | | | | | copyright-sign
* | More default from int -> doublejan.nijtmans2022-12-021-5/+5
| |
* | Merge 8.6jan.nijtmans2021-11-161-1/+1
|\ \ | |/
| * Add DEF_LABEL_FG for all platforms, not only MacOS. Backport some type-casts ↵jan.nijtmans2021-11-161-1/+1
| | | | | | | | from 8.7
* | Merge 8.6jan.nijtmans2021-11-021-3/+4
|\ \ | |/
| * Check and radio buttons.marc_culler2021-11-011-1/+1
| |
| * Allow labels and buttons to have different default foreground colors if ↵marc_culler2021-11-011-0/+1
| | | | | | | | DEF_LABEL_FG is defined.
| * Buttonsmarc_culler2021-10-301-2/+2
| |
* | Merge 8.6culler2021-04-261-1/+1
|\ \ | |/
| * fix DEF_BUTTON_HIGHLIGHT for Aqua.culler2021-04-261-1/+1
| |
* | Merge 8.6culler2021-04-191-8/+8
|\ \ | |/
| * Additional fixes to Aqua default colors and handling of fieldbackground for ↵culler2021-04-191-8/+8
| | | | | | | | entry and spinbox widgets. Thanks to Christopher Chavez for patches.
* | Merge 8.6culler2021-04-081-3/+3
|\ \ | |/
| * Finish fix for [58222c42b3]: revert defaults for entry and text highlight ↵culler2021-04-081-4/+4
| | | | | | | | bg, entry insert bg, entry readonly bg; change default text highlight to make text highlight visible in dark mode. Thanks to Christopher Chavez.
* | Merge 8.6culler2021-04-071-4/+4
|\ \ | |/
| * Fix [58222c42b3]: ttk::entry has wrong default background/fieldbackgroundculler2021-03-051-5/+5
| |
* | New macro TK_OPTION_UNDERLINE_DEF, which simplifies the default handling for ↵jan.nijtmans2021-02-031-3/+0
| | | | | | | | "-underline" options.
* | Merge 8.6marc_culler2020-11-201-11/+12
|\ \ | |/
| * Try initializing menus a bit later and dealing with menu item background color.culler2020-11-171-10/+11
| |
* | Merge 8.6marc_culler2020-11-151-11/+1
|\ \ | |/
| * Use systemUnemphasizedSelectedTextBackgroundColor as the INACTIVE_SELECT_BG ↵marc_culler2020-11-151-11/+1
| | | | | | | | default.
* | Fix [de0c219db2]: Use platform placeholder text colors as defaults. Note: ↵fvogel2020-08-241-1/+1
|\ \ | | | | | | | | | Resolved the 6 conflicts in macosx/tkMacOSXColor.c by keeping the trunk version.
| * | Correctly use a system placeholder color on macOS.fvogel2020-07-141-5/+1
| | |
| * | Fix [de0c219db2]: Use platform placeholder text colors as defaultsfvogel2020-07-141-0/+4
| | |
* | | Merge 8.6 but remove HITheme and HIBackground colors which are only ↵culler2020-08-041-19/+19
|\ \ \ | |/ / |/| / | |/ supported on 32-bit systems
* | Merge 8.6jan.nijtmans2019-10-061-2/+0
|\ \ | |/
| * Minor simplification: DEF_CANVLINE_FILL and DEF_CANVTEXT_FILL are each only ↵jan.nijtmans2019-10-061-2/+0
| | | | | | | | used once, and always equal to DEF_CANVITEM_OUTLINE. So better use DEF_CANVITEM_OUTLINE directly.
| * Too quick conclusion: all lines and text were gone :-). Reverting most of ↵jan.nijtmans2019-10-041-0/+2
| | | | | | | | previous commit
| * Remove DEF_CANVLINE_FILL/DEF_CANVTEXT_FILL, since the default fill value ↵jan.nijtmans2019-10-041-2/+0
| | | | | | | | | | (according the documentation) is {}. This has no visible effect. Modify canvas items demo, so it can be run on wish8.5 (for visual comparison)
* | Merge chavez-canvas branchKevin Walzer2019-09-291-0/+10
|\ \ | |/
| * Branch to test Christopher Chavez patch in ticket [2beda17141] to remove ↵Kevin Walzer2019-09-241-0/+10
| | | | | | | | some hard-coded values from canvas, allow canvas to vary apperance in Dark Mode on macOS and also on Windows
* | Fix appearance anomalies with -default active buttons in aqua.culler2019-08-181-2/+2
|\ \ | |/
| * Accidentally discovered how to make HIToolbox indicate the pressed state ofculler2019-08-181-1/+1
| | | | | | a -default active button.
| * Fix [d6a12763e6] and [a9b78a8718]: buttons with -default active have incorrectculler2019-08-161-2/+2
| | | | | | appearance.
* | Fix [4566e2b83d]: wrong background colors in Aquaculler2019-07-131-5/+6
|\ \ | |/
| * fix [4566e2b83d]: Aqua toplevels and Tk frames use the wrong background colorculler2019-07-121-5/+6
| |
* | merge trunkdkf2019-05-161-6/+2
|\ \
| * \ In Aqua, draw dark mode menubuttons as inactive, as is done for buttons.culler2019-05-161-2/+2
| |\ \ | | |/ | | | | | | This makes them imperfect, but usable. This is the best we can do as long as HITheme is used for drawing. For correct appearance use ttk::menubutton.
| | * In Aqua, draw dark mode menubuttons as inactive, as is done for buttons.culler2019-05-161-2/+2
| | | | | | | | | | | | This makes them imperfect, but usable. This is the best we can do as long as HITheme is used for drawing. For correct appearance use ttk::menubutton.
| | * François Vogel review (thanks!). Streamline UNIX defaults with MAC/WIN ↵jan.nijtmans2019-05-091-3/+0
| |/ | | | | | | defaults.
| * Whitespace cleanup, syncronize a little with "trunk" version.jan.nijtmans2019-05-091-4/+3
| |
* | Implementation of background images for frames (and toplevels)dkf2019-04-121-0/+2
| |
* | Support for Apple's Dark Mode and many improvements to the Aqua theme.culler2019-04-111-18/+21
|\ \ | |/
| * Make Treeview headings look correct in both light and dark modes. Make ordinaryculler2019-04-081-18/+21
| | | | | | ttk widgets respond to dark mode by using semantic color defaults.
* | TIP #533 (Extension of the menu post command) implementation was accepted by ↵fvogel2019-02-021-4/+4
|\ \ | |/ | | | | TCT vote. This allows fixing of bug [70e531918e]: geometry issues with menubuttons on macOS.
| * TIP #533 (Extension of the menu post command) implementation was accepted by ↵fvogel2019-02-021-4/+4
| |\ | | | | | | | | | TCT vote. This allows fixing of bug [70e531918e]: geometry issues with menubuttons on macOS.
| | * Fix bug [70e531918e]: geometry issues with menubuttons on macOSculler2019-01-091-4/+4
| | |
* | | Merge 8.6jan.nijtmans2019-01-101-2/+2
|\ \ \ | |/ /
| * | As requested by Christian Werner/François Vogel and others: Undo many None ↵jan.nijtmans2018-12-311-2/+2
| |\ \ | | |/ | |/| | | | | | | -> 0 changes, in order to reduce the probability of merge conflicts with other branches. Remark: Many usages of "None" in Tk are wrong, "NULL" should be used in many places where pointers are referenced in stead of XID's. Those places are corrected.