summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSelect.c
Commit message (Expand)AuthorAgeFilesLines
* Fix use of XMaxTransChars in stead of TCL_UTF_MAX in some places. This should...jan.nijtmans2016-08-311-2/+2
* Much more cleaning up of result handling.dkf2012-07-231-28/+44
* Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-25/+13
* Purge RCS Keywordsdgp2011-06-081-2/+0
|\
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * Backport of fixes for [Bug 1353414]dkf2005-11-221-98/+68
| * | Fix the transfer of large binary data. I hate INCR selections transfers...dkf2009-07-181-1/+3
| * | Apply patch from [Bug 2821962] to make binary byte selection transfers work.dkf2009-07-151-20/+54
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-7/+6
* | | Eliminate many unnecessary (ClientData) type casts.nijtmans2010-06-151-8/+8
* | | Fix some gcc strict-aliasing warnings (discovered with "-Wstrict-aliasing=2"nijtmans2010-05-261-29/+31
* | | A slightly more efficient placingdkf2009-07-181-3/+3
* | | Fix the transfer of large binary data. I hate INCR selections transfers...dkf2009-07-181-1/+3
* | | Apply patch from [Bug 2821962] to make binary byte selection transfers work.dkf2009-07-151-20/+54
* | | Lots of small changes to make code more pretty and C89-like.dkf2008-11-081-17/+17
|/ /
* | Fix more type pun warnings (those not found by my local version of GCC)dkf2007-05-031-3/+3
* | Squelch some warnings from GCC.dkf2007-04-171-6/+6
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-16/+15
* | Oops! Very stupid typo.dkf2005-11-141-13/+16
* | Quell warningdkf2005-11-131-2/+2
* | Glurk, SelCvtToX was just as broken as SelCvtFromX when atoms contain spaces.dkf2005-11-131-45/+38
* | Fix [Bug 1353414] by doing the list generation using standard Tcl utilities.dkf2005-11-131-54/+31
* | Whitespace/style/ANSI improvementsdkf2005-10-211-320/+307
* | fix cast warningshobbs2004-03-161-3/+4
* | * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-4/+4
|/
* Finally dealt with 614650 and with a simpler solution too.dkf2002-10-011-86/+7
* Incremental transfers of UTF8_STRING selections should now work; Tk will nowdkf2002-09-301-41/+120
* Applied companion patch for Tcl Patch 585105,dgp2002-08-051-2/+2
* * unix/tkUnixSelect.c (SelRcvIncrProc): added missing Tcl_Releasehobbs2002-04-121-1/+2
* * library/console.tcl:hobbs2001-07-031-3/+41
* * unix/tkUnixSelect.c:stanton1999-06-031-3/+13
* * unix/tkUnixSelect.c: Improved I18N selection support.stanton1999-06-011-94/+271
* First pass at Unicode support in X selection code.stanton1999-05-251-9/+122
* * Merged 8.1 branch into the main trunkstanton1999-04-161-34/+51
* Replaced SCCS strings, fixed binary filesstanton1998-09-141-1/+1
* Initial revisionrjohnson1998-04-011-0/+1189