summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * 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
* * generic/tkCanvas.c (CanvasEventProc:2451): corrected casthobbs2000-04-141-14/+8
* * generic/tkEntry.c: set TK_OPTION_NULL_OK bit on -invcmd optionhobbs2000-03-311-52/+5
* * tests/entry.test:hobbs2000-03-071-51/+64