summaryrefslogtreecommitdiffstats
path: root/win/tkWinX.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * win/tkWinX.c: fix drawing of unicode chars in menuhobbs2004-05-031-1/+5
* * generic/tkClipboard.c: Move TkClipCleanup from tkClipboard.chobbs2004-05-031-16/+49
* * generic/tk3d.c: All uses of 'panic' (the macro) changeddavygrvy2004-01-131-3/+9
* * generic/tkEvent.c: Added three new functions: TkCreateExitHandler,davygrvy2003-12-211-2/+2
* (TkWinXInit): Don't restric InitCommonControlsEx. It's valid on all platformsdavygrvy2003-12-131-10/+9
* * generic/tkInt.decls: add TkWinSetHINSTANCE declhobbs2002-12-081-4/+29
* * win/tkWinX.c (TkWinXInit): Move cleanup into an exit handlerhobbs2002-12-061-1/+7
* * generic/tkBind.c (TkBindDeadWindow):mdejong2002-06-191-2/+1
* * generic/tkCmds.c (Tk_TkObjCmd):hobbs2002-06-171-13/+16
* * win/tkWinX.c (Tk_SetCaretPos): remove WM_IME_STARTCOMPOSITIONhobbs2002-04-121-37/+118
* * win/tkWinX.c: added Tk_SetCaretPos code to position IME windowshobbs2002-04-051-1/+87
* * win/tkWinX.c: Define _WIN32_IE as 0x0300mdejong2002-03-071-1/+12
* * Updated callers of Tcl_SplitList and Tcl_Merge.dgp2002-01-251-4/+4
* * win/tkWinInt.h:hobbs2001-12-281-1/+37
* * win/tkWinX.c (TkWinXInit): added InitCommonControlsEx call.hobbs2001-11-101-1/+13
* (TkGetServerInfo): added recognition of Win64hobbs2001-09-211-4/+10
* * win/configure: Regen.mdejong2001-06-231-1/+7
* * win/tkWinX.c: moved the initialization of tkPlatformId fromhobbs2001-05-301-10/+11
* * win/makefile.vc:hobbs2001-03-301-8/+232
* * generic/tkFileFilter.c (AddClause): Cast to match function prototype.mo2000-07-061-3/+1
* * win/tkWinPointer.c: Changed Mod2Mask in TkWinGetModifierState toericm2000-04-191-2/+2
* * test/winClipboard.test:hobbs2000-04-121-5/+40
* * win/tkWinDialog.c: added unicode-aware open/save file dialogshobbs2000-03-311-22/+41
* * win/tkWinInt.h: removed TkFontAttributes typedef (washobbs1999-11-191-2/+2
* * tests/unixSelect.test: Fixed broken test.stanton1999-07-091-2/+1