summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Merge core-8-6-branch.culler2024-07-231-2/+2
|\
| * 25.4 / 72.0 - the last and final word!culler2024-07-231-2/+2
* | Merge core-8-6-branchculler2024-07-231-2/+2
|\ \ | |/
| * Move the other decimal point.culler2024-07-231-2/+2
* | merge core-8-6-branchculler2024-07-221-1/+1
|\ \ | |/
| * 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-3/+7
|\ \ | |/
| * 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
* | | Merge core-8-6-branchculler2024-07-211-1/+1
|\ \ \ | |/ /
| * | Accommodate Microsoft compilers which do not allow expressions in a literal c...culler2024-07-211-1/+1
* | | Merge core-8-6-branchculler2024-07-191-1/+1
|\ \ \ | |/ /
| * | Fix [13f4eabe]: 0.35278 != 25.4 / 72.0 in double precision arithmetic.culler2024-07-191-1/+1
| |/
* | Merge 8.7. Fix indentingjan.nijtmans2024-07-1212-434/+434
|\ \ | |/
| * 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
* | Don't test for != TEXT_WRAPMODE_NULL, since it has a different value for diff...jan.nijtmans2024-07-113-4/+8
* | (backport) Add TkLengthOne() function, just as TclLengthOne() in Tcl, for opt...jan.nijtmans2024-07-104-4/+15
* | Don't use -encoding "binary" any more in Tkjan.nijtmans2024-06-245-29/+6
* | Fix [610aa08858]: Crash when collapsing toplevel vertically on X11. Thanks to...jan.nijtmans2024-06-232-3/+6
|\ \ | |/
| * Fix typo in comment.fvogel2024-06-231-1/+1
| * Backout incorrect fix [d7b0c443], that created problem [a0dca39fd1].fvogel2024-06-231-1/+0
* | Use "(char *)NULL" sentinels in more places. Fix some indentingjan.nijtmans2024-06-1911-345/+345
* | Merge 8.6oehhar2024-06-181-1/+7
|\ \ | |/
| * Merge 8.6oehhar2024-06-1456-962/+1641
| |\
| * | Ticket [865af0148c] GIF errornously accepted if colormap segment is truncatedoehhar2024-06-141-1/+7
* | | Move scrollbar sanity checks from platform-code to generic. Fix indenting in ...jan.nijtmans2024-06-171-0/+6
* | | Unintentional change in tk.hjan.nijtmans2024-06-161-1/+0
* | | Something wrong with previous commitjan.nijtmans2024-06-161-1/+1
* | | Implement TK_CONFIG_NULL_OK for TK_CONFIG_PIXELS. Needed for "-elementborderw...jan.nijtmans2024-06-167-22/+35
* | | Remove TK_OPTION_NULL_OK usage in tkPlace.c, doesn't belong there. Some inden...jan.nijtmans2024-06-163-57/+57
* | | Better fix for [4d0a6f32b7]: Unique behavior of some options in the message w...jan.nijtmans2024-06-142-66/+158
|\ \ \
| * \ \ Merge 8.7. Add testcasesjan.nijtmans2024-06-145-73/+103
| |\ \ \
| * | | | No caching in TK_OPTION_PIXELS 'message' variables padX/padY/borderWidth/high...jan.nijtmans2024-06-131-88/+104
| * | | | Fix indentingjan.nijtmans2024-06-101-10/+10
| * | | | Also handle the situation that -padx/-pady is initialized as the empty stringcore-bug-4d0a6f32b7jan.nijtmans2024-06-101-0/+8
| * | | | Better solution for [4d0a6f32b7], which doesn't cache padX/padY/borderWidth/h...jan.nijtmans2024-06-102-1/+49
* | | | | Add quotes to the "processing * option" error-messages, for consistancy. Some...jan.nijtmans2024-06-144-37/+36
| |/ / / |/| | |
* | | | Fix [1576528fff]: image read file with -from optionjan.nijtmans2024-06-142-41/+48
* | | | Merge 8.6jan.nijtmans2024-06-141-3/+6
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | 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