summaryrefslogtreecommitdiffstats
path: root/win/tkWinWm.c
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in commentfvogel2015-05-301-1/+1
* remove duplicate codejan.nijtmans2013-01-241-5/+0
* Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
|\
| * Eliminate all usage of deprecated Tcl_EvalObj, Tcl_GlobalEval and Tcl_GlobalE...jan.nijtmans2013-01-111-1/+1
* | Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
|\ \ | |/
| * Change XSetCommand signature to match Xorg, needed for Cygwinjan.nijtmans2012-05-241-1/+1
* | Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-89/+91
|\ \ | |/
| * Change TkpWmSetState signature to match UNIX, needed for Cygwinjan.nijtmans2012-05-091-131/+158
* | [Bug 533519]: Window placement with multiple screensjan.nijtmans2012-05-021-14/+4
|\ \ | |/
| * Fix bug 533519jan.nijtmans2012-04-161-13/+4
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-3/+3
|\ \ | |/
| * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-23/+5
* | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-131-1/+1
|\ \ | |/
* | Purge RCS Keywords.dgp2011-06-081-2/+0
|\ \ | |/
| * Purge RCS Keywords.dgp2011-06-081-2/+0
| * [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-2/+2
| * True commit.andreas_kupries2009-01-161-2/+2
| * * win/tkWinWm.c (WmAttributesCmd): Fix a single use ofandreas_kupries2009-01-161-1/+6
| * * win/tkWinInt.h: remove CS_CLASSDC (not recommended for any apps now)hobbs2007-12-051-59/+31
| * * win/tkWinWm.c (WmIconphotoCmd): fix wm iconphoto RGBA issues.hobbs2007-06-101-4/+15
| * * doc/wm.n, tests/winWm.test:hobbs2006-12-011-25/+81
| * * win/tkWinEmbed.c (TkpGetOtherWindow): do not panic if no windowhobbs2006-04-111-3/+6
| * * win/tkWinWm.c (WmProc): pass WM_QUERYENDSESSION message to Tk ashobbs2006-04-051-1/+13
| * 2005-11-16 Don Porter <dgp@users.sourceforge.net>dgp2005-12-011-3/+3
| * * win/tkWinWm.c (WmAttributesCmd): set (no)topmost window aspecthobbs2005-12-011-2/+14
| * * win/tkWinWm.c (UpdateWrapper): Don't install frame menu on deadhobbs2005-11-301-2/+4
| * * macosx/tkMacOSXWm.c (TkWmStackorderToplevelWrapperMap, TkWmStackorderTople...mdejong2005-06-011-5/+7
| * * win/tkWinWm.c (WinSetIcon): fix GCLP_ICONSM -> GCLP_HICONSM.hobbs2005-03-081-2/+2
| * * win/tkWinWm.c (TkWinGetIcon): fix toplevel retrieval forhobbs2005-02-111-10/+11
| * * win/tkWinWm.c (TkWinWmCleanup): clean up layered window classhobbs2005-01-041-1/+10
| * * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-9/+11
| * * win/tkWinWm.c (UpdateWrapper): pass SWP_NOOWNERZORDER tohobbs2004-10-211-2/+3
| * Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-051-6/+117
| * * win/tkWinInt.h (TkWinDisplayChanged): added declhobbs2004-09-231-1/+107
| * * win/tkWinWm.c: Rework WS_EX_LAYERED and LWA_ALPHAmdejong2004-09-231-3/+5
| * * win/tkWinWm.c (UpdateWrapper, WmAttributesCmd): handle attributehobbs2004-09-211-41/+41
| * (UpdateWrapper): don't adjust Z order of TOPMOST window.hobbs2004-09-181-12/+28
| * * win/tkWinWm.c (WmAttributesCmd): correct -alpha 0.0/1.0 settinghobbs2004-09-181-19/+14
| * * tests/winWm.test: Add 'wm attributes -alpha' to control toplevelhobbs2004-09-171-20/+156
| * * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-171-11/+32
| * * win/tkWinWm.c (ReadIconFromFile): fix mem alloc to get the righthobbs2004-09-131-15/+10
| * (UpdateWrapper): update to Kovalenko to account for whether thehobbs2004-09-101-14/+16
| * * win/tkWinWm.c (ActivateWindow): SetFocus to grab window whenhobbs2004-09-101-4/+9
| * * win/tkWinWm.c: backport of several items from 8.5 head:hobbs2004-09-101-64/+152
| * * win/tkWinDialog.c (Tk_MessageBoxObjCmd): Inherit the icon fromhobbs2004-08-201-13/+86
| * Modified UpdateWrapper to fix bug 767176chengyemao2004-05-151-3/+3
* | [Bug 3205464] - handle [wm forget] when the parent is unmapped on windowspatthoyts2011-03-191-3/+2
* | [Bug 3205260] avoid crash in wm manage of children with null class patthoyts2011-03-101-1/+2
* | [Patch #3129527]: Fix buffer overflow w/ GCC 4.5 and -D_FORTIFY_SOURCE=2.nijtmans2011-01-251-2/+2