summaryrefslogtreecommitdiffstats
path: root/generic/tkCmds.c
Commit message (Expand)AuthorAgeFilesLines
* Make tk.h work unchanged with Tcl 9.0 (novem), account for possible missing T...jan.nijtmans2017-02-131-4/+3
* Make the "scrollbar" a real Tcl_Obj-based command. No change in functionality.jan.nijtmans2014-05-221-5/+5
* Eliminate all usage of WIN32 macro as well: _WIN32 is the portable macro.jan.nijtmans2014-02-101-2/+2
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-2/+2
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-12/+12
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-12/+12
* Replace all Tcl_TraceVar/Tcl_UntraceVar with Tcl_TraceVar2/Tcl_UntraceVar2 ca...jan.nijtmans2013-02-221-2/+2
* some more int -> size_t changesjan.nijtmans2013-02-011-1/+1
* more places convertedjan.nijtmans2013-01-241-3/+3
* Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-2/+2
* more reorganization of error codes: safety is common failure modedkf2012-07-301-4/+4
* more auditing of error codesdkf2012-07-301-4/+6
* Much more cleaning up of result handling.dkf2012-07-231-49/+68
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkCmds.c: Purged remaining references todgp2006-03-131-2/+1
| | * * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-121-6/+4
| | * * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj forhobbs2004-06-291-1/+5
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-8/+6
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-9/+9
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-40/+36
* | | - eliminate some unnessary type castsnijtmans2009-02-031-12/+12
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-1/+11
* | | * generic/tkInt.h: Turn [tk] into an ensemble (thoyts, steffen)das2008-12-101-231/+298
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-2/+2
* | | Implementation of the [tk busy] command on non-OSX.dkf2008-10-181-8/+8
* | | Add "const" to many internalnijtmans2008-10-171-8/+8
* | | minor correctionsdkf2008-10-051-3/+3
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-114/+92
* | | TIP 285 ImplementationJoe Mistachkin2008-06-131-9/+58
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | header cleanupdgp2007-09-071-2/+1
* | various "const" additions, in line with TIP #27nijtmans2007-01-181-29/+29
* | * generic/tkCmds.c: Purged remaining references todgp2006-03-131-2/+1
* | More bits of ANSIfyingdkf2005-11-111-1050/+1009
* | Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-9/+48
* | * generic/tkCmds.c (Tk_TkObjCmd): use correct screen data whenhobbs2004-11-121-6/+4
* | TIP#153 implementation from Neil McKay, with thanks!dkf2004-06-301-20/+21
* | * generic/tkCmds.c (Tk_WinfoObjCmd): refetch interp result obj forhobbs2004-06-291-1/+5
* | Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-5/+1
|/
* * generic/tkCmds.c:hobbs2002-09-021-7/+28
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-3/+25
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-8/+8
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-171-3/+83
* corrected cast warninghobbs2002-06-151-2/+2
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-151-3/+7
* * generic/tkInt.h:hobbs2002-06-151-3/+13
* TIP #47 "Modifying Tk to Allow Writing X Window managers"jenglish2002-06-141-4/+4
* * Updates to handle change in type of part2 argument ofdgp2002-03-201-3/+3