summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the background doesn't overlap the border's right edge whensbron2024-08-161-1/+7
* Use current position information when calculating the position for thesbron2024-08-151-0/+3
* Revert [a9e637f1] and fix it in a simpler way that also fixes the 'see' andsbron2024-08-151-13/+3
* Proposed fix for ticket [d82fa2953a]: Cosmetic issues when ttk::treeview heig...csaba2024-08-152-2/+14
* Merged fix for ticket [089da4d261] into core-8-6-branch.csaba2024-08-071-4/+8
|\
| * Fix [089da4d261]: minor visual modifications of ttk default style (focus ring...fvogel2024-07-261-4/+8
* | Proposed fix for ticket [0d48797195]: Ugly and inconsistent look of the focus...csaba2024-07-284-68/+100
* | Ticket [957190f1]: replace NULL by (char *) NULLoehhar2024-07-271-14/+23
|/
* 25.4 / 72.0 - the last and final word!culler2024-07-231-2/+2
* Move the other decimal point.culler2024-07-231-2/+2
* Put the decimal point in the right place.culler2024-07-221-1/+1
* Ticket [2d3a81c0] MS-Win: segfault on menubutton destroy: merge fix branchoehhar2024-07-221-1/+5
|\
| * Comments changedoehhar2024-07-181-2/+3
| * Ticket [2d3a81c0] menubutton destroy segfault: preserve menu pointer in tkWin...oehhar2024-07-181-7/+4
| * Ticket [2d3a81c0] menubutton destroy segfault: proposed solution to preserve ...oehhar2024-07-181-0/+6
* | Accommodate Microsoft compilers which do not allow expressions in a literal c...culler2024-07-211-1/+1
* | Fix [13f4eabe]: 0.35278 != 25.4 / 72.0 in double precision arithmetic.culler2024-07-191-1/+1
|/
* Fix [51ece3786f]: crash with dchars on line with arrows.fvogel2024-06-271-2/+2
* Fix build (missing ')'). Some indentingjan.nijtmans2024-06-261-12/+12
* Don't use -encoding "binary" any more in Tk. Backport some more formatting ch...jan.nijtmans2024-06-255-149/+131
* Fix typo in comment.fvogel2024-06-231-1/+1
* Backout incorrect fix [d7b0c443], that created problem [a0dca39fd1].fvogel2024-06-231-1/+0
* Merge 8.6oehhar2024-06-1456-962/+1641
|\
| * Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i...jan.nijtmans2024-06-141-3/+6
| |\
| | * Possible fix for [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bo...jan.nijtmans2024-06-131-3/+5
| |/
| * Fix [1576528fff]: image read file with -from option.fvogel2024-06-112-44/+51
| |\
| | * Fix width and height of the image read (PNG case only, GIF was already OK).fvogel2024-06-091-2/+2
| | * Fix [1576528fff]: image read file with -from option - PNG casefvogel2024-06-091-36/+40
| | * Less ugly fix for the GIF case.fvogel2024-06-091-8/+8
| | * Fix [1576528fff]: image read file with -from option - GIF casefvogel2024-06-081-0/+3
| * | Better fix for [a0241c0e25]. The checks for coordinates outside of the source...fvogel2024-06-081-4/+2
| * | Add explanatory comment.fvogel2024-06-081-0/+2
| * | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco...fvogel2024-06-081-1/+1
| |/
| * Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ...fvogel2024-05-291-3/+8
| * ttk state implementation improvementsjan.nijtmans2024-05-191-42/+42
| * Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitionsjan.nijtmans2024-05-171-3/+3
| * Resolve some compiler warnings on Windows. spacing cleanupjan.nijtmans2024-05-163-33/+40
| * Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e...jan.nijtmans2024-05-161-120/+194
| * Fix [bb52855781]: ttk treeview tests not robust against display scalingjan.nijtmans2024-05-133-160/+174
| |\
| | * merge trunkfvogel2024-05-1236-151/+163
| | |\
| | | * Merge 8.7 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | | |\
| | | | * Merge 8.6 (left-over spacing)jan.nijtmans2024-05-111-0/+1
| | | | |\
| | | | * | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| | | * | | Code cleanup related mainly to the "classic" theme.csaba2024-05-102-6/+9
| | | * | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini...jan.nijtmans2024-05-1019-92/+50
| | | |\ \ \ | | | | |/ /
| | | | * | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s...jan.nijtmans2024-05-1019-92/+50
| | | | |\ \
| | | * | \ \ Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-094-15/+15
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be usedjan.nijtmans2024-05-094-15/+15
| | | * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-092-3/+1
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use...jan.nijtmans2024-05-091-1/+1