summaryrefslogtreecommitdiffstats
path: root/generic
Commit message (Expand)AuthorAgeFilesLines
...
* Fixed a small mistake in previous checkin.pspjuth2003-09-181-5/+6
* Implementation of TIP#147, "Make Grid's Column/Row Configure Easier".pspjuth2003-09-181-110/+170
* * generic/tkImage.c: Stopped [image create] from generating andgp2003-09-171-4/+7
* Reworked a part of grid's geometry computationspspjuth2003-09-161-20/+86
* * doc/wish.1: Implementation of TIPs 137/151.dgp2003-09-051-23/+43
* Removed unused variable [Bug 664783]dkf2003-08-271-3/+2
* Use Tcl_Obj-based interfaces for working with user-supplied font maps.dkf2003-08-201-27/+24
* * generic/tkPanedWindow.c(PanedWindowWorldChanged):jenglish2003-08-191-2/+3
* Faster color data parsing code for the [$photo put] subcommand.dkf2003-08-151-21/+52
* * generic/tkEvent.c (Tk_HandleEvent): correct XCreateIC call forhobbs2003-07-191-3/+12
* MacOSX native dialogvincentdarley2003-07-181-2/+2
* MacOSX fixesvincentdarley2003-07-181-2/+2
* Fix for [Bug 702230], and an evil bug it is too!dkf2003-07-181-1/+9
* Try harder to avoid zero-length malloc()s... [Bug 404421]dkf2003-07-171-25/+38
* Rearranged code in ImgPhotoCmd to not use confusing fallthroughs in switches.dkf2003-07-171-28/+19
* * 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
* * generic/tkTextDisp.c (DisplayText): correct use of textPtr datahobbs2003-07-071-6/+3
* Fixed [Bug 749353] by making the removal of masters from the global image tabledkf2003-07-071-7/+21
* fix to menu clone deletion bugvincentdarley2003-05-303-71/+164
* 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