Tk

 view release on metacpan or  search on metacpan

Change.log  view on Meta::CPAN

	of header window. Add new sub-command ->header('height') which
	uses computed geometry based height of _all_ column headers.
	Use that to compute nearest info.
	Fixes snag reported by Petr Pajas <pajas@ufal.ms.mff.cuni.cz>

Change 2982 on 2003/11/02 by nick@llama

	Create common dialogs as child of toplevel not MainWindow
	which avoids spurious raise of MainWindow.
	Try using ->Popup in FBox's ->Show rather than centred.

Change 2981 on 2003/11/02 by nick@llama

	Add -lm if perl's Configure has found it.

Change 2980 on 2003/11/02 by nick@llama

	Steve's browseentry.t patch

Change 2979 on 2003/11/02 by nick@llama

	Enable transparency

Change 2978 on 2003/11/02 by nick@llama

	If site gets <Configure> event (size change etc.) need
	to update site info.  Thanks to Scott Smedley <scottie7@tpg.com.au>

Change 2977 on 2003/11/02 by nick@llama

	Tweaks for Ballon and DialogBox from "Michael Krause" <VKrauseM@web.de>

Change 2976 on 2003/11/02 by nick@llama

	Jack's Ballon pod too

Change 2975 on 2003/11/02 by nick@llama

	Improved Balloon.pm from "Jack" <goodcall1@hotmail.com>

Change 2974 on 2003/11/01 by nick@camel

	MANIFEST stuff

Change 2973 on 2003/11/01 by nick@camel

	Tweak icon stuff (still not working on XP?)
	Now entry selection range bug is fixed test needs to reflect 
	that.

Change 2972 on 2003/11/01 by nick@llama

	Naive copy/paste of old iconimage code

Change 2971 on 2003/11/01 by nick@llama

	Slaven's patch for Gedi.pl

Change 2970 on 2003/11/01 by nick@llama

	Fix -foreground on widgets which use Tk::Derived but
	inherit from a widget which has the option (e.g. ROText from Text)

Change 2969 on 2003/11/01 by nick@llama

	Tab focus fix - something is returning '' rather than undef now.

Change 2966 on 2003/10/28 by nick@llama

	Update change log

Change 2965 on 2003/10/28 by nick@llama

	Fix for spaces in HList entry name

Change 2964 on 2003/10/28 by nick@llama

	More Slaven/Steve patches

Change 2963 on 2003/10/28 by nick@llama

	Something almost quite unlike  Dan Rawson's <Daniel.Rawson@asml.com>
	patch for BrowseEntry button packing which should have same effect.

Change 2962 on 2003/10/28 by nick@llama

	Slaven's dialog box <Return> binding (Tk800 -like)

Change 2961 on 2003/10/28 by nick@llama

	Slaven's hlist with spaces test.

Change 2960 on 2003/10/28 by nick@llama

	Slaven's tied SV test and fix

Change 2959 on 2003/10/26 by nick@llama

	Steve's PNG Makefile.PL patch (RANLIB with spaces).

Change 2958 on 2003/10/26 by nick@llama

	Try some tuning from CPANPLUS fail reports

Change 2957 on 2003/10/26 by nick@llama

	When we are using real Xrm calls we need extra
	check these days that mainwindow still exists.

Change 2956 on 2003/10/26 by nick@llama

	LangDoCallback() as used by Entry's -validatecmd etc. was
	not assuming UTF-8 (Thanks to Petr Pajas <pajas@ufal.ms.mff.cuni.cz>
	once again for finding this.)

Change 2954 on 2003/10/26 by nick@llama

	More panic avoidance

Change 2953 on 2003/10/26 by nick@llama

Change.log  view on Meta::CPAN

	Debug hooks for magic

Change 2025 on 2000/09/29 by nick@pluto

	Correct string compare for menu names.

Change 2024 on 2000/09/29 by nick@pluto

	Another backtrace

Change 2023 on 2000/09/29 by nick@pluto

	Re-implement our (pTk's) "tidy" menu bars.

Change 2022 on 2000/09/29 by nick@pluto

	Copy in just-like-Tcl tkUnixMenu.c till we can figure
	out why merged version does not work.
	When menu button destroys MainWindow tail end of bind
	cannot reset result in non-existant interp.

Change 2021 on 2000/09/29 by nick@pluto

	Move wrappers on common dialogs to perl code.

Change 2020 on 2000/09/28 by nick@pluto

	Flesh out stub Tk_Tile routines so t/dash.t passes.

Change 2019 on 2000/09/28 by nick@pluto

	Reinstate returning only element of list as scalar value.

Change 2018 on 2000/09/28 by nick@pluto

	Major overhaul of Result handling
	 - Result is always a real scalar
	 - SetObjResult does what it says.
	 - GetObjResult gets current or new scalar.
	 - ResetResult free's the scalar so GetObjResult creates new.
	 - perl->Tcl makes copies to avoid pads, temp, and other weird things
	 - Tcl->perl calls ListObjGetElements in array context, but
	   always makes mortal copies.
	 - Other "result-ish" things now implemented in Tcl-ish manner
	   using above.

Change 2017 on 2000/09/28 by nick@pluto

	configure ordering issues

Change 2016 on 2000/09/28 by nick@pluto

	Loose obsolete Lang*() decls

Change 2015 on 2000/09/28 by nick@pluto

	Use Tcl_Obj * scheme rather than LangSaveResult().

Change 2014 on 2000/09/28 by nick@pluto

	Re-instate Tk::Derived in Tk::Menu's ISA (though why we did
	that is unclear).

Change 2013 on 2000/09/28 by nick@pluto

	Use Tcl_GetInt rather than coined Lang_GetStrInt for original
	Tcl behaviour.

Change 2012 on 2000/09/28 by nick@pluto

	Make Tcl_ListObjReplace match REFCNT assumptions in tkListbox.c

Change 2011 on 2000/09/28 by nick@pluto

	-menu is a TK_OPTION_WINDOW

Change 2010 on 2000/09/28 by nick@pluto

	Propagate wantarray-ness

Change 2009 on 2000/09/28 by nick@pluto

	Make Tcl_SetObjResult of element match REFCNT assumptions
	used elsewhere.

Change 2008 on 2000/09/28 by nick@pluto

	Use "Normal" Tcl style way of accessing result.

Change 2007 on 2000/09/27 by nick@pluto

	Re-instate options for -tile and -disabled tile in Canvas.

Change 2006 on 2000/09/27 by nick@pluto

	Entry not saving commands as Tcl_Obj
	Text's embedded widget forcing stringify of return widget.

Change 2005 on 2000/09/27 by nick@pluto

	Two tweaks : re-instate ListBox returning list for bbox.
	Auto-de-ref in LangTraceVar as we don't have special Configure
	support (yet?) for variables.
	Mostly working "make test"

Change 2004 on 2000/09/27 by nick@pluto

	More save Tcl_Obj issues in Entry and Scale
	Do not require blessing of callbacks.

Change 2003 on 2000/09/27 by nick@pluto

	Possible overkill using perl's magic vtable scheme
	to call Tcl's freeInternalRep.
	 - Maybe 'get' should call update string ?
	 - Maybe 'set' should not de-type the TclObj?

Change 2002 on 2000/09/27 by nick@pluto

	Use SvSetMagicSV() rather than sv_setsv() everywhere - we have more
	magicals about now...

Change 2001 on 2000/09/27 by nick@pluto

	Tcl_Obj not 'Var' in .h file

Change 2000 on 2000/09/27 by nick@pluto

	Make a copy of args for _LANG objv has pad, temps and other
	stuff.

Change 1999 on 2000/09/27 by nick@pluto

	Save Tcl_Obj for varName

Change 1998 on 2000/09/26 by nick@bactrian

	Copy data in convert to external!

Change 1997 on 2000/09/26 by nick@bactrian

	Update Xlib vtable to include XRectInRegion
	Copy Tcl's Tcl_StringMatch (glob-ish) to encGlue.c (glob-ish match used by fonts)

Change 1996 on 2000/09/26 by nick@pluto

	Allow refs in new style 'Var' glue.

Change 1995 on 2000/09/26 by nick@pluto

	Menus create and clone approximately correctly.
	Menubar display still a little suspect, and have removed
	Tk::Derived from Menu's ISA till we resolve -background => undef
	issue.

Change 1994 on 2000/09/26 by nick@pluto

	Loose "is dummy" warnings
	Fix gross REFCNT issue in new tkConfig code.

Change 1993 on 2000/09/26 by nick@bactrian

	Tcl_GetCommandInfo returns boolean (and used on widgets).

Change 1992 on 2000/09/25 by nick@pluto

	Script to test widgets by name

Change 1991 on 2000/09/25 by nick@pluto

	Honour clientData for 'menu' and such as passed by
	code in tkWindow.c or where-ever

Change 1990 on 2000/09/25 by nick@pluto

	Save the Tcl_Obj's for width/height

Change 1989 on 2000/09/25 by nick@pluto

	Restore list-ness of Photo and ->formats sub-method.

Change 1988 on 2000/09/25 by nick@pluto

	Missed files

Change 1987 on 2000/09/25 by nick@pluto

	Image objects from strings and channel binary via encoding.

Change 1986 on 2000/09/25 by nick@pluto

	Diags in Tk::Widget::new.
	Make Tcl_GetCommandInfo() work for loaded commands.

Change 1985 on 2000/09/25 by nick@pluto

	Use 'AllocFromObj' not 'GetFromObj' for Font and Cursor.

Change 1984 on 2000/09/25 by nick@pluto

	Better dummy encode routines

Change 1983 on 2000/09/25 by nick@pluto

	Sort out vtables so all extns pass t/Require.t

Change 1982 on 2000/09/25 by nick@pluto

	Basic button works. But:
	 - no universal '-class' for now
	 - Button's error recovery scheme shows major snag with current
	   ResultAv() scheme used by Tcl_GetObjResult.



( run in 0.330 second using v1.01-cache-2.11-cpan-d7a12ab2c7f )