summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
* autoconfdgp2005-06-071-1/+1
* Bumped patchleveldkf2005-06-071-2/+2
* * win/tkWinInt.h: added private decls of Tk_GetEmbeddedMenuHWND,hobbs2005-06-011-2/+10
* * win/tkWinX.c (Tk_ResetUserInactiveTime): cast to squelchhobbs2005-06-011-8/+8
* Partial implementation of TIP#245; thanks Reinhard!dkf2005-05-271-1/+95
* Fixed bug # 1189939chengyemao2005-04-281-3/+3
* * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-04-071-5/+7
* * win/tcl.m4, win/configure: do not require cygpath in macros tohobbs2005-03-302-229/+396
* * win/makefile.vc: clarify necessary defined vars that can comehobbs2005-03-081-14/+18
* (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSMhobbs2005-03-081-2/+2
* 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
* * doc/wm.n: Add documentation for -fullscreen attribute.mdejong2005-02-171-5/+137
* * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval forhobbs2005-02-111-10/+11
* Modified to handle a wide-character title string of a toplevelchengyemao2005-01-313-6/+13
* Flushed idle events before mapping an embedded windowchengyemao2005-01-271-1/+2
* Fixed a bug by adding code the check menu index in selection. This bug cause...chengyemao2005-01-181-4/+5
* Minor change for correct initial embeddedMenuHwndchengyemao2005-01-181-1/+2
* Simplified TkpUseWindow; got rid of unnecessary code for saving an embedded w...chengyemao2005-01-171-53/+50
* minor bug fix: should return 0 and indicate handled after processing WM_MENUS...chengyemao2005-01-171-5/+7
* Added TK_INFO message for use in an embedded window attachment protocol; modi...chengyemao2005-01-164-54/+112
* Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500chengyemao2005-01-132-9/+3
* A better way to map an embbedded windowchengyemao2005-01-121-6/+35
* Minor bug fix to support embedding/embeddedchengyemao2005-01-122-12/+18
* corrected return values and added comments for embedded window messageschengyemao2005-01-101-23/+156
* properly handled returned value in wm for embeddedchengyemao2005-01-101-7/+11
* Modified to support a container of either a toplevel or a framechengyemao2005-01-091-13/+25
* Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-093-6/+61
* bug fix [637653]chengyemao2005-01-091-3/+3
* Bug fix in ReconfigureWindowsMenu. The bug caused a wrong geometry of a topl...chengyemao2005-01-091-9/+1
* Modified to keep consistent state of an embedded windowchengyemao2005-01-091-1/+6
* Implemented TK_STAT message to support {wm state} for embedded windowchengyemao2005-01-074-9/+78
* Removed unnecsssary panic from TkpUseWindow and forced redraw container after...chengyemao2005-01-071-5/+2
* Made the remarks of TkpUseWindow clearer regarding the embedding/embedded att...chengyemao2005-01-051-6/+10
* Modified for separating an embedded menu's window handler from a normal popup...chengyemao2005-01-042-13/+125
* * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class.hobbs2005-01-041-2/+11
* * win/tcl.m4, win/configure: update MSVC CFLAGS_OPT to -O2, removehobbs2004-12-302-13/+28
* Modified to support embedded menu widgetchengyemao2004-12-285-35/+120
* Bug fix in TkpWinToplevelMove and TkpWinToplevelIsControlledByWmchengyemao2004-12-211-4/+8
* implemented overrideredirect for an embedded; corrected incorrect frame upper...chengyemao2004-12-205-28/+124
* Corrected handling of MacOS filetypes in tk_*file dialogsvincentdarley2004-12-201-10/+17
* featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ...chengyemao2004-12-205-78/+235
* Bug fix and feature implementation of embedded/embedding Tkchengyemao2004-12-194-18/+133
* Bug fix [222677]chengyemao2004-12-181-25/+24
* Added comments to embedded Window message definitionchengyemao2004-12-181-6/+6
* bug fix (842945,831627)chengyemao2004-12-173-44/+24
* Bump to 8.5a3dkf2004-12-111-2/+2
* * win/makefile.vc: Shell targets needed more stack space. [Bug 1066755]davygrvy2004-11-261-4/+4
* * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-9/+11
* * win/tkWin32Dll.c (DllMain, _except_dllmain_detach_handler):mdejong2004-10-281-8/+48