summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix [2100430]: ttk::entry widget index must be integerjan.nijtmans2013-06-051-9/+2
* 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
* | 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
* | * 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
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Tidy up some variable types.patthoyts2007-11-171-3/+5
* | Fix comments. (Thanks to Emiliano for spotting)dkf2007-05-241-3/+3
* | * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-4/+12
* | Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-3/+3
* | various "const" additions, in line with TIP #27nijtmans2007-01-031-3/+3
* | * macosx/tkMacOSXColor.c (TkSetMacColor, TkpGetColor): use AppearanceMgrdas2006-09-101-2/+8
* | * generic/tkEntry.c: move hard-coded ALWAYS_SHOW_SELECTIONhobbs2006-09-061-12/+11
* | Lots of ANSIfying of function decls.dkf2005-11-171-265/+239
* | Getting more systematic about styledkf2005-08-101-1500/+1473
* | Syntax/Style Guide fixesdgp2005-03-241-3/+8
* | Get the Entry and Spinbox widgets to draw with the native look & feel onwolfsuit2005-03-241-348/+152
|/
* * generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd):hobbs2003-02-251-13/+14
* (EntrySetValue): removed unused code var. [Bug #664781]hobbs2003-02-181-3/+3
* * generic/tkEntry.c (ConfigureEntry): keep a flag to indicate whenhobbs2002-12-091-8/+16
* * tests/entry.test: added entry-20.7hobbs2002-10-021-1/+8
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-4/+4
* * tests/spinbox.test: added spinbox-22.[1-3]hobbs2002-07-251-15/+24
* * generic/tkEntry.c (DisplayEntry): correct cursor position beforehobbs2002-07-241-3/+3
* * win/tkWinButton.c (TkpDisplayButton):hobbs2002-04-051-16/+19
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-3/+3
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-39/+46
* * Updates to handle change in type of tablePtrdgp2002-01-171-10/+10
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-5/+7
* * generic/tkWindow.c (Tk_CreateAnonymousWindow):hobbs2001-09-211-3/+1
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-41/+17
* * generic/tkEntry.c: corrected missing Tcl_Release that causedhobbs2001-07-031-22/+32
* * generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFreehobbs2001-07-021-4/+6
* * tests/entry.test: added tests entry-20.*, delete during widgethobbs2001-04-031-11/+53
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-7/+6
* * doc/spinbox.n: (new file) docs for spinbox widgethobbs2000-05-291-196/+1697
* * mac/tkMacDefault.h (DEF_ENTRY_READONLY_BG_COLOR,ericm2000-05-171-37/+46
* * library/entry.tcl: Adjusted Button-1 binding to set focus to theericm2000-05-141-19/+83
* * generic/tkEntry.c: removed unnecessary ENTRY_VALIDATE #definehobbs2000-04-211-59/+57