summaryrefslogtreecommitdiff
path: root/src/lib/elm_image.c
Commit message (Expand)AuthorAgeFilesLines
* Elm_image: remove Elm_Image_Orient and orient property from EO.HEADmasterJi-Youn Park2016-03-241-3/+15
* Elm_image: move preload_disabled API from eo to legacy.Ji-Youn Park2016-03-241-22/+26
* Elm_image: remove elm_image_fill_outside_getJi-Youn Park2016-03-241-14/+20
* Elm_Image: remove Elm.Image.scale property. use the Elm.Widget.scale.Ji-Youn Park2016-03-231-16/+34
* image: remove duplicate _elm_image_internal_sizing_eval callMinkyu Kang2016-03-221-2/+0
* elm_image: fix build warningJi-Youn Park2016-03-221-16/+0
* elm_image: remove elm_image_memfile_set api from eo API.Ji-Youn Park2016-03-221-63/+67
* Evas.Draggable_Interface: move editable_set/get to lecacy APIJi-Youn Park2016-03-191-2/+15
* Elm.Image: Improve error message after load failureJean-Philippe Andre2016-03-171-43/+40
* Elm.Image: Adapt to recent changes in Efl.ImageJean-Philippe Andre2016-03-151-16/+14
* Revert "Automatic migration to the new eo_add syntax."Tom Hacohen2016-03-111-2/+1
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-1/+2
* image: fix the wrong return valueMinkyu Kang2016-03-041-1/+1
* Automatic migration to Eo4.Tom Hacohen2016-03-031-53/+50
* image: remove EINA_UNUSEDMinkyu Kang2016-02-291-1/+1
* elm_image: fix wrong API call for scalingMinkyu Kang2016-02-231-1/+1
* Elm Image: fix usage of animated gif on the same image object more than one timeDave Andreoli2016-01-251-0/+7
* Elm config: use a name instead of elm_widget_type_getMarcel Hollerbach2015-12-211-1/+1
* image: do not block null image loading in the elm layerMike Blumenkrantz2015-12-201-8/+9
* image: Lock access to thread variablesJean-Philippe Andre2015-12-161-1/+7
* image: use eo_isa for checking object types instead of string comparisonAmitesh Singh2015-10-221-10/+2
* image: remove unused variablesAmitesh Singh2015-10-131-2/+0
* elm_image: let's not trigger confusing update add.Cedric BAIL2015-10-121-2/+0
* elm_image : call the evas_object_image_load_error_get() before calling the im...jiin.moon2015-09-151-7/+7
* elm_image: fix image preload issuejiin.moon2015-09-041-17/+21
* elm: simulate the clicked event over the object only.Subodh Kumar2015-07-291-0/+3
* image: fix a crash, 0 divide problem.ChunEon Park2015-07-091-1/+1
* elm_image, elm_colorselector: porting evas smart callbacks to eoAvi Levin2015-07-021-8/+9
* elm: constify Eolian methods correctly because of recent Eolian changesDaniel Kolesa2015-06-251-1/+1
* elm_image: Solve clash on the meaning of "animated"Vitor Sousa2015-06-171-9/+63
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-2/+4
* elm - fix repeat event fix - thanks daveCarsten Haitzler (Rasterman)2015-04-151-1/+1
* elm_image: Do not open file again if already opening (async)Jean-Philippe Andre2015-04-131-0/+7
* elm_image: return EINA_FALSE if the data source is NULL in elm_image_memfile_setJaeun Choi2015-04-101-0/+2
* elm_image: Fix potential race conditions in async modeJean-Philippe Andre2015-04-101-77/+181
* elm image - stop repeating events by default - wrongCarsten Haitzler (Rasterman)2015-04-081-1/+0
* elm_image: Simplify file_getJean-Philippe Andre2015-04-061-4/+1
* elm_image: Use Efl.File interface for mmap_setJean-Philippe Andre2015-04-061-3/+16
* elm_image: Implement async file openJean-Philippe Andre2015-04-061-18/+244
* image: Initialize parameters in case of it just returns without assigning any...Daniel Juyung Seo2015-03-161-0/+3
* elm_image: Fix to initialize variable.Hosang Kim2015-03-161-1/+1
* elm_image: changed orient_set code to use evas_object_image_orient_set APIkabeer khan2015-02-201-305/+2
* elm_image: fix elm_image_memfile_set API fail when elm_image widget is not vi...Youngbok Shin2015-02-031-5/+2
* elm_image: Add missing semi-colon to terminate line.Stefan Schmidt2015-01-231-1/+1
* elm_image: Fix memory leak in GETDAT macro.Stefan Schmidt2015-01-231-1/+4
* image now implements edje object size functionsMike Blumenkrantz2015-01-211-0/+34
* image animation functions now work as expected for edje imagesMike Blumenkrantz2015-01-211-6/+16
* elm image - fix image rotation in non-common casesCarsten Haitzler (Rasterman)2015-01-131-2/+4
* elm - elm image orientation api fix - major bug in implementationCarsten Haitzler (Rasterman)2015-01-121-173/+283
* elm_image: Fixed to have exact size using elm_image_fill_outside_set()Jee-Yong Um2015-01-081-6/+15