summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+4
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* | | - eliminate some unnessary type castsnijtmans2009-02-031-10/+10
* | | TIP 337dgp2008-12-091-10/+11
* | | elminate warning: unused variable 'tkwin'nijtmans2008-11-271-6/+6
* | | More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-57/+43
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-4/+4
* | | Add "const" to many internalnijtmans2008-10-171-8/+8
* | | removed bogus commentdkf2008-10-091-3/+3
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-12/+8
* | | Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-56/+61
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-41/+41
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-107/+109
|/ /
* | 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