Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix indentation in tkConfig.c | fvogel | 2023-03-13 | 1 | -5/+5 |
| | |||||
* | Fix [85cea56c27]: The -underline option does not show an underline on ↵ | fvogel | 2023-03-11 | 3 | -4/+21 |
| | | | | ttk::label, ttk::labelframe, ttk::notebook tabs. | ||||
* | Simplified the SVG data used for drawing the ttk::checkbutton indicator of ↵ | csaba | 2023-03-06 | 1 | -4/+1 |
| | | | | the clam theme. | ||||
* | More -Wconversion C warning fixes | jan.nijtmans | 2023-03-06 | 17 | -65/+53 |
| | |||||
* | off-by-one error in TIP #577 impl | jan.nijtmans | 2023-03-05 | 1 | -1/+1 |
| | |||||
* | More serious elimination of -Wconversion C warnings | jan.nijtmans | 2023-03-04 | 29 | -193/+201 |
| | |||||
* | Merge 8.6 | jan.nijtmans | 2023-03-04 | 1 | -7/+2 |
|\ | |||||
| * | Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵ | jan.nijtmans | 2023-03-04 | 1 | -7/+2 |
| |\ | | | | | | | | | | -tearoff option | ||||
| | * | Even simpler ... (@fvogel, you are right, the check for $index simply is ↵ | jan.nijtmans | 2023-03-04 | 1 | -2/+1 |
| | | | | | | | | | | | | useless here) | ||||
| | * | Fix [93fe36b5a7]: <<MenuSelect>> virtual event not working for menus with ↵ | fvogel | 2023-03-04 | 1 | -6/+2 |
| |/ | | | | | | | -tearoff option | ||||
| * | Fix calculation when menu doesn't fit below a ttk::menubutton. | sbron | 2023-02-28 | 1 | -2/+1 |
| | | |||||
* | | Helper function ColorToStr() greatly simplified. | csaba | 2023-03-03 | 3 | -15/+6 |
| | | |||||
* | | More -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 11 | -93/+91 |
| | | |||||
* | | Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed ↵ | jan.nijtmans | 2023-03-03 | 6 | -9/+9 |
| | | | | | | | | from Tcl | ||||
* | | -1 -> TCL_INDEX_NONE | jan.nijtmans | 2023-03-03 | 17 | -133/+127 |
| | | |||||
* | | Some more C warnings (windows-specific) | jan.nijtmans | 2023-03-02 | 3 | -0/+8 |
| | | |||||
* | | Reduce the number of ttk C warnings | jan.nijtmans | 2023-03-02 | 18 | -17/+63 |
| | | |||||
* | | Fix calculation when menu doesn't fit below a ttk::menubutton. | sbron | 2023-02-28 | 1 | -2/+1 |
| | | |||||
* | | Fix [6cd4762798]: Crash using tk busy hold | fvogel | 2023-02-27 | 1 | -0/+1 |
|\ \ | |/ | |||||
| * | Fix [6cd4762798]: Crash using tk busy hold | fvogel | 2023-02-27 | 1 | -0/+1 |
| |\ | |||||
| | * | Fix [6cd4762798]: Crash using tk busy hold | fvogel | 2023-02-26 | 1 | -0/+1 |
| |/ | |||||
* | | Hopefully final unification and cleanup of the SVG data used for drawing ↵ | csaba | 2023-02-24 | 4 | -46/+30 |
| | | | | | | | | indicators | ||||
* | | Further work on scalability of the Tk widget demo GUI | csaba | 2023-02-20 | 1 | -19/+6 |
| | | |||||
* | | Merged branch better-indicators into trunk; a couple of additional visual ↵ | csaba | 2023-02-18 | 4 | -84/+230 |
|\ \ | | | | | | | | | | improvements | ||||
| * | | Code cleanup | csaba | 2023-02-17 | 1 | -9/+3 |
| | | | |||||
| * | | Alternative implementation of the ttk::checkbutton and ttk::radiobutton ↵ | csaba | 2023-02-14 | 2 | -77/+227 |
| | | | | | | | | | | | | indicators of the clam theme, using SVG images | ||||
| * | | Create new branch named "better-indicators" | csaba | 2023-02-14 | 0 | -0/+0 |
| | | | |||||
* | | | Small correction | csaba | 2023-02-15 | 1 | -1/+1 |
| | | | |||||
* | | | Provided SVG images for the Tk widget demonstration application | csaba | 2023-02-15 | 3 | -22/+31 |
|/ / | |||||
* | | Code optimization and cleanup related to the indicator images | csaba | 2023-02-14 | 2 | -70/+35 |
| | | |||||
* | | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵ | fvogel | 2023-02-12 | 1 | -2/+2 |
|\ \ | |/ | | | | | the Tcl repository): Crash in tk busy forget. | ||||
| * | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵ | fvogel | 2023-02-12 | 1 | -2/+2 |
| |\ | | | | | | | | | | the Tcl repository): Crash in tk busy forget. | ||||
| | * | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from ↵ | fvogel | 2023-02-10 | 1 | -2/+2 |
| |/ | | | | | | | the Tcl repository): Crash in tk busy forget. | ||||
* | | Improved the SVG data of a few images used for drawing (ttk::)checkbutton ↵ | csaba | 2023-02-11 | 3 | -24/+24 |
| | | | | | | | | and (ttk::)radiobutton indicators | ||||
* | | More TK_OPTION_INT -> TK_OPTION_PIXELS | jan.nijtmans | 2023-02-09 | 2 | -5/+5 |
|\ \ | |||||
| * | | ttkEntry width is in avgchar, not in pixels, so TK_OPTION_PIXELS is nonsence ↵ | jan.nijtmans | 2023-02-08 | 1 | -3/+3 |
| | | | | | | | | | | | | here | ||||
| * | | More TK_OPTION_INT -> TK_OPTION_PIXELS | jan.nijtmans | 2023-02-08 | 3 | -8/+8 |
| | | | |||||
* | | | Made the ttk::sizegrip widget scaling-aware; a few necessary changes related ↵ | csaba | 2023-02-09 | 2 | -5/+12 |
|/ / | | | | | | | to the winnative theme | ||||
* | | Don't worry about Visual Studio < 2015 any more | jan.nijtmans | 2023-02-08 | 2 | -17/+1 |
| | | |||||
* | | Merged branch scaling-aware-classic-simple into trunk | csaba | 2023-02-08 | 14 | -396/+708 |
|\ \ | |||||
| * | | Unify static data initializers, do it all the same way. | jan.nijtmans | 2023-02-07 | 3 | -13/+13 |
| | | | |||||
| * | | merge trunk | griffin | 2023-02-07 | 1 | -3/+3 |
| |\ \ | |||||
| * | | | Made the indicators of the Tk core checkbuttons and radiobuttons on Windows ↵ | csaba | 2023-02-06 | 3 | -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; ↵ | csaba | 2023-02-03 | 2 | -38/+9 |
| | | | | | | | | | | | | | | | | tk::scalingPct is no longer read-only | ||||
| * | | | please the compiler better ;-) | jan.nijtmans | 2023-02-02 | 1 | -8/+8 |
| | | | | |||||
| * | | | Trying to please the compiler on Windows | csaba | 2023-02-02 | 1 | -5/+5 |
| | | | | |||||
| * | | | Merged trunk into branch scaling-aware-classic-simple | csaba | 2023-02-01 | 3 | -167/+260 |
| |\ \ \ | |||||
| * | | | | Made the ttk::checkbutton and ttk::radiobutton indicators of the alt theme ↵ | csaba | 2023-01-31 | 1 | -152/+212 |
| | | | | | | | | | | | | | | | | | | | | scaling-aware, preserving their 3D look | ||||
| * | | | | Improvements related to the geometry of the checkbutton and radiobutton ↵ | csaba | 2023-01-25 | 1 | -35/+17 |
| | | | | | | | | | | | | | | | | | | | | indicator images | ||||
| * | | | | Merge 8.7 | jan.nijtmans | 2023-01-25 | 5 | -10/+15 |
| |\ \ \ \ |