summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-1256-1100/+984
* Simplified the SVG data used for drawing the ttk::checkbutton indicator of th...csaba2023-03-061-4/+1
* More -Wconversion C warning fixesjan.nijtmans2023-03-0617-65/+53
* off-by-one error in TIP #577 impljan.nijtmans2023-03-051-1/+1
* More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-0429-193/+201
* Merge 8.6jan.nijtmans2023-03-041-7/+2
|\
| * Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with -te...jan.nijtmans2023-03-041-7/+2
| |\
| | * Even simpler ... (@fvogel, you are right, the check for $index simply is usel...jan.nijtmans2023-03-041-2/+1
| | * Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with -te...fvogel2023-03-041-6/+2
| |/
| * Fix calculation when menu doesn't fit below a ttk::menubutton.sbron2023-02-281-2/+1
* | Helper function ColorToStr() greatly simplified.csaba2023-03-033-15/+6
* | More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-0311-93/+91
* | Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-036-9/+9
* | -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-0317-133/+127
* | Some more C warnings (windows-specific)jan.nijtmans2023-03-023-0/+8
* | Reduce the number of ttk C warningsjan.nijtmans2023-03-0218-17/+63
* | Fix calculation when menu doesn't fit below a ttk::menubutton.sbron2023-02-281-2/+1
* | Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-271-0/+1
|\ \ | |/
| * Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-271-0/+1
| |\
| | * Fix [6cd4762798]: Crash using tk busy holdfvogel2023-02-261-0/+1
| |/
* | Hopefully final unification and cleanup of the SVG data used for drawing indi...csaba2023-02-244-46/+30
* | Further work on scalability of the Tk widget demo GUIcsaba2023-02-201-19/+6
* | Merged branch better-indicators into trunk; a couple of additional visual imp...csaba2023-02-184-84/+230
|\ \
| * | Code cleanupcsaba2023-02-171-9/+3
| * | Alternative implementation of the ttk::checkbutton and ttk::radiobutton indic...csaba2023-02-142-77/+227
| * | Create new branch named "better-indicators"csaba2023-02-140-0/+0
* | | Small correctioncsaba2023-02-151-1/+1
* | | Provided SVG images for the Tk widget demonstration applicationcsaba2023-02-153-22/+31
|/ /
* | Code optimization and cleanup related to the indicator imagescsaba2023-02-142-70/+35
* | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-121-2/+2
|\ \ | |/
| * Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-121-2/+2
| |\
| | * Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the...fvogel2023-02-101-2/+2
| |/
* | Improved the SVG data of a few images used for drawing (ttk::)checkbutton and...csaba2023-02-113-24/+24
* | More TK_OPTION_INT -> TK_OPTION_PIXELSjan.nijtmans2023-02-092-5/+5
|\ \
| * | ttkEntry width is in avgchar, not in pixels, so TK_OPTION_PIXELS is nonsence ...jan.nijtmans2023-02-081-3/+3
| * | More TK_OPTION_INT -> TK_OPTION_PIXELSjan.nijtmans2023-02-083-8/+8
* | | Made the ttk::sizegrip widget scaling-aware; a few necessary changes related ...csaba2023-02-092-5/+12
|/ /
* | Don't worry about Visual Studio < 2015 any morejan.nijtmans2023-02-082-17/+1
* | Merged branch scaling-aware-classic-simple into trunkcsaba2023-02-0814-396/+708
|\ \
| * | Unify static data initializers, do it all the same way.jan.nijtmans2023-02-073-13/+13
| * | merge trunkgriffin2023-02-071-3/+3
| |\ \
| * | | Made the indicators of the Tk core checkbuttons and radiobuttons on Windows a...csaba2023-02-063-149/+352
| * | | Made sure that ttkDefaultTheme.c will compile on Windows, too; tk::scalingPct...csaba2023-02-032-38/+9
| * | | please the compiler better ;-)jan.nijtmans2023-02-021-8/+8
| * | | Trying to please the compiler on Windowscsaba2023-02-021-5/+5
| * | | Merged trunk into branch scaling-aware-classic-simplecsaba2023-02-013-167/+260
| |\ \ \
| * | | | Made the ttk::checkbutton and ttk::radiobutton indicators of the alt theme sc...csaba2023-01-311-152/+212
| * | | | Improvements related to the geometry of the checkbutton and radiobutton indic...csaba2023-01-251-35/+17
| * | | | Merge 8.7jan.nijtmans2023-01-255-10/+15
| |\ \ \ \
| * | | | | Made the cascade arrows of the menu entries on X11 and the values of further ...csaba2023-01-2412-86/+161