efl/src/lib/evas/canvas
Daniel Juyung Seo 20ff3f1bd2 evas_object_image.c/Evas.h: Added Eo apis for image preload.
1. Added evas_obj_image_preload_begin/cancel APIs.
2. Removed evas_obj_image_preload. This accepts 'cancel' as a parameter and it's so confusing to developers.
3. No ChangeLog/NEWS for this change because Eo APIs were not released yet.
4. Discussed with Raster.
5. It's encouraged to use elm_image however. elm_image has elm_image_preload_disabled_set() API.
2013-04-02 22:00:55 +09:00
..
common_interfaces.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_async_events.c efl: use HAVE_FCNTL around call to fcntl. 2013-03-10 23:10:27 +09:00
evas_callbacks.c protect against a whole bunch of NULLS that the new eo stuff brings out. 2012-11-12 02:22:39 +00:00
evas_clip.c evas: use Eina_Cow a lot more and we are closer to the memory size of 1.7. 2013-03-13 14:35:25 +09:00
evas_common_interface.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_data.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_device.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_events.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_focus.c evas evas_focus.c: simplified the source. 2013-03-10 00:40:33 +09:00
evas_font_dir.c evas: less warning when disabling fontconfig. 2013-03-12 17:07:50 +09:00
evas_gl.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_key.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_key_grab.c evas - Re: [E-devel] [PATCH] [EVAS] evas_object_key_grab add check for same modifiers 2012-11-23 15:30:38 +00:00
evas_layer.c evas: use Eina_Cow a lot more and we are closer to the memory size of 1.7. 2013-03-13 14:35:25 +09:00
evas_main.c evas: forgotten destruction of Eina_Cow pool for objects state. 2013-04-01 18:39:29 +09:00
evas_map.c evas: use Eina_Cow a lot more and we are closer to the memory size of 1.7. 2013-03-13 14:35:25 +09:00
evas_name.c evas: protect dead memory access. 2013-02-19 19:16:58 +09:00
evas_object_box.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_object_grid.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_object_image.c evas_object_image.c/Evas.h: Added Eo apis for image preload. 2013-04-02 22:00:55 +09:00
evas_object_inform.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_object_intercept.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_object_line.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_object_main.c eina: make it possible to disable Eina_Cow GC at instantiation time. 2013-04-02 17:11:05 +09:00
evas_object_polygon.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_object_rectangle.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_object_smart.c evas_object_smart.c: internal comment++. 2013-04-01 20:57:57 +09:00
evas_object_smart_clipped.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_object_table.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_object_text.c Evas text: Add apparently important NULL checks. 2013-03-26 11:09:58 +00:00
evas_object_textblock.c warn-- 2013-03-28 20:13:40 +09:00
evas_object_textgrid.c Change usage of eo_do_super to the new prototype. 2013-03-18 16:14:18 +00:00
evas_rectangle.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_render.c evas_render.c: added EINA_UNUSED for unused parameter. 2013-04-02 22:00:55 +09:00
evas_smart.c Some KlocWork fixes. 2012-12-05 06:25:49 +00:00
evas_stack.c evas: use Eina_Cow a lot more and we are closer to the memory size of 1.7. 2013-03-13 14:35:25 +09:00
evas_stats.c merge: and now Evas 2012-11-04 11:51:42 +00:00
evas_touch_point.c merge: and now Evas 2012-11-04 11:51:42 +00:00