summaryrefslogtreecommitdiffstats
path: root/win/tkWinButton.c
Commit message (Expand)AuthorAgeFilesLines
* Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-251-3/+2
* Eliminate some clumsy type-castsjan.nijtmans2023-10-241-7/+6
* Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-291-3/+3
* Fix [2d66e1ce88] - crash running bind.testapnadkarni2023-08-131-1/+1
* Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-121-13/+4
* Visual improvements by using smoother SVG gradients.csaba2023-05-171-4/+4
* Optimized a few SVG gradients.csaba2023-03-201-4/+4
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-3/+3
* -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-1/+1
* Hopefully final unification and cleanup of the SVG data used for drawing indi...csaba2023-02-241-9/+2
* Merged branch better-indicators into trunk; a couple of additional visual imp...csaba2023-02-181-2/+3
* Code optimization and cleanup related to the indicator imagescsaba2023-02-141-15/+11
* Improved the SVG data of a few images used for drawing (ttk::)checkbutton and...csaba2023-02-111-11/+11
* Merged branch scaling-aware-classic-simple into trunkcsaba2023-02-081-136/+324
|\
| * Unify static data initializers, do it all the same way.jan.nijtmans2023-02-071-5/+5
| * Made the indicators of the Tk core checkbuttons and radiobuttons on Windows a...csaba2023-02-061-135/+323
* | Merge 8.6 (more TCL_UNUSED usage)jan.nijtmans2023-02-071-5/+4
|\ \ | |/ |/|
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+1
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+0
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
| * Eliminate "register" keyword. Use more TCL_UNUSED()jan.nijtmans2021-03-231-11/+11
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Fix [220811] and [220808]: Docs missing for Tk_TranslateWinEvent/Tk_PointerEv...jan.nijtmans2020-04-021-1/+1
* | Implement TIP #557: C++ support for Tcljan.nijtmans2020-02-281-4/+5
|\ \
| * | WIP: Add support for C++jan.nijtmans2019-12-121-3/+4
|/ /
* | Merge 8.6jan.nijtmans2019-09-241-4/+4
|\ \ | |/
| * Don't use "class" as (internal) struct field name or local variable name. Mak...jan.nijtmans2019-09-241-4/+4
* | Merge 8.6. jan.nijtmans2019-09-231-4/+4
|\ \ | |/
| * Use more explicit *W()-forms of the Win32 API, instead of relying on -DUNICODEjan.nijtmans2019-09-231-4/+4
* | Merge 8.6jan.nijtmans2019-09-201-1/+1
|\ \ | |/
| * One missing use of TCL_INDEX_NONE in stead of -1. jan.nijtmans2019-09-201-1/+1
* | Merge 8.6jan.nijtmans2019-09-191-4/+4
|\ \ | |/
| * *A() to *W() Win32 API changes, actually the same because Tk is already compi...jan.nijtmans2019-09-191-4/+4
| * TCHAR -> WCHAR conversions, since our TCHAR is actually WCHAR when compiling ...jan.nijtmans2019-09-161-4/+4
* | More removals of "register" keyword.jan.nijtmans2019-08-161-3/+3
* | Use WCHAR in stead of TCHAR (almost) everywhere, since we now only support co...jan.nijtmans2019-07-301-4/+4
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Fix bug [1001070]: make labels use -highlightbackgroundculler2019-04-241-5/+15
|\ \ | |/
| * *Really* don't change the behavior for *buttons, even with they have -default...fvogel2019-03-311-3/+4
| * Restore behavior of checkbuttons and radiobuttons on Windows. They again do n...fvogel2019-03-311-2/+5
| * Make labels, checkbuttons and radiobuttons honor -highlightbackground and -hi...fvogel2019-03-311-5/+11
* | Merge 8.6jan.nijtmans2019-01-101-1/+1
|\ \ | |/
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-7/+8
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-1/+1
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-7/+8
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-3/+3
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-3/+3
* | | | | Merge 8.6jan.nijtmans2019-01-041-4/+5
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge 8.5jan.nijtmans2019-01-041-4/+5
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|