| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
| |
| |
| | |
that were crashing the test suite.
|
| |
| |
| |
| |
| | |
* tests/canvPs.test: to stop test suite crash on Mac OSX.
[Bug 1088807]
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
*** 8.4.12 TAGGED FOR RELEASE ***
* changes: Update changes for 8.4.12 release
* mac/tkMacWm.c: Restored consistent error checking and
* macosx/tkMacOSXWm.c: messages among different platform's
* tests/wm.test: [wm grid] commands. [Bug 1323972].
* win/tkWinWm.c:
|
| | |
|
| |
| |
| |
| |
| | |
Reduces Windows XP test errors in that file from 9 to 2 (13.2 and
13.9 still off-by-one pixel).
|
| | |
|
| |
| |
| |
| | |
* tests/wm.test: Modified test to match actual error output.
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
to panedwindow from Daniel South. Improved auto-size to fit
internal windows, fixed sash placement at edge of pane, fixed
calculation of stretch amount for internal windows.
[Bug 1124198 1161543 1054117 1010941 795869 690169 1192323]
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes: #959973 "wm title bug" (support Unicode titles)
Fixes: #742882 "Potential division by zero in gridded wm geometry"
Use Tcl_GetTime instead of TclpGetTime [#874745]
Use Tcl_Panic() instead of "panic" [#865264]
Fixes: #632816 "cannot remove transient"
Fixes: #568861 "Fix for wm minsize and maxsize commands"
tests/unixWm.test, tests/wm.test: Updated test suite for
#632816 (unixWm-37.3, unixWm-37.4, wm-grid-1.11, wm-grid-1.12)
and #742882 (unixWm-20.9, unixWm-20.11).
|
| |
| |
| |
| |
| |
| | |
subcommand.
* win/tkWinWm.c (WmAttributesCmd): Fixup broken
option processing logic for attributes subcommand.
|
| |
| |
| |
| | |
#533519 to handle window placement on multi-monitor Windows.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
full set of existing aliases in an interp, so the it only tests
whether the tested ones are present.
* unix/Makefile.in: Copied LD_LIBRARY_PATH machinery from
`make shell` target to other similar targets so that just built
libraries are tested, rather than previous installations.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* 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]
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| | |
* tests/winWm.test: and focus of preexisting window
when replacing the wrapper window.
* win/tkWinWm.c (WmIconwindowCmd): Replace bogus call to
XWithdrawWindow with proper code. (mdejong)
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* win/tkWinFont.c (Tk_MeasureChars): Fix for text
wrapping problem that appeared using canvas text
under Win32. A long wrapping string that had
leading spaces was being incorrectly wrapped.
This change makes the Win32 implementation behave
the same as the Unix implementation. [Patch 100628
|
| |
| |
| |
| |
| | |
* generic/tkPanedWindow.c (Unlink): clean up -before/-after refs
to a slave when removing it. [Bug #928413] (griffin)
|
| |
| |
| |
| | |
a shrinking grid. [Bug 899246]
|
| |
| |
| |
| | |
variable name [Bug 899010].
|
| |
| |
| |
| |
| |
| | |
font handling. [Patch 852669] [Bug 478568]
* tests/textDisp.test: added test for the font measurement
problem.
|
| | |
|
| | |
|
| | |
|
| |
| |
| |
| | |
correct visibility of windows that use larger default fonts.
|
| |
| |
| |
| | |
* doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803]
|
| |
| |
| |
| |
| | |
* tests/image.test: image command name that would overwrite an
existing command name. Thanks to Michael Schlenker. [Bug 808039].
|
| |
| |
| |
| | |
* tests/scale.test: Added test for this bug.
|
| | |
|
| |
| |
| |
| |
| | |
* tests/panedwindow.test: shrinks instead of being clipped when
resized below the reqsize. [Bug 748277] (spjuth)
|
| |
| |
| |
| | |
to their default value. [Bug #697652]
|
| | |
|
| | |
|
| |
| |
| |
| |
| | |
* tests/canvPs.test: correct crash when generating postscript for
a single-line polygon (point) with no color. [Bug #734498] (wilm)
|
| |
| |
| |
| | |
commit. Thanks Larry Virden. [Bug 705567]
|
| |
| |
| |
| |
| |
| | |
to run only on Unix. Alternative approach did not match maintainer
habits.
* tests/spinbox.test (spinbox-17.4): Avoid long failure message.
|
| |
| |
| | |
the -in option was not remembered.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
If a button is disabled while the state is pressed, then the release
event handler did not remove the pressed state. Modified the handler
to always remove the pressed state while only calling invoke if
!disabled.
Reported-by: Thomas MENEZ <thomasmenez@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>
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
committed to head (8.6), although they could apply for 8.5 as well.
This re-sync makes future work easier to maintain and adds some
useful work for 8.5 users. Notable changes:
- Lots of code cleanup
- Some bug fixes never backported
- Addition of ttk::spinbox
- minor color changes
- Improved Vista/7 styling
- Move to tile version 0.8.6 (pseudo-package)
- ABI and API compatible (even $w identify)
- minor new features (extended $w identify)
|
| | |
|
| |
| |
| |
| | |
ttkTreeview.c: [$tv tag bind $tag <...> {}] now removes binding.
|
| |
| |
| |
| |
| |
| | |
there can be unnamed marks present during a dump. Ignore them as they
will just be for the peers' insert and current marks, which aren't
very important.
|
| | |
|
| |
| |
| |
| | |
tag expressions.
|