Tooltips are now uber cool!
authorGustavo Sverzut Barbieri <barbieri@gmail.com>
Sun, 12 Sep 2010 17:24:45 +0000 (17:24 +0000)
committerGustavo Sverzut Barbieri <barbieri@gmail.com>
Sun, 12 Sep 2010 17:24:45 +0000 (17:24 +0000)
commit789cc89d6fdd85a322d4bb74a2236bf073bec3cb
treefda2dce441130adc1a4fbb0e08bdbfedf73fb586
parent5a4ce348fb5a037d84b118d1041d128c87e68156
Tooltips are now uber cool!

I always wished tooltips would be less boring, and so we have them all
fancy and nice :-)

 * tooltip theme can request a timeout before hiding. This means we
   can fade out the tooltips nicely.

 * tooltip theme get enough information to track its origin. The
   current theme will show a small tip where it was created, and
   dynamically follows it. The graphics kinda suck, but I tried to
   achieve a cartoon-like buble using Inkscape.

 * label style is set to "tooltip". I'm providing a default with
   dark-gray text and 8 as size.

SVN revision: 52166
12 files changed:
data/themes/Makefile.am
data/themes/default.edc
data/themes/tooltip-base.png [new file with mode: 0644]
data/themes/tooltip-corner-bottom-left-tip.png [new file with mode: 0644]
data/themes/tooltip-corner-bottom-right-tip.png [new file with mode: 0644]
data/themes/tooltip-corner-top-left-tip.png [new file with mode: 0644]
data/themes/tooltip-corner-top-right-tip.png [new file with mode: 0644]
data/themes/tooltip-edge-bottom-tip.png [new file with mode: 0644]
data/themes/tooltip-edge-left-tip.png [new file with mode: 0644]
data/themes/tooltip-edge-right-tip.png [new file with mode: 0644]
data/themes/tooltip-edge-top-tip.png [new file with mode: 0644]
src/lib/els_tooltip.c