incoming sexiness... links, file paths, email addresses found in text
authorraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jul 2012 14:44:43 +0000 (14:44 +0000)
committerraster <raster@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Wed, 4 Jul 2012 14:44:43 +0000 (14:44 +0000)
commit30a9b0d92c030dabd698a7906779b90719b87643
treebf406da3f12976b01481623514b9338f90a2930b
parentfb96f76451981305811d2ecb6bfb6f107f92adc1
incoming sexiness... links, file paths, email addresses found in text
on mousover. highlight with a subtley animated underline and on
click.. do something sensible. the inline handler is the sexiest of
all. try local file pahts for now (full paths). as they work best.
remote urls for video files SHOULd work if they have http:// etc.
before them - no adjusting of loose ones. u may want to look at the
helpers config panel. internal handling of remote urls for media
doesnt download currently. still needs to be done. anyway. enjoy!

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/terminology@73288 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
19 files changed:
data/themes/default.edc
data/themes/images/Makefile.am
data/themes/images/lk_bottom.png [new file with mode: 0644]
data/themes/images/lk_left.png [new file with mode: 0644]
data/themes/images/lk_right.png [new file with mode: 0644]
data/themes/images/pm_fill.png [new file with mode: 0644]
data/themes/images/pm_overlay.png [new file with mode: 0644]
data/themes/images/pm_shadow.png [new file with mode: 0644]
src/bin/Makefile.am
src/bin/config.c
src/bin/config.h
src/bin/main.c
src/bin/media.c
src/bin/media.h
src/bin/options.c
src/bin/options_helpers.c [new file with mode: 0644]
src/bin/options_helpers.h [new file with mode: 0644]
src/bin/termio.c
src/bin/termio.h