summaryrefslogtreecommitdiffstats
path: root/generic/tkSelect.c
Commit message (Expand)AuthorAgeFilesLines
* Merge of TkAqua Cocoa portmacosx_cocoa_mergedas2009-06-291-2/+2
* - eliminate some unnessary type castsnijtmans2009-02-031-8/+10
* TIP 337dgp2008-12-091-3/+5
* Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-7/+7
* CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-3/+3
* Add "const" to many internalnijtmans2008-10-171-6/+6
* Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-4/+2
* fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-6/+6
* Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-26/+26
* Eliminate use of (VOID*) casts when calling memset or memcpy.dkf2007-04-171-2/+2
* Plug potential memory leak...dkf2005-11-221-1/+2
* ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-13/+12
* Fix problem in default selection handler outlined by test select-9.5dkf2005-11-141-12/+14
* Format for style and remove non-ANSI declsdkf2005-10-171-587/+585
* Removed support for Mac OS Classic platform [Patch 918139]das2004-03-171-2/+2
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-3/+3
* * generic/tkSelect.c (Tk_CreateSelHandler):jenglish2003-01-141-4/+5
* *** macosx-8-4-branch merged into the mainline [tcl patch #602770] ***macosx_8_4_merge_2002_08_31_trunkdas2002-08-311-2/+2
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-3/+3
* * Updates to handle change in type of tablePtrdgp2002-01-171-10/+14
* * Updated callers of Tcl_Utf* and Tcl_Regexp* APIs to reflect TIP 27dgp2002-01-171-2/+2
* * generic/tkBind.c (TkBindFree):dgp2002-01-041-3/+3
* * library/console.tcl:hobbs2001-07-031-17/+102
* * generic/tkWindow.c: Updated [selection] command entry to useericm2000-08-071-254/+298
* Fixed ANSI-style function definitions so that they work on K&Rredman1999-08-131-2/+2
* * unix/tkUnixSelect.c:stanton1999-06-031-20/+87
* * Merged 8.1 branch into the main trunkstanton1999-04-161-36/+94
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1341