| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplified the SVG data used for drawing the ttk::checkbutton indicator of th... | csaba | 2023-03-06 | 1 | -4/+1 |
|
|
* | More -Wconversion C warning fixes | jan.nijtmans | 2023-03-06 | 1 | -17/+3 |
|
|
* | 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 | 1 | -1/+1 |
|
|
* | Helper function ColorToStr() greatly simplified. | csaba | 2023-03-03 | 2 | -10/+4 |
|
|
* | Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr... | jan.nijtmans | 2023-03-03 | 4 | -5/+5 |
|
|
* | Reduce the number of ttk C warnings | jan.nijtmans | 2023-03-02 | 18 | -17/+63 |
|
|
* | 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 indi... | csaba | 2023-02-24 | 2 | -18/+7 |
|
|
* | | Merged branch better-indicators into trunk; a couple of additional visual imp... | csaba | 2023-02-18 | 2 | -80/+227 |
|\ \ |
|
| * | | Code cleanup | csaba | 2023-02-17 | 1 | -9/+3 |
|
|
| * | | Alternative implementation of the ttk::checkbutton and ttk::radiobutton indic... | csaba | 2023-02-14 | 1 | -75/+227 |
|/ / |
|
* | | Code optimization and cleanup related to the indicator images | csaba | 2023-02-14 | 1 | -55/+24 |
|
|
* | | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the... | fvogel | 2023-02-12 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | Fix [https://core.tcl-lang.org/tcl/tktview/170551eeffef|170551eeff] (from the... | fvogel | 2023-02-10 | 1 | -2/+2 |
|
|
* | | Improved the SVG data of a few images used for drawing (ttk::)checkbutton and... | csaba | 2023-02-11 | 1 | -11/+11 |
|
|
* | | 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 |
|
|
| * | | 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 | 1 | -1/+1 |
|/ / |
|
* | | Made the indicators of the Tk core checkbuttons and radiobuttons on Windows a... | csaba | 2023-02-06 | 1 | -9/+9 |
|
|
* | | Made sure that ttkDefaultTheme.c will compile on Windows, too; tk::scalingPct... | csaba | 2023-02-03 | 1 | -9/+9 |
|
|
* | | 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 |
|
|
* | | Made the ttk::checkbutton and ttk::radiobutton indicators of the alt theme sc... | csaba | 2023-01-31 | 1 | -152/+212 |
|
|
* | | Make -rowheight/-columnseparatorwidth/-indent (in ttk treeview) points-aware,... | jan.nijtmans | 2023-01-25 | 1 | -5/+5 |
|
|
* | | Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ... | jan.nijtmans | 2023-01-24 | 1 | -0/+5 |
|
|
* | | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat... | fvogel | 2023-01-18 | 33 | -115/+208 |
|\ \
| |/ |
|
| * | Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ... | fvogel | 2023-01-14 | 26 | -167/+46 |
|
|
| * | Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ... | fvogel | 2023-01-12 | 11 | -19/+20 |
|
|
| * | Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve... | fvogel | 2023-01-10 | 28 | -65/+262 |
|
|
* | | Change -gripsize back to -gripcount (name change can be done later as a separ... | jan.nijtmans | 2023-01-12 | 1 | -12/+15 |
|
|
* | | Missing Tk_GetPixelsFromObj(). Verify compatibility with old '-gripcount' | jan.nijtmans | 2023-01-12 | 1 | -0/+1 |
|
|
* | | Add "-gripsize" option or convert "-gripcount" -> "-gripsize" (which is the s... | jan.nijtmans | 2023-01-11 | 2 | -36/+40 |
|
|
* | | Fix [8bee4b2009]: progress bar no longer displays properly with certain styles. | fvogel | 2023-01-06 | 2 | -1/+45 |
|\ \ |
|
| * | | Simplify code by making better use of common parts between Text and cText ele... | fvogel | 2022-12-30 | 1 | -82/+9 |
|
|
| * | | Another approach to fix [8bee4b2009]: Instead of the Text element used in oth... | fvogel | 2022-12-30 | 2 | -1/+118 |
|
|
* | | | Merge 8.6 | jan.nijtmans | 2023-01-03 | 2 | -0/+4 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be re... | jan.nijtmans | 2023-01-03 | 1 | -0/+2 |
|
|
| * | Use more X11 macro's, in stead of accessing fields directly. Mostly backporte... | jan.nijtmans | 2023-01-02 | 1 | -3/+3 |
|
|
* | | Change (internal) ConfigAttributesObj() signature: int -> Tcl_Size | jan.nijtmans | 2022-12-15 | 1 | -3/+4 |
|
|
* | | Let (internal) TkGetDisplayOf() return Tcl_Size, not int | jan.nijtmans | 2022-12-15 | 4 | -34/+37 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-12-14 | 1 | -7/+5 |
|\ \
| |/ |
|
| * | Allow "tk scaling" in safe interpreters, but not when they try to set the sca... | jan.nijtmans | 2022-12-14 | 1 | -227/+9 |
|
|
* | | Merge 8.6 | jan.nijtmans | 2022-12-12 | 2 | -7/+3 |
|\ \
| |/ |
|
| * | Variable 'j' no longer needed | jan.nijtmans | 2022-12-12 | 1 | -4/+2 |
|
|
| * | Internal optimization in tkImgPhoto.c: Eleminate the need to allocate a tempo... | jan.nijtmans | 2022-12-12 | 1 | -13/+11 |
|
|
* | | Fix [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes. Also, docu... | fvogel | 2022-12-12 | 3 | -4/+4 |
|\ \
| |/ |
|
| * | Better fix for [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes.... | fvogel | 2022-12-05 | 3 | -5/+7 |
|
|