summaryrefslogtreecommitdiff
path: root/src/lib/elementary
Commit message (Expand)AuthorAgeFilesLines
* elementary: fix ELM_MAIN macro to properly expose symbol.Cedric BAIL2017-11-071-6/+4
* ecore: introduce ecore_init_ex/ecore_shutdown_ex to propagate argc,argv prope...Cedric BAIL2017-11-072-9/+18
* ecore,elementary: move startup time accounting in ecore.Cedric BAIL2017-11-073-2/+11
* elementary: move Efl new general purpose API to efl_general.hCedric BAIL2017-11-072-70/+69
* slider: Export the part classJean-Philippe Andre2017-11-073-3/+2
* slider: Advertise indicator part in the EO fileJean-Philippe Andre2017-11-071-0/+3
* efl_ui_radio: keep radio state when theme is changedSungtaek Hong2017-11-071-2/+0
* elm win - note need for other display system code...Carsten Haitzler (Rasterman)2017-11-071-0/+6
* Efl.Ui.Slider: implement Slider.part & Ui.format functionsAmitesh Singh2017-11-075-116/+206
* elm: Fix make check (code_widget)devs/woohyun/ui_propertyJean-Philippe Andre2017-11-072-2/+3
* elm: Create legacy widgets with elm_legacy_addJean-Philippe Andre2017-11-0770-120/+126
* elm: Don't do anything before constructionJean-Philippe Andre2017-11-076-17/+9
* elm: Call efl_access_type_set after constructionJean-Philippe Andre2017-11-073-3/+3
* efl ui win - make win centering work with multiple screensCarsten Haitzler (Rasterman)2017-11-071-0/+46
* elm: Fix examples/tests using elementary_configJean-Philippe Andre2017-11-071-0/+3
* cxx: Fix a few examplesJean-Philippe Andre2017-11-071-2/+0
* efl_ui_calendar: apply efl_ui_focus_compositionWooHyun Jung2017-11-062-0/+95
* elm_code: Trying some markdown syntax, this is complexAndy Williams2017-11-031-1/+1
* elm_code: Trying some markdown syntax, this is complexAndy Williams2017-11-031-0/+12
* eolian: disallow ptr() on things that are already pointer-likeDaniel Kolesa2017-11-033-3/+3
* efl-ui-focus-manager: Remove set but not used variableChris Michael2017-11-021-3/+0
* elm radio: fix build of things that don't enable eo APIsDaniel Kolesa2017-11-021-1/+1
* eolian: only allow reference (ownable) types in containersDaniel Kolesa2017-11-021-1/+1
* Efl.Ui.Radio: remove value{} apiAmitesh Singh2017-11-023-26/+46
* efl_ui_radio: remove some legacy codeSungtaek Hong2017-11-013-35/+23
* efl_ui_focus_manager: remove strange naming of a functionMarcel Hollerbach2017-11-011-11/+7
* efl_ui_focus_manager: improve debug informationsMarcel Hollerbach2017-11-013-12/+34
* efl_ui_win: revert accidental override removeDaniel Kolesa2017-11-011-0/+1
* elm: mark access interfaces as betaLukasz Stanislawski2017-11-019-65/+73
* elm: Major cleanup of EO filesJean-Philippe Andre2017-11-0198-244/+85
* elementary: use @cref where possibleDaniel Kolesa2017-11-0111-23/+23
* Genlist Item Pin FeatureGodly T.Alias2017-11-013-14/+135
* Elm_Entry: Add annotation to unnamed enumJinYong Park2017-11-011-6/+23
* evas: Move evas_canvas.eo to legacy-onlyJean-Philippe Andre2017-11-013-4/+4
* evas: Add seat argument to 'pointer_inside' (EO)Jean-Philippe Andre2017-11-011-2/+2
* efl_ui_slider: add eina_value_flush after using the valueWooHyun Jung2017-10-311-0/+1
* efl_ui_calendar: apply new format_cbWooHyun Jung2017-10-315-77/+56
* elm: call eina_value_flush to deallocate memoryAmitesh Singh2017-10-303-0/+6
* Efl.ui.mbe: efl_ui_format_cb_set is actually going to free the existing format.Amitesh Singh2017-10-281-1/+0
* elementary, ecore: move efl_exit helper to Ecore.Cedric Bail2017-10-272-22/+0
* elementary: rely on main loop terminate event to execute ELM_POLICY_EXIT_WIND...Cedric Bail2017-10-271-9/+24
* elementary: actually we do not need efl_quicklaunch_fallback.Cedric Bail2017-10-272-23/+0
* elementary: update EFL_MAIN and EFL_MAIN_EX to use the new EFL exit API.Cedric Bail2017-10-271-6/+24
* elementary: update efl_quicklaunch_fallback to use the new EFL exit API.Cedric Bail2017-10-272-10/+8
* elementary: update elm_quicklaunch_fork to use the new Eina_Value exit API.Cedric Bail2017-10-271-1/+1
* elementary: make the exit helper work with int (This is just for C).Cedric Bail2017-10-272-3/+7
* elementary: there is no point into having an already deprecated method with E...Cedric Bail2017-10-271-9/+0
* efl_ui_focus_manager_calc: remove unused structMarcel Hollerbach2017-10-271-5/+0
* efl_ui_focus_manager_calc: fix warningsMarcel Hollerbach2017-10-271-8/+3
* efl_ui_focus_manager_calc: return last object when unfocusing lastMarcel Hollerbach2017-10-271-10/+10