| Commit message (Expand) | Author | Age | Files | Lines |
* | * tests/listbox.test: | hobbs | 2002-02-26 | 1 | -8/+14 |
|
|
* | Improvements to filebox tests (including two fixes due to changed behaviour d... | donal.k.fellows@manchester.ac.uk | 2002-02-25 | 1 | -150/+260 |
|
|
* | TIP #41 implementation, panedwindow [Patch #512503] (melski) | hobbs | 2002-02-22 | 1 | -0/+2380 |
|
|
* | * library/entry.tcl: | mdejong | 2002-02-15 | 1 | -1/+202 |
|
|
* | * tests/event.test (_text_ind_to_x_y, _get_selection): Fix | mdejong | 2002-02-14 | 1 | -10/+22 |
|
|
* | Final part of TIP#14 support (photo image transparency access); the C API | donal.k.fellows@manchester.ac.uk | 2002-02-01 | 1 | -2/+143 |
|
|
* | Correct and test for logic error when cloning menus. Bug 508988 | uid38226 | 2002-01-31 | 1 | -1/+20 |
|
|
* | * tests/wm.test: Rewrite stackorder tests that | mdejong | 2002-01-19 | 1 | -11/+22 |
|
|
* | * test/winButton.test: | hobbs | 2001-12-29 | 1 | -4/+10 |
|
|
* | * Corrected test that | dgp@users.sourceforge.net | 2001-12-19 | 1 | -3/+3 |
|
|
* | Add TK patch 481148 to implement TIP 74, the | mdejong | 2001-12-04 | 2 | -3/+304 |
|
|
* | * win/tkWinButton.c (TkpComputeButtonGeometry): corrected the | hobbs | 2001-11-17 | 2 | -20/+9 |
|
|
* | marked 32.8 a knownBug against SF bug #465324 | hobbs | 2001-11-17 | 1 | -2/+3 |
|
|
* | added TIP#26 text widget undo/redo functionality | hobbs | 2001-11-13 | 1 | -7/+122 |
|
|
* | removed threaded build warning under X | hobbs | 2001-10-19 | 1 | -2/+1 |
|
|
* | implementation of TIP 63 (accepted) -compound option to menu items. | tmh | 2001-10-12 | 1 | -2/+37 |
|
|
* | Added -uniform option to grid's row/columnconfigure. | peter.spjuth@gmail.com | 2001-09-30 | 1 | -5/+104 |
|
|
* | Added labelframe widget. TIP#18. | peter.spjuth@gmail.com | 2001-09-26 | 4 | -28/+350 |
|
|
* | Pack accepted asymmetric values for -ipadx/y. | peter.spjuth@gmail.com | 2001-09-23 | 2 | -6/+26 |
|
|
* | improved use of test constraints | hobbs | 2001-09-21 | 8 | -820/+697 |
|
|
* | * tests/textDisp.test (textDisp-4.12): corrected test to work | hobbs | 2001-09-21 | 1 | -20/+3 |
|
|
* | * tests/scrollbar.test (scrollbar-6.27): marked knownBug because | hobbs | 2001-09-21 | 1 | -2/+6 |
|
|
* | fixed test numbering | hobbs | 2001-09-01 | 1 | -2/+2 |
|
|
* | corrected to use testConfig constraints in | hobbs | 2001-08-30 | 3 | -162/+157 |
|
|
* | * tests/unixSend.test: removed test file completely identical to | hobbs | 2001-08-30 | 1 | -679/+0 |
|
|
* | * tests/config.test: added config-14.1 to test namespace import | hobbs | 2001-08-29 | 1 | -2/+20 |
|
|
* | Fixed a bug where adjacent 'x' and '^' where not handled properly. | peter.spjuth@gmail.com | 2001-08-22 | 1 | -1/+29 |
|
|
* | * tests/dialog.test (HitReturn): fixed failing dialog-2.1 test | hobbs | 2001-08-22 | 1 | -2/+2 |
|
|
* | * tests/unixFont.test (unixFont-2.[234]): fixed to be more | hobbs | 2001-08-22 | 1 | -5/+24 |
|
|
* | Objectified grid and pack commands. | peter.spjuth@gmail.com | 2001-08-21 | 3 | -28/+48 |
|
|
* | Grid configure rejected initial "x" and "^". [Bug #418664] | peter.spjuth@gmail.com | 2001-08-18 | 1 | -1/+17 |
|
|
* | New file testing [tk_dialog]. | dgp@users.sourceforge.net | 2001-08-09 | 1 | -0/+66 |
|
|
* | Merged changes from feature branch dgp-privates-into-namespace, | dgp@users.sourceforge.net | 2001-08-01 | 10 | -242/+242 |
|
|
* | * tests/canvas.test: | hobbs | 2001-07-04 | 1 | -1/+20 |
|
|
* | * library/console.tcl: | hobbs | 2001-07-03 | 1 | -8/+62 |
|
|
* | * tests/listbox.test: changed 'darkblue' to 'white' in a test | hobbs | 2001-07-03 | 1 | -3/+3 |
|
|
* | Upgraded frame to use the newer TK_OPTION | peter.spjuth@gmail.com | 2001-05-28 | 1 | -6/+17 |
|
|
* | implement TIP11, -compound option for menubutton widget | tmh | 2001-05-21 | 1 | -2/+2 |
|
|
* | * tests/winClipboard.test: improved results for understanding when | hobbs | 2001-04-04 | 1 | -7/+19 |
|
|
* | * tests/winDialog.test: string totitle'd some results that | hobbs | 2001-04-04 | 1 | -9/+9 |
|
|
* | * tests/cursor.test: changed tests to use 'heart' cursor because | hobbs | 2001-04-04 | 1 | -13/+13 |
|
|
* | * tests/listbox.test: added test listbox-27.1, delete during | hobbs | 2001-04-03 | 1 | -5/+13 |
|
|
* | * tests/entry.test: added tests entry-20.*, delete during widget | hobbs | 2001-04-03 | 1 | -5/+51 |
|
|
* | * tests/canvas.test: test of canvas delete during event | hobbs | 2001-04-03 | 1 | -1/+25 |
|
|
* | * tests/safe.test: added note about correcting failures in | hobbs | 2001-03-31 | 1 | -14/+21 |
|
|
* | * tests/bind.test (bind-22.18): | hobbs | 2001-03-30 | 1 | -17/+7 |
|
|
* | * tests/canvas.test: added test case to check obj conversion | hobbs | 2001-03-30 | 1 | -1/+21 |
|
|
* | * library/entry.tcl (tkEntryMouseSelect): | mdejong | 2001-03-29 | 1 | -4/+390 |
|
|
* | Replaced all [load {} tk] in Tk test suite with [load {} Tk]. | dgp@users.sourceforge.net | 2001-03-28 | 6 | -12/+12 |
|
|
* | Asymmetric padding in "pack" and "grid" geometry managers | drh@sqlite.org | 2001-02-12 | 2 | -34/+127 |
|
|