| Commit message (Expand) | Author | Age | Files | Lines |
* | Accommodate Microsoft compilers which do not allow expressions in a literal c... | culler | 2024-07-21 | 1 | -1/+1 |
|
|
* | Fix [13f4eabe]: 0.35278 != 25.4 / 72.0 in double precision arithmetic. | culler | 2024-07-19 | 1 | -1/+1 |
|
|
* | Fix [51ece3786f]: crash with dchars on line with arrows. | fvogel | 2024-06-27 | 1 | -2/+2 |
|
|
* | Fix build (missing ')'). Some indenting | jan.nijtmans | 2024-06-26 | 1 | -12/+12 |
|
|
* | Don't use -encoding "binary" any more in Tk. Backport some more formatting ch... | jan.nijtmans | 2024-06-25 | 5 | -149/+131 |
|
|
* | Fix typo in comment. | fvogel | 2024-06-23 | 1 | -1/+1 |
|
|
* | Backout incorrect fix [d7b0c443], that created problem [a0dca39fd1]. | fvogel | 2024-06-23 | 1 | -1/+0 |
|
|
* | Merge 8.6 | oehhar | 2024-06-14 | 56 | -962/+1641 |
|\ |
|
| * | Fix [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bounds access i... | jan.nijtmans | 2024-06-14 | 1 | -3/+6 |
| |\ |
|
| | * | Possible fix for [dacd18294b]: Undefined behavior in tkTextBTree.c (out of bo... | jan.nijtmans | 2024-06-13 | 1 | -3/+5 |
| |/ |
|
| * | Fix [1576528fff]: image read file with -from option. | fvogel | 2024-06-11 | 2 | -44/+51 |
| |\ |
|
| | * | Fix width and height of the image read (PNG case only, GIF was already OK). | fvogel | 2024-06-09 | 1 | -2/+2 |
|
|
| | * | Fix [1576528fff]: image read file with -from option - PNG case | fvogel | 2024-06-09 | 1 | -36/+40 |
|
|
| | * | Less ugly fix for the GIF case. | fvogel | 2024-06-09 | 1 | -8/+8 |
|
|
| | * | Fix [1576528fff]: image read file with -from option - GIF case | fvogel | 2024-06-08 | 1 | -0/+3 |
|
|
| * | | Better fix for [a0241c0e25]. The checks for coordinates outside of the source... | fvogel | 2024-06-08 | 1 | -4/+2 |
|
|
| * | | Add explanatory comment. | fvogel | 2024-06-08 | 1 | -0/+2 |
|
|
| * | | Fix [a0241c0e25]: photo image copy command can unexpectedly hang for 20+ seco... | fvogel | 2024-06-08 | 1 | -1/+1 |
| |/ |
|
| * | Fix [0fb337ea84]: ttk::combobox selection overruns downarrow element. Thanks ... | fvogel | 2024-05-29 | 1 | -3/+8 |
|
|
| * | ttk state implementation improvements | jan.nijtmans | 2024-05-19 | 1 | -42/+42 |
|
|
| * | Make "user[0-6]" names match the TTK_STATE_USER[0-6] definitions | jan.nijtmans | 2024-05-17 | 1 | -3/+3 |
|
|
| * | Resolve some compiler warnings on Windows. spacing cleanup | jan.nijtmans | 2024-05-16 | 3 | -33/+40 |
|
|
| * | Code formatting, TCL_UNUSED() usage, all backported from 8.7. This makes it e... | jan.nijtmans | 2024-05-16 | 1 | -120/+194 |
|
|
| * | Fix [bb52855781]: ttk treeview tests not robust against display scaling | jan.nijtmans | 2024-05-13 | 3 | -160/+174 |
| |\ |
|
| | * | merge trunk | fvogel | 2024-05-12 | 36 | -151/+163 |
| | |\ |
|
| | | * | Merge 8.7 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -0/+1 |
| | | |\ |
|
| | | | * | Merge 8.6 (left-over spacing) | jan.nijtmans | 2024-05-11 | 1 | -0/+1 |
| | | | |\ |
|
| | | | * | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 2 | -6/+9 |
|
|
| | | * | | | Code cleanup related mainly to the "classic" theme. | csaba | 2024-05-10 | 2 | -6/+9 |
|
|
| | | * | | | 4 more usages of Tk_GetPixelsFromObj(). Remove duplicated MODULE_SCOPE defini... | jan.nijtmans | 2024-05-10 | 19 | -92/+50 |
| | | |\ \ \
| | | | |/ / |
|
| | | | * | | 4 more Tk_GetPixelsFromObj() usage: for highlightThickness, shiftrelief and s... | jan.nijtmans | 2024-05-10 | 19 | -92/+50 |
| | | | |\ \ |
|
| | | * | \ \ | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 4 | -15/+15 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | | * | | | Since "borderWidth" are pixels, not ints, Tk_GetPixelsFromObj() should be used | jan.nijtmans | 2024-05-09 | 4 | -15/+15 |
|
|
| | | * | | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 2 | -3/+1 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | | * | | | Fix warning: tkImgListFormat.c:1092:5: warning: variable 'suffixAlpha' is use... | jan.nijtmans | 2024-05-09 | 1 | -1/+1 |
|
|
| | | * | | | | (c) -> © | jan.nijtmans | 2024-05-09 | 16 | -23/+25 |
| | | |\ \ \ \
| | | | |/ / / |
|
| | | | * | | | (c) -> © | jan.nijtmans | 2024-05-09 | 15 | -23/+23 |
| | | | |\ \ \ |
|
| | | | * | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 2 | -17/+67 |
|
|
| | | * | | | | | Improvements related to the "classic" theme, submitted by Emiliano Gavilan (s... | csaba | 2024-05-09 | 2 | -17/+67 |
|
|
| | * | | | | | | Fix [bb52855781]: ttk treeview tests not robust against display scaling. | fvogel | 2024-05-05 | 1 | -4/+4 |
| | |/ / / / / |
|
| | * | | | | | Update X11 header-files to the latest version | jan.nijtmans | 2024-05-04 | 1 | -3/+65 |
| | |\ \ \ \ \
| | | |/ / / / |
|
| | | | | | | | |
| | | | \ \ \ | |
| | | *-. \ \ \ | Merge 8.6 | jan.nijtmans | 2024-05-04 | 2 | -4/+66 |
| | | |\ \ \ \ \ |
|
| | | | * | | | | | More deprecated keysyms | jan.nijtmans | 2024-05-03 | 1 | -0/+54 |
|
|
| | | | * | | | | | Handle effects of X11-update to keysyms | jan.nijtmans | 2024-05-03 | 1 | -3/+11 |
|
|
| | | | * | | | | | Update to latest X11. Too many changes to rush into 9.0b2 | jan.nijtmans | 2024-05-03 | 1 | -1/+1 |
|
|
| | * | | | | | | | 3 missing "static" keywords. One wrong type-casts. Don't use deprecated XK_Pa... | jan.nijtmans | 2024-05-04 | 1 | -1/+1 |
| | | |/ / / / /
| | |/| | | | | |
|
| | * | | | | | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 7 | -10/+10 |
| | |\ \ \ \ \ \
| | | |/ / / / / |
|
| | | * | | | | | Use Tcl_NewBooleanObj() where appropriate | jan.nijtmans | 2024-05-01 | 7 | -12/+12 |
| | | |\ \ \ \ \ |
|
| | | * \ \ \ \ \ | Merge 8.6 | jan.nijtmans | 2024-04-30 | 1 | -4/+3 |
| | | |\ \ \ \ \ \ |
|
| | * | \ \ \ \ \ \ | Fix TkCygwinMainEx() function: Didn't work on Cygwin X11 yet, because it used... | jan.nijtmans | 2024-04-30 | 2 | -28/+24 |
| | |\ \ \ \ \ \ \ \
| | | |/ / / / / / / |
|