summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
|\
| * rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
| |\
| | * rfe-3503317: XParseColor speedupjan.nijtmans2012-03-181-2/+15
| | |
* | | [Bug-1630262], [Bug-1615425]: segfault when deleting lines or tagging ↵fvogel2012-02-283-0/+114
|\ \ \ | |/ / | | | | | | outside of the -startline/-endline range with peer text widgets. [Bug-3487407]: Weird text indices.
| * | Bug-3487407: Weird text indicesbug_1630262fvogel2012-02-181-0/+7
| | |
| * | Added test for bug 1615425fvogel2012-02-031-0/+13
| | |
| * | [Bug-1630262]: segfault when deleting lines with peer text widgetsfvogel2012-01-311-1/+95
| | |
* | | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+37
|\ \ \ | |/ /
| * | [Bug-1630271]: segfault/infinite loop when a mark is before -startlinejan.nijtmans2012-01-251-3/+37
| |\ \
| | * | patch-3477449: segfault when mark out of -startline/-endline rangebug_1630271jan.nijtmans2012-01-231-3/+38
| |/ /
* | | patch 3471873: mark next/prev with peer text widgetsjan.nijtmans2012-01-221-0/+14
|\ \ \ | |/ /
| * | [Bug-3288113,3288121]: Missing marks/endless loop in text mark prev/nextpatch_3471873jan.nijtmans2012-01-191-17/+48
| | |
* | | [Bug-3021557]: Moving the cursor in elided text freezes Tkjan.nijtmans2012-01-191-0/+18
|\ \ \ | |/ /
| * | [Bug-3021557]: Moving the cursor in elided text freezes Tkjan.nijtmans2012-01-191-0/+15
| |\ \
| | * | bug-3021557 Moving the cursor in elided text freezes Tkbug_3021557jan.nijtmans2012-01-171-0/+15
| |/ /
* | | tests/safe.test: [Bug 1847925]: Update list of hidden commands.dkf2011-11-291-49/+55
| | |
* | | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+1
|\ \ \ | |/ /
| * | TIP 382 test suite update and Motif dialog implementation.dgp2011-10-311-1/+1
| | |
* | | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-4/+24
|\ \ \ | |/ / | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
| * | Move -takefocus option out of ttkCoreOptionSpecs,jenglish2011-09-221-4/+24
| | | | | | | | | | | | explicitly specify it on individual widgets. [Bug 3404541], [Bug 1204186].
* | | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+18
|\ \ \ | |/ /
| * | 3341056 Correct segfault due to flaw in the 2011-06-17 commit.dgp2011-06-291-1/+18
| | |
* | | Crash in unset traces 3062331dgp2011-06-171-0/+10
|\ \ \ | |/ /
| * | Crash in unset traces 3062331dgp2011-06-171-0/+10
| | |
* | | Purge RCS Keywordsdgp2011-06-08117-264/+10
|\ \ \ | |/ /
| * | Purge RCS Keywords.dgp2011-06-08113-244/+1
| |\ \ | | |/
| | * Purge RCS Keywords.dgp2011-06-08104-213/+0
| | |
* | | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+8
|\ \ \ | |/ /
| * | [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+8
| |\ \ | | |/
| | * [Bug 3291543] There was a crash if dchars removed all coordinates of a polygon.pspjuth2011-04-221-0/+8
| | |
| | * Fix test for the ewmh attributes additionpatthoyts2010-01-231-2/+2
| | |
| | * TIP #359: Extended Window Manager Hints support for 8.4patthoyts2010-01-231-3/+41
| | |
| | * Apply (upgraded) version of [Patch 1469210].dkf2009-10-221-1/+14
| | |
| | * * generic/tkWindow.c (Initialize): fix double-free on Tk_ParseArgvhobbs2008-04-071-14/+25
| | | | | | | | | | | | * tests/main.test (main-3.*): error. [Bug 1937135]
| | * * generic/tkImgGIF.c: Fixed a buffer overflow (CVE-2006-4484).rmax2008-02-011-1/+30
| | | | | | | | | | | | * tests/imgPhoto.test: Added a test for the above.
| | * * 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]
| | * Backport from HEAD of [Bug #1822391]:Kevin B Kenny2007-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].
| | * * 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.
| | * * tests/wm.test: -transparentcolor added to windows wm attributes testspatthoyts2007-09-041-4/+4
| | |
| | * * tests/bind.test: Make test suite more SCIM-tolerant [Bug 1609316]dgp2007-05-161-1/+3
| | |
| | * * doc/wm.n, tests/winWm.test:hobbs2006-12-011-3/+24
| | | | | | | | | | | | * win/tkWinWm.c: add -transparentcolor attribute for Windows.
| | * * unix/tkUnixMenu.c (DrawMenuUnderline): bound Tcl_UtfAtIndex usagehobbs2006-11-241-1/+11
| | | | | | | | | | | | * tests/menu.test (menu-36.1): [Bug 1599877]
| | * * 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]
| | * * 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)
| | * Correction to 1432666 fix.pspjuth2006-04-121-1/+4
| | |
| | * * generic/tkGrid.c: Fixed handling of out of bounds row or column.dgp2006-04-121-1/+52
| | | | | | | | | | | | * tests/grid.test: [Bug 1432666]
| | * * tests/grid.test: fix segfault on empty index listhobbs2006-04-051-1/+24
| | | | | | | | | | | | * generic/tkGrid.c (GridRowColumnConfigureCommand): [Bug 1422430]
| | * * 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]
| | * Update test to reflect revised error messagedgp2006-04-051-3/+3
| | |
| | * Forgot that the test should return an errordkf2006-03-271-4/+6
| | |