summaryrefslogtreecommitdiff
path: root/src/lib/elm_image.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* elm_image now inherits edje signal emitMike Blumenkrantz2015-01-061-0/+7
* image: fix clipped image issue if x or y is less than zerojiin.moon2014-12-241-6/+8
* image: Fix formatting for the latest commit 283988.Daniel Juyung Seo2014-12-191-2/+2
* elm/image: Fix an unclipped issue about image bigger than object sizejiin.moon2014-12-181-0/+4
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-11/+4
* elm_image no longer crashes when deleting the image from a download callbackMike Blumenkrantz2014-10-091-1/+1
* Eo related: Change according to recent changes in eo_add().Tom Hacohen2014-09-251-1/+0
* Image: Use image interface.Tom Hacohen2014-08-211-17/+21
* Image: Use file interface.Tom Hacohen2014-08-211-4/+10
* atspi: expose more actions through atspi bus.Lukasz Stanislawski2014-07-251-2/+7
* atspi: expose elm_image "activate" action through d-busLukasz Stanislawski2014-07-151-0/+9