summaryrefslogtreecommitdiff
path: root/src/lib/elm_main.c
Commit message (Expand)AuthorAgeFilesLines
* focus: add focus_move_policy_automatic_set/get functionWooHyun Jung2016-03-181-0/+14
* web: split web into a module.Cedric BAIL2016-03-091-0/+4
* Remove redundant defines.Tom Hacohen2016-03-031-17/+0
* elementary: Fix formattingChris Michael2015-12-291-18/+19
* Fix compilation after dlfcn integration into EvilVincent Torri2015-12-291-1/+3
* elm: set language to edje when elm_language_set is called.Shilpa Singh2015-12-021-0/+1
* Clouseau: handle case when the library is not installedDaniel Zaoui2015-11-121-2/+2
* elm_main: mark some local symbols staticStefan Schmidt2015-11-111-2/+2
* widget: update child_can_focus flag on focusability changeLukasz Stanislawski2015-10-301-2/+0
* focus: add the APIs to set the focus next about item.Jaehwan Kim2015-09-151-0/+17
* focus: add the focus region show modeJaehwan Kim2015-08-121-0/+12
* atspi: enable atspi also in quicklaunch infrastructureLukasz Stanislawski2015-06-301-0/+2
* elm: Add missing const for getters.Daniel Juyung Seo2015-06-261-1/+1
* elm_focus: added new focus move policy and elm_object_focus_move_policy_set/getWooHyun Jung2015-06-021-0/+15
* colorclass: add subsystem for remotely editing colorclasses over dbusMike Blumenkrantz2015-04-051-0/+2
* elm_object_access_info_get() API addJinsolPark2015-04-011-0/+6
* main: use eo_isa() to check obj type.ChunEon Park2015-03-101-4/+1
* Do not call ecore_x_init() when not using X display.Jean Guyomarc'h2015-01-091-2/+27
* Object Items: remove legacy APIs.Daniel Zaoui2014-11-121-276/+0
* Object Items: remove casts that are no more needed.Daniel Zaoui2014-11-121-50/+50
* Object Items: remove old inheritance mechanism.Daniel Zaoui2014-11-121-103/+46
* Elm Widget Item: Migrate to EoDaniel Zaoui2014-11-121-26/+90
* elm_general: Add '*' explicitly for function pointer parameterTae-Hwan Kim2014-11-051-1/+1
* quicklaunch: initialize edje earlier.Cedric BAIL2014-10-301-3/+2
* scale: change the floating number comparison method.Jaehwan Kim2014-09-291-1/+1
* scale: fix the floating number comparison.Jaehwan Kim2014-09-261-2/+3
* scale: set the base scale of the application.Jaehwan Kim2014-09-191-0/+15
* main: do not throw warning on previously working code.Cedric BAIL2014-09-041-1/+0
* elm process state - add events and state get functionCarsten Haitzler (Rasterman)2014-09-041-0/+6
* elm engine choice and logic rationalizeCarsten Haitzler (Rasterman)2014-08-221-31/+7
* elm - do not do x11 main/config stuff without DISPLAY setCarsten Haitzler (Rasterman)2014-08-111-2/+2
* edbus: fix dlopening of the right library.Philippe Coval2014-07-071-1/+2
* fileselectior - fix to add explicit req on eio in elementaryCarsten Haitzler (Rasterman)2014-07-041-0/+2
* atspi: unify atspi initializationLukasz Stanislawski2014-07-021-1/+2
* backend: remove Windows CE support Windows CE is dead and buried and its gcc ...Vincent Torri2014-06-121-1/+0
* Win32: Fix some compilation warningsJean-Philippe Andre2014-06-111-0/+1
* elm: fixed trivial formattings.Daniel Juyung Seo2014-05-101-1/+1
* atspi: refactor atspi_object class into mixins.Lukasz Stanislawski2014-04-211-1/+2
* list: Add item loop featureHosang Kim2014-03-241-0/+15
* object_item: Check null in elm_object_item_del.Daniel Juyung Seo2014-03-031-0/+1
* list: implemented widget item focus feature.Amitesh Singh2014-02-261-0/+19
* focus: Added elm_object_focus_highlight_style_get/set() to support custom foc...nirajkr2014-02-051-0/+15
* elm: Removed unnecessary null check for free.Daniel Juyung Seo2014-01-221-6/+2
* elm: Removed unnecessary null check for ecore_event_handler_del.Daniel Juyung Seo2014-01-221-4/+2
* elm: Removed unnecessary null check for eina_stringshare_del.Daniel Juyung Seo2014-01-221-12/+6
* elm: Changed __UNUSED__ to EINA_UNUSED.Daniel Juyung Seo2014-01-061-3/+3
* [elm_object_item] - Added elm_object_item_style_set/elm_object_item_style_get().ami2013-12-271-0/+12
* elm lib: removed all the unnecessary empty lines.Daniel Juyung Seo2013-12-151-1/+0
* accessibility: ATSPI2 support.Lukasz Stanislawski2013-12-031-0/+3
* elm_main.c: use a direct variable check instead of unnecessary additional fun...Daniel Juyung Seo2013-11-151-1/+1