summaryrefslogtreecommitdiffstats
path: root/win/tkWinButton.c
Commit message (Expand)AuthorAgeFilesLines
* (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
| |\ \ \ \ | | |/ / / | |/| | / | | | |/ | | |/|
| | * | Fix a few minor compiler warnings, occurring in later gcc/clang versions.jan.nijtmans2019-01-041-4/+5
| | |/
* | | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-5/+5
|/ /
* | Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
|\ \ | |/
| * Fix [9e487e9f158b3aeda2b92ca75deb3abc04e21a61|9e487e9f15]: Fix for tkWinButto...jan.nijtmans2014-10-111-13/+21
| |\
| | * Ticket [9e487e9f15]: Fix for tkWinButton to avoid problems in pluginjan.nijtmans2014-10-011-12/+20
| |/
| * Backport of ::tk::mac::useCompatibilityMetrics handling and scrollbar metrics...jan.nijtmans2012-10-231-5/+2
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-0/+1
| |\
* | \ Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-66/+15
| | * Fix for [Bug 1739613]Joe Mistachkin2009-11-021-2/+40
| | * (TkpDisplayButton): lint init. [Bug 1618604]hobbs2006-12-191-2/+2
| | * correct imageYOffset for buttons with just imageshobbs2003-10-101-4/+4
| | * * generic/tkButton.h: Rewrote the handlinghobbs2003-04-261-31/+42
| | * * unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc whenhobbs2003-04-251-9/+12
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-55/+4
| * | Fix for [Bug 1739613]Joe Mistachkin2009-11-021-2/+40
| * | [Bug 2860827] Backported patch avoiding 3D effects with user-specified backgr...patthoyts2009-10-051-9/+13
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | Fix various 64-bit gcc(-4.5.2) warnings: cast from pointer to integer of diff...nijtmans2010-11-291-3/+3