summaryrefslogtreecommitdiffstats
path: root/unix/tkUnixSelect.c
Commit message (Expand)AuthorAgeFilesLines
* Eliminate a bunch of unneeded type-casts, mainly (char *)jan.nijtmans2024-02-071-2/+2
* Introduce TCL_ENCODING_PROFILE_TCL8, making the behavior of Tk independant on...jan.nijtmans2023-11-151-3/+3
* Missed more than a few TIP 660 changes. Possibly more to come.apnadkarni2023-04-181-2/+2
* More -1 -> TCL_INDEX_NONEjan.nijtmans2023-03-031-9/+8
* Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-2/+2
|\
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-2/+2
* | Enhance TkSelDefaultSelection function (int maxBytes -> Tcl_Size maxBytes)jan.nijtmans2022-10-311-26/+28
* | Fix building against Tcl 8.6 headersjan.nijtmans2022-04-031-2/+2
* | Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-2/+2
* | (c) -> ©jan.nijtmans2020-12-091-1/+1
* | Fix build problem on UNIX (due to the introduction of TCL_UNUSED macro)jan.nijtmans2020-10-051-3/+0
* | Merge 8.6jan.nijtmans2020-10-051-3/+3
|\ \ | |/
| * Fix many warnings related to the -Wshadow gcc compiler flagjan.nijtmans2020-10-051-29/+29
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-12/+15
* | Merge 8.6jan.nijtmans2019-09-171-2/+2
|\ \ | |/
| * Attempt to improve [a179564826]: Tk 8.6: prevent issues when encountering non...jan.nijtmans2019-09-131-2/+2
* | Eliminate "register" keyword from all unix/tkUnix*.c files.jan.nijtmans2019-08-151-14/+14
* | Merge 8.6jan.nijtmans2019-07-021-1/+1
|\ \ | |/
| * Don't use "struct ThreadSpecificData", while the type name "ThreadSpecificDat...jan.nijtmans2019-07-021-1/+1
* | Eliminate some redundant type-castsjan.nijtmans2019-06-211-1/+1
* | Change size_t usages to (internal type) TkSizeT usages, which is "int" when c...jan.nijtmans2019-04-041-1/+1
* | Eliminate USE_OLD_TAG_SEARCH: It isn't used and tested any more.jan.nijtmans2018-12-081-1/+1
* | Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-11-191-4/+5
|\ \ | |/
| * Fix [73ba07efcd]: Use correct property type when handling MULTIPLE conversion...fvogel2017-09-021-4/+5
* | Fix [28d0b8fb2f]: According to the ICCCM, the property used for X selection c...fvogel2017-08-081-0/+7
|\ \ | |/
| * Fix [28d0b8fb2f]: Delete the property used for X selection conversion before ...fvogel2017-08-061-0/+7
* | 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