Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | TIP #145 implementation | patthoyts | 2007-05-04 | 1 | -1/+10 |
| | |||||
* | Reduce the number of warnings | dkf | 2007-02-23 | 1 | -15/+15 |
| | |||||
* | Less of that K&R or wrongly indented function header style! | dkf | 2007-02-22 | 1 | -3/+3 |
| | |||||
* | More warning squelching (mostly uninit variable warnings) | dkf | 2007-01-12 | 1 | -5/+11 |
| | |||||
* | Many minute fixes to reduce number of minor warnings from GCC. | dkf | 2007-01-11 | 1 | -20/+25 |
| | |||||
* | various "const" additions, in line with TIP #27 | nijtmans | 2007-01-05 | 1 | -2/+2 |
| | | | | fix bug #1627732 | ||||
* | * doc/wm.n, tests/winWm.test: | hobbs | 2006-12-01 | 1 | -27/+80 |
| | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows. | ||||
* | * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk as | hobbs | 2006-04-05 | 1 | -1/+17 |
| | | | | WM_SAVE_YOURSELF wm protocol callback. | ||||
* | remove unused variable to allow compilation with VC++ in debug mode | vincentdarley | 2005-12-29 | 1 | -2/+2 |
| | |||||
* | * win/tkWinWm.c (WinSetIcon): Don't check result | mdejong | 2005-12-10 | 1 | -33/+16 |
| | | | | | | | of SetClassLong() or SetClassLongPtr() since it was generating an incorrect error and the MSDN docs indicate that the result need not be checked. | ||||
* | More fixes (mostly getting rid of excess spaces) | dkf | 2005-12-02 | 1 | -341/+342 |
| | |||||
* | Fix problems in last commit | dkf | 2005-12-02 | 1 | -181/+183 |
| | |||||
* | ANSIfication | dkf | 2005-12-02 | 1 | -1658/+1869 |
| | |||||
* | * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspect | hobbs | 2005-12-01 | 1 | -2/+14 |
| | | | | before rewrapping. [Bug 1086049] | ||||
* | Fixed bug #1311734 | chengyemao | 2005-10-05 | 1 | -4/+4 |
| | |||||
* | Fixed bug# 1283635 | chengyemao | 2005-09-11 | 1 | -5/+5 |
| | |||||
* | Fixed bug# 1283635 | chengyemao | 2005-09-11 | 1 | -3/+4 |
| | |||||
* | * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, ↵ | mdejong | 2005-04-07 | 1 | -5/+7 |
| | | | | | | | | | | | TkWmStackorderToplevel): * unix/tkUnixWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): * win/tkWinWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderToplevel): Fix panic in wm stackorder when a toplevel is created on another diplay. The code now ignores toplevels that have a display that does not match the display of the parent window. [Bug 1152809] | ||||
* | (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM | hobbs | 2005-03-08 | 1 | -2/+2 |
| | |||||
* | * doc/wm.n: Add documentation for -fullscreen attribute. | mdejong | 2005-02-17 | 1 | -5/+137 |
| | | | | | | | | | | | * tests/winWm.test: Add -fullscreen to wm attribute usage message. * tests/wm.test: Add -fullscreen to wm attribute usage message. Add -fullscreen attribute test cases for Windows. * win/tkWinWm.c (WmInfo, UpdateWrapper, TkpWmSetFullScreen, WmAttributesCmd, UpdateGeometryInfo): Implement TIP 223 [wm attributes -fullscreen]. | ||||
* | * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval for | hobbs | 2005-02-11 | 1 | -10/+11 |
| | | | | determining icon ref (potential crash). [Bug 1105738] | ||||
* | Modified to handle a wide-character title string of a toplevel | chengyemao | 2005-01-31 | 1 | -4/+8 |
| | |||||
* | Added TK_INFO message for use in an embedded window attachment protocol; ↵ | chengyemao | 2005-01-16 | 1 | -6/+6 |
| | | | | modified TkpUseWindow to allow to attach to a legacy container with a warning; modified some return values of messages from an embedded window to differentiate a case of unprocessed | ||||
* | Removed WM_UNINITMENUPOPUP that may cause compiling error in WINVER < 0x0500 | chengyemao | 2005-01-13 | 1 | -2/+1 |
| | |||||
* | Minor bug fix to support embedding/embedded | chengyemao | 2005-01-12 | 1 | -9/+10 |
| | |||||
* | properly handled returned value in wm for embedded | chengyemao | 2005-01-10 | 1 | -7/+11 |
| | |||||
* | Changed to make platform implementation ready for a toplevel -use option; ↵ | chengyemao | 2005-01-09 | 1 | -2/+35 |
| | | | | completed a full toplevel -use option configuration for Windows | ||||
* | Modified to keep consistent state of an embedded window | chengyemao | 2005-01-09 | 1 | -1/+6 |
| | |||||
* | Implemented TK_STAT message to support {wm state} for embedded window | chengyemao | 2005-01-07 | 1 | -6/+61 |
| | |||||
* | Modified for separating an embedded menu's window handler from a normal ↵ | chengyemao | 2005-01-04 | 1 | -8/+6 |
| | | | | popup menu window's handler; improved an embedded menu display in Windows/XP | ||||
* | * win/tkWinWm.c (TkWinWmCleanup): clean up layered window class. | hobbs | 2005-01-04 | 1 | -2/+11 |
| | | | | This caused crash in reinit of Tk (as seen in plugin). | ||||
* | Modified to support embedded menu widget | chengyemao | 2004-12-28 | 1 | -30/+40 |
| | |||||
* | Bug fix in TkpWinToplevelMove and TkpWinToplevelIsControlledByWm | chengyemao | 2004-12-21 | 1 | -4/+8 |
| | |||||
* | implemented overrideredirect for an embedded; corrected incorrect frame ↵ | chengyemao | 2004-12-20 | 1 | -13/+69 |
| | | | | upper left x and y of an embedded toplevel | ||||
* | featrue implementation of Tk container and embedded including TK_MOVEWINDOW, ↵ | chengyemao | 2004-12-20 | 1 | -58/+198 |
| | | | | TK_ICONIFY, TK_DEICONIFY, TK_WITHDRAW; replaced TK_TITLE with TK_GETFRAMEWID for setting container's title across process boundary; bug fix in wm overrideredirect for TK_EMBEDDED window | ||||
* | Bug fix and feature implementation of embedded/embedding Tk | chengyemao | 2004-12-19 | 1 | -8/+22 |
| | |||||
* | bug fix (842945,831627) | chengyemao | 2004-12-17 | 1 | -12/+12 |
| | |||||
* | * tests/wm.test: Add Win32 test cases for attributes | mdejong | 2004-10-29 | 1 | -9/+11 |
| | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand. | ||||
* | * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER to | hobbs | 2004-10-21 | 1 | -2/+3 |
| | | | | | SetWindowPos when maintaining win Z order, to prevent parent from flashing (adjusting Z order). | ||||
* | * doc/wm.n (iconphoto): added support for Tk photo | hobbs | 2004-10-05 | 1 | -6/+117 |
| | | | | | | | | * generic/tkInt.h (TkDisplay): images as titlebar icons. TIP #159 * win/tkWinWm.c (WmIconphotoCmd): wm iconphoto ?-default? image1 ... * macosx/tkMacOSXWm.c (WmIconphotoCmd): Implemented for Win/Unix, * unix/tkUnixWm.c (WmIconphotoCmd): stubbed out for OS X. * tests/wm.test, tests/unixWm.test, tests/winWm.test: [Bug 815751] | ||||
* | * win/tkWinInt.h (TkWinDisplayChanged): added decl | hobbs | 2004-09-23 | 1 | -1/+107 |
| | | | | | | | | * win/tkWinX.c (TkWinDisplayChanged, TkpOpenDisplay): Correctly * win/tkWinWm.c (InvalidateSubTreeDepth, WmProc): handle color and screen resolution changes. Tested for 16/24/32 bpp changes on XP. May need more fixes for 8bpp switch, use of special colormaps, or other special palette handling cases. [Bug 223689] | ||||
* | * win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHA | mdejong | 2004-09-21 | 1 | -3/+5 |
| | | | | defines so that compiling with mingw works again. | ||||
* | * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attribute | hobbs | 2004-09-21 | 1 | -41/+41 |
| | | | | | settings prior to window mapping and resort to more forceful wrapper update again for -toolwindow (to remove it from taskbar). | ||||
* | (UpdateWrapper): don't adjust Z order of TOPMOST window. | hobbs | 2004-09-19 | 1 | -13/+26 |
| | | | | | (WmAttributesCmd): don't call UpdateWrapper for -disabled or -toolwindow attr changes. | ||||
* | * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 setting | hobbs | 2004-09-18 | 1 | -17/+14 |
| | | | | and round the value. | ||||
* | * doc/wm.n: | hobbs | 2004-09-17 | 1 | -20/+157 |
| | | | | | | * tests/winWm.test: Add 'wm attributes -alpha' to control toplevel * win/tkWinInt.h: alpha transparency on Win2K/XP+. * win/tkWinWm.c: TIP #222 [Patch 892194] | ||||
* | * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order | hobbs | 2004-09-17 | 1 | -4/+30 |
| | | | | | * tests/winWm.test: and focus of preexisting window when replacing the wrapper window. | ||||
* | * win/tkWinWm.c (WmIconwindowCmd): Replace bogus | mdejong | 2004-09-15 | 1 | -8/+3 |
| | | | | | | | | call to XWithdrawWindow with proper code. This avoids a "couldn't send withdraw message to window manager" error when the iconwindow is already mapped. The wm iconwindow command does not seem to do much under Win32, but at least this avoids an error message. | ||||
* | * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the right | hobbs | 2004-09-13 | 1 | -15/+10 |
| | | | | size for both icons ('?:' order of precedence mistake). | ||||
* | (UpdateWrapper): update to 2004-06-12 Kovalenko to account for | hobbs | 2004-09-10 | 1 | -14/+16 |
| | | | | | | whether the override window has a transient parent, and apply WS_POPUP in the correct case. The makes splash screens pop up as well as making dropdowns not grab focus away from the parent. |