summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Fix [6c0d7aec67]: unicode text input Windows 8jan.nijtmans2016-09-291-8/+8
|\
| * 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
|\ \ | |/
| * Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-1/+2
* | Fixed bug [841280] - spinbox -from and -to defaults and behaviourbug_841280fffffvogel2016-02-251-7/+9
|/
* 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 namespacesbug_793909ffffvogel2015-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...bug_1700065ffffvogel2015-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 entrybug_1414025fvogel2015-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
* | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-12/+12
* | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-12/+12
* | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-3/+3
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-7/+7
|\ \ | |/
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-38/+38
| |\
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-4/+4
| * | make some internal tables constjan.nijtmans2012-04-181-2/+2
| |\ \ | | |/
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-2/+2
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-4/+4
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-10/+10
* | | Much more cleaning up of result handling.dkf2012-07-231-34/+56
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-8/+8
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-24/+24
* | | [Bug 3315731] Fix [$entry -invcmd].dgp2011-06-131-3/+5
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-291-4/+12
| | * * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-2/+8
| | * * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-10/+10
| | * Add native drawing for Entry and Spinbox widgets.wolfsuit2005-03-251-348/+157
* | | Bug 2358545: Restore support for values "08" and "09"in a spinbox configureddgp2011-06-071-5/+4
|\ \ \ | |/ /
| * | Bug 2358545: Restore support for values "08" and "09"in a [spinbox] configureddgp2011-06-071-5/+4
| * | * tests/canvText.test: Backport test updates in light of thedgp2008-10-091-3/+3
| * | Backport of fix for [Bug 2112563]dkf2008-10-051-8/+14
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-16/+16