| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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.macosx_8_4_branchpoint | tmh | 2001-10-12 | 1 | -2/+37 |
|
|
* | Added -uniform option to grid's row/columnconfigure. | pspjuth | 2001-09-30 | 1 | -5/+104 |
|
|
* | Added labelframe widget. TIP#18. | pspjuth | 2001-09-26 | 4 | -28/+350 |
|
|
* | Pack accepted asymmetric values for -ipadx/y. | pspjuth | 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. | pspjuth | 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. | pspjuth | 2001-08-21 | 3 | -28/+48 |
|
|
* | Grid configure rejected initial "x" and "^". [Bug #418664] | pspjuth | 2001-08-18 | 1 | -1/+17 |
|
|
* | New file testing [tk_dialog]. | dgp | 2001-08-09 | 1 | -0/+66 |
|
|
* | Merged changes from feature branch dgp-privates-into-namespace, | dgp | 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 | pspjuth | 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 | 2001-03-28 | 6 | -12/+12 |
|
|
* | Asymmetric padding in "pack" and "grid" geometry managers | drh | 2001-02-12 | 2 | -34/+127 |
|
|
* | A better fix for #120819 (all it needed was some Tcl_Preserve()s) | dkf | 2000-11-29 | 1 | -19/+16 |
|
|
* | Fixed bug #120819 by prohibiting images from starting with a period; | dkf | 2000-11-23 | 1 | -1/+4 |
|
|
* | corrected tests to recognize new -multiple openfile dialog switch | hobbs | 2000-11-02 | 1 | -3/+3 |
|
|
* | * tests/color.test: marked color-2.6 nonPortable as we can't | hobbs | 2000-11-02 | 1 | -2/+6 |
|
|
* | * tests/tk.test: | hobbs | 2000-10-31 | 1 | -3/+2 |
|
|
* | Fix bitmaps so that the same bitmap will not be used | drh | 2000-09-30 | 1 | -1/+3 |
|
|
* | * generic/tk.h: Added declaration of Tk_ObjCustomOption structure, | ericm | 2000-09-17 | 1 | -11/+49 |
|
|
* | * doc/SetOptions.3: Updated documentation to reflect support for | ericm | 2000-08-10 | 1 | -11/+68 |
|
|
* | * tests/place.test: Extended test suite to test error returns from | ericm | 2000-08-08 | 1 | -14/+81 |
|
|
* | * generic/tkWindow.c: Updated [selection] command entry to use | ericm | 2000-08-07 | 1 | -9/+9 |
|
|
* | * generic/tkWindow.c: Updated "grab" command entry to use | ericm | 2000-08-04 | 1 | -0/+179 |
|
|