summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
Commit message (Expand)AuthorAgeFilesLines
* [26870862f0] follow-up: of course it was not complete yetjan.nijtmans2023-10-271-9/+9
* Merge 8.6jan.nijtmans2023-09-281-2/+1
|\
| * TIP #662: Un-deprecate Tcl_VarEval. Also remove some useless typecasts from d...jan.nijtmans2023-09-281-2/+1
| * Correct spelling errors in comments and documentation, but also non-comment pooryorick2023-04-121-3/+3
* | More size protection for winDdejan.nijtmans2023-05-241-8/+11
* | Correct spelling errors in comments and documentation, but also a non-comment pooryorick2023-04-121-3/+3
* | int -> Tcl_Size for tclWinDde.c/tclWinReg.c, so it could (theoretically) hand...jan.nijtmans2023-04-121-1/+2
* | Tweaks to dde and registry extension, so they "load" without 3th argument in ...jan.nijtmans2022-12-211-0/+16
* | make Windows dde (-> 1.4.5) and registry (-> 1.3.7) extensions ready for the ...jan.nijtmans2022-11-291-57/+36
|/
* Update all "8.5" versions in Tcl_InitStubs() to "8.5-", since they can be com...jan.nijtmans2022-11-291-1/+1
* Code cleanup (use {} in if/else statemenets)jan.nijtmans2022-07-121-2/+2
* Backport dde 1.4.4 from Tcl 8.7. Doesn't conflict with installed Tcl 9.0 vers...jan.nijtmans2021-04-081-1/+1
* Fix some gcc(-9) warnings caused by -Wcast-function-typejan.nijtmans2020-03-041-1/+1
* Make tclWinDde.c compilable with C++ compiler. dde -> 1.4.3jan.nijtmans2020-02-261-3/+3
* Bump to dde 1.4.2 and registry 1.3.4.dgp2019-10-211-2/+2
* Modify registry/dde such that they no longer need to be compiled with -DUNICO...jan.nijtmans2019-09-201-127/+166
* Add support for TIP #494 to registry and dde. Only effective when compiled ag...jan.nijtmans2018-10-301-4/+22
* tclWinDde.c: Backport version 1.4.1 from Tcl 8.6.jan.nijtmans2018-10-271-197/+386
* Update dde to version 1.3.3. jan.nijtmans2013-04-251-100/+333
* [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-251-3/+3
* Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-15/+36
* Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-4/+11
* [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-825/+796
|\
| * Increase version to 1.2.5jan.nijtmans2012-05-091-150/+115
| * [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-091-10/+47
| * proposal from jmphilippejan.nijtmans2012-05-071-5/+11
|/
* move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-1/+0
* truncation in SetWindowLongPtr datajan.nijtmans2012-04-251-2/+2
* Fixed use of C99 features breaking the build with MSVC6. The problem was intr...andreask2011-08-221-1/+1
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-6/+6
* [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-22/+16
* Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
* Fix gcc-4.5.2 error: lvalue required as ...nijtmans2011-01-141-3/+3
* Revert attempted backport of dde 1.3 to the core-8-4-branch.dgp2006-04-051-1041/+844
* * library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD.dgp2006-04-051-844/+1041
* * library/dde/pkgIndex.tcl: Long overlooked bump to dde packagedgp2006-04-051-2/+2
* WIN64 correctionshobbs2004-09-011-5/+13
* * win/tclWinDde.c: Bump to dde 1.2.3 to cover changesdgp2004-07-231-2/+2
* * win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging inpatthoyts2004-06-141-41/+159
* * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-101-2/+2
* * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 fordgp2003-03-031-2/+2
* * win/tclWinDde.c (Dde_Init): clarified use of tsdPtr.hobbs2003-01-251-12/+5
* * win/tclWinDde.c (DdeServerProc): Deallocatemdejong2003-01-181-1/+3
* * tests/winDde.test:hobbs2003-01-161-3/+9
* * win/tclWin32Dll.c (squelch_warnings): Squelchmdejong2003-01-161-16/+22
* * Overlooked callers of Tcl_GetIndexFromObjdgp2002-01-181-4/+4
* * doc/dde.n: fixed dde man page (which was totally incorrect).hobbs2001-08-221-56/+85
* * win/tclWinDde.c:ericm2000-06-131-2/+1
* Added poke command to dde.redman1999-06-261-24/+77