summaryrefslogtreecommitdiff
path: root/src/lib/elm_bg.c
Commit message (Expand)AuthorAgeFilesLines
* Automatic migration to the new eo_add syntax.Tom Hacohen2016-03-091-1/+2
* Fix warnings following migration to Eo4.Tom Hacohen2016-03-031-1/+0
* Automatic migration to Eo4.Tom Hacohen2016-03-031-9/+8
* bg: do not make background accessibility object.Lukasz Stanislawski2015-12-011-2/+2
* Adjust usage of eo_constructor() according to recent changes.Tom Hacohen2015-05-201-2/+4
* Fix code to conform to recent Eo changes.Tom Hacohen2015-02-231-1/+2
* atspi: properly include at-spi headers.Lukasz Stanislawski2014-10-171-4/+2
* bg: fix the _elm_bg_elm_layout_sizing_eval bug.woochanlee2014-10-111-15/+2
* Eo related: Change according to recent changes in eo_add().Tom Hacohen2014-09-251-1/+0
* Bg: Use file interfaceTom Hacohen2014-08-211-2/+14
* remove edje file changed handlingCarsten Haitzler (Rasterman)2014-07-021-17/+0
* atspi:Set roles for widgetsZbigniew Kosinski2014-06-111-1/+7
* Elm: Update code to use the new class names generated by eolian.Tom Hacohen2014-06-031-2/+2
* Eolian: Integration of BgDaniel Zaoui2014-03-201-148/+29
* elm: Removed unnecessary null check for evas_object_del.Daniel Juyung Seo2014-01-221-5/+1
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-5/+5
* elm: Unified eina critical manro to CRI.Daniel Juyung Seo2013-12-261-1/+1
* elm lib: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* Changed Eo class names to be consistent.Tom Hacohen2013-11-071-3/+4
* elm_bg.c: adopted ELM_WIDGET_DATA_GET_OR_RETURN macro.Daniel Juyung Seo2013-10-051-3/+3
* elementary: update to new eo_parent_get/set API.Cedric Bail2013-09-251-2/+1
* elm_bg: handle alpha value in elm_obj_bg_color_set/get APIs for Eo.Daniel Juyung Seo2013-08-291-4/+6
* elm_bg: added a color reset feature.Daniel Juyung Seo2013-08-281-0/+7
* elm_bg.c: ELM_SAFE_FREE adoption for bg.Daniel Juyung Seo2013-05-291-4/+2
* elementary: properly sanitize headers order.Cedric Bail2013-05-031-0/+4
* Elementary: replace eo_data_get for objects data referencing.Daniel Zaoui2013-05-011-3/+3
* elm: print the error message inside elm_widget_sub_object_add().Daniel Juyung Seo2013-04-031-4/+1
* Change usage of eo_do_super to the new prototype.Tom Hacohen2013-03-181-2/+2
* An internal layout error, on a widget set, is a CRITICAL error.Gustavo Lima Chaves2013-03-011-1/+2
* elementary/button,label,bg - i have no idea but elm_layout_theme_set() should...ChunEon Park2013-02-211-6/+4
* elementary/widgets - if the orient mode is changed, apply a default only if t...ChunEon Park2013-02-181-3/+5
* Replace supported_typesDaniel Zaoui2013-02-101-0/+2
* Cleaning: removed include Eo.h in widgets because it was indirectly included ...Daniel Zaoui2012-11-261-2/+0
* We have ported to Eo all the widgets of elementary. We didn't change the inhe...Yakov Goldberg2012-11-261-58/+157
* [elm] Now those comments make less sense, remove.Gustavo Lima Chaves2012-08-011-2/+0
* [elm] Bg inheritable.Gustavo Lima Chaves2012-07-311-62/+33
* [elm] New elm_widget_add() usage spread.Gustavo Lima Chaves2012-07-181-5/+2
* elm elm_bg.c: Fixed formatting.Daniel Juyung Seo2012-05-291-6/+6
* elementary: reload theme when it change on disk.Cedric BAIL2012-05-091-0/+14
* [Elm] Elm bg now happily inherits from elmGustavo Lima Chaves2012-05-031-207/+220
* REVERT!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!Carsten Haitzler2012-05-031-220/+207
* [Elm] Elm bg now happily inherits from elmGustavo Lima Chaves2012-05-021-207/+220
* elm elm_object: Fixed part content set hooks.Daniel Juyung Seo2012-03-291-8/+5
* elm: Fixed formatting.Daniel Juyung Seo2012-03-281-3/+4
* [Elm] Ok, since we don't have time to address all functions, justGustavo Lima Chaves2012-03-061-17/+17
* [Elm] Now applying some more ret. values on bg.Gustavo Lima Chaves2012-03-061-16/+28
* remove deprecated code related with elm_bubble and elm_bg_overlay. Jiyoun Park2012-03-061-18/+0
* elemlentary - minor changes. ChunEon Park2011-11-171-3/+3
* elementary - modified content_set/get/unset part names to be simple names. ChunEon Park2011-11-161-11/+18
* elementary/bg - content_set/get/unset, fixed indentationChunEon Park2011-10-281-31/+56