fix some min size calc issues.
authorCarsten Haitzler <raster@rasterman.com>
Wed, 11 Feb 2009 11:49:43 +0000 (11:49 +0000)
committerCarsten Haitzler <raster@rasterman.com>
Wed, 11 Feb 2009 11:49:43 +0000 (11:49 +0000)
commitea5c569128ccf5c359aeaeed6377f98a8d958e0c
treec7fbe78084a4e96a0623502a8b3a484e49b199ea
parent718c188c825aae958f494f3c41b7f7201aa91047
fix some min size calc issues.
fix some theme size calc issues
make all widgets able to... do finger size! this way a ui can be tweaked with
1 value (finger size) if it is to be finger or mouse/stylus driven. and it
was so simple to add in.
work on genlist - beginning to display items and scroll.

SVN revision: 38995
13 files changed:
data/themes/default.edc
src/bin/test.c
src/lib/Elementary.h.in
src/lib/elm_button.c
src/lib/elm_clock.c
src/lib/elm_genlist.c
src/lib/elm_list.c
src/lib/elm_main.c
src/lib/elm_photo.c
src/lib/elm_priv.h
src/lib/elm_slider.c
src/lib/elm_toggle.c
src/lib/elm_toolbar.c