summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* elm_map: Fix to support customized style for elm_mapJaehyun Cho2014-05-121-0/+5
* focus: update the focus in_theme status on each item's focus set.Daniel Juyung Seo2014-05-126-5/+30
* list: Use convenient macro ELM_RECTS_INCLUDE.Daniel Juyung Seo2014-05-111-1/+1
* focus: Change new API names related to focus auto scrolling.Daniel Juyung Seo2014-05-1113-120/+262
* Revert "remove all scrolling changes for focused items."Daniel Juyung Seo2014-05-114-0/+28
* gengrid/genlist/list/toolbar: Do not set the focus to the item on widget's fi...Daniel Juyung Seo2014-05-114-0/+8
* list: added comments about an unused function.devs/seoz/pre1.11Daniel Juyung Seo2014-05-101-0/+6
* list: initialize some internal variables on item free not item del pre.Daniel Juyung Seo2014-05-101-9/+12
* elm: fixed trivial formattings.Daniel Juyung Seo2014-05-1018-23/+23
* elm: call elm_widget_item_del instead of elm_object_item_del inside elementary.Daniel Juyung Seo2014-05-105-6/+8
* elm: fixed wrong internal variable name.Daniel Juyung Seo2014-05-105-19/+19
* test_naviframe: added a test for event freeze checking.Daniel Juyung Seo2014-05-101-2/+54
* gengrid: removed build warning.Daniel Juyung Seo2014-05-101-1/+1
* test_gengrid: Added a checkbox for enable/disable of reorder_mode featureAnil Kumar Nahak2014-05-101-2/+15
* genlist/gengrid: Use pan object geometry for focus highlight calculationAnil Kumar Nahak2014-05-102-2/+2
* ctxpopup: Fixes that remains diskselector when dismissed ctxpopup of elm_date...Ryuan Choi2014-05-091-1/+1
* widget - use eo call.ChunEon Park2014-05-091-1/+1
* widgets - propagate current parent orientation to sub object.ChunEon Park2014-05-091-1/+6
* access: fix typo _elm_access_object_unhilight -> _elm_access_object_unhighlightPatryk Kaczmarek2014-05-082-3/+3
* Web: bring legacy from the dead.Daniel Zaoui2014-05-071-0/+8
* Revert "Revert "focus: Removed unused parameter from an internal focus functi...zmike2014-05-078-72/+22
* Revert "focus: Removed unused parameter from an internal focus function."zmike2014-05-078-22/+72
* remove all scrolling changes for focused items.zmike2014-05-074-28/+0
* focus: Removed unused parameter from an internal focus function.Daniel Juyung Seo2014-05-078-72/+22
* theme: removed unnecessary null check.Daniel Juyung Seo2014-05-041-12/+10
* Fix the leak when closed alert/prompt/confirm since 1be3950fdRyuan Choi2014-05-031-0/+1
* photocam: added @c to EINA_TRUE/FALSE doxygen.Daniel Juyung Seo2014-05-031-2/+2
* focus: Fixed focus_region_show to consider bring_in_enable configuration.Daniel Juyung Seo2014-05-011-1/+4
* test_focus: initialize focus related check states correctly.Daniel Juyung Seo2014-05-012-4/+6
* config: internal code refactoring for the readability.Daniel Juyung Seo2014-05-011-1/+1
* config: removed unnecessary variable initialize.Daniel Juyung Seo2014-05-011-1/+0
* elm_config: added focus menu to elementary_config.Daniel Juyung Seo2014-05-011-0/+117
* config: apply CHECK_ADD macro to elementary_config.Daniel Juyung Seo2014-05-011-67/+18
* config: introduced a global CHECK_ADD macro for elementary config.Daniel Juyung Seo2014-05-011-8/+12
* gengrid: frame variable should be used for position changes.Amitesh Singh2014-04-301-4/+4
* test_dnd: removed dead code.Daniel Juyung Seo2014-04-301-5/+1
* test_popup: Added more align usages to reveal popup align bug.Daniel Juyung Seo2014-04-301-2/+4
* Entry: add the activated signal in the events section of entry.eo.Daniel Zaoui2014-04-291-0/+1
* test_dnd: Change sending data to be compatible with other appsThiep Ha2014-04-291-146/+184
* notify_test: When elm_notify is shown, set focus to it.WooHyun Jung2014-04-291-0/+1
* Eolian: fix elm_widget.eoDaniel Zaoui2014-04-291-15/+14
* ctxpopup should not blindly show arrows when they are not wanted by the themezmike2014-04-281-12/+22
* elm win - fix ELM_DISPLAY to choose the right software enineCarsten Haitzler (Rasterman)2014-04-281-29/+20
* Eolian: install .eo filesDaniel Zaoui2014-04-271-1/+5
* gengrid: Added elm_gengrid_wheel_disabled_set/get() APIs.Daniel Juyung Seo2014-04-274-0/+64
* gengrid: removed unnecessary return value check.Daniel Juyung Seo2014-04-271-14/+7
* test_gengrid: renamed stupid long internal variable names shorter.Daniel Juyung Seo2014-04-271-22/+22
* gengrid: Implemented item_select_on_focus feature.Amitesh Singh2014-04-272-24/+86
* test_genlist: renamed stupid long internal variable names shorter.Daniel Juyung Seo2014-04-271-35/+35
* genlist: refactor the internal code to make it more readable.Daniel Juyung Seo2014-04-271-14/+17