| Commit message (Expand) | Author | Age | Files | Lines |
* | Backported some fixes for uninitialized variables identified by das using cla... | patthoyts | 2009-03-03 | 1 | -3/+4 |
|
|
* | * generic/tkListbox.c: Make literal return values consistent with | dgp | 2008-10-09 | 1 | -3/+3 |
|
|
* | Backport of fix for [Bug 2112563] | dkf | 2008-10-05 | 1 | -21/+32 |
|
|
* | merge stable branch onto HEAD | dgp | 2007-12-13 | 1 | -1/+1 |
|
|
* | * generic/tkArgv.c: Fix gcc warnings about 'cast to/from | das | 2007-10-15 | 1 | -21/+23 |
|
|
* | Assorted minor cleanups. | dkf | 2007-09-08 | 1 | -13/+19 |
|
|
* | header cleanup | dgp | 2007-09-07 | 1 | -2/+1 |
|
|
* | * generic/tkCanvas.c: allow -selectforeground option to be None; add | das | 2007-04-23 | 1 | -4/+16 |
|
|
* | Standardize function definition format. | dkf | 2007-04-17 | 1 | -185/+172 |
|
|
* | More warning squelching (mostly uninit variable warnings) | dkf | 2007-01-12 | 1 | -2/+4 |
|
|
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-03 | 1 | -3/+3 |
|
|
* | * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChanged | hobbs | 2006-12-04 | 1 | -5/+10 |
|
|
* | * tests/entry.test (entry-22.1): | hobbs | 2006-05-29 | 1 | -39/+17 |
|
|
* | ANSIfy and reduce casting of NULL to promote readability | dkf | 2005-11-17 | 1 | -55/+58 |
|
|
* | Lots of ANSIfying of function decls. | dkf | 2005-11-17 | 1 | -10/+12 |
|
|
* | Whitespace/style improvements | dkf | 2005-09-08 | 1 | -1007/+1103 |
|
|
* | * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc): | hobbs | 2003-11-11 | 1 | -3/+4 |
|
|
* | Removed unused variable [Bug 664783] | dkf | 2003-08-27 | 1 | -3/+2 |
|
|
* | * generic/tkListbox.c (ListboxSelectionSubCmd): | hobbs | 2003-02-25 | 1 | -11/+15 |
|
|
* | Applied companion patch for Tcl Patch 585105, | dgp | 2002-08-05 | 1 | -4/+4 |
|
|
* | * doc/listbox.n: | hobbs | 2002-06-21 | 1 | -28/+108 |
|
|
* | * Updates to handle change in type of part2 argument of | dgp | 2002-03-20 | 1 | -3/+3 |
|
|
* | * tests/listbox.test: | hobbs | 2002-02-26 | 1 | -80/+100 |
|
|
* | * generic/tkListbox.c (ChangeListboxOffset): improved tracking | hobbs | 2002-01-18 | 1 | -1/+5 |
|
|
* | * Updates to handle change in type of tablePtr | dgp | 2002-01-17 | 1 | -5/+5 |
|
|
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -59/+20 |
|
|
* | * generic/tkEntry.c: corrected missing Tcl_Release that caused | hobbs | 2001-07-03 | 1 | -6/+20 |
|
|
* | * tests/listbox.test: added test listbox-27.1, delete during | hobbs | 2001-04-03 | 1 | -14/+17 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 1 | -6/+5 |
|
|
* | * doc/label.n: Added -disabledforeground to list of options [Bug: 6053]. | ericm | 2000-07-28 | 1 | -4/+3 |
|
|
* | * mac/tkMacDefault.h: | ericm | 2000-07-28 | 1 | -93/+183 |
|
|
* | * generic/tkListbox.c (DestroyListbox): fixed crash in | hobbs | 2000-03-02 | 1 | -21/+19 |
|
|
* | * generic/tkInt.h: moved new TkDisplay useInputMethods structure | hobbs | 2000-01-21 | 1 | -9/+9 |
|
|
* | * generic/tkListbox.c: fixed 'get' of listbox to return a string | hobbs | 1999-11-29 | 1 | -3/+10 |
|
|
* | * tests/listbox.test: Added a test to check that the topIndex is | ericm | 1999-11-24 | 1 | -1/+7 |
|
|
* | Additions to update vertical scrollbar info for listboxes when listvar changes. | ericm | 1999-11-24 | 1 | -1/+5 |
|
|
* | * generic/tk.h: | hobbs | 1999-11-23 | 1 | -5/+8 |
|
|
* | * tests/listbox.test: Added tests for itemcget and itemconfigure. | ericm | 1999-11-19 | 1 | -82/+478 |
|
|
* | * tests/listbox.test: Updated tests for new error messages. | ericm | 1999-11-18 | 1 | -3/+5 |
|
|
* | * tests/listbox.test: Added tests for bad -listvar's. | ericm | 1999-11-18 | 1 | -14/+31 |
|
|
* | * tests/listbox.test: Added tests for ListboxUpdateHScrollbar. | ericm | 1999-11-17 | 1 | -3/+3 |
|
|
* | * tests/listbox.test: New tests for -listvar functionality, and an | ericm | 1999-11-17 | 1 | -29/+29 |
|
|
* | * generic/tkWindow.c: Changed "listbox" mapping from old-school to | ericm | 1999-11-17 | 1 | -862/+1356 |
|
|
* | New Function: TkpDrawHighlightBorder. Use this in place of Tk_DrawFocusHighl... | jingham | 1999-08-10 | 1 | -5/+8 |
|
|
* | * Merged 8.1 branch into the main trunk | stanton | 1999-04-16 | 1 | -21/+39 |
|
|
* | Replaced SCCS strings, fixed binary files | stanton | 1998-09-14 | 1 | -1/+1 |
|
|
* | Initial revision | rjohnson | 1998-04-01 | 1 | -0/+2335 |
|
|