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 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200
|
2024-07-18 Harald Oehlmann <harald.oehlmann@elmicron.de>
* pkgIndex.tcl: Bumped the tooltip version number to 2.0.0.
* tooltip.man: Removed msgcat information
* tooltip.tcl: Removed all msgcat code and options -namespace,
-msgargs and -infoargs. The implemented late binding is not
possible, if the creation command is called from an oo class
or method. See Ticket
[https://core.tcl-lang.org/tklib/info/6e85abae9e49281b]
2024-06-26 Csaba Nemethi <csaba.nemethi@t-online.de>
* pkgIndex.tcl: Bumped the tooltip version number to 1.8.2.
* tooltip.man:
* tooltip.tcl: Fixed a few bugs related to "option add" and the proc
tooltip::configure; bumped the version number to 1.8.2.
2024-05-23 Andreas Kupries <andreas.kupries@gmail.com>
* Bumped to version 1.8. Support images and additional info text.
Ticket [https://core.tcl-lang.org/tklib/tktview/803a13c9f0].
Patch by Rene Zaumseil.
* Evaluate msgcat in the callers namespace. New options
-namespace, -msgargs, infoargs to specify the namespace and the
arguments to the msgcat::mc call. Patch by Harald Oehlmann
Ticket [https://core.tcl-lang.org/tklib/info/3300362fffffffff].
2024-05-22 Andreas Kupries <andreas.kupries@gmail.com>
* Bumped to version 1.7.1. Bail if widget goes away during early
idletasks in `show`. Ticket [https://core.tcl-lang.org/tklib/tktview/ff46309014].
Patch by Emmanuel Frecon.
2024-05-05 Csaba Nemethi <csaba.nemethi@t-online.de>
* pkgIndex.tcl: Bumped the tooltip version number to 1.7.
* tooltip.tcl: Added support for ttk::treeview column headings (based
* tooltip.man: on a patch submitted by Mathias Kende); bumped the
version number to 1.7 (fix for ticket [2895994fff]).
2022-08-22 Csaba Nemethi <csaba.nemethi@t-online.de>
* pkgIndex.tcl: Bumped the tooltip version number to 1.6.
* tooltip.tcl: Added support for ttk::notebook tabs; several further
improvements; bumped the version number to 1.6.
* tooltip.man: Documented the "-tab" option and added an example for
it; extended the description of the "configure"
subcommand; several further improvements; bumped the
version number to 1.6.
2022-05-20 Emiliano Gavilan <emilianogavilan@gmail.com>
* tooltip.tcl, tooltip.man, tooltip.html: Add configure command.
* pkgIndex.tcl: Bump the version number to 1.5.
2021-11-30 Csaba Nemethi <csaba.nemethi@t-online.de>
* tooltip.tcl, tooltip.man: Minor improvements.
2021-11-27 Csaba Nemethi <csaba.nemethi@t-online.de>
* pkgIndex.tcl: Bumped the tooltip version number to 1.4.7.
* tooltip.tcl: Made sure that the "clear" subcommand will work for
widgets having spaces in their names, too; several
further improvements; bumped the version number to
1.4.7.
* tooltip.man: Corrected the description of the "clear" subcommand;
several further improvements; bumped the version number
to 1.4.7.
2020-02-09 0.7 <andreas_kupries@users.sourceforge.net>
*
* Released and tagged Tklib 0.7 ========================
*
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
|