summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Partial fix for [85cea56c27]: The -underline option does not show an underlin...jan.nijtmans2023-03-145-12/+17
|\
| * Fix indentation in tkConfig.cfvogel2023-03-131-5/+5
| * Fix [85cea56c27]: The -underline option does not show an underline on ttk::la...fvogel2023-03-113-4/+21
* | Fully fix the build on Windows.fvogel2023-03-131-1/+1
* | Fix windows buildjan.nijtmans2023-03-131-8/+7
* | Even more -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-128-81/+83
* | 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-061-17/+3
* off-by-one error in TIP #577 impljan.nijtmans2023-03-051-1/+1
* More serious elimination of -Wconversion C warningsjan.nijtmans2023-03-041-1/+1
* Helper function ColorToStr() greatly simplified.csaba2023-03-032-10/+4
* Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-034-5/+5
* Reduce the number of ttk C warningsjan.nijtmans2023-03-0218-17/+63
* 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-242-18/+7
* | Merged branch better-indicators into trunk; a couple of additional visual imp...csaba2023-02-182-80/+227
|\ \
| * | Code cleanupcsaba2023-02-171-9/+3
| * | Alternative implementation of the ttk::checkbutton and ttk::radiobutton indic...csaba2023-02-141-75/+227
|/ /
* | Code optimization and cleanup related to the indicator imagescsaba2023-02-141-55/+24
* | 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-111-11/+11
* | 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-091-1/+1
|/ /
* | Made the indicators of the Tk core checkbuttons and radiobuttons on Windows a...csaba2023-02-061-9/+9
* | Made sure that ttkDefaultTheme.c will compile on Windows, too; tk::scalingPct...csaba2023-02-031-9/+9
* | please the compiler better ;-)jan.nijtmans2023-02-021-8/+8
* | Trying to please the compiler on Windowscsaba2023-02-021-5/+5
* | Made the ttk::checkbutton and ttk::radiobutton indicators of the alt theme sc...csaba2023-01-311-152/+212
* | Make -rowheight/-columnseparatorwidth/-indent (in ttk treeview) points-aware,...jan.nijtmans2023-01-251-5/+5
* | Whenever searching fonts with Tcl_UtfToExternal(... TCL_ENCODING_STOPONERROR ...jan.nijtmans2023-01-241-0/+5
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-1833-115/+208
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-1426-167/+46
| * Provide explicit size in snprintf when needed. Fix gcc warning: 'argument to ...fvogel2023-01-1211-19/+20
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-1028-65/+262
* | Change -gripsize back to -gripcount (name change can be done later as a separ...jan.nijtmans2023-01-121-12/+15
* | Missing Tk_GetPixelsFromObj(). Verify compatibility with old '-gripcount'jan.nijtmans2023-01-121-0/+1
* | Add "-gripsize" option or convert "-gripcount" -> "-gripsize" (which is the s...jan.nijtmans2023-01-112-36/+40
* | Fix [8bee4b2009]: progress bar no longer displays properly with certain styles.fvogel2023-01-062-1/+45
|\ \
| * | Simplify code by making better use of common parts between Text and cText ele...fvogel2022-12-301-82/+9
| * | Another approach to fix [8bee4b2009]: Instead of the Text element used in oth...fvogel2022-12-302-1/+118
* | | Merge 8.6jan.nijtmans2023-01-032-0/+4
|\ \ \ | |/ / |/| / | |/
| * Make TkMacOSXIsCharacterMissing() a (useless) macro, so it's symbol can be re...jan.nijtmans2023-01-031-0/+2
| * Use more X11 macro's, in stead of accessing fields directly. Mostly backporte...jan.nijtmans2023-01-021-3/+3
* | Change (internal) ConfigAttributesObj() signature: int -> Tcl_Sizejan.nijtmans2022-12-151-3/+4
* | Let (internal) TkGetDisplayOf() return Tcl_Size, not intjan.nijtmans2022-12-154-34/+37