summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge 8.6jan.nijtmans2022-12-141-7/+5
|\ \ | |/
| * Allow "tk scaling" in safe interpreters, but not when they try to set the sca...jan.nijtmans2022-12-141-227/+9
* | Merge 8.6jan.nijtmans2022-12-122-7/+3
|\ \ | |/
| * Variable 'j' no longer neededjan.nijtmans2022-12-121-4/+2
| * Internal optimization in tkImgPhoto.c: Eleminate the need to allocate a tempo...jan.nijtmans2022-12-121-13/+11
* | Fix [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes. Also, docu...fvogel2022-12-123-4/+4
|\ \ | |/
| * Better fix for [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes....fvogel2022-12-053-5/+7
| * Fix [6ee162c3d9]: Style configuring Treeview -rowheight 0 crashes.fvogel2022-12-041-1/+1
* | Remove unnecessary TkGetStringsFromObjs() usagejan.nijtmans2022-12-081-10/+4
* | Fix [5e4e44a93b] part 2: Always resolve abbreviations when using TK_CONFIG_ST...jan.nijtmans2022-12-071-0/+16
|\ \
| * | Possible addendum to [5e4e44a93b]: Always canonicalize any abbreviations for ...jan.nijtmans2022-12-011-0/+16
* | | off-by-one in icujan.nijtmans2022-12-061-1/+1
* | | nanosvg #236: explicitly use "signed char", as enum now has value -1 included...oehhar2022-12-042-5/+5
* | | nanosvg #234/235 allow gradient definition after usage. [https://github.com/m...oehhar2022-12-041-18/+46
* | | More default from int -> doublejan.nijtmans2022-12-024-10/+10
* | | Change "-maximum" default for ttk progressbar from "100" -> "100.0", since it...jan.nijtmans2022-12-021-1/+1
|/ /
* | Merge 8.6jan.nijtmans2022-11-251-1/+1
|\ \ | |/
| * Slightly better: Check for specPtr->offset < 0 before doing calculations with itjan.nijtmans2022-11-251-1/+1
* | Merge 8.6jan.nijtmans2022-11-251-1/+1
|\ \ | |/
| * Fix [56e7e25369]: Commit [2f2bccfc22d]: enless loop ?jan.nijtmans2022-11-251-1/+1
| * Handle the TCL_NULL_OK flag, if running with Tcl 8.7, as synonym for TK_CONFI...jan.nijtmans2022-11-232-2/+2
| * Protect specPtr->offset against begin < 0, so it doesn't lead to a crash any ...jan.nijtmans2022-11-231-20/+30
| * merge 8.6dgp2022-11-031-1/+1
| |\
| * \ merge 8.6dgp2022-11-013-32/+24
| |\ \
| * \ \ merge 8.6dgp2022-10-284-18/+17
| |\ \ \
| * \ \ \ merge 8.6dgp2022-10-271-58/+82
| |\ \ \ \
| * \ \ \ \ merge 8.6dgp2022-10-182-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ merge 8.6dgp2022-10-171-0/+5
| |\ \ \ \ \ \
| * \ \ \ \ \ \ merge 8.6dgp2022-10-041-14/+30
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ merge 8.6dgp2022-09-281-0/+1
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ merge 8.6dgp2022-09-116-8/+8
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-09-073-23/+21
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ merge 8.6dgp2022-08-081-0/+502
| |\ \ \ \ \ \ \ \ \ \ \