summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_prefs: Properly listen to property change event on assynchronous operationsdevs/felipealmeida/elm_prefs_modelGuilherme Lepsch2015-03-272-37/+80
* elm_prefs: Listen to Emodel events.Guilherme Lepsch2015-03-253-35/+60
* elm_prefs: Possibility to connect a prefs 'page:item' to a property; Included...Guilherme Lepsch2015-03-257-9/+183
* elm_prefs: EFL Data Model (Emodel) integration (WIP).Guilherme Lepsch2015-03-246-64/+266
* examples: fix optional resultGuilherme Lepsch2015-03-231-4/+4
* elementary-cxx: fix missing dependencyGuilherme Lepsch2015-03-231-0/+1
* elmview: refactory do new emodel apiLarry Jr2015-03-193-50/+62
* update to new emodel API and resolved treeview expand incorrect clearLarry Jr2015-03-194-63/+66
* fixed box_cxx_example color_setLarry Jr2015-03-191-1/+1
* Created Views for Emodel MVC.Larry Jr2015-03-1913-1/+1130
* cxx: More consistent implementation to the test "elm_cxx_suite.cc"Vitor Sousa2015-03-191-100/+1
* cxx: Updated box_cxx_example_02.cc to use autohide instead of autodelVitor Sousa2015-03-191-129/+98
* cxx: Added bg_cxx_example_01.cc C++ exampleLuciana Magno de Almeida2015-03-192-5/+58
* elementary: Added autohide and ELM_POLICY_QUIT_LAST_WINDOW_HIDDEN to elm_winVitor Sousa2015-03-194-11/+98
* widget: fix the abi break.ChunEon Park2015-03-131-1/+1
* elm_panel: Fix incorrect scroller content region calculation of panel.Jaehyun Cho2015-03-131-0/+6
* elm_object: update doc.ChunEon Park2015-03-131-7/+0
* entry: use ea_isa() for object types comparisonAmitesh Singh2015-03-121-1/+1
* genlist: Send param item type instead of eo item type.woochan lee2015-03-121-2/+5
* Genlist/Gengrid : Modified to handle the focus highlight on unrealized itemsSangHyeon Lee2015-03-112-18/+65
* elm - fix zmikes smart-arse stupid documentation remarkCarsten Haitzler (Rasterman)2015-03-111-1/+1
* elm: Use eo_isa() to check object types instead of manual string comparison.Daniel Juyung Seo2015-03-103-4/+4
* atspi: Remove unnecessary null check.Daniel Juyung Seo2015-03-101-1/+0
* elm: Clean up elm_win_resize_object_add caller.Daniel Juyung Seo2015-03-103-4/+1
* main: use eo_isa() to check obj type.ChunEon Park2015-03-101-4/+1
* multibuttonentry: registered object change for callback add.woochan lee2015-03-101-5/+5
* popup: fix mistakeChunEon Park2015-03-101-1/+2
* layout: here default content alias can be acceptable.ChunEon Park2015-03-101-1/+7
* popup: correct popup position.ChunEon Park2015-03-101-6/+15
* layout: Add text alias description as default.woochan lee2015-03-101-7/+7
* Revert "Fix for T2042 ctxpopup don’t know its size"ChunEon Park2015-03-101-2/+0
* elc_popup: Adjust popup size when its parent is resizedJee-Yong Um2015-03-102-1/+17
* popup: Delete useless restack cb.woochan lee2015-03-101-14/+0
* Fix for T2042 ctxpopup don’t know its sizeChunEon Park2015-03-091-0/+2
* theme examples of color class descriptionsMike Blumenkrantz2015-03-071-0/+2
* ibar/ibox icon label positioning rewriteMike Blumenkrantz2015-03-061-71/+43
* theme: Updated Ibar to align with the originMarcel Hollerbach2015-03-061-18/+81
* test: fix crash of configuration testkabeer khan2015-03-061-2/+2
* cursor theme setting should use cur->owner instead of cur->eventarea for parentMike Blumenkrantz2015-03-051-3/+3
* cursor object changes are now rejected if creating the new cursor failsMike Blumenkrantz2015-03-051-4/+6
* cnp should only attempt to get wl win for wl engine canvasesMike Blumenkrantz2015-03-051-14/+12
* elm spinner - add backwards compat for older spinner themesCarsten Haitzler (Rasterman)2015-03-054-84/+414
* elm_win now accurately reapplies framespace in all cases for fullscreen winsMike Blumenkrantz2015-03-041-5/+12
* colorselector: Check return value of elm_layout_theme_set as other widgets do.Daniel Juyung Seo2015-03-041-1/+4
* multibuttonentry: Item width size set policy change.woochan lee2015-03-042-157/+111
* elm_slider: Added elm_slider_indicator_visible_mode_set/get.Sung-Taek Hong2015-03-042-0/+38
* Genlist: make reordered item selectedVitalii Vorobiov2015-03-041-2/+0
* elm - focus feature - add config option to automatically show/hide focusCarsten Haitzler (Rasterman)2015-03-0410-9/+172
* Elm_spinner focus UI, accessibility fixSubodh Kumar2015-03-048-478/+725
* hoversel: Enabled default mirroring in hoversel.Shobhit2015-03-043-15/+53