summaryrefslogtreecommitdiffstats
path: root/win/tkWinSend.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a mistake in sprintf eradication (it had no impact since TK_SEND_ENABLED_...fvogel2023-01-221-2/+2
|\
| * Fix error in tkWinSend.c (there was no impact since TK_SEND_ENABLED_ON_WINDOW...fvogel2023-01-211-2/+2
* | Merge core-8-6-branch: Eradicate uses of sprintf because it triggers deprecat...fvogel2023-01-181-1/+2
|\ \ | |/
| * Factorise definition of snprintf in tkWinInt.h (MSVC before 2015 didn't know ...fvogel2023-01-141-8/+1
| * Eradicate uses of sprintf because it triggers deprecation warning on macOS Ve...fvogel2023-01-101-1/+9
| * Replace all instances of Tcl_WinTCharToUtf()/Tcl_WinUtfToTChar() with Tcl_Uni...jan.nijtmans2020-03-241-15/+24
* | More usage for Tcl_Size (internal TkEnsemble)jan.nijtmans2022-11-031-12/+9
* | (c) -> ©jan.nijtmans2020-12-091-2/+2
* | Another round of type-casts for ckalloc() calls. Makes C++ compilers even mor...jan.nijtmans2020-03-171-1/+1
* | Much more WIP: Appears to be working on UNIX, and for a bit part on Windows too.jan.nijtmans2019-12-201-2/+8
* | Merge 8.6jan.nijtmans2019-09-261-1/+1
|\ \ | |/
| * Better fix for [2026405]: winfo id bug in cygwin build. jan.nijtmans2019-09-261-1/+1
| * Add type-casts to many usage of Tcl_WinTCharToUtf(), so Tk compiles without w...jan.nijtmans2019-09-241-3/+3
* | Fix 2 left-over Tcl_WinUtfToTChar() calls. Some more code cleanup, made possi...jan.nijtmans2019-09-251-6/+3
* | Merge trunkjan.nijtmans2019-09-091-7/+7
|\ \ | |/
* | More TCHAR -> WCHAR conversionsjan.nijtmans2019-06-111-1/+1
* | Eliminate on Windows all usages of Tcl_WinUtfToTChar() and Tcl_WinTCharToUtf(...jan.nijtmans2019-06-101-9/+15
|/
* unnecessary Tcl_DStringInit(), since Tcl_WinUtfToTChar() already does that.jan.nijtmans2017-05-091-1/+0
* On Windows, use Tcl_WinTCharToUtf() in stead of Tcl_NewUnicodeObj(), since T...jan.nijtmans2017-05-051-8/+34
* Implemented more options for new tk_get{Open,Save} file dialogsashok2014-09-131-53/+2
* Merge core-8-5-branchjan.nijtmans2013-01-241-2/+2
|\
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-2/+1
| |\
* | | Unbreak windows problems with commit [961ae24a3f] as well.andreask2012-08-301-4/+4
* | | a few more placesdkf2012-07-241-11/+13
* | | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-59/+55
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+1
|\ \ \ | |/ /
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-5/+19
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-2/+2
* | | [Bug 3076671] CVS HEAD Tk build fails on win32 with msys/mingw.nijtmans2010-09-281-2/+2
* | | Add <wchar.h> to tkWinPort.h, andnijtmans2010-04-081-11/+7
* | | When a function has had a leading underscore for a number of years youpatthoyts2010-02-031-1/+5
* | | fix more gcc warnings: missing initializernijtmans2010-01-221-3/+3
* | | Eliminate tkpMenubuttonClassnijtmans2010-01-131-19/+17
* | | FormatMessage should always use the ignore-inserts flag when processing syste...patthoyts2009-05-131-4/+4
* | | - eliminate some unnessary type castsnijtmans2009-01-281-2/+2
* | | Add "const" to many internalnijtmans2008-10-171-19/+21
* | | Greatly clean up Tk's handling of the writability of the Tcl result object.dkf2008-10-051-4/+4
* | | * tkDecls.h: Reverted das's change of Tk's stubs pointersKevin B Kenny2008-04-081-1/+11
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Assorted minor cleanups.dkf2007-09-081-28/+30
* | header cleanupdgp2007-09-071-1/+2
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-15/+17
* | ANSIficationdkf2005-12-021-296/+367
* | * win/tkWinSend.c: Avoid using tcl internal headers and fix topatthoyts2005-10-141-6/+5
* | temp patch to restore HEAD builddgp2005-09-301-1/+2
* | * win/tkWinSend.c: Removed some misleading comments (bug #846134)patthoyts2003-12-161-10/+22
* | winSend cleanup and bug fix -- these files need better documentationvincentdarley2003-11-201-73/+68