Elm_Photo:
authorJonathan Atton <jonathan.atton@gmail.com>
Wed, 14 Jul 2010 14:48:21 +0000 (14:48 +0000)
committerJonathan Atton <jonathan.atton@gmail.com>
Wed, 14 Jul 2010 14:48:21 +0000 (14:48 +0000)
commitf027ce3cf9765e913f5e7bb6dd26fdcdd09f2652
treef8c957cc257c5475724d7c31141f34cf65a8bffc
parent38c3ec448bcccd0d7e625bb5a7d6051f405d8ff2
Elm_Photo:
 - Add a way to display a photo by keeping the ratio AND the theme can display something around the photo (border ...). The way I use is maybe a bit crappy (embryo, offset ...) but I do not know a better way.
 - Add a new style (with a shadow). The default style has no changes
 If you do not like my way, revert the commit and commit your way :)

Elm_Slideshow:
 - Use elm_photo in the test
 - Add a black background

SVN revision: 50248
13 files changed:
data/images/Makefile.am
data/images/mystrale.jpg [new file with mode: 0644]
data/images/mystrale_2.jpg [new file with mode: 0644]
data/themes/Makefile.am
data/themes/black.png [new file with mode: 0644]
data/themes/default.edc
data/themes/shadow.png [new file with mode: 0644]
src/bin/test_photo.c
src/bin/test_slideshow.c
src/lib/Elementary.h.in
src/lib/elm_photo.c
src/lib/els_icon.c
src/lib/els_icon.h