| Commit message (Collapse) | Author | Age | Files | Lines |
|\ |
|
| |\ |
|
| | | |
|
|\ \ \
| |/ / |
|
| |\ \
| | |/ |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
* tests/main.test (main-3.*): error. [Bug 1937135]
|
| | |
| | |
| | |
| | | |
* tests/imgPhoto.test: Added a test for the above.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* tests/text.test (text-25.10.1,25.11.[12]):
Don't require [update idle] to trigger Modified event [Bug 1809538]
Modified virtual event should only fire on state change [Bug 1799782]
Make sure we delete chars before triggering <<Modified>> [Bug 1737288]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* generic/tkImgPPM.c (StringReadPPM): Corrected a comparison
whose sense was reversed that resulted in reading beyond the
end of the input buffer on malformed PPM data. [Bug #1822391]
* tests/imgPPM.test (imgPPM-4.1): Added test case that
exercises [Bug #1822391].
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
multi-frame interlaced GIFs that contain subsequent frames that
are smaller than the first one.
* tests/imgPhoto.test: Added a test for the above.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
* win/tkWinWm.c: add -transparentcolor attribute for Windows.
|
| | |
| | |
| | |
| | | |
* tests/menu.test (menu-36.1): [Bug 1599877]
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* tests/listbox.test (listbox-6.15):
* generic/tkListbox.c (ListboxInsertSubCmd, ListboxDeleteSubCmd):
Ignore Tcl_SetVar2Ex failure of listVarName, similar to entry
widget handling. [Bug 1424513]
|
| | |
| | |
| | |
| | |
| | |
| | | |
* macosx/tkMacOSXWm.c:
* tests/constraints.tcl:
* tests/wm.test: sync with 2006-04-18 commit to HEAD. (darley)
|
| | | |
|
| | |
| | |
| | |
| | | |
* tests/grid.test: [Bug 1432666]
|
| | |
| | |
| | |
| | | |
* generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430]
|
| | |
| | |
| | |
| | |
| | |
| | | |
text widget state has changed while dumping. [Bug 1414171]
(InsertChars, DeleteChars): fix undo with space-based path.
* tests/text.test (text-25.14): [Bug 1452419]
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
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]
|