summaryrefslogtreecommitdiffstats
path: root/generic/tkListbox.c
Commit message (Expand)AuthorAgeFilesLines
* 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-3/+0
|\
| * 3607326 Stop segfault from [listbox .l -listvariable $array].dgp2013-03-111-3/+0
| * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-2/+2
| |\
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-4/+4
| * | make some internal tables constjan.nijtmans2012-04-181-2/+2
| |\ \ | | |/
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-2/+2
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
* | | Eliminate all usage of functions Tcl_VarEval (deprecated) and Tcl_Eval (to th...jan.nijtmans2013-03-071-4/+18
* | | Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-8/+7
* | | Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-7/+8
* | | Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* | | Use some more (void *)'s in FreeProc's, a step in the direction getting Tk to...jan.nijtmans2013-01-261-4/+4
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-4/+4
* | | Working towards making the error codes more consistent.dkf2012-07-301-2/+2
* | | Much more cleaning up of result handling.dkf2012-07-231-16/+15
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-78/+78
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-13/+13
* | | 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/+16
| | * * generic/tkListbox.c (ConfigureListboxItem): ListboxWorldChangedhobbs2006-12-041-5/+10
| | * * tests/entry.test (entry-22.1):hobbs2006-05-291-24/+22
| | * silence compiler warningdgp2004-06-081-3/+2
| | * * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-111-3/+4
| * | Fix various gcc-4.4 warnings and formatting, allnijtmans2010-01-291-10/+10
| * | Backported some fixes for uninitialized variables identified by das using cla...patthoyts2009-03-031-3/+4
| * | * generic/tkListbox.c: Make literal return values consistent withdgp2008-10-091-3/+3
| * | Backport of fix for [Bug 2112563]dkf2008-10-051-21/+32
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-14/+11
* | | Formattingnijtmans2010-04-231-2/+2
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-2/+4
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-47/+45
* | | 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