Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * tests/entry.test (entry-22.1): | hobbs | 2006-05-29 | 2 | -2/+26 |
| | | | | | | | * 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/tkMacOSXEmbed.c: | das | 2006-04-22 | 2 | -2/+6 |
| | | | | | | * macosx/tkMacOSXWm.c: * tests/constraints.tcl: * tests/wm.test: sync with 2006-04-18 commit to HEAD. (darley) | ||||
* | Correction to 1432666 fix. | peter.spjuth@gmail.com | 2006-04-12 | 1 | -1/+4 |
| | |||||
* | * generic/tkGrid.c: Fixed handling of out of bounds row or column. | dgp@users.sourceforge.net | 2006-04-12 | 1 | -1/+52 |
| | | | | * tests/grid.test: [Bug 1432666] | ||||
* | * tests/grid.test: fix segfault on empty index list | hobbs | 2006-04-05 | 1 | -1/+24 |
| | | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430] | ||||
* | * generic/tkText.c (DumpLine): stop dumping if we detect that the | hobbs | 2006-04-05 | 1 | -1/+13 |
| | | | | | | 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] | ||||
* | Update test to reflect revised error message | dgp@users.sourceforge.net | 2006-04-05 | 1 | -3/+3 |
| | |||||
* | Forgot that the test should return an error | donal.k.fellows@manchester.ac.uk | 2006-03-27 | 1 | -4/+6 |
| | |||||
* | Fix (and add test for) [Bug 1458234] | donal.k.fellows@manchester.ac.uk | 2006-03-27 | 1 | -1/+14 |
| | |||||
* | * tests/scrollbar.test: Corrected several broken calls to [testmetrics] | dgp@users.sourceforge.net | 2006-03-14 | 1 | -13/+13 |
| | | | | that were crashing the test suite. | ||||
* | * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1 | dgp@users.sourceforge.net | 2006-03-14 | 2 | -2/+3 |
| | | | | | * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807] | ||||
* | 2005-11-16 Don Porter <dgp@users.sourceforge.net> | dgp@users.sourceforge.net | 2005-12-01 | 1 | -3/+3 |
| | | | | | | | | | | | *** 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: | ||||
* | * tests/scrollbar.test (6.22): fix rounding-error sensitive test | hobbs | 2005-12-01 | 1 | -3/+3 |
| | |||||
* | * tests/textWind.test: use "Courier -12" on all platforms. | hobbs | 2005-11-30 | 1 | -7/+3 |
| | | | | | Reduces Windows XP test errors in that file from 9 to 2 (13.2 and 13.9 still off-by-one pixel). | ||||
* | Backport of fixes for [Bug 1353414] | donal.k.fellows@manchester.ac.uk | 2005-11-22 | 1 | -1/+16 |
| | |||||
* | * tests/winfo.test: Wait until child window is visible | patthoyts@users.sourceforge.net | 2005-10-10 | 2 | -5/+6 |
| | | | | * tests/wm.test: Modified test to match actual error output. | ||||
* | backport auto_path trimdown to speed up safe.test | dgp@users.sourceforge.net | 2005-06-06 | 1 | -1/+5 |
| | |||||
* | * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixes | hobbs | 2005-05-31 | 1 | -2/+58 |
| | | | | | | | 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] | ||||
* | backport of text widget bug fix | vincentdarley | 2005-05-13 | 1 | -1/+12 |
| | |||||
* | Encourage missing-DISPLAY errors to be early in run of test suite. | donal.k.fellows@manchester.ac.uk | 2005-02-14 | 1 | -1/+2 |
| | |||||
* | unix/tkUnixWm.c: Sync with CVS HEAD (r1.47): | jenglish@flightlab.com | 2005-01-14 | 2 | -8/+8 |
| | | | | | | | | | | | | | 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). | ||||
* | * tests/wm.test: Add Win32 test cases for attributes | mdejong | 2004-10-29 | 1 | -2/+17 |
| | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand. | ||||
* | * library/tk.tcl (::tk::PlaceWindow): Backported the fix from | patthoyts@users.sourceforge.net | 2004-10-29 | 1 | -13/+1 |
| | | | | #533519 to handle window placement on multi-monitor Windows. | ||||
* | * tests/safe.test (safe-1.3): Made test less sensitve to the | dgp@users.sourceforge.net | 2004-10-26 | 1 | -3/+3 |
| | | | | | | | | | 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. | ||||
* | Backport of 8.5 wm iconphoto that added support for Tk photo | hobbs | 2004-10-05 | 3 | -6/+49 |
| | | | | | | | | * 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] | ||||
* | missed wm attr test | hobbs | 2004-09-19 | 1 | -2/+2 |
| | |||||
* | patch 892194 TIP#222 changes | hobbs | 2004-09-17 | 1 | -6/+49 |
| | |||||
* | * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z order | hobbs | 2004-09-17 | 1 | -5/+26 |
| | | | | | | | * 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) | ||||
* | Fixed a memory leak when a placed widget was forgotten. [Bug 1028888] | peter.spjuth@gmail.com | 2004-09-16 | 1 | -1/+45 |
| | |||||
* | * tests/canvText.test: | mdejong | 2004-08-09 | 1 | -1/+56 |
| | | | | | | | | | * 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 | ||||
* | * tests/panedwindow.test: panedwindow-25.1 | hobbs | 2004-05-03 | 1 | -7/+26 |
| | | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) | ||||
* | Fixed a bug in grid geometry calculations for | peter.spjuth@gmail.com | 2004-02-18 | 1 | -2/+26 |
| | | | | a shrinking grid. [Bug 899246] | ||||
* | * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect | dgp@users.sourceforge.net | 2004-02-17 | 1 | -2/+2 |
| | | | | variable name [Bug 899010]. | ||||
* | * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italic | hobbs | 2004-02-14 | 1 | -1/+25 |
| | | | | | | font handling. [Patch 852669] [Bug 478568] * tests/textDisp.test: added test for the font measurement problem. | ||||
* | simple code cleanup | hobbs | 2004-02-13 | 1 | -45/+12 |
| | |||||
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | donal.k.fellows@manchester.ac.uk | 2004-02-09 | 1 | -1/+9 |
| | |||||
* | Backported fix for bug #776646 which makes hand2 and fleur native on windows. | patthoyts@users.sourceforge.net | 2004-01-28 | 1 | -1/+152 |
| | |||||
* | * tests/focusTcl.test (setup1): expand frame size to allow for | hobbs | 2003-10-29 | 1 | -2/+2 |
| | | | | correct visibility of windows that use larger default fonts. | ||||
* | * unix/mkLinks: | hobbs | 2003-10-13 | 1 | -3/+3 |
| | | | | * doc/GetHWND.3: add Tk_AttachHWND docs [Bug #220803] | ||||
* | * generic/tkImage.c: Stopped [image create] from generating an | dgp@users.sourceforge.net | 2003-09-17 | 1 | -1/+13 |
| | | | | | * tests/image.test: image command name that would overwrite an existing command name. Thanks to Michael Schlenker. [Bug 808039]. | ||||
* | * library/scale.tcl: Fix for bug #787065 for Button-2 press. | patthoyts@users.sourceforge.net | 2003-08-13 | 1 | -1/+51 |
| | | | | * tests/scale.test: Added test for this bug. | ||||
* | Fix for [Bug 702230], and what an evil bug that is! | donal.k.fellows@manchester.ac.uk | 2003-07-18 | 1 | -1/+18 |
| | |||||
* | * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last pane | hobbs | 2003-07-17 | 1 | -2/+23 |
| | | | | | * tests/panedwindow.test: shrinks instead of being clipped when resized below the reqsize. [Bug 748277] (spjuth) | ||||
* | Make sure all options can be set | peter.spjuth@gmail.com | 2003-07-16 | 1 | -4/+29 |
| | | | | to their default value. [Bug #697652] | ||||
* | menu clone cleanup bug fix | vincentdarley | 2003-07-15 | 1 | -2/+2 |
| | |||||
* | Stop xhost smash by the test suite; that can render a machine unusable. | donal.k.fellows@manchester.ac.uk | 2003-07-09 | 1 | -4/+4 |
| | |||||
* | * generic/tkCanvPoly.c (PolygonToPostscript): | hobbs | 2003-05-11 | 1 | -14/+8 |
| | | | | | * tests/canvPs.test: correct crash when generating postscript for a single-line polygon (point) with no color. [Bug #734498] (wilm) | ||||
* | * tests/unixWm.test (unixWm-41.2): Corrected typo in 2003-03-13 | dgp@users.sourceforge.net | 2003-03-18 | 1 | -2/+2 |
| | | | | commit. Thanks Larry Virden. [Bug 705567] | ||||
* | * tests/unixWm.test: Constrained all tests older than revision 1.21 | dgp@users.sourceforge.net | 2003-03-13 | 2 | -171/+172 |
| | | | | | | to run only on Unix. Alternative approach did not match maintainer habits. * tests/spinbox.test (spinbox-17.4): Avoid long failure message. | ||||
* | Make all %-expansions generate ?? when their event doesn't have the right | donal.k.fellows@manchester.ac.uk | 2003-02-28 | 1 | -1/+8 |
| | | | | underlying field to prevent a crash on Windows. [Bug #612110] |