summaryrefslogtreecommitdiffstats
path: root/generic/tkTest.c
Commit message (Expand)AuthorAgeFilesLines
* merge trunkfvogel2017-03-261-0/+58
|\
| * Add test-case for [http://core.tcl.tk/tcl/tktview/1cc44617e2b4ed0a29f75762d45...jan.nijtmans2017-03-241-0/+58
* | Added -withalpha option to [imageName get].simonbachmann2017-03-231-0/+54
|/
* more typosjan.nijtmans2017-01-231-1/+1
* Smarter initialization of doubleTypePtr/intTypePtr without hash-table lookup ...jan.nijtmans2017-01-201-1/+1
* Whitespace fixesjan.nijtmans2016-06-151-1/+1
|\
* | Make tk.h usable for compilation with Tcl 9.0 (novem) as well.jan.nijtmans2016-03-151-1/+1
|/
* Eliminate last two calls to Tcl_CreateCommand().jan.nijtmans2014-06-301-21/+21
* two more (test-)command converted to Tcl_Obj APIjan.nijtmans2014-06-271-29/+28
* Convert TkpTestembedCmd and TkpTesttextCmd to Tcl_Obj-based commands.jan.nijtmans2014-06-031-24/+25
* Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-261-1/+1
|\
| * Make "send" (and "testsend") use the Tcl_Obj API.jan.nijtmans2014-05-231-1/+1
* | Convert "testwinevent", "testmetrics" and "testdeleteapps" for using the Tcl_...jan.nijtmans2014-05-261-24/+24
|/
* Eliminate all usage of __WIN32__ macro: Some compilers (e.g. Clang/LLVM) don'...jan.nijtmans2014-02-101-12/+12
* Make sure that in test-cases, Tk_DeleteOptionTable() is never called more tim...jan.nijtmans2013-08-011-3/+7
* Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
|\
| * Some more fixes for Cygwin32/64 in win32 GUI mode. jan.nijtmans2013-06-131-5/+5
* | Eliminate usage of Tcl_PkgProvide/Tcl_PkgRequire functions, use the 'Ex' vers...jan.nijtmans2013-02-151-1/+1
* | some more int -> size_t changesjan.nijtmans2013-02-011-6/+6
* | typojan.nijtmans2013-02-011-1/+1
* | Use internalRep.twoPtrValue.ptr1 in stead of internalRep.otherValuePtr everyw...jan.nijtmans2013-02-011-5/+5
|\ \ | |/
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
| |\
| | * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-2/+2
| | * More complete purge of things only present for supporting long-dead Mac 9 sys...dgp2012-11-151-14/+14
| * | SetOptions.3: minor doc fixjan.nijtmans2012-06-191-38/+38
| |\ \ | | |/
| | * SetOptions.3: minor doc fixjan.nijtmans2012-06-191-10/+10
| * | make some internal tables constjan.nijtmans2012-04-181-2/+2
| |\ \ | | |/
| | * make some more internal tables CONSTjan.nijtmans2012-04-181-2/+2
* | | Convert all Tcl_SetResult calls to Tcl_SetObjResult calls. jan.nijtmans2013-01-281-6/+4
* | | more places convertedjan.nijtmans2013-01-241-10/+10
* | | Replace various functions calls, for functions which are small wrappers aroun...jan.nijtmans2013-01-141-6/+6
* | | frq-3536507: clientData field in Tk_OptionSpec should be "const void *"frq_3536507jan.nijtmans2012-06-201-10/+10
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * unix/tcl.m4 (Darwin): add 64bit support, check for Tiger copyfile(),das2005-11-271-31/+25
| | * * generic/tkTest.c: disable commands not available on TkAqua.das2005-05-241-4/+4
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-20/+18
* | | [Patch 3009998]: Replace binding procedures with ordinary event handlersjenglish2010-06-191-122/+1
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-11/+10
* | | Use @EXEEXT@ in stead of @EXT_SUFFIX@nijtmans2010-02-221-2/+2
* | | Tiny whitespace changes for readability improvement.dkf2010-02-211-3/+3
* | | fix more gcc warnings: missing initializernijtmans2010-01-181-24/+25
* | | Make all internal initializationnijtmans2009-11-291-25/+2
* | | Compile tkTest.c and friends with Stubsnijtmans2009-11-191-1/+23
* | | * generic/tkFocus.c: fix potential null dereference flagged by clangdas2009-09-071-1/+2
* | | modify Tk_Create(Old)ImageType signature, relaxingnijtmans2008-11-121-5/+5
* | | more internal -Wwrite-strings warning fixesnijtmans2008-10-301-4/+4
* | | Add "const" to many internalnijtmans2008-10-171-4/+4
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-3/+3