summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use ${libdir} instead of ${exec_prefix}/lib. [Tcl bug 489370]mdejong2002-01-115-233/+250
* * unix/Makefile.in: Burn Tcl and Tk buildmdejong2002-01-112-15/+24
* Enable use of Tcl stubs when building Tk asmdejong2002-01-114-8/+29
* Fix the following bug: If you select an entry on a cascade menu (on Win32)drh2002-01-082-1/+22
* * generic/tkBind.c (TkBindFree):dgp2002-01-044-14/+21
* * test/winButton.test:hobbs2001-12-293-103/+146
* see ChangeLoghobbs2001-12-281-0/+30
* * win/tkWinWm.c (InitWindowClass): corrected init routines tohobbs2001-12-281-41/+56
* * win/tkWinDialog.c (Tk_MessageBoxObjCmd): use MessageBoxW forhobbs2001-12-281-7/+434
* * win/tkWinInt.h:hobbs2001-12-282-2/+64
* win/tkWinInit.c (TkpDisplayWarning): added Tcl_DStringFreeshobbs2001-12-281-1/+3
* * win/configure: regen'edhobbs2001-12-282-4/+4
* * library/text.tcl (tk::TextButton1): made text receive focus evenhobbs2001-12-281-2/+5
* * win/tkWinInit.c (TkpDisplayWarning): Use MessageBoxW in case thehobbs2001-12-282-2/+14
* * generic/tkButton.c (ButtonTextVarProc): guard against beinghobbs2001-12-282-5/+30
* * mac/mac/tkMacInit.c:das2001-12-275-42/+43
* * library/entry.tcl:hobbs2001-12-273-241/+130
* Fix date in entry.mdejong2001-12-201-1/+1
* * unix/configure: Regen.mdejong2001-12-203-5/+10
* * unix/configure: Regen.mdejong2001-12-193-110/+168
* * unix/configure: Regen.mdejong2001-12-193-7/+23
* * unix/Makefile.in:mdejong2001-12-193-4/+10
* * Corrected test thatdgp2001-12-192-3/+8
* corrected spin(up|down) -> button(up|down)hobbs2001-12-181-3/+3
* Added code to guess the correct default extension from whatever valuedkf2001-12-143-8/+41
* (TkWmStackorderToplevelWrapperMap): added statichobbs2001-12-131-2/+3
* Added panic in TkPutImage in case of failure to allocate bitmapchengyemao2001-12-071-2/+4
* Added panic in ImgPhotoInstanceSetSize in case of failure to get pixmapchengyemao2001-12-071-1/+5
* Added panic to TkPutImage in case of failure to allocate bitmapchengyemao2001-12-071-1/+5
* * generic/tkText.c:hobbs2001-12-053-20/+26
* * mac/tkMacWm.c: mac implementation of wm stackorderdas2001-12-052-5/+232
* Add TK patch 481148 to implement TIP 74, themdejong2001-12-0410-18/+866
* no messagedavygrvy2001-12-031-0/+5
* install target changes by request from Ryan Casey <scfiead@hotmail.com>.davygrvy2001-12-031-26/+15
* More widget demo improvements.dkf2001-11-302-13/+50
* D'oh! Forgot part of the changelog entry...dkf2001-11-291-1/+2
* Made tk_setPalette guess a reasonable default for the foreground colour.dkf2001-11-292-3/+17
* no messagedavygrvy2001-11-281-0/+5
* Fixed CAT32 target. cat.c is located in the Tcl source, not the Tk source.davygrvy2001-11-281-2/+2
* When a menu is torn off, a new "clone" menu is created which is an exactdrh2001-11-272-2/+9
* Change the behavior of menus on windows to be more consistent with nativedrh2001-11-272-2/+15
* * unix/Makefile.in: Add comments to better describemdejong2001-11-253-8/+46
* * win/configure: Regen.mdejong2001-11-254-24/+39
* Fix up some non-standard ChangeLog entires.mdejong2001-11-251-7/+7
* ** upport to 8.4 of mac code changes for 8.3.3 & various newdas2001-11-2345-4879/+4688
* added static to TextGetText and popStack func definitionshobbs2001-11-211-3/+3
* (DestroyText): plugged mem leak when not clearing stack (callewaert)hobbs2001-11-212-8/+15
* * generic/tkText.c (TextGetText): reworked to use DString forhobbs2001-11-201-54/+58
* Some neatening up of the widget demo launcher, and a new validated entry demodkf2001-11-193-109/+264
* * win/tkWinButton.c (TkpComputeButtonGeometry): corrected thehobbs2001-11-174-107/+249