summaryrefslogtreecommitdiffstats
path: root/generic/tkClipboard.c
Commit message (Expand)AuthorAgeFilesLines
* More -1 -> TCL_INDEX_NONE. More TCL_UNUSED(jan.nijtmans2023-03-121-12/+12
* Get rid of TCL_ENCODING_NOCOMPLAIN, since it will (most likely) be removed fr...jan.nijtmans2023-03-031-1/+1
* TIP #628 for Tk: Shared 8.7/9.0 build environmentjan.nijtmans2022-06-251-20/+20
* Eliminate 3 compiler warnings (when compiling agaist 8.x headers)jan.nijtmans2022-04-121-1/+1
* Eliminate compile warnings, due to the usage of Tcl_ExternalToUtfDString()/Tc...jan.nijtmans2022-04-011-1/+1
* Merge 8.6jan.nijtmans2021-02-251-1/+7
|\
| * ClipboardGetProc() should never assume the bytes it receives are valid UTF-8jan.nijtmans2021-02-251-1/+7
* | After TIP #481 reaches Tcl9.0, TkGetStringFromObj() becomes obsolete. This co...jan.nijtmans2020-12-111-1/+1
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Fix the build of Tk trunk against Tcl trunk.fvogel2020-09-151-2/+2
* | Merge 8.6jan.nijtmans2020-09-151-12/+5
|\ \ | |/
| * More usage of TCL_UNUSED() and explicit type-castsjan.nijtmans2020-09-151-13/+12
* | Formatting and even more size_t usage.jan.nijtmans2020-05-251-4/+4
* | Use more size_t for *Sel*-related functions, in case compiling with Tcl 9jan.nijtmans2020-05-211-25/+25
* | Slightly biger "lenght" variables, in case we are using Tcl 9jan.nijtmans2020-05-201-2/+2
* | TIP 569 remove lint commentsdgp2020-03-181-1/+0
* | Merge trunkjan.nijtmans2020-02-101-1/+2
|\ \
| * \ Merge 8.6jan.nijtmans2020-02-101-2/+2
| |\ \ | | |/
| | * According to documentation, maxBytes is exclusing the end 0-byte, so previous...jan.nijtmans2020-02-101-2/+2
| * | Merge 8.6jan.nijtmans2020-02-101-3/+4
| |\ \ | | |/
| | * Don't forget closing 0-bytejan.nijtmans2020-02-101-2/+3
| | * Fix (harmless) gcc-9 warningjan.nijtmans2020-02-101-1/+1
* | | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-12/+19
|/ /
* | 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-2/+2
* | More preparation for TIP #494 compatibitly. Add 2 utility functions, which ca...jan.nijtmans2018-08-111-2/+3
|/
* Revert [ac229dabaa]. There is a reason the Tcl_GetIndexFromObj wrapper jenglish2013-02-271-8/+8
* Eliminate all Tcl_GetIndexFromObj calls, which is only a thin wrapper around ...jan.nijtmans2013-02-271-8/+8
* 3567812 3567779 Repaired regressions in 3546073 fix.dgp2012-09-151-0/+3
* merge trunkdkf2012-07-281-5/+2
|\
| * silence compiler warningsdgp2012-07-241-1/+1
| |\
| | * silence compiler warningsdgp2012-07-241-1/+1
| * | Fix for [Bug 3546073]:jenglish2012-07-231-5/+2
| |\ \ | | |/
| | * Fix for [Bug 3546073]:root2012-07-231-5/+2
* | | Much more cleaning up of result handling.dkf2012-07-231-10/+13
|/ /
* | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| |\
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-031-37/+1
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-5/+5
* | | SMALL FIX: Remove useless explicit casts now that we require C89 or later.dkf2010-01-021-2/+2
* | | CONSTify Tk_ClipboardAppendnijtmans2009-01-021-8/+8
* | | CONSTify TkPrintPadAmount, TkCreateFrame, TkCreateMainWindownijtmans2008-10-281-3/+3
* | | Add "const" to many internalnijtmans2008-10-171-5/+5
* | | fix [2021443] inconsistant "wrong # args" messages (for Tk)nijtmans2008-07-231-4/+4
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-24/+22
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Tidy up some variable types.patthoyts2007-11-171-4/+4
* | header cleanupdgp2007-09-071-2/+1
* | ANSIfy and reduce casting of NULL to promote readabilitydkf2005-11-171-4/+4