| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * unix/configure: Regen. | mdejong | 2001-04-25 | 3 | -14/+19 |
|
|
* | * unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE. | mdejong | 2001-04-25 | 4 | -9/+11 |
|
|
* | Better handling of when image creation nukes the main window so now | dkf | 2001-04-12 | 2 | -3/+13 |
|
|
* | * win/tkWinMenu.c (TkWinHandleMenuEvent): corrected reseting of | hobbs | 2001-04-04 | 2 | -2/+20 |
|
|
* | Corrected typos. | dgp | 2001-04-04 | 1 | -3/+3 |
|
|
* | * 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 |
|
|
* | win/tkWinDialog.c (GetFileNameA): initialize multi to 0. | hobbs | 2001-04-04 | 1 | -2/+2 |
|
|
* | * tests/cursor.test: changed tests to use 'heart' cursor because | hobbs | 2001-04-04 | 1 | -13/+13 |
|
|
* | * win/configure: | hobbs | 2001-04-03 | 3 | -2/+8 |
|
|
* | * generic/tkMenu.c (TkInvokeMenu): checked for menu deletion | hobbs | 2001-04-03 | 1 | -7/+13 |
|
|
* | see ChangeLog | hobbs | 2001-04-03 | 1 | -0/+24 |
|
|
* | * tests/listbox.test: added test listbox-27.1, delete during | hobbs | 2001-04-03 | 2 | -19/+30 |
|
|
* | * tests/entry.test: added tests entry-20.*, delete during widget | hobbs | 2001-04-03 | 2 | -16/+104 |
|
|
* | * tests/canvas.test: test of canvas delete during event | hobbs | 2001-04-03 | 2 | -19/+44 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): corrected the src and dest | hobbs | 2001-04-03 | 1 | -2/+2 |
|
|
* | * doc/image.n: added warning about names chosen for images. | hobbs | 2001-04-03 | 1 | -1/+5 |
|
|
* | * generic/tk.h: | hobbs | 2001-04-02 | 6 | -13/+13 |
|
|
* | * README: | hobbs | 2001-04-02 | 3 | -9/+25 |
|
|
* | * tests/safe.test: added note about correcting failures in | hobbs | 2001-03-31 | 3 | -20/+29 |
|
|
* | * win/makefile.vc: | hobbs | 2001-03-30 | 7 | -18/+288 |
|
|
* | * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage): | hobbs | 2001-03-30 | 1 | -5/+6 |
|
|
* | * win/Makefile.in (install-*): improved install-* targets to use | hobbs | 2001-03-30 | 1 | -4/+4 |
|
|
* | * win/tkWinWm.c (UpdateWrapper): ensured that the passed in winPtr | hobbs | 2001-03-30 | 1 | -4/+11 |
|
|
* | * tests/bind.test (bind-22.18): | hobbs | 2001-03-30 | 2 | -21/+17 |
|
|
* | see ChangeLog entries | hobbs | 2001-03-30 | 1 | -0/+5 |
|
|
* | * tests/canvas.test: added test case to check obj conversion | hobbs | 2001-03-30 | 3 | -5/+116 |
|
|
* | * library/bgerror.tcl (bgerror): allow focus into details window | hobbs | 2001-03-30 | 1 | -2/+3 |
|
|
* | * library/tk.tcl: put a catch around adding <hpBackTab> to the | hobbs | 2001-03-30 | 1 | -2/+5 |
|
|
* | * library/tkfbox.tcl: fixed selecting directories and single files | hobbs | 2001-03-30 | 1 | -9/+15 |
|
|
* | * win/tkWinDialog.c (GetFileNameA): added support for -multiple to | hobbs | 2001-03-30 | 1 | -38/+162 |
|
|
* | * doc/canvas.n: Noted ability to specify coords as a list in the | hobbs | 2001-03-30 | 1 | -10/+28 |
|
|
* | * library/msgs/de.msg: fixed translations. [Patch #403525] | hobbs | 2001-03-30 | 1 | -3/+3 |
|
|
* | * library/entry.tcl (tkEntryMouseSelect): | mdejong | 2001-03-29 | 4 | -14/+408 |
|
|
* | * unix/configure: | hobbs | 2001-03-29 | 3 | -116/+144 |
|
|
* | Replaced all [load {} tk] in Tk test suite with [load {} Tk]. | dgp | 2001-03-28 | 7 | -12/+22 |
|
|
* | * doc/photo.n: [Bug 132213] Added clarification on interpretation | ericm | 2001-02-13 | 2 | -3/+9 |
|
|
* | Asymmetric padding in "pack" and "grid" geometry managers | drh | 2001-02-12 | 7 | -125/+350 |
|
|
* | Clarified and extended the entry in the | andreas_kupries | 2001-01-04 | 1 | -2/+14 |
|
|
* | 2001-01-02 Andreas Kupries <a.kupries@westend.com> | andreas_kupries | 2001-01-02 | 3 | -38/+922 |
|
|
* | * generic/tkObj.c (SetMMFromAny): Added ability to recognize | hobbs | 2000-12-13 | 2 | -47/+61 |
|
|
* | Minor improvement to documentation for entry widgets. | dkf | 2000-12-12 | 2 | -2/+12 |
|
|
* | A better fix for #120819 (all it needed was some Tcl_Preserve()s) | dkf | 2000-11-29 | 3 | -28/+65 |
|
|
* | Backed out previous change (except for test for bug.) | dkf | 2000-11-28 | 3 | -22/+14 |
|
|
* | Fixed bug #120819 by prohibiting images from starting with a period; | dkf | 2000-11-23 | 4 | -6/+32 |
|
|
* | Documentation for Tk_SetClassProcs. | ericm | 2000-11-22 | 1 | -0/+91 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 34 | -162/+279 |
|
|
* | Added deprecation note from Bug #120944 | dkf | 2000-11-21 | 2 | -1/+13 |
|
|
* | Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed. | dkf | 2000-11-21 | 5 | -4/+55 |
|
|
* | updated with 8.4a2 changescore_8_4_a2 | hobbs | 2000-11-04 | 1 | -1/+60 |
|
|