summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bug where adjacent 'x' and '^' where not handled properly.pspjuth2001-08-221-3/+11
* generic/tkPack.c (TkParsePadAmount): added lint init for sepChar.hobbs2001-08-221-2/+2
* Objectified grid and pack commands.pspjuth2001-08-214-542/+554
* TkGetWindowFromObj was useless CPU waster; now caches window names *safely*dkf2001-08-213-17/+115
* Grid configure rejected initial "x" and "^". [Bug #418664]pspjuth2001-08-181-2/+3
* The selection highlighting of text objects in the canvas widgetdrh2001-08-171-4/+4
* Fixed a stupid error that's been in there for ages...dkf2001-08-171-6/+7
* Register Tk's object types with Tcl (Tcl Bug 450545)dkf2001-08-1510-37/+89
* *Bumped up patchlevel to 8.4a4 to distinguishdgp2001-08-081-3/+3
* * TIP 44 changes specific to the Mac anddgp2001-08-062-8/+9
* Merged changes from feature branch dgp-privates-into-namespace,dgp2001-08-012-10/+10
* * generic/default.h: Include tkWinDefault.hmdejong2001-07-241-2/+3
* 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