summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* * README: Bumped patch level to 8.4.6 to distinguishdgp2003-12-031-3/+3
* * generic/tkMenu.c (MenuVarProc): prevent this from triggeringhobbs2003-12-031-5/+13
* * generic/tkMenubutton.h: fixed compound menubutton handling likehobbs2003-11-172-18/+30
* * generic/tkButton.c (ConfigureButton): abort option processing ifhobbs2003-11-121-1/+8
* * generic/tkMenuDraw.c (TkPostSubmenu): add {} around menu name inhobbs2003-11-121-3/+3
* * generic/tkListbox.c (ListboxDeleteSubCmd, ListboxListVarProc):hobbs2003-11-111-3/+4
* * generic/tkImgPhoto.c (ImgPhotoBlendComplexAlpha): add alphahobbs2003-11-111-16/+259
* * generic/tkInt.h: move TkGetOptionSpec to stubs intDeclshobbs2003-10-134-7/+18
* * README: Bumped to patch level 8.4.5dgp2003-10-031-3/+3
* * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-4/+7
* * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-191-2/+3
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-191-3/+12
* Fix for [Bug 702230], and what an evil bug that is!dkf2003-07-181-1/+9
* Panedwindow fixes that make things behave right in complex geometry cases.dkf2003-07-171-3/+10
* Try harder to avoid zero-length mallocs()... [Bug 404421]dkf2003-07-171-25/+38
* I prefer direct return from switch processing; simpler to understand.dkf2003-07-171-19/+16
* * generic/tkPack.c (ConfigureSlaves): silence compiler warningdgp2003-07-171-2/+2
* * generic/tkPanedWindow.c (ArrangePanes): Ensure that the last panehobbs2003-07-171-3/+9
* Make sure all options can be setpspjuth2003-07-161-2/+5
* * generic/tkWindow.c (Initialize): do not free uninit'ed dstring.hobbs2003-07-161-2/+1
* * README: Bumped patchlevel to 8.4.4 in preparationdgp2003-07-151-3/+3
* menu clone cleanup bug fixvincentdarley2003-07-153-71/+164
* Backported fix for [Bug 749353]dkf2003-07-071-7/+20
* Bumped version to 8.4.3hobbs2003-05-151-3/+3
* * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-3/+6
* * generic/tkButton.h: Rewrote the handlinghobbs2003-04-262-18/+28
* * generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has ahobbs2003-04-181-7/+7
* * generic/tkCanvBmap.c: s/CreateBitmap/TkcCreateBitmap as Windowshobbs2003-04-181-5/+5
* Make all %-expansions generate ?? when their event doesn't have the rightdkf2003-02-281-57/+92
* * generic/tkMenu.c (TkMenuCleanup): make sure to reset statichobbs2003-02-261-2/+30
* * generic/tkListbox.c (ListboxSelectionSubCmd):hobbs2003-02-251-11/+15
* * generic/tkEntry.c (SpinboxWidgetObjCmd, EntryWidgetObjCmd):hobbs2003-02-251-13/+14
* Use the panedwindow's depth, not the screen's default depth. [Bug #671122]dkf2003-02-211-5/+3
* * tests/panedwindow.test:hobbs2003-02-211-3/+6
* Fixed calculation of the last slave'spspjuth2003-02-201-5/+3
* Removed pointless static variable ZeroDataBlock from tkImgGIF.c [Bug #664788]dkf2003-02-201-5/+1
* (EntrySetValue): removed unused code var. [Bug #664781]hobbs2003-02-181-3/+3
* (TkPostscriptImage): remove unused depth var. [Bug #664787]hobbs2003-02-181-3/+2
* (TextWidgetCmd): remove unused lastEnd var. [Bug #664790]hobbs2003-02-181-4/+3
* * generic/tkImgGIF.c (FileReadGIF): Ensure that the trashBuffer isdkf2003-02-181-9/+13
* * generic/tkEvent.c (Tk_HandleEvent): Fixup buttonmdejong2003-02-182-3/+20
* * README: Bumped to 8.4.2.hobbs2003-02-151-3/+3
* * generic/tkCanvArc.c (CreateArc): Rework canvas create itemhobbs2003-02-099-366/+355
* Moved 'deletionEpoch' field from TkDisplay to TkMainInfo.jenglish2003-01-283-57/+61
* * generic/tkImage.c (Tk_ImageObjCmd): Added check to make suredkf2003-01-225-5/+76
* * generic/tkImage.c (DeleteImage): delete the image's entry in thehobbs2003-01-191-4/+2
* Increase the size of the clipping box for lines in bug #663981 so thatdrh2003-01-171-11/+20
* * generic/tkSelect.c (Tk_CreateSelHandler):jenglish2003-01-141-4/+5
* Use explicit "static int" type, not implicit "static".dgp2003-01-091-2/+2
* Implement Cohen-Sutherland polygon clipping for long lines in the canvas widgetdrh2003-01-083-13/+285