summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* 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
| | | * | | | (c) -> ©jan.nijtmans2024-05-0916-23/+25
| | | |\ \ \ \ | | | | |/ / /
| | | | * | | (c) -> ©jan.nijtmans2024-05-0915-23/+23
| | | | |\ \ \
| | | | * | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-092-17/+67
| | | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s...csaba2024-05-092-17/+67
| | * | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling.fvogel2024-05-051-4/+4
| | |/ / / / /
| | * | | | | Update X11 header-files to the latest versionjan.nijtmans2024-05-041-3/+65
| | |\ \ \ \ \ | | | |/ / / /
| | | | | | |
| | | | \ \ \
| | | *-. \ \ \ Merge 8.6jan.nijtmans2024-05-042-4/+66
| | | |\ \ \ \ \
| | | | * | | | | More deprecated keysymsjan.nijtmans2024-05-031-0/+54
| | | | * | | | | Handle effects of X11-update to keysymsjan.nijtmans2024-05-031-3/+11
| | | | * | | | | Update to latest X11. Too many changes to rush into 9.0b2jan.nijtmans2024-05-031-1/+1
| | * | | | | | | 3 missing "static" keywords. One wrong type-casts. Don't use deprecated XK_Pa...jan.nijtmans2024-05-041-1/+1
| | | |/ / / / / | | |/| | | | |
| | * | | | | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-017-10/+10
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | Use Tcl_NewBooleanObj() where appropriatejan.nijtmans2024-05-017-12/+12
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge 8.6jan.nijtmans2024-04-301-4/+3
| | | |\ \ \ \ \ \
| | * | \ \ \ \ \ \ Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used...jan.nijtmans2024-04-302-28/+24
| | |\ \ \ \ \ \ \ \ | | | |/ / / / / / /