| Commit message (Expand) | Author | Age | Files | Lines |
* | Merged changes from feature branch dgp-privates-into-namespace, | dgp@users.sourceforge.net | 2001-08-01 | 2 | -10/+10 |
|
|
* | * generic/default.h: Include tkWinDefault.h | mdejong | 2001-07-24 | 1 | -2/+3 |
|
|
* | The code for generating postscript of a bitmap image was apparently never | drh@sqlite.org | 2001-07-14 | 1 | -46/+140 |
|
|
* | * tests/canvas.test: | hobbs | 2001-07-04 | 1 | -13/+8 |
|
|
* | * generic/tkEntry.c: corrected missing Tcl_Release that caused | hobbs | 2001-07-03 | 2 | -28/+52 |
|
|
* | * generic/tkCanvArc.c: | hobbs | 2001-07-03 | 7 | -279/+266 |
|
|
* | * generic/tkImgGIF.c (Mgetc): corrected screwy use of ternary | hobbs | 2001-07-03 | 1 | -2/+3 |
|
|
* | * generic/tkWindow.c (Tk_DestroyWindow): changed to use | hobbs | 2001-07-03 | 1 | -7/+7 |
|
|
* | * library/console.tcl: | hobbs | 2001-07-03 | 2 | -18/+104 |
|
|
* | * generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFree | hobbs | 2001-07-02 | 1 | -4/+6 |
|
|
* | Upgraded frame to use the newer TK_OPTION | peter.spjuth@gmail.com | 2001-05-28 | 2 | -136/+235 |
|
|
* | * doc/TkInitStubs.3: | hobbs | 2001-05-22 | 2 | -5/+5 |
|
|
* | implement TIP11, -compound option for menubutton widget | tmh | 2001-05-21 | 2 | -2/+27 |
|
|
* | Better handling of when image creation nukes the main window so now | donal.k.fellows@manchester.ac.uk | 2001-04-12 | 1 | -3/+8 |
|
|
* | * generic/tkMenu.c (TkInvokeMenu): checked for menu deletion | hobbs | 2001-04-03 | 1 | -7/+13 |
|
|
* | * tests/listbox.test: added test listbox-27.1, delete during | hobbs | 2001-04-03 | 1 | -14/+17 |
|
|
* | * tests/entry.test: added tests entry-20.*, delete during widget | hobbs | 2001-04-03 | 1 | -11/+53 |
|
|
* | * tests/canvas.test: test of canvas delete during event | hobbs | 2001-04-03 | 1 | -18/+19 |
|
|
* | * generic/tkImgPhoto.c (ImgPhotoCmd): corrected the src and dest | hobbs | 2001-04-03 | 1 | -2/+2 |
|
|
* | * generic/tk.h: | hobbs | 2001-04-02 | 1 | -4/+4 |
|
|
* | * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage): | hobbs | 2001-03-30 | 1 | -5/+6 |
|
|
* | * tests/bind.test (bind-22.18): | hobbs | 2001-03-30 | 1 | -4/+10 |
|
|
* | * tests/canvas.test: added test case to check obj conversion | hobbs | 2001-03-30 | 1 | -4/+74 |
|
|
* | Asymmetric padding in "pack" and "grid" geometry managers | drh@sqlite.org | 2001-02-12 | 2 | -87/+206 |
|
|
* | * generic/tkObj.c (SetMMFromAny): Added ability to recognize | hobbs | 2000-12-13 | 1 | -47/+55 |
|
|
* | A better fix for #120819 (all it needed was some Tcl_Preserve()s) | donal.k.fellows@manchester.ac.uk | 2000-11-29 | 1 | -9/+40 |
|
|
* | Backed out previous change (except for test for bug.) | donal.k.fellows@manchester.ac.uk | 2000-11-28 | 1 | -13/+1 |
|
|
* | Fixed bug #120819 by prohibiting images from starting with a period; | donal.k.fellows@manchester.ac.uk | 2000-11-23 | 1 | -1/+13 |
|
|
* | Overall change: Implemented TIP 5, which exports | ericm | 2000-11-22 | 24 | -122/+166 |
|
|
* | Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed. | donal.k.fellows@manchester.ac.uk | 2000-11-21 | 4 | -4/+48 |
|
|
* | added comments about Tcl_SetMainLoop call effects | hobbs | 2000-11-03 | 1 | -1/+9 |
|
|
* | * generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop. | hobbs | 2000-11-03 | 1 | -1/+3 |
|
|
* | Added type cast to (ClientData) for &CustomOption in option tests. | ericm | 2000-10-30 | 1 | -3/+3 |
|
|
* | * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368], | ericm | 2000-10-24 | 1 | -6/+6 |
|
|
* | Added comment marking "new in 8.4a2" decls | ericm | 2000-10-21 | 1 | -1/+3 |
|
|
* | * generic/tkConfig.c (Tk_InitOptions): Added | ericm | 2000-10-12 | 1 | -1/+10 |
|
|
* | * generic/tkCmds.c (Tk_WinfoObjCmd): Added check for | ericm | 2000-10-05 | 6 | -17/+133 |
|
|
* | * doc/MaintGeom.3: Noted that Tk_MaintainGeometry handles direct | ericm | 2000-10-05 | 1 | -1/+30 |
|
|
* | * generic/tkButton.c (ConfigureButton): Added tests for -compound | ericm | 2000-10-01 | 1 | -3/+7 |
|
|
* | * doc/SetOptions.3: Added note that restoreProc and freeProc may | ericm | 2000-10-01 | 1 | -4/+6 |
|
|
* | Fix bitmaps so that the same bitmap will not be used | drh@sqlite.org | 2000-09-30 | 1 | -7/+12 |
|
|
* | * generic/tkTest.c: Fixed tests to use updated API. | ericm | 2000-09-29 | 3 | -21/+28 |
|
|
* | * generic/tk.h: Added declaration of Tk_ObjCustomOption structure, | ericm | 2000-09-17 | 3 | -5/+226 |
|
|
* | * doc/HWNDToWindow.3: | ericm | 2000-09-07 | 2 | -14/+2 |
|
|
* | * generic/tkPlatDecls.h: Added #include <windows.h> for Windows, | ericm | 2000-09-06 | 1 | -1/+6 |
|
|
* | * README: | hobbs | 2000-09-06 | 1 | -3/+3 |
|
|
* | * generic/tkGrab.c (Tk_GrabObjCmd): changed len arg from size_t to | hobbs | 2000-09-06 | 1 | -2/+2 |
|
|
* | * generic/tkMessage.c (MessageWidgetObjCmd): initialized result to | hobbs | 2000-09-06 | 1 | -2/+3 |
|
|
* | * win/makefile.vc (install-libraries): | ericm | 2000-09-02 | 1 | -2/+8 |
|
|
* | * generic/tkButton.c (ButtonTextVarProc): reversed change below, | hobbs | 2000-08-23 | 1 | -8/+3 |
|
|