summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
* text widget cleanup fixvincentdarley2003-05-274-41/+55
* The panedwindow widget now sizes right around unmapped windows. [Bug 738143]dkf2003-05-211-3/+10
* D'oh! Zero and one are not the same thing...dkf2003-05-211-138/+160
* Fixed test suite breakage that I inadvertently introduced [Bug 739965]dkf2003-05-191-21/+28
* Stopped warnings about signed/unsigned and strncmp() and added missing forwar...dkf2003-05-193-86/+128
* tip 113 implementationvincentdarley2003-05-1915-2502/+3652
* * generic/tkCanvPoly.c (PolygonToPostscript):hobbs2003-05-111-3/+6
* Stop deleted images from showing up in the various [image *] operations.dkf2003-05-081-2/+37
* * generic/tkButton.h: Rewrote the handlinghobbs2003-04-262-18/+28
* * generic/tkCanvBmap.c: s/CreateBitmap/TkcCreateBitmap as Windowshobbs2003-04-181-5/+5
* * generic/tkCursor.c: s/GetCursor/TkcGetCursor as Windows has ahobbs2003-04-181-7/+7
* * generic/tkBind.c (TkpGetBindingXEvent): Add helper methodmdejong2003-04-142-3/+31
* * generic/tkGrid.c (GridStructureProc, ConfigureSlaves):mdejong2003-03-123-96/+141
* TIP#116 implementation. Docs still to come, tests will never be done becausedkf2003-03-067-76/+277
* * README: Bumped version number ofdgp2003-03-041-8/+8
* 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
* * generic/tkFrame.c (CreateFrame): throw a Tcl error instead of ahobbs2003-01-031-4/+10
* ANSI unfriendly typedef for TkTextBTree repaired for C++ compilers.davygrvy2002-12-271-2/+2
* * generic/tkMain.c (Tk_Main): Call on Tcl*StartupScript*() routinesdgp2002-12-131-11/+10
* * generic/tkEntry.c (ConfigureEntry): keep a flag to indicate whenhobbs2002-12-091-8/+16
* * generic/tkInt.decls: add TkWinSetHINSTANCE declhobbs2002-12-083-3/+17
* * tests/textDisp.test:hobbs2002-11-221-24/+35
* * generic/tkWindow.c (Tk_DestroyWindow,mdejong2002-11-141-28/+122
* place info did not return all settings,pspjuth2002-11-071-18/+10
* * tests/imgPhoto.test:hobbs2002-10-181-7/+15
* The grid size was not updated properlypspjuth2002-10-101-8/+3
* * generic/tkCanvPs.c (TkImageGetColor): corrected bogus use ofhobbs2002-10-101-12/+28
* * tests/canvPs.test: tests for canvas embedded window ps generationhobbs2002-10-103-37/+38
* * generic/tk.h: Added reminder comment to editdgp2002-10-091-1/+3