summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Merge 8.6jan.nijtmans2019-01-101-19/+19
|\
| *-. Merge 8.6 and all changes from original [bug-9e31fd9449] branchjan.nijtmans2019-01-081-5/+5
| |\ \
| | | * Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2019-01-081-16/+16
| | | |\
| | | | * Bring back more original "None" usages, and fix other warnings which graduall...jan.nijtmans2019-01-031-1/+1
| * | | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-17/+17
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | As requested by Christian Werner/François Vogel and others: Undo many None -...jan.nijtmans2018-12-311-17/+17
| * | | | Fix [9e31fd9449]: X11/X.h and Windows.h have conflicting symbols jan.nijtmans2018-12-201-18/+18
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| |
| | * | Fix [9e31fd944934e269121fa78ff56b7b86f33e6db6|9e31fd9449]: X11/X.h and Window...jan.nijtmans2018-12-201-18/+18
| | |/
| | * (cherry-pick) Fix [2049429]: Some options aren't picked up from the options d...jan.nijtmans2016-01-121-13/+12
* | | Eliminate CONST86: Since Tk 8.7 only compiles with Tcl >= 8.6 anyway, we jus...jan.nijtmans2018-10-191-2/+2
* | | Change char *recordPtr to void *recordPtr in Tk_SetOptions() and friends. Thi...jan.nijtmans2018-10-161-7/+7
* | | More code cleanup, related to (unused) wchar_t, TCL_THREADS macro, and better...jan.nijtmans2018-10-051-3/+1
* | | Header include reform: Since "tkInt.h" already contains header files like <st...jan.nijtmans2018-09-061-1/+1
* | | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-3/+4
* | | merge trunk (because tip-496 does not target 8.6 but 8.7, whereas branch tip-...fvogel2018-04-151-7/+9
|\ \ \
| * \ \ Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-02-041-2/+15
| |\ \ \ | | |/ /
| * | | Fix [de156e9efe]: Safe Base interpreters must not write to the PRIMARY select...fvogel2018-01-251-6/+12
| |\ \ \
| * \ \ \ Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-291-8/+8
| |\ \ \ \
* | | | | | Latest changes from René Zaumseil. Now tk::spinbox supports -placeholder* op...fvogel2018-03-051-6/+54
* | | | | | Avoid confusion: totalLength and height are not used here, and are anyway ove...fvogel2018-02-111-1/+1
* | | | | | tk::entry: Moved defines where they belong to, reordered options to follow al...fvogel2018-02-111-11/+12
* | | | | | merge core-8-6-branchfvogel2018-02-081-2/+15
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Fix [5d991b822e]: segmentation violation in TclObjLookupVarEx. Patch from Chr...fvogel2018-01-281-2/+15
| | |_|/ / | |/| | |
* | | | | -placeholdertext becomes -placeholder. Changes provided by René Zaumseilfvogel2018-02-061-3/+3
* | | | | Change -empty* option names to -placeholder*. Changes provided by René Zaumseilfvogel2018-02-061-22/+23
* | | | | Implementation of TIP #496 - Display hints in ::ttk::entry (by René Zaumseil)fvogel2018-01-311-1/+37
|/ / / /
* | | | Test whether in a safe interpreter before writing to the PRIMARY selection. ...kjnash2017-06-131-6/+12
| |/ / |/| |
* | | Merge core-8-6-branch. More surrogate handling, e.g. in HandleIMEComposition()jan.nijtmans2016-09-271-4/+4
|\ \ \
* \ \ \ Enhanced proposed fix [6c0d7aec67]: unicode text input Windows 8. More places...jan.nijtmans2016-09-191-4/+4
|\ \ \ \ | |/ / / |/| | |
| * | | More simplificationsjan.nijtmans2016-09-191-4/+4
| * | | Rename TkUtfToUniChar32 to TkUtfToUniChar2, and various simplifications needi...jan.nijtmans2016-09-161-15/+1
| * | | Patch from Christian Werner, for evaluationjan.nijtmans2016-09-161-1/+15
| |/ /
| * | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-2/+3
| |\ \ | |/ / |/| |
| * | Fixed bug [841280] - spinbox -from and -to defaults and behaviourfvogel2016-02-251-7/+9
* | | Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-1/+2
|/ /
* | Rebase to 8.6, getting rid of DEF_TEXT_SPACING[123]jan.nijtmans2016-01-101-13/+12
|\ \
| * | Removed unused flags argument in Configure function since Tk_ConfigureWidget ...fvogel2016-01-081-7/+6
| * | Use TK_OPTION_NULL_OK instead of TK_CONFIG_NULL_OKfvogel2016-01-081-6/+6
| |/
* | Fixed bug [793909] - Problem with nonexistent namespacesfvogel2015-12-191-6/+32
|\ \ | |/
| * Fixed bug [793909] - Problem with nonexistent namespacesfvogel2015-12-121-6/+32
* | Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge...fvogel2015-12-191-30/+69
|\ \ | |/
| * Updated header comments of EntryValueChanged, InsertChars and DeleteChars sin...fvogel2015-12-121-3/+6
| * Fixed bug [1700065] - error in trace proc on textvariable doesn't trigger bge...fvogel2015-12-101-26/+62
* | Fixed bug [1414025] - Thin insertion cursor not visible in entryfvogel2015-10-221-1/+1
|\ \ | |/
| * Fixed bug [1414025] - Thin insertion cursor not visible in entryfvogel2015-10-201-1/+1
* | [2b6778efe8] handle sscanf() EOF errors.dgp2015-02-061-2/+2
|\ \ | |/
| * [2b6778efe8] handle sscanf() EOF errors.dgp2015-02-061-2/+2
* | Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-2/+2
|\ \ | |/
| * Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-9/+2
* | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-2/+9