| Commit message (Collapse) | Author | Age | Files | Lines |
|\
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The fix for [Bug 2009788] prevented a crash but causes windows to be lost
if their parent is unmapped when [wm forget] is called. Added a test for
this case and ensure that the parent window exists when we remap the
child to its parent.
Reported-by: Koen Danckaert <danckaert@users.sourceforge.net>
Reported-by: Eric Boudaillier <beric@users.sourceforge.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
The fix for [Bug 2009788] prevented a crash but causes windows to be lost
if their parent is unmapped when [wm forget] is called. Added a test for
this case and ensure that the parent window exists when we remap the
child to its parent.
Reported-by: Koen Danckaert <danckaert@users.sourceforge.net>
Reported-by: Eric Boudaillier <beric@users.sourceforge.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
| |
| |
| |
| | |
link.exe included with MSVC, use -debug instead.
|
| | |
|
|\ \
| |/
| |
| |
| |
| |
| |
| |
| | |
Commit f59e9722e9 changed tearoff menu windows to be transient
toolwindow toplevels. However the hidden menu hierarchy confuses the
toplevel search when the menu being torn off is a submenu and not a
direct child of the menubar. This patch fixes the search to exclude
these hidden menu windows.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Commit f59e9722e9 changed tearoff menu windows to be transient
toolwindow toplevels. However the hidden menu hierarchy confuses the
toplevel search when the menu being torn off is a submenu and not a
direct child of the menubar. This patch fixes the search to exclude
these hidden menu windows.
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
|\ \
| |/
| |
| |
| | |
necessary basis.
Backported from TEA, but kept all original platform code which was removed from TEA.
|
| |
| |
| |
| |
| | |
necessary basis.
Backported from TEA, but kept all original platform code which was removed from TEA.
|
|\ \
| |/ |
|
| | |
|
| | |
|
| |
| |
| | |
using useful casts internally.
|
|\ \
| |/ |
|
| | |
|
| |\ |
|
| | |
| | |
| | |
| | |
| | | |
mingw-w64 does not accept _WIN32_IE < 0x0501
Merged --cherrypick from core-8-5-branch (2010-12-13, f4ecadb40d)
remove conflicting definition of timezone struct
|
| |\ \
| | |/ |
|
| | |
| | |
| | | |
Merged --cherrypick from core-8-5-branch (2010-08-26, 3416226333358009f)
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The tkhtml widget doesn't set it's window class. The Windows implementation
of the wm manage command checks to see if the contained window is actually
a menu (looking for torn-off menus) by examining the class. This patch
adds a check for a null class to avoid crashing as suggested.
Suggested-by: Eric Boudaillier <beric@users.sourceforge.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The tkhtml widget doesn't set it's window class. The Windows implementation
of the wm manage command checks to see if the contained window is actually
a menu (looking for torn-off menus) by examining the class. This patch
adds a check for a null class to avoid crashing as suggested.
Suggested-by: Eric Boudaillier <beric@users.sourceforge.net>
Signed-off-by: Pat Thoyts <patthoyts@users.sourceforge.net>
|
|\ \ \
| |/ / |
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
in Tk, contributed by Kevin Walzer.
* doc/button.n, doc/font.n, doc/menu.n: Noted which parts of these
commands are intentionally not fully supported on OSX.
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | |
| | |
| | |
| | | |
Just the strcpy->memcpy part, to prevent anything like [Bug #3164879]
|
| | |
| | |
| | |
| | | |
Add <Escape> binding as well (backported from Tcl 8.5)
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
number of
deprecation warnings on later VC++ versions.
Better VCVERSION determination.
All changes backported from Tcl8.5/8.6
|
| | | |
|
| | |
| | |
| | |
| | | |
Fix 2 minor gcc warnings in tkWinTest.c
|
| | |
| | |
| | |
| | |
| | | |
to ensure that the record doesn't get freed until after all widget
instance commands have been deleted (Fixes [Bug#2952745]).
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* win/tkWinMenu.c (TkWinHandleMenuEvent): torn off Windows menu.
[Bug 873613]
(DrawMenuEntryArrow): Draw Win menu arrow after being torn
off. [Bug 873608]
|
| | |
| | |
| | |
| | |
| | |
| | | |
event handler issues on recent Mac OS X releases by using AE coercion
to 'utf8' for text data and to 'fsrf' for alias data. (reported by
Youness Alaoui on tcl-mac)
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
to add _r to CC on AIX with threads.
|