summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
Commit message (Expand)AuthorAgeFilesLines
...
| | * * 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
* | | Get rid of pre-C89-isms (esp. CONST vs const).dkf2008-04-271-6/+6
|/ /
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-051-15/+1
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-11/+13
* | * 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-2/+15
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-221/+235
* | Fix problems in last commitdkf2005-12-021-3/+3
* | ANSIficationdkf2005-12-021-556/+573
* | Fix for [Bug 1216006]Joe Mistachkin2005-08-211-2/+2
* | * win/tkWinX.c: Define _WIN32_WINNT with NT SP 3 datamdejong2005-07-231-3/+3
* | * win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelchhobbs2005-06-011-8/+8
* | Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-1/+95
* | correct xany -> xkey typo from 2005-02-28 commithobbs2005-03-041-2/+2
* | * win/tkWinX.c (GenerateXEvent): correct %A translation onhobbs2005-02-281-6/+9
* | Modified to handle a wide-character title string of a toplevelchengyemao2005-01-311-1/+3
* | Added TK_INFO message for use in an embedded window attachment protocol; modi...chengyemao2005-01-161-1/+2
* | Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-071-1/+2
* | Modified to support embedded menu widgetchengyemao2004-12-281-1/+2
* | implemented overrideredirect for an embedded; corrected incorrect frame upper...chengyemao2004-12-201-1/+2
* | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ...chengyemao2004-12-201-2/+2
* | Bug fix and feature implementation of embedded/embedding Tkchengyemao2004-12-191-1/+7
* | bug fix (842945,831627)chengyemao2004-12-171-1/+2
* | * win/tkWinX.c: Signature for tkWinXCleanup needed to bedavygrvy2004-10-271-5/+5
* | * win/tkWinX.c: Added declaration for advapi32 now that this filepatthoyts2004-09-241-1/+2
* | * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-231-68/+106
* | * generic/tkInt.decls: Add decl for TkWinGetPlatformTheme.mdejong2004-09-211-1/+56
* | TIP#158 implementation; keypad keys on Win are now distinguishable.dkf2004-07-051-1/+8