summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixButton.c
Commit message (Expand)AuthorAgeFilesLines
* Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-101-13/+23
* Use more Tcl_CmdDeleteProc/Tcl_ObjCmdProc in stead of full function signaturesjan.nijtmans2024-03-061-2/+2
* Made sure that a C++ compiler won't raise warnings related to the invocations...csaba2023-10-251-2/+2
* Eliminate some clumsy type-castsjan.nijtmans2023-10-241-5/+4
* Keep the variables tk::scalingPct and tk::svgFmt in sync with [tk scaling].csaba2023-08-291-4/+5
* Improvements related to scaling and appearance in the built-in themes alt,csaba2023-08-121-11/+3
* Code simplification in tkUnixButton.ccsaba2023-03-151-82/+30
* More -Wconversion C warning fixesjan.nijtmans2023-03-061-2/+2
* Helper function ColorToStr() greatly simplified.csaba2023-03-031-5/+2
* More -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-19/+21
* Improved the SVG data of a few images used for drawing (ttk::)checkbutton and...csaba2023-02-111-2/+2
* Merged branch scaling-aware-classic-simple into trunkcsaba2023-02-081-8/+8
|\
| * Unify static data initializers, do it all the same way.jan.nijtmans2023-02-071-7/+7
| * Merged trunk into branch scaling-aware-classic-simplecsaba2023-02-011-59/+133
| |\ | |/ |/|
| * Improvements related to the geometry of the checkbutton and radiobutton indic...csaba2023-01-251-35/+17
| * Made the cascade arrows of the menu entries on X11 and the values of further ...csaba2023-01-241-5/+2
| * Scaling aware classic buttons with simple bordergriffin2023-01-211-162/+191
* | Image and placement improvements provided by Csaba (Thanks!)griffin2023-01-251-154/+119
* | Combine scaling-aware-classic-simple implemenation with 3D check and radio bu...griffin2023-01-241-218/+303
* | Scaling aware classic check and radio buttons.griffin2023-01-111-29/+62
|/
* (c) -> ©jan.nijtmans2020-12-091-1/+1
* Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-9/+5
* Fix [2433781fff]: Under X11 image/text now will be centered correctly, the ol...gcramer2017-05-011-37/+44
* Silence some compiler warnings.dgp2015-02-121-1/+1
|\
| * Silence some compiler warningsdgp2015-02-121-1/+1
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-021-3/+51
| | * * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-101-4/+4
| | * remove outdated commentshobbs2003-04-261-5/+1
| | * * generic/tkButton.h: Rewrote the handlinghobbs2003-04-261-22/+37
| | * * unix/tkUnixButton.c (TkpDisplayButton): Use the normalTextGc whenhobbs2003-04-251-4/+8
| * | [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-241-3/+3
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-1/+2
* | | Make more internal tables "const"nijtmans2010-02-051-2/+2
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+4
* | | [Patch 1530276]: Improve no-indicator check/radio buttons on Unix.dkf2009-10-241-6/+6
* | | fix [Bug 2226093] const changes not all correctnijtmans2008-11-051-2/+2
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-1/+2
* | Minor syntactic stuffdkf2007-02-271-5/+5
* | * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-1/+11
* | ANSIfydkf2005-11-141-182/+202
* | * unix/tkUnixButton.c (TkpDisplayButton): constrain coords tohobbs2004-12-021-3/+51
* | * unix/tkUnixButton.c (TkpDrawCheckIndicator): allow radiobuttonshobbs2004-05-041-5/+10
* | * unix/tkUnixButton.c (TkpDrawCheckIndicator): correct crashhobbs2004-03-161-3/+7
* | * doc/checkbutton.n: TIP#110 implementationhobbs2004-02-181-11/+22
* | * mac/tkMacButton.c (TkpDisplayButton):hobbs2003-10-101-4/+4