summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc warning: ignoring return value of ‘strtol’,nijtmans2009-12-161-2/+2
* - eliminate some unnessary type castsnijtmans2009-02-031-11/+12
* TIP 337dgp2008-12-091-3/+3
* Fix potential use of uninitialized variable flagged by clang static analyzerdas2008-12-071-3/+4
* More small changes to use C89 better and manage the result more efficiently.dkf2008-11-081-23/+16
* more internal -Wwrite-strings warning fixesnijtmans2008-10-301-4/+4
* Add "const" to many internalnijtmans2008-10-171-5/+5
* * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-3/+3
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-3/+3
* typodkf2008-10-031-2/+2
* Convert %g to Tcl_PrintDouble to avoid locale trouble. [Bug 2112563]dkf2008-10-031-18/+26
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-5/+5
* merge stable branch onto HEADdgp2007-12-131-1/+1
* * generic/tkArgv.c: Fix gcc warnings about 'cast to/fromdas2007-10-151-21/+23
* Assorted minor cleanups.dkf2007-09-081-13/+19
* header cleanupdgp2007-09-071-2/+1
* * generic/tkCanvas.c: allow -selectforeground option to be None; adddas2007-04-231-4/+16
* Standardize function definition format.dkf2007-04-171-185/+172
* More warning squelching (mostly uninit variable warnings)dkf2007-01-121-2/+4
* various "const" additions, in line with TIP #27nijtmans2007-01-031-3/+3
* * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChangedhobbs2006-12-041-5/+10
* * tests/entry.test (entry-22.1):hobbs2006-05-291-39/+17
* ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-55/+58
* Lots of ANSIfying of function decls.dkf2005-11-171-10/+12
* Whitespace/style improvementsdkf2005-09-081-1007/+1103
* * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-111-3/+4
* Removed unused variable [Bug 664783]dkf2003-08-271-3/+2
* * generic/tkListbox.c (ListboxSelectionSubCmd):hobbs2003-02-251-11/+15
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-4/+4
* * doc/listbox.n:hobbs2002-06-211-28/+108
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-3/+3
* * tests/listbox.test:hobbs2002-02-261-80/+100
* * generic/tkListbox.c (ChangeListboxOffset): improved trackinghobbs2002-01-181-1/+5
* * Updates to handle change in type of tablePtrdgp2002-01-171-5/+5
* * tests/config.test: added config-14.1 to test namespace importhobbs2001-08-291-59/+20
* * generic/tkEntry.c: corrected missing Tcl_Release that causedhobbs2001-07-031-6/+20
* * tests/listbox.test: added test listbox-27.1, delete duringhobbs2001-04-031-14/+17
* Overall change: Implemented TIP 5, which exportsericm2000-11-221-6/+5
* * doc/label.n: Added -disabledforeground to list of options [Bug: 6053].ericm2000-07-281-4/+3
* * mac/tkMacDefault.h:ericm2000-07-281-93/+183
* * generic/tkListbox.c (DestroyListbox): fixed crash inhobbs2000-03-021-21/+19
* * generic/tkInt.h: moved new TkDisplay useInputMethods structurehobbs2000-01-211-9/+9
* * generic/tkListbox.c: fixed 'get' of listbox to return a stringhobbs1999-11-291-3/+10
* * tests/listbox.test: Added a test to check that the topIndex isericm1999-11-241-1/+7
* Additions to update vertical scrollbar info for listboxes when listvar changes.ericm1999-11-241-1/+5
* * generic/tk.h:hobbs1999-11-231-5/+8
* * tests/listbox.test: Added tests for itemcget and itemconfigure.ericm1999-11-191-82/+478
* * tests/listbox.test: Updated tests for new error messages.ericm1999-11-181-3/+5
* * tests/listbox.test: Added tests for bad -listvar's.ericm1999-11-181-14/+31
* * tests/listbox.test: Added tests for ListboxUpdateHScrollbar.ericm1999-11-171-3/+3