summaryrefslogtreecommitdiffstats
path: root/generic/ttk/ttkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2022-05-071-1/+1
|\
| * Proposed fix for [eedd795d98]: sizeof(enum) != sizeof(int)jan.nijtmans2022-05-051-1/+1
* | Merge 8.6jan.nijtmans2022-05-051-1/+1
|\ \
| * | Code cleanup, mainly eliminating unnecessary type-castsjan.nijtmans2022-05-051-1/+1
| |/
| * Code cleanup (more TCL_UNUSED, more type-casts, eol-spacing)jan.nijtmans2022-03-021-84/+95
| * Tune error message slightly again.fvogel2022-02-031-1/+1
| * Change slightly the error message to match what 8.7 returns ([3fefb364e2] is ...fvogel2022-02-031-1/+1
| * Fix [3fefb364e2]: crash in ttk::combobox current. Test combobox-2.8 now passes.fvogel2022-02-011-1/+11
* | Correct character counting bug in tkTextIndex.c, when TCL_UTF_MAX=3jan.nijtmans2022-03-221-1/+1
* | Merge 8.6. Make anchorStrings, reliefString and justifyString MODULE_SCOPEjan.nijtmans2021-12-141-4/+4
|\ \ | |/
* | Fix [924835c36d]: ttk::combobox current 0 crashes in trunk (only). With regre...jan.nijtmans2021-12-141-2/+2
* | Backout previous commit, this is not the right way.fvogel2021-05-021-1/+1
* | Really test for < 0. Otherwise building Tk 8.7 against Tcl 8.6 (as in [https:...fvogel2021-05-021-1/+1
* | Refine previous fixfvogel2021-05-011-3/+2
* | Fix [8a5086219e]: ttk::entry issuefvogel2021-05-011-1/+4
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-3/+3
* | More (c) -> ©jan.nijtmans2020-12-091-5/+5
* | Merge trunk, and fix conflict in tests/ttk/scrollbar.test (due to [33556bc9]).fvogel2020-10-311-3/+3
|\ \
| * | Code cleanup (mainly unnecessary casts to (ClientData))jan.nijtmans2020-08-241-3/+3
* | | Respect alphabetical order of commands in source code (no functional change).fvogel2020-08-301-2/+2
* | | Add new ttk widget command 'style' returning the style used by the widget.fvogel2020-08-301-0/+3
|/ /
* | One more use of TkNewIndexObj() macro. More code cleanupjan.nijtmans2020-08-201-1/+1
* | New macro TkNewIndexObj(), which handled indices >= 2147483648 correctly when...jan.nijtmans2020-08-201-7/+7
* | Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-1/+1
|\ \ | |/
| * Fix [031dfcf1dd]: ttk::treeview -anchor does not work with column #0. The foc...fvogel2020-08-191-1/+1
| |\
| | * In ttk layouts, specifying -expand 1 (resp. TTK_EXPAND) is superfluous when -...fvogel2020-07-181-1/+1
| | * In ttk layouts, when -expand 1 is specified, then -side is ignored. Ditto for...fvogel2020-07-181-1/+1
* | | Fix [7655f65ae7]: text positioning issues in entry widgets. Patch from Christ...fvogel2020-07-131-9/+30
|\ \ \ | |/ /
| * | merge core-8-6-branchfvogel2020-07-121-10/+10
| |\ \ | | |/
| | * Fix [34214bbdae]: typographical fixes in comments. Thanks to Christopher Chavez.fvogel2020-07-081-1/+1
| | * Add (and use) new internal function TkUtfAtIndex(), which does the same as Tc...jan.nijtmans2020-05-201-9/+9
| | |\
| | | * Add surrogate-aware TkUtfAtIndex and TkNumUtfChars. This is enough to allow ...culler2020-05-191-11/+11
| | |/
| * | Fix [7655f65ae7]: text positioning issues in entry widgets. This is a patch f...fvogel2020-04-191-9/+30
| |/
* | Fix two (minor) warnings, discovered with gcc-10, using Tcl 9 headers)jan.nijtmans2020-06-021-1/+1
* | A few more tweaks, using size_t in Tcl 9 builds.jan.nijtmans2020-05-271-11/+11
* | Convert Tk_ItemIndexProc/Tk_ItemInsertProc to use size_t as index type, when ...jan.nijtmans2020-05-261-49/+48
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-1/+1
* | Fix 2 (minor) gcc warningsjan.nijtmans2020-05-241-1/+1
* | More progressjan.nijtmans2020-05-241-7/+7
* | More progressjan.nijtmans2020-05-221-25/+25
|\ \
* | | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-9/+9
|/ /
* | Merge 8.6jan.nijtmans2020-04-061-1/+1
|\ \ | |/
| * Better implementation of TkUtfToUniChar(), one that doesn't require cooperati...jan.nijtmans2020-04-061-3/+7
| |\
* | | More usage of (internal) TkGetIntForIndex() function, and give this function ...jan.nijtmans2020-03-201-2/+2
* | | More internal use of TkGetIntForIndex() function.jan.nijtmans2020-03-181-54/+25
* | | Eliminate More C++-related warnings, when compiling against Tcl 9.0 headers.jan.nijtmans2020-03-111-25/+25
* | | Merge trunkjan.nijtmans2020-02-261-2/+2
|\ \ \
| * | | Fix 2 gcc warnings in win/ttkWinXPTheme.c due to the recent addition of "cons...jan.nijtmans2020-02-191-2/+2
* | | | Merge trunkjan.nijtmans2020-02-171-4/+4
|\ \ \ \ | |/ / /
| * | | More "const" additions.jan.nijtmans2020-02-171-4/+4