2013-08-09 Cedric Bail
- * Add support for URL in Elm_Image.
+ * Add support for URL in Elm_Image with the following new smart callback :
+ "download,start", "download,progress", "download,done", "download,error".
2013-08-10 ChunEon Park (Hermet)
2013-08-11 Daniel Juyung Seo (SeoZ)
* Win Focus: Added elm_win_focus_highlight_animate_set/get().
+
+2013-08-12 Cedric Bail
+
+ * Add URL support to Elm_Photocam with the same callback as URL suport in Elm_Image.
* Move cursor when mouse moves with longpress.
* Show magnifier when selection handlers are pressed or moved.
* Change the method to calculate a distance which be scrolled from linear to sine curve.
- * Add support for URL in Elm_Image.
+ * Add support for URL in Elm_Image and Elm_Photocam.
Fixes:
* Now elm_datetime_field_limit_set() can set year limits wihtout problems.