Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | text widget 'peer' subcommand -- TIP#169 implementation | vincentdarley | 2004-09-10 | 4 | -11/+733 | |
| | ||||||
* | bulletproof 23.2 result [Bug #1019100] | hobbs | 2004-09-10 | 1 | -3/+3 | |
| | ||||||
* | Fix general error-case test. [Bug 1019085] | dkf | 2004-09-01 | 1 | -2/+5 | |
| | ||||||
* | TIP#165 (user data field) implementation. | dkf | 2004-08-29 | 1 | -1/+57 | |
| | ||||||
* | D'oh! Fix [Bug 1012331] | dkf | 2004-08-20 | 1 | -1/+2 | |
| | ||||||
* | * tests/safe.test (safe-1.3): Made test less sensitve to the | dgp | 2004-08-19 | 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. | |||||
* | TIP#168 implementation. Based on [Patch 886240] | dkf | 2004-08-19 | 1 | -1/+11 | |
| | ||||||
* | * 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 1006286] | |||||
* | TIP#158 implementation; keypad keys on Win are now distinguishable. | dkf | 2004-07-05 | 1 | -2/+3 | |
| | ||||||
* | Neaten up and make test names closer to standard | dkf | 2004-07-05 | 1 | -94/+72 | |
| | ||||||
* | Missed one! | dkf | 2004-06-24 | 1 | -2/+2 | |
| | ||||||
* | Use standard constraint names | dkf | 2004-06-24 | 30 | -498/+485 | |
| | ||||||
* | Steps towards systematization of test constraints in Tk test suite | dkf | 2004-06-17 | 24 | -334/+311 | |
| | ||||||
* | Fix for #742882 "Potential division by zero in gridded wm geometry" | jenglish | 2004-06-16 | 2 | -6/+6 | |
| | ||||||
* | Fixed tests which mandated (minor) brokenness. | dkf | 2004-06-15 | 1 | -4/+4 | |
| | ||||||
* | multiline text widget regexp search fix | vincentdarley | 2004-06-09 | 1 | -1/+30 | |
| | ||||||
* | Fix frame-2.8 for ![info exists env(DISPLAY)] | patthoyts | 2004-06-06 | 1 | -4/+5 | |
| | ||||||
* | * tests/filebox.test: A few typo corrections in dkf's recent | dgp | 2004-06-04 | 4 | -10/+10 | |
| | | | | | | * tests/frame.test: style upgrade for the test suite. * tests/select.test: * tests/visual.test: | |||||
* | text widget fixes | vincentdarley | 2004-06-04 | 1 | -3/+5 | |
| | ||||||
* | Finish off the TIP#152 implementation with Win implementation, tests & docs. | dkf | 2004-05-24 | 1 | -3/+3 | |
| | ||||||
* | First step towards improving test style. Also start using Tcl 8.5 features. | dkf | 2004-05-23 | 58 | -1657/+1147 | |
| | ||||||
* | * 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) | |||||
* | Minor cleanup for when running single-process tests | dkf | 2004-04-21 | 1 | -1/+2 | |
| | ||||||
* | Removed support for Mac OS Classic platform [Patch 918139] | das | 2004-03-17 | 18 | -2444/+47 | |
| | ||||||
* | Fixed a bug in grid geometry calculations for | pspjuth | 2004-02-18 | 1 | -2/+25 | |
| | | | | a shrinking grid. [Bug 899246] | |||||
* | * doc/checkbutton.n: TIP#110 implementation | hobbs | 2004-02-18 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | * doc/radiobutton.n: Tristate Checkbutton and Radiobuttons * generic/tkButton.c: * generic/tkButton.h: * library/demos/check.tcl: * library/demos/radio.tcl: * macosx/tkMacOSXButton.c: * macosx/tkMacOSXDefault.h: * tests/button.test: * unix/tkUnixButton.c: * unix/tkUnixDefault.h: * win/tkWinButton.c: * win/tkWinDefault.h: | |||||
* | * tests/imgPhoto.test (imgPhoto-16.1): Corrected incorrect | dgp | 2004-02-17 | 1 | -2/+2 | |
| | | | | variable name [Bug 899010]. | |||||
* | Stop crashes when copying a large photo to itself causes resizing. [Bug 877950] | dkf | 2004-02-09 | 1 | -1/+9 | |
| | ||||||
* | Implementation of TIP#146, | pspjuth | 2004-01-09 | 1 | -2/+49 | |
| | | | | | "Add Overall Anchoring to the Grid Geometry Manager", adding [grid anchor] subcommand. | |||||
* | fix to text widget yview bug | vincentdarley | 2004-01-07 | 1 | -1/+19 | |
| | ||||||
* | utf-8 aware text wordstart and wordend | vincentdarley | 2004-01-07 | 1 | -17/+98 | |
| | ||||||
* | fixed 2 tests for padx, pady | vincentdarley | 2003-12-10 | 1 | -5/+5 | |
| | ||||||
* | performance of lines containing 10000+ characters | vincentdarley | 2003-12-05 | 1 | -2/+14 | |
| | ||||||
* | fix to text widget tabs and xy-scroll-command | vincentdarley | 2003-12-04 | 1 | -1/+19 | |
| | ||||||
* | font measurement fix | vincentdarley | 2003-12-04 | 1 | -1/+24 | |
| | ||||||
* | add further updates to ensure test captures all cases | vincentdarley | 2003-11-24 | 1 | -1/+2 | |
| | ||||||
* | correct handling of interpolated tabs using fractional pixel widths | vincentdarley | 2003-11-21 | 1 | -19/+15 | |
| | ||||||
* | fix to two test suite bugs | vincentdarley | 2003-11-21 | 2 | -23/+82 | |
| | ||||||
* | * tests/constraints.tcl:When running the test suite in a process | dgp | 2003-11-18 | 5 | -30/+79 | |
| | | | | | | | | * tests/image.test: where Tk has been [load]ed, there's no * tests/select.test: guarantee that child processes created by * tests/unixWm.test: [exec [interpreter]] will have Tk in them. * tests/window.test: Made modifications to force a [load] of Tk in those situations. | |||||
* | single line wraps to whole display fix | vincentdarley | 2003-11-15 | 1 | -1/+22 | |
| | ||||||
* | fixed tab interpretation inconsistency | vincentdarley | 2003-11-15 | 1 | -3/+13 | |
| | ||||||
* | fix two more old text widget bugs | vincentdarley | 2003-11-15 | 1 | -12/+102 | |
| | ||||||
* | ensure test cleans up after itself | vincentdarley | 2003-11-13 | 1 | -1/+7 | |
| | ||||||
* | text widget dbl-click single character fix | vincentdarley | 2003-11-13 | 1 | -3/+132 | |
| | ||||||
* | old tk text widget bugs fixed | vincentdarley | 2003-11-12 | 1 | -2/+29 | |
| | ||||||
* | elide tag handling, once more | vincentdarley | 2003-11-08 | 2 | -2/+40 | |
| | ||||||
* | better elide tag handling | vincentdarley | 2003-11-07 | 2 | -4/+112 | |
| | ||||||
* | another elide/tkchat/tkTextDisp.c fix | vincentdarley | 2003-11-07 | 1 | -1/+26 | |
| | ||||||
* | tk text widget test suite fixes -- bug 833761, making tests much more ↵ | vincentdarley | 2003-11-04 | 2 | -41/+149 | |
| | | | | resilient to font sizes | |||||
* | text widget and test suite fixes | vincentdarley | 2003-11-03 | 1 | -258/+322 | |
| |