summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2024-02-1614-21/+20
|\
| * Fix [82d5a93a46]: 8.6 Documentation/comment typo fixesjan.nijtmans2024-02-1614-21/+21
| |
* | Unneeded type-castjan.nijtmans2024-02-162-2/+2
| |
* | Fix warning in tkEntry.c. More typecast cleanupjan.nijtmans2024-02-166-50/+50
| |
* | Tcl_Alloc -> ckalloc. Remove unnecessary type-casts.jan.nijtmans2024-02-1412-53/+53
| |
* | Merge 8.6jan.nijtmans2024-02-132-6/+3
|\ \ | |/
| * Fix compilation warning with -DDEBUG_FONTSELjan.nijtmans2024-02-132-6/+3
| |
* | Merge 8.6jan.nijtmans2024-02-1211-59/+57
|\ \ | |/
| * "eval destroy" -> "destroy {*}" in testcases/demo'sjan.nijtmans2024-02-1212-63/+61
| |
* | Upgrade to autoconf-2.72jan.nijtmans2024-02-092-1279/+1649
| |
* | Merge 8.6jan.nijtmans2024-02-083-4/+15
|\ \ | |/
| * Fix [57b821d2db]: text index {insert wordstart} fails at 0 and 1 word start ↵fvogel2024-02-083-4/+15
| |\ | | | | | | | | | positions.
| | * Fix previous commit.fvogel2024-02-071-6/+6
| | |
| | * Build binaries at GitHub.fvogel2024-02-061-0/+223
| | |
| | * Add a link to the 'MARKS' section in text.nfvogel2024-02-051-1/+2
| | |
| | * Expand coverage of textIndex-22.16fvogel2024-02-031-2/+4
| | |
| | * The text widget does not need to be packed for test textIndex-22.16.fvogel2024-02-031-2/+0
| | |
| | * Fix [57b821d2db]: text index {insert wordstart} fails at 0 and 1 word start ↵fvogel2024-02-031-3/+3
| | | | | | | | | | | | positions.
| | * Make textIndex-22.16 really fail.fvogel2024-02-031-5/+6
| | |
| | * Add test textIndex-22.16 demonstrating bug [57b821d2db]. Currently fails ↵fvogel2024-02-031-0/+9
| |/ | | | | | | (expectedly).
* | Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-0728-108/+99
| |
* | Change textPtr parameter of TkTextGetTabs to a "const"jan.nijtmans2024-02-023-8/+8
| |
* | Some int -> Tcl_Sizejan.nijtmans2024-02-023-53/+51
| |
* | Few TK_OPTION_ENUM_VAR fixesjan.nijtmans2024-01-302-3/+3
| |
* | Re-generate dummy stub entries (accidently removed in previous commit)jan.nijtmans2024-01-302-0/+6
| |
* | TkTextMakeByteIndex byteIndex int -> Tcl_Sizejan.nijtmans2024-01-307-22/+17
| |
* | Add "locale" parameter to ttk::entry::(WordBack|WordForward)jan.nijtmans2024-01-301-4/+4
| |
* | tk::endOfGlyphCluster doesn't existjan.nijtmans2024-01-301-1/+1
| |
* | Merge 8.6jan.nijtmans2024-01-292-18/+4
|\ \ | |/
| * Make test-cases work for UNIX/MacOS as well.jan.nijtmans2024-01-292-18/+4
| |
* | Merge 8.6jan.nijtmans2024-01-284-5/+51
|\ \ | |/
| * Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-284-5/+51
| |\
| | * Do the same for ttk::spinbox and ttk::combobox. This is not absolutely ↵fvogel2024-01-281-2/+4
| | | | | | | | | | | | needed: there is no error triggering on <<NextWord>>/<<PrevWord>> because these widgets inherit the -show option from ttk::entry even if it does not really make sense for these types of widget. However it's better to do it for those widgets so that the behavior is consistent with Tk widgets, and in case people use -show with ttk::spinbox/combobox they would not be able to identify the words in the widget (see [2a32225cd1]).
| | * Fix [9fa3e08243]: Ctrl-Arrow binding for spinbox: unknown option '-show'.fvogel2024-01-281-3/+6
| | |
| | * Add tests demonstrating bug [9fa3e08243]: Ctrl-Arrow binding for spinbox: ↵fvogel2024-01-282-0/+41
| |/ | | | | | | unknown option '-show'. For Tk, spinbox-25.3 fails (as expected). For Ttk, spinbox-11.2 does not fail because the ttk::spinbox inherits the -show option of the ttk::entry widget, event though it's not used nor documented for ttk::spinbox. (Note: tests numbering mirror their counterparts in entry.test).
* | Simplify some TIP #621 procs, since it's Tcl counterparts can (now) handle ↵jan.nijtmans2024-01-272-15/+1
| | | | | | | | indices like "end-1"
* | Merge 8.6jan.nijtmans2024-01-273-23/+32
|\ \ | |/
| * Fix [8da7af2f8e]: slow widget creation if default font is not used.fvogel2024-01-272-21/+30
| |\
| | * Since we are here make font-15.1, font-15.2 and font-15.3 robust against ↵fvogel2024-01-231-8/+11
| | | | | | | | | | | | previous fonts potentially used by the test suite.
| | * Fix typofvogel2024-01-221-2/+2
| | |
| | * Test suite hygiene - Let font-17.1 and font-18.1 be independent from ↵fvogel2024-01-221-13/+18
| | | | | | | | | | | | previous tests (interaction was with config-4.47 and config-4.48).
| | * Let this bugfix branch build and test at Github Actions.fvogel2024-01-213-0/+3
| | |
| | * Fix [8da7af2f8e]: slow widget creation if default font is not usedfvogel2024-01-211-0/+1
| | |
| * | Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk ↵fvogel2024-01-271-2/+2
| |\ \ | | | | | | | | | | | | distribution.
| | * | Fix [7e5f72c9dd]: Test script option.test deletes file option.file3 in Tk ↵fvogel2024-01-261-2/+2
| |/ / | | | | | | | | | distribution
* | | Fix compiler warningjan.nijtmans2024-01-261-1/+1
| | |
* | | Let's simply use "1" for -underline/-overstrike in stead of "on"jan.nijtmans2024-01-262-3/+3
| | |
* | | Implement TK_OPTION_VAR(Tcl_Size) for TK_OPTION_INT option. Needed in ↵jan.nijtmans2024-01-254-52/+107
| | | | | | | | | | | | ttkTreeview.c for int -> Tcl_Size.
* | | Eliminate many (Tcl_Size) typecasts, which are no longer necessaryjan.nijtmans2024-01-2510-19/+19
| | |
* | | Backport doc/systray.n from Tk 9.0, fix some format issuesjan.nijtmans2024-01-241-7/+17
| | |