head	1.22;
access;
symbols
	tcllib-1-13:1.22
	tcllib-1-12:1.22
	tklib-0-5:1.22
	tcllib-1-11-1:1.21
	tcllib-1-11:1.19
	tklib-0-4-1:1.5
	tklib-0-4:1.5;
locks; strict;
comment	@# @;


1.22
date	2009.01.27.03.12.16;	author andreas_kupries;	state Exp;
branches;
next	1.21;

1.21
date	2008.12.01.23.37.16;	author hobbs;	state Exp;
branches;
next	1.20;

1.20
date	2008.11.04.16.51.18;	author patthoyts;	state Exp;
branches;
next	1.19;

1.19
date	2008.08.08.22.50.13;	author patthoyts;	state Exp;
branches;
next	1.18;

1.18
date	2008.07.14.22.55.18;	author hobbs;	state Exp;
branches;
next	1.17;

1.17
date	2008.07.14.22.53.02;	author hobbs;	state Exp;
branches;
next	1.16;

1.16
date	2008.03.12.20.41.05;	author hobbs;	state Exp;
branches;
next	1.15;

1.15
date	2007.10.31.23.04.32;	author hobbs;	state Exp;
branches;
next	1.14;

1.14
date	2007.10.31.18.48.12;	author hobbs;	state Exp;
branches;
next	1.13;

1.13
date	2007.09.22.19.36.05;	author patthoyts;	state Exp;
branches;
next	1.12;

1.12
date	2007.09.22.13.55.41;	author patthoyts;	state Exp;
branches;
next	1.11;

1.11
date	2007.05.18.19.28.21;	author hobbs;	state Exp;
branches;
next	1.10;

1.10
date	2007.02.07.16.31.08;	author patthoyts;	state Exp;
branches;
next	1.9;

1.9
date	2006.08.02.18.59.51;	author hobbs;	state Exp;
branches;
next	1.8;

1.8
date	2006.04.04.23.56.36;	author andreas_kupries;	state Exp;
branches;
next	1.7;

1.7
date	2005.11.22.00.55.07;	author hobbs;	state Exp;
branches;
next	1.6;

1.6
date	2005.11.10.18.25.48;	author andreas_kupries;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.07.18.52.36;	author andreas_kupries;	state Exp;
branches;
next	1.4;

1.4
date	2005.08.12.21.30.25;	author andreas_kupries;	state Exp;
branches;
next	1.3;

1.3
date	2005.08.11.23.18.12;	author hobbs;	state Exp;
branches;
next	1.2;

1.2
date	2005.04.29.21.22.14;	author andreas_kupries;	state Exp;
branches;
next	1.1;

1.1
date	2005.04.02.06.18.56;	author afaupell;	state Exp;
branches;
next	;


desc
@@


1.22
log
@Released and tagged Tklib 0.5
@
text
@2009-01-21  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.5 ========================
	* 

2008-12-01  Jeff Hobbs  <jeffh@@ActiveState.com>

	* tooltip.man, pkgIndex.tcl: Increment to 1.4.4
	* tooltip.tcl (::tooltip::register): Added support for multiple
	items in -item (now -items) for listbox and canvas items, to
	allow canvas tagOrIds that return multiple items.

2008-11-04  Pat Thoyts  <patthoyts@@users.sourceforge.net>

	* tooltip.tcl:  Added support for listbox items.
	* tooltip.man:
	* pkgIndex.tcl: Incremented to 1.4.3

2008-08-08  Pat Thoyts  <patthoyts@@users.sourceforge.net>

	* tooltip.tcl (::tooltip::tagTip): Cancel outstanding after events
	on tags when setting a new one to avoid visual glitches when
	moving the cursor across a set of tags (ie: tkchat userlist)

2008-07-14  Jeff Hobbs  <jeffh@@ActiveState.com>

	* pkgIndex.tcl: bump to 1.4.2. [Bug 2015992]
	* tooltip.tcl (::tooltip::enableTag, ::tooltip::enableCanvas):
	Protect bind enablers to only add themselves once.

2008-03-12  Jeff Hobbs  <jeffh@@ActiveState.com>

	* pkgIndex.tcl: bump to 1.4.1
	* tooltip.tcl (::tooltip::show): check window exists before any
	other ops. [Bug 1879622]

2007-10-31  Jeff Hobbs  <jeffh@@ActiveState.com>

	* tooltip.tcl (::tooltip::clear): Withdraw the tooltip if we clear
	the current contained item. [Bug 1547729]

	* tooltip.tcl: added fading (default on for Win32/Aqua) of tooltip
	* tooltip.man: instead of just withdraw. [Bug 1641071]

2007-09-22  Pat Thoyts  <patthoyts@@users.sourceforge.net>

	* tooltip.tcl (::tooltip::show): Left align the tooltip text
	* pkgIndex.tcl:                  (reported by Peter Caffin)
	* tooltip.man:                   Bumped to 1.4
	Generally improved the manual to fix bug #1800296.

2007-05-18  Jeff Hobbs  <jeffh@@ActiveState.com>

	* tooltip.man, pkgIndex.tcl: bumped version to 1.3
	* tooltip.tcl (::tooltip::show): Use late-binding msgcat (lazy
	translation) to support programs that allow on-the-fly l10n
	changes.  Requires msgcat package (Tk uses this already). (poser)

2007-02-07  Pat Thoyts  <patthoyts@@users.sourceforge.net>

	* tooltip.tcl:  Added support for tooltips on text widget tags
	                (useful for tkchat url links). Fixed menu tooltips.
	* tooltip.man:  Added documentation.
	* pkgIndex.tcl: Incremented version to 1.2

2006-08-02  Jeff Hobbs  <jeffh@@ActiveState.com>

	* tooltip.tcl (::tooltip::show): better handle boundary case
	considering Tk's odd multi-monitor screen dimension handling.
	AS bug 48498.

2006-03-31  Andreas Kupries <andreask@@activestate.com>

	* tipstack.tcl (::tipstack::clearsub): Superfluous argument to
	  call of 'clear' removed.

2005-11-21  Jeff Hobbs  <jeffh@@ActiveState.com>

	* tooltip.tcl (::tooltip::show): focus back to previous item, not
	the widget we are over.

2005-11-10  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4.1 ========================
	* 

2005-11-02  Andreas Kupries  <andreas_kupries@@users.sourceforge.net>

	*
	* Released and tagged Tklib 0.4 ========================
	* 

2005-08-12  Andreas Kupries <andreask@@activestate.com>

	* tooltip.man: Added module/title descriptions to the manpage.

2005-08-11  Jeff Hobbs  <jeffh@@ActiveState.com>

	* tooltip.tcl (::tooltip::show): prevent aqua help focus theft

2005-04-29  Andreas Kupries <andreask@@activestate.com>

	* tooltip.man: Fixed syntax errors in the documentation.

2005-04-02 Aaron Faupell <afaupell@@users.sourceforge.net>

	* initial import
@


1.21
log
@	* tooltip.man, pkgIndex.tcl: Increment to 1.4.4
	* tooltip.tcl (::tooltip::register): Added support for multiple
	items in -item (now -items) for listbox and canvas items, to
	allow canvas tagOrIds that return multiple items.
@
text
@d1 6
@


1.20
log
@Added support for tooltips on listbox items
@
text
@d1 7
@


1.19
log
@Cancel outstanding after events on tags when setting a new one to avoid visual glitches when moving the cursor across a set of tags (ie: tkchat userlist)
@
text
@d1 6
@


1.18
log
@note pkgIndex.tcl changed too
@
text
@d1 6
@


1.17
log
@	* tooltip.tcl (::tooltip::enableTag, ::tooltip::enableCanvas):
	Protect bind enablers to only add themselves once.
	bump to 1.4.2. [Bug 2015992]
@
text
@d3 1
a5 1
	bump to 1.4.2. [Bug 2015992]
@


1.16
log
@	* pkgIndex.tcl: bump to 1.4.1
	* tooltip.tcl (::tooltip::show): check window exists before any
	other ops. [Bug 1879622]
@
text
@d1 6
@


1.15
log
@	* tooltip.tcl (::tooltip::clear): Withdraw the tooltip if we clear
	the current contained item. [Bug 1547729]
@
text
@d1 6
@


1.14
log
@	* tooltip.tcl: added fading (default on for Win32/Aqua) of tooltip
	* tooltip.man: instead of just withdraw. [Bug 1641071]
@
text
@d3 3
@


1.13
log
@Generally improved the manual to fix bug #1800296.
@
text
@d1 5
@


1.12
log
@Left align the tooltip text (reported by Peter Caffin). Bumped version to 1.4
@
text
@d6 1
@


1.11
log
@	* tooltip.man, pkgIndex.tcl: bumped version to 1.3
	* tooltip.tcl (::tooltip::show): Use late-binding msgcat (lazy
	translation) to support programs that allow on-the-fly l10n
	changes.  Requires msgcat package (Tk uses this already). (poser)
@
text
@d1 6
@


1.10
log
@* tooltip.tcl:  Added support for tooltips on text widget tags
                (useful for tkchat url links). Fixed menu tooltips.
* tooltip.man:  Added documentation.
* pkgIndex.tcl: Incremented version to 1.2
@
text
@d1 7
@


1.9
log
@	* tooltip.tcl (::tooltip::show): better handle boundary case
	considering Tk's odd multi-monitor screen dimension handling.
	AS bug 48498.
@
text
@d1 7
@


1.8
log
@
	* tipstack.tcl (::tipstack::clearsub): Superfluous argument to
	  call of 'clear' removed.
@
text
@d1 6
@


1.7
log
@	* tooltip.tcl (::tooltip::show): focus back to previous item, not
	the widget we are over.
@
text
@d1 5
@


1.6
log
@Generated release 0.4.1. Tagged as well.
@
text
@d1 5
@


1.5
log
@Released and tagged Tklib 0.4.
@
text
@d1 6
@


1.4
log
@
	* tooltip.man: Added module/title descriptions to the manpage.
@
text
@d1 6
@


1.3
log
@	* tooltip.tcl (::tooltip::show): prevent aqua help focus theft
@
text
@d1 4
@


1.2
log
@
	* tooltip.man: Fixed syntax errors in the documentation.
@
text
@d1 4
@


1.1
log
@2005-04-02 Aaron Faupell <afaupell@@users.sourceforge.net>

        * initial import
@
text
@d1 4
@

