summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
Commit message (Expand)AuthorAgeFilesLines
* Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
|\
| * Satisfy required position of __stdcall from VC++jan.nijtmans2014-02-041-2/+2
* | Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
|\ \ | |/
| * Add missing __stdcall (which crashes on win32)jan.nijtmans2014-02-041-1/+2
* | Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-041-9/+21
|\ \ | |/
| * Fix [http://core.tcl.tk/tcl/info/651e828a52|651e828a52]: Wrong Windows versio...jan.nijtmans2014-02-041-9/+20
* | Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-6/+6
|\ \ | |/
| * Some bit of Windows 8.1 compatibility: See [http://msdn.microsoft.com/en-us/l...jan.nijtmans2013-11-201-6/+6
* | Working towards adding all the Tcl_SetErrorCode calls that should be there.dkf2012-07-161-5/+4
* | Change XChangeWindowAttributes signature and many others to match Xorg, neede...jan.nijtmans2012-06-081-1/+2
|\ \ | |/
| * Change XSetDashes signature and many others to match Xorg, needed for Cygwinjan.nijtmans2012-06-051-1/+2
| |\
| | * Change XSetDashes signature and many others to match Xorg, needed for Cygwin. jan.nijtmans2012-06-011-34/+35
* | | Remove tclWinProcs, as it is no longer being usedjan.nijtmans2011-10-051-18/+2
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-6/+6
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-6/+6
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-2/+2
* | | Purge RCS Keywordsdgp2011-06-081-2/+0
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-081-2/+0
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-081-2/+0
| | * SEH-emulation for AMD64jan.nijtmans2011-03-111-1/+1
| | * * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-051-15/+1
| | * * win/tkWinKey.c: Add WM_UNICHAR window message support (used byhobbs2006-08-301-1/+43
| | * * win/tkWinX.c (TkWinXInit): init default keyboard charsethobbs2006-04-051-8/+21
| | * * win/tkWinX.c (GenerateXEvent): correct %A translation onhobbs2005-02-281-8/+11
| | * * generic/tkInt.h: Backport of shutdown safety mods from the HEADdavygrvy2004-10-271-5/+5
| | * * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-231-68/+106
| | * * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-231-1/+56
| | * * win/tkWinX.c: fix drawing of unicode chars in menuhobbs2004-05-031-1/+5
| | * * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-031-1/+49
| * | Cross-compile support for Win and UNIX (backported)nijtmans2010-12-131-2/+2
| * | * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that alldkf2010-05-201-1/+5
| * | [Bug 2956548] TkpButtonSetDefaults only initializes one button typenijtmans2010-03-121-12/+11
| * | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+2
* | | Remove casts from uses of ckalloc/ckfree/... now that Tcl declares them to bedkf2011-03-121-13/+13
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-061-60/+5
* | | [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-051-5/+3
* | | [Bug 3080953] Malformed Unicode characters in %A substitutionnijtmans2010-10-051-10/+12
* | | Add -Wdeclaration-after-statementnijtmans2010-09-231-19/+14
* | | win/tkWinX.c (_WIN32_IE): update to IE5.5 base expectationhobbs2010-09-161-2/+2
* | | Move definitions of WINVER/_WIN32_WINNT to one place, now that we only suppor...nijtmans2010-09-131-9/+1
* | | Make compilable with -DUNICODE, or mark files with a TODO which are not done ...nijtmans2010-09-101-1/+7
* | | win/rules.vc: (sync with tcl version)nijtmans2010-09-091-24/+2
* | | * win/tkWinX.c (HandleIMEComposition): [Bug 2992129]: Ensure that alldkf2010-05-201-1/+5
* | | Unnessarary TCL_STORAGE_CLASS re-definitionsnijtmans2010-04-291-3/+3
* | | tkWindow.c/tkStubInit.c adapted from stub changes in Tclnijtmans2010-02-161-37/+25
* | | Fix [Bug 1373712] and [Bug 1924761].dkf2010-01-021-1/+2
* | | eliminate various gcc and msvc compiler warningsnijtmans2009-08-021-15/+16
* | | TIP#171 implementation - sanity for <MouseWheel> event handling!dkf2008-12-281-7/+18
* | | TIP #324 IMPLEMENTATIONdas2008-12-101-1/+5