summaryrefslogtreecommitdiff
path: root/src/lib/elementary/elm_theme.c
Commit message (Expand)AuthorAgeFilesLines
* elm_theme: more secure check extension as '.edj' and not 'edj'Vincent Torri2020-08-311-2/+2
* eina file refs in edje/evas - audit them and plug holes where refs stayCarsten Haitzler (Rasterman)2019-08-211-6/+6
* elm theme - handle error cases and eina file handles properlyCarsten Haitzler (Rasterman)2019-08-211-2/+7
* elm theme - fix leak in error cse in elm theme mmap setCarsten Haitzler (Rasterman)2019-08-051-1/+5
* elm_theme: Check the ref count to delete or unref.Woochanlee2019-04-251-1/+4
* elm_icon: remove all legacy usage from eo filesMike Blumenkrantz2019-03-071-1/+1
* efl.ui: remove Efl.Ui.Theme_Apply_ErrorMike Blumenkrantz2019-03-041-2/+2
* efl.ui: Efl.Ui.Theme_Apply_Result -> Efl.Ui.Theme_Apply_ErrorMike Blumenkrantz2019-03-041-8/+9
* eolian: drop class function overridingMarcel Hollerbach2019-02-131-1/+1
* elm: prevent from accessing null pointer after memory allocationWooHyun Jung2019-01-291-0/+1
* efl_ui_theme: Introduce Efl.Ui.Theme classJaehyun Cho2018-11-201-75/+219
* elm theme - initialize all struct members to nullCarsten Haitzler (Rasterman)2018-11-091-1/+2
* elm_theme: Fix to set default style group name correctlyJaehyun Cho2018-11-091-2/+4
* elm_theme: fix return value when default style fallback is doneJaehyun Cho2018-10-041-1/+2
* elm_theme: use themes and extensions lists for _elm_theme_data_findMike Blumenkrantz2018-04-251-2/+2
* Revert "theme: rename "default" theme to "dark""Carsten Haitzler (Rasterman)2018-03-011-3/+3
* theme: rename "default" theme to "dark"Mike Blumenkrantz2018-02-281-3/+3
* theme: add fallback matching when referenced theme is not foundMike Blumenkrantz2018-02-281-8/+17
* theme: introduce theme overlay/extension matchingMike Blumenkrantz2018-02-281-7/+33
* elm_theme: deduplicate theme apply codeMike Blumenkrantz2018-02-281-28/+2
* elm_theme: massively simplify internalsMike Blumenkrantz2018-02-281-94/+111
* elm: set default theme name internally when applying configMike Blumenkrantz2018-02-281-0/+1
* efl_ui_legacy: add new interface to indicate legacy widgetSungtaek Hong2018-01-241-0/+1
* Revert "elm: disable interface theme loading"Jean-Philippe Andre2018-01-171-9/+9
* Revert "warning remove - comment out unused vars"Jean-Philippe Andre2018-01-171-3/+3
* warning remove - comment out unused varsCarsten Haitzler (Rasterman)2018-01-061-3/+3
* elm: disable interface theme loadingMike Blumenkrantz2018-01-051-9/+9
* efl_ui_widget: find new edc resource for efl_ui_widgetsSungtaek Hong2017-12-081-6/+20
* elm: Cleanup theme and style set functionsJean-Philippe Andre2017-08-091-6/+6
* elm theme - remove redundent checkCarsten Haitzler (Rasterman)2017-07-311-1/+1
* Efl.Ui.Image.Zoomable: implement Ui.Image.icon propertyAmitesh Singh2017-06-021-1/+1
* elm_theme: check whether object is valid before calling edje_object_mmap_setPrasoon Singh2017-05-081-1/+1
* elm: theme: avoid double free in theme version checkStefan Schmidt2016-12-121-1/+0
* theme: Fix crash at app shutdownJean-Philippe Andre2016-12-081-1/+1
* win: Implement stronger theme compatibility for frame_objJean-Philippe Andre2016-12-081-5/+6
* win: Fix support for legacy themes (elm_bg)Jean-Philippe Andre2016-11-231-0/+8
* elm: Remove some eo files from installationJean-Philippe Andre2016-10-261-0/+1
* Elm_theme: parse theme name "<disk>:/file.ext" only on Windows.Mykyta Biliavskyi2016-10-211-2/+5
* Elm theme: correct parse a theme filename on Windows OS.Mykyta Biliavskyi2016-10-201-1/+2
* elementary: fix copy & paste error, thanks Dave.Cedric BAIL2016-09-271-2/+2
* elementary: set the extension on the extension, not the overlay !Cedric BAIL2016-09-261-1/+1
* Eo: Finish the renaming of Eo to the EFL.Tom Hacohen2016-08-151-1/+1
* elm theme - don't use empty env vars eina_prefix handles anywayCarsten Haitzler (Rasterman)2016-08-031-8/+0
* theme: return enum from elm_widget_style_set instead of boolJinyong Park2016-07-011-7/+6
* elementary: Don't force elm theme over fdo iconsAndy Williams2016-04-281-0/+7
* elementary: search ELM_DATA_DIR environment for themes.Cedric Bail2016-03-241-3/+12
* elementary: move all legacy files to their expected new location.Cedric BAIL2016-03-231-0/+958