summaryrefslogtreecommitdiffstats
path: root/generic/tkEntry.c
Commit message (Expand)AuthorAgeFilesLines
* Add native drawing for Entry and Spinbox widgets.wolfsuit2005-03-251-348/+157
* * 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
* * generic/tkListbox.c (DestroyListbox): fixed crash inhobbs2000-03-021-9/+35
* * generic/tkCanvas.c: fixed mem leak with TagSearchExprInithobbs2000-01-121-2/+3
* * generic/tk.h:hobbs1999-12-211-5/+1
* * generic/tkStubInit.c:hobbs1999-12-141-5/+462
* * generic/tkGrid.c: changed Tcl_Alloc to ckallochobbs1999-11-101-2/+2
* New Function: TkpDrawHighlightBorder. Use this in place of Tk_DrawFocusHighl...jingham1999-08-101-5/+8
* merged 8.1.0 changes into mainlinestanton1999-04-241-2/+2
* * Merged 8.1 branch into the main trunkstanton1999-04-161-643/+887
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+2313