summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* The code for generating postscript of a bitmap image was apparently neverdrh2001-07-141-46/+140
* * tests/canvas.test:hobbs2001-07-041-13/+8
* * generic/tkEntry.c: corrected missing Tcl_Release that causedhobbs2001-07-032-28/+52
* * generic/tkCanvArc.c:hobbs2001-07-037-279/+266
* * generic/tkImgGIF.c (Mgetc): corrected screwy use of ternaryhobbs2001-07-031-2/+3
* * generic/tkWindow.c (Tk_DestroyWindow): changed to usehobbs2001-07-031-7/+7
* * library/console.tcl:hobbs2001-07-032-18/+104
* * generic/tkEntry.c (DestroyEntry): used Tcl_EventuallyFreehobbs2001-07-021-4/+6
* Upgraded frame to use the newer TK_OPTIONpspjuth2001-05-282-136/+235
* * doc/TkInitStubs.3:hobbs2001-05-222-5/+5
* implement TIP11, -compound option for menubutton widgettmh2001-05-212-2/+27
* Better handling of when image creation nukes the main window so nowdkf2001-04-121-3/+8
* * generic/tkMenu.c (TkInvokeMenu): checked for menu deletionhobbs2001-04-031-7/+13
* * tests/listbox.test: added test listbox-27.1, delete duringhobbs2001-04-031-14/+17
* * tests/entry.test: added tests entry-20.*, delete during widgethobbs2001-04-031-11/+53
* * tests/canvas.test: test of canvas delete during eventhobbs2001-04-031-18/+19
* * generic/tkImgPhoto.c (ImgPhotoCmd): corrected the src and desthobbs2001-04-031-2/+2
* * generic/tk.h:hobbs2001-04-021-4/+4
* * generic/tkImage.c (Tk_ImageObjCmd, EventuallyDeleteImage):hobbs2001-03-301-5/+6
* * tests/bind.test (bind-22.18):hobbs2001-03-301-4/+10
* * tests/canvas.test: added test case to check obj conversionhobbs2001-03-301-4/+74
* Asymmetric padding in "pack" and "grid" geometry managersdrh2001-02-122-87/+206
* * generic/tkObj.c (SetMMFromAny): Added ability to recognizehobbs2000-12-131-47/+55
* A better fix for #120819 (all it needed was some Tcl_Preserve()s)dkf2000-11-291-9/+40
* Backed out previous change (except for test for bug.)dkf2000-11-281-13/+1
* Fixed bug #120819 by prohibiting images from starting with a period;dkf2000-11-231-1/+13
* Overall change: Implemented TIP 5, which exportsericm2000-11-2224-122/+166
* Added TkPhotoGetValidRegion() to tkInt stubs. Bug #120930 closed.dkf2000-11-214-4/+48
* added comments about Tcl_SetMainLoop call effectshobbs2000-11-031-1/+9
* * generic/tkWindow.c (Initialize): added call to Tcl_SetMainLoop.hobbs2000-11-031-1/+3
* Added type cast to (ClientData) for &CustomOption in option tests.ericm2000-10-301-3/+3
* * win/tkWinDraw.c (RenderObject): Applied patch from [Bug: 6368],ericm2000-10-241-6/+6
* Added comment marking "new in 8.4a2" declsericm2000-10-211-1/+3
* * generic/tkConfig.c (Tk_InitOptions): Addedericm2000-10-121-1/+10
* * generic/tkCmds.c (Tk_WinfoObjCmd): Added check forericm2000-10-056-17/+133
* * doc/MaintGeom.3: Noted that Tk_MaintainGeometry handles directericm2000-10-051-1/+30
* * generic/tkButton.c (ConfigureButton): Added tests for -compoundericm2000-10-011-3/+7
* * doc/SetOptions.3: Added note that restoreProc and freeProc mayericm2000-10-011-4/+6
* Fix bitmaps so that the same bitmap will not be useddrh2000-09-301-7/+12
* * generic/tkTest.c: Fixed tests to use updated API.ericm2000-09-293-21/+28
* * generic/tk.h: Added declaration of Tk_ObjCustomOption structure,ericm2000-09-173-5/+226
* * doc/HWNDToWindow.3:ericm2000-09-072-14/+2
* * generic/tkPlatDecls.h: Added #include <windows.h> for Windows,ericm2000-09-061-1/+6
* * README:hobbs2000-09-061-3/+3
* * generic/tkGrab.c (Tk_GrabObjCmd): changed len arg from size_t tohobbs2000-09-061-2/+2
* * generic/tkMessage.c (MessageWidgetObjCmd): initialized result tohobbs2000-09-061-2/+3
* * win/makefile.vc (install-libraries):ericm2000-09-021-2/+8
* * generic/tkButton.c (ButtonTextVarProc): reversed change below,hobbs2000-08-231-8/+3
* * generic/tkButton.c (ButtonTextVarProc): changed order ofhobbs2000-08-231-3/+8
* Comment correction.ericm2000-08-211-3/+3