summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Fix test for the ewmh attributes additionpatthoyts2010-01-231-2/+2
| | | FossilOrigin-Name: a325f76b7768581fef9bee145d024d93fe5c0852
* TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-3/+41
| | | FossilOrigin-Name: d9be2b12d7a3c20e85d7025e31bdda45b528148b
* Apply (upgraded) version of [Patch 1469210].dkf2009-10-221-1/+14
| | | FossilOrigin-Name: 3e3f06df5eb8e51c10f4444c95cc72fdc5378be4
* * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-14/+25
| | | | | | * tests/main.test (main-3.*): error. [Bug 1937135] FossilOrigin-Name: 9395b7e10d138d4e37f624da399f06095336b6c1
* * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+30
| | | | | | * tests/imgPhoto.test: Added a test for the above. FossilOrigin-Name: fb40595a088937ee93e4572b98f7787e3e4461a3
* * generic/tkText.c (DeleteChars, TextEditCmd, updateDirtyFlag):hobbs2007-12-131-1/+36
| | | | | | | | | * 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] FossilOrigin-Name: dec49c3caeefc3a150a1c7eaabe872552e205acb
* Backport from HEAD of [Bug #1822391]:kennykb2007-11-261-1/+14
| | | | | | | | | | * 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]. FossilOrigin-Name: d7902b20d936053d91698cb8e3eac5f57828a7c6
* * generic/tkImgGIF.c: Fixed a buffer overrun that got triggered byrmax2007-09-111-1/+13
| | | | | | | | | multi-frame interlaced GIFs that contain subsequent frames that are smaller than the first one. * tests/imgPhoto.test: Added a test for the above. FossilOrigin-Name: 8c92a336d05efa1b4aed740e93f262aeb7abd050
* * tests/wm.test: -transparentcolor added to windows wm attributes testspatthoyts2007-09-041-4/+4
| | | FossilOrigin-Name: c30f93f7b799b8a73e026d9caf55d998f411e402
* * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]dgp2007-05-161-1/+3
| | | FossilOrigin-Name: 7a98f33120d390a59cbeba6df9cf18c79e72481d
* * doc/wm.n, tests/winWm.test:hobbs2006-12-011-3/+24
| | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows. FossilOrigin-Name: 57ee40f38737bf5de60095e3b704cece30a1932d
* * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-1/+11
| | | | | | * tests/menu.test (menu-36.1): [Bug 1599877] FossilOrigin-Name: a019951dd336f1e1870ac69c91b0d2d08f665a83
* * tests/entry.test (entry-22.1):hobbs2006-05-292-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] FossilOrigin-Name: 18780b1c4f4abdbd9ed9662513ee984e64ad568b
* * macosx/tkMacOSXEmbed.c:das2006-04-222-2/+6
| | | | | | | | * macosx/tkMacOSXWm.c: * tests/constraints.tcl: * tests/wm.test: sync with 2006-04-18 commit to HEAD. (darley) FossilOrigin-Name: f19e6c99118ebb086666a56cb1ce92862bd8c4da
* Correction to 1432666 fix.pspjuth2006-04-121-1/+4
| | | FossilOrigin-Name: 4b53d3060c75dc7cbadcb5620162426be8f2b73d
* * generic/tkGrid.c: Fixed handling of out of bounds row or column.dgp2006-04-121-1/+52
| | | | | | * tests/grid.test: [Bug 1432666] FossilOrigin-Name: 3e3d4dfb08c1ed417bbf549b750a66c36c2b8f33
* * tests/grid.test: fix segfault on empty index listhobbs2006-04-051-1/+24
| | | | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430] FossilOrigin-Name: 02f3657948f46623dbb71d54f9972d1a83782878
* * generic/tkText.c (DumpLine): stop dumping if we detect that thehobbs2006-04-051-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] FossilOrigin-Name: 03fa6f2e1831a21fc2abdfa25adb01f0c87f70e4
* Update test to reflect revised error messagedgp2006-04-051-3/+3
| | | FossilOrigin-Name: ebbb3aa51edd65fc31603bc9f1013218c255b256
* Forgot that the test should return an errordkf2006-03-271-4/+6
| | | FossilOrigin-Name: 2e438bcce1b70b8f9919dcdb57a123aec3b9e915
* Fix (and add test for) [Bug 1458234]dkf2006-03-271-1/+14
| | | FossilOrigin-Name: 59b08c01dd74c00888f0a2d24685221e424aa8fa
* * tests/scrollbar.test: Corrected several broken calls to [testmetrics]dgp2006-03-141-13/+13
| | | | | | that were crashing the test suite. FossilOrigin-Name: 3f47da3bbecd3374be27bcfeb3dba782def26b46
* * tests/constraints.tcl: Added notAqua constraint to canvPs-3.1dgp2006-03-142-2/+3
| | | | | | | * tests/canvPs.test: to stop test suite crash on Mac OSX. [Bug 1088807] FossilOrigin-Name: 556fb09d29b539068e3993316bb312563d17ce2a
* 2005-11-16 Don Porter <dgp@users.sourceforge.net>dgp2005-12-011-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: FossilOrigin-Name: be2be9674677032fcecf7db34d56907073bff258
* * tests/scrollbar.test (6.22): fix rounding-error sensitive testhobbs2005-12-011-3/+3
| | | FossilOrigin-Name: b3ec00a7b1e05a6d6d2a9cc55a78b893738589b0
* * tests/textWind.test: use "Courier -12" on all platforms.hobbs2005-11-301-7/+3
| | | | | | | Reduces Windows XP test errors in that file from 9 to 2 (13.2 and 13.9 still off-by-one pixel). FossilOrigin-Name: d2985a445dd3884f4c1a59355c11b7ab7f2b52bd
* Backport of fixes for [Bug 1353414]dkf2005-11-221-1/+16
| | | FossilOrigin-Name: 2ec30a4b5bc3f503838bfb75ed3128d4323643be
* * tests/winfo.test: Wait until child window is visiblepatthoyts2005-10-102-5/+6
| | | | | | * tests/wm.test: Modified test to match actual error output. FossilOrigin-Name: 2ed0b035b387aaf2ae2d0f5ef717ffefc3196c8a
* backport auto_path trimdown to speed up safe.testdgp2005-06-061-1/+5
| | | FossilOrigin-Name: 6e98258c2fe30799723c323bbd01464d73b76bd4
* * generic/tkPanedWindow.c, tests/panedwindow.test: batch of fixeshobbs2005-05-311-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] FossilOrigin-Name: ebd6886598e540166872d6bd0971a31b1f40565e
* backport of text widget bug fixvincentdarley2005-05-131-1/+12
| | | FossilOrigin-Name: 83dd37b096f657b878823e384a99d1f76c442947
* Encourage missing-DISPLAY errors to be early in run of test suite.dkf2005-02-141-1/+2
| | | FossilOrigin-Name: 4044c1735d3f2de16042e838b3a73f606aab38af
* unix/tkUnixWm.c: Sync with CVS HEAD (r1.47):jenglish2005-01-142-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). FossilOrigin-Name: aec60b8d64923316e440ae1d95e89443eb9162e2
* * tests/wm.test: Add Win32 test cases for attributesmdejong2004-10-291-2/+17
| | | | | | | | subcommand. * win/tkWinWm.c (WmAttributesCmd): Fixup broken option processing logic for attributes subcommand. FossilOrigin-Name: 2b3add483999f7f76f60ccb2356c8d7f29659c28
* * library/tk.tcl (::tk::PlaceWindow): Backported the fix frompatthoyts2004-10-291-13/+1
| | | | | | #533519 to handle window placement on multi-monitor Windows. FossilOrigin-Name: a9eeca37765b1d10085115feddd30c4a4511d1a4
* * tests/safe.test (safe-1.3): Made test less sensitve to thedgp2004-10-261-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. FossilOrigin-Name: fa2305f85c0453bebb3e335ccad72723d0c1e72e
* Backport of 8.5 wm iconphoto that added support for Tk photohobbs2004-10-053-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] FossilOrigin-Name: 5b4eed7504f9bd5f37587cecc603fd19bba57c39
* missed wm attr testhobbs2004-09-191-2/+2
| | | FossilOrigin-Name: ea885633871bd8d5307ae24d99f5e61c53cc71c0
* patch 892194 TIP#222 changeshobbs2004-09-171-6/+49
| | | FossilOrigin-Name: c76ad127c9ea18aaa346d55f7db04b5a8a2b714a
* * win/tkWinWm.c (UpdateWrapper): Ensure that we maintain Z orderhobbs2004-09-171-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) FossilOrigin-Name: e10081e3cf3f61195bf7fe54fa4b2118543dda2a
* Fixed a memory leak when a placed widget was forgotten. [Bug 1028888]pspjuth2004-09-161-1/+45
| | | FossilOrigin-Name: 419a463e2341fcdc77a799e3a791367bf4567351
* * tests/canvText.test:mdejong2004-08-091-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 FossilOrigin-Name: 7e61c798b1cf7128587e88862a4a464fb93ce0b0
* * tests/panedwindow.test: panedwindow-25.1hobbs2004-05-031-7/+26
| | | | | | | * generic/tkPanedWindow.c (Unlink): clean up -before/-after refs to a slave when removing it. [Bug #928413] (griffin) FossilOrigin-Name: 635744de0f688ff85ee98dd9396bfe5714b4a442
* Fixed a bug in grid geometry calculations forpspjuth2004-02-181-2/+26
| | | | | | a shrinking grid. [Bug 899246] FossilOrigin-Name: 89e1956c6d85331b5d929dab83905a1155d1643a
* * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrectdgp2004-02-171-2/+2
| | | | | | variable name [Bug 899010]. FossilOrigin-Name: a9956e1cdd63e4962ed018b1f408ea27f17b87b5
* * win/tkWinFont.c (Tk_MeasureChars): backport fixes to bold/italichobbs2004-02-141-1/+25
| | | | | | | | font handling. [Patch 852669] [Bug 478568] * tests/textDisp.test: added test for the font measurement problem. FossilOrigin-Name: 7f0387ce5efe5ce16b90db702f6c5361e8599ef7
* simple code cleanuphobbs2004-02-131-45/+12
| | | FossilOrigin-Name: 9edfd036e25e1771e450d15fd341c723bfb09254
* Stop crashes when copying a large photo to itself causes resizing. [Bug 877950]dkf2004-02-091-1/+9
| | | FossilOrigin-Name: a0d4ef0f52197368ac9f99b5aaf91659cdec3f09
* Backported fix for bug #776646 which makes hand2 and fleur native on windows.patthoyts2004-01-281-1/+152
| | | FossilOrigin-Name: 41e6f000686239707adc6bba8a13f26d3c987d6e
* * tests/focusTcl.test (setup1): expand frame size to allow forhobbs2003-10-291-2/+2
| | | | | | correct visibility of windows that use larger default fonts. FossilOrigin-Name: 0b07448deaf08b6fcf837b205e545b34f1909ed3