summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix indentation in tkConfig.cfvogel2023-03-131-5/+5
|
* Fix [85cea56c27]: The -underline option does not show an underline on ↵fvogel2023-03-113-4/+21
| | | | ttk::label, ttk::labelframe, ttk::notebook tabs.
* Simplified the SVG data used for drawing the ttk::checkbutton indicator of ↵csaba2023-03-061-4/+1
| | | | the clam theme.
* 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 ↵jan.nijtmans2023-03-041-7/+2
| |\ | | | | | | | | | -tearoff option
| | * Even simpler ... (@fvogel, you are right, the check for $index simply is ↵jan.nijtmans2023-03-041-2/+1
| | | | | | | | | | | | useless here)
| | * Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵fvogel2023-03-041-6/+2
| |/ | | | | | | -tearoff option
| * 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 ↵jan.nijtmans2023-03-036-9/+9
| | | | | | | | from Tcl
* | -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 ↵csaba2023-02-244-46/+30
| | | | | | | | indicators
* | 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 ↵csaba2023-02-184-84/+230
|\ \ | | | | | | | | | improvements
| * | Code cleanupcsaba2023-02-171-9/+3
| | |
| * | Alternative implementation of the ttk::checkbutton and ttk::radiobutton ↵csaba2023-02-142-77/+227
| | | | | | | | | | | | indicators of the clam theme, using SVG images
| * | 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 ↵fvogel2023-02-121-2/+2
|\ \ | |/ | | | | the Tcl repository): Crash in tk busy forget.
| * Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵fvogel2023-02-121-2/+2
| |\ | | | | | | | | | the Tcl repository): Crash in tk busy forget.
| | * Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵fvogel2023-02-101-2/+2
| |/ | | | | | | the Tcl repository): Crash in tk busy forget.
* | Improved the SVG data of a few images used for drawing (ttk::)checkbutton ↵csaba2023-02-113-24/+24
| | | | | | | | and (ttk::)radiobutton indicators
* | 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
| | | | | | | | | | | | here
| * | 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
|/ / | | | | | | to the winnative theme
* | 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 ↵csaba2023-02-063-149/+352
| | | | | | | | | | | | | | | | and the ones of the ttk::checkbutton and ttk::radiobutton widgets of the winnative theme scaling-aware
| * | | Made sure that ttkDefaultTheme.c will compile on Windows, too; ↵csaba2023-02-032-38/+9
| | | | | | | | | | | | | | | | tk::scalingPct is no longer read-only
| * | | 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 ↵csaba2023-01-311-152/+212
| | | | | | | | | | | | | | | | | | | | scaling-aware, preserving their 3D look
| * | | | Improvements related to the geometry of the checkbutton and radiobutton ↵csaba2023-01-251-35/+17
| | | | | | | | | | | | | | | | | | | | indicator images
| * | | | Merge 8.7jan.nijtmans2023-01-255-10/+15
| |\ \ \ \