summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Make sure the window is still present when handling delayed activation [Bug 2...patthoyts2009-11-221-4/+15
* | [Bug 2891541] fix minimization of main window when it is grabbed.patthoyts2009-11-031-2/+9
* | [Bug 2799589] Backported fix for crash on delayed window activation.patthoyts2009-06-021-3/+13
* | Fix [Bug 2785744].dkf2009-05-031-2/+2
* | [Patch 2504402] backported change to create wm icons as device independent b...patthoyts2009-04-301-11/+66
* | Backported fix for [Bug 1847002] to prevent the bypassing of grab restriction...patthoyts2009-01-071-20/+81
* | [Bug 2239034] Only frame widgets are acceptable for [wm manage]patthoyts2008-11-151-1/+7
* | Backported fixes for handling unmapped parent toplevels. [Bug 2009788, 2028703]patthoyts2008-08-011-8/+12
* | Add in missing function definitions to support plain MSVC6 and usepatthoyts2007-12-141-27/+3
* | merge stable branch onto HEADdgp2007-12-131-1/+1
* | Fix suite of small problems that prevented a build from working for me.dkf2007-12-091-1/+25
* | * win/tkWinButton.c, win/tkWinDialog.c: use SetWindowLongPtr andhobbs2007-12-051-34/+1
* | * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-051-67/+28
* | * generic/tkFocus.c, generic/tkFrame.c, generic/tkInt.h:hobbs2007-10-151-7/+152
* | Assorted minor cleanups.dkf2007-09-081-16/+18
* | * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues.hobbs2007-06-101-5/+15
* | TIP #145 implementationpatthoyts2007-05-041-1/+10
* | Reduce the number of warningsdkf2007-02-231-15/+15
* | Less of that K&R or wrongly indented function header style!dkf2007-02-221-3/+3
* | More warning squelching (mostly uninit variable warnings)dkf2007-01-121-5/+11
* | Many minute fixes to reduce number of minor warnings from GCC.dkf2007-01-111-20/+25
* | various "const" additions, in line with TIP #27nijtmans2007-01-051-2/+2
* | * doc/wm.n, tests/winWm.test:hobbs2006-12-011-27/+80
* | * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk ashobbs2006-04-051-1/+17
* | remove unused variable to allow compilation with VC++ in debug modevincentdarley2005-12-291-2/+2
* | * win/tkWinWm.c (WinSetIcon): Don't check resultmdejong2005-12-101-33/+16
* | More fixes (mostly getting rid of excess spaces)dkf2005-12-021-341/+342
* | Fix problems in last commitdkf2005-12-021-181/+183
* | ANSIficationdkf2005-12-021-1658/+1869
* | * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspecthobbs2005-12-011-2/+14
* | Fixed bug #1311734chengyemao2005-10-051-4/+4
* | Fixed bug# 1283635chengyemao2005-09-111-5/+5
* | Fixed bug# 1283635chengyemao2005-09-111-3/+4
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-04-071-5/+7
* | (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSMhobbs2005-03-081-2/+2
* | * 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-311-4/+8
* | Added TK_INFO message for use in an embedded window attachment protocol; modi...chengyemao2005-01-161-6/+6
* | Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500chengyemao2005-01-131-2/+1
* | Minor bug fix to support embedding/embeddedchengyemao2005-01-121-9/+10
* | properly handled returned value in wm for embeddedchengyemao2005-01-101-7/+11
* | Changed to make platform implementation ready for a toplevel -use option; com...chengyemao2005-01-091-2/+35
* | 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-071-6/+61
* | Modified for separating an embedded menu's window handler from a normal popup...chengyemao2005-01-041-8/+6
* | * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class.hobbs2005-01-041-2/+11
* | Modified to support embedded menu widgetchengyemao2004-12-281-30/+40
* | Bug fix in TkpWinToplevelMove and TkpWinToplevelIsControlledByWmchengyemao2004-12-211-4/+8
* | implemented overrideredirect for an embedded; corrected incorrect frame upper...chengyemao2004-12-201-13/+69