1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122
|
2016-11-24 Arjen Markus <arjenmarkus@users.sourceforge.net>
* tooltip.tcl: Updated one of the error messages (the new option -- was missing)
2016-11-24 Arjen Markus <arjenmarkus@users.sourceforge.net>
* tooltip.man, pkgIndex.tcl: Increment to 1.4.6
* tooltip.tcl, tooltip.man: Apply patch by stwo to allow tooltips starting with a minus sign (ticket 3106443)
2013-03-25 Andreas Kupries <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.6 ========================
*
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
|