summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* [access][navifram] revert accessibility focus chainShinwoo Kim2013-04-221-34/+0
* [access] make access object unfocusable, when accessibility is disabledShinwoo Kim2013-04-223-1/+15
* elm web: Fix build break when enabled ewebkit2Ryuan Choi2013-04-201-1/+1
* elm_win.h : Removed 'rendered' which can make ambiguity.Ryuan Choi2013-04-191-3/+3
* test_index.c: added index omit feature enable, disable option.Daniel Juyung Seo2013-04-191-1/+21
* elm_index.h: added missing 'since' description. fixed documentation.Daniel Juyung Seo2013-04-191-1/+5
* test_hoversel.c: fixed wrong use case.Daniel Juyung Seo2013-04-181-1/+1
* config.c: Set the minimum scroll acceleration weight to 1.0.Daniel Juyung Seo2013-04-181-1/+1
* naviframe.edc: added comments for ambigous alias.Daniel Juyung Seo2013-04-181-2/+2
* test_clock.c : Improve API use case.Ryuan Choi2013-04-181-26/+39
* [access] reset access info callback function, if access info data is setShinwoo Kim2013-04-181-0/+1
* [access] add elm_access_action(), elm_access_action_cb_set()Shinwoo Kim2013-04-185-8/+380
* elm_list.h: added documentations for label parameter of item insertion.Daniel Juyung Seo2013-04-181-0/+20
* elm_config.h: fixed formatting.Daniel Juyung Seo2013-04-181-11/+8
* Revert "I removed it->generation, sd->generation, it->walking, sd->walking"Daniel Juyung Seo2013-04-182-50/+126
* test_genlist.c: printed more information to reveal the bug of commit cea8e755...Daniel Juyung Seo2013-04-181-1/+2
* Revert "elm_scroller.c: merged two eo_do calls into one to get the benefit of...Daniel Juyung Seo2013-04-171-3/+3
* elementary/naviframe - don't try to pop the naviframe item multiple times.ChunEon Park2013-04-174-1/+15
* [Scroller] changed acceleration constant valuesHosang Kim2013-04-178-8/+274
* [access] read at onceShinwoo Kim2013-04-172-13/+43
* Merge branch 'master' of ssh://git.enlightenment.org/core/elementaryShinwoo Kim2013-04-1725-270/+415
|\
| * elm_index.c, elm_widget_index.h: flourish the internals of index.Daniel Juyung Seo2013-04-172-3/+5
| * elm_index.c: Fixed warnings when closed elementary_test "Index horizontal".Ryuan Choi2013-04-171-12/+6
| * test.c: use elementary_test eina log domain for elementary_test for a better ...Daniel Juyung Seo2013-04-172-5/+11
| * test_list.c, test_genlist.c: fixed wrong edge,top/bottom/left/right smart cal...Daniel Juyung Seo2013-04-172-8/+9
| * elm_scroller.c: merged two eo_do calls into one to get the benefit of eo.Daniel Juyung Seo2013-04-171-3/+3
| * elm_entry, elm_layout: fixed formatting.Daniel Juyung Seo2013-04-172-2/+1
| * elm_layout.h: updated documentation.Daniel Juyung Seo2013-04-171-9/+2
| * Scroll to highlighted item in toolbar. This is related to ed93aa20588633d36bf...Jaehwan Kim2013-04-161-4/+9
| * elm_entry.c: moved comments to a proper place.Daniel Juyung Seo2013-04-161-1/+1
| * elementary/elm_entry : When entry is disabled, scrolling is also disabled.WooHyun Jung2013-04-163-0/+9
| * Install CMake config to the proper pathIgor Murzov2013-04-161-1/+1
| * gengrid.edc: clip the swallowed object when the object is too big to fit.Daniel Juyung Seo2013-04-161-1/+9
| * elm_index: flourish it->select variable.Daniel Juyung Seo2013-04-162-7/+7
| * elm_interface_scrollable.c: fixed formatting.Daniel Juyung Seo2013-04-161-3/+3
| * Fix the policy is not changed when the theme is changed.Jaehwan Kim2013-04-164-20/+45
| * Currently in entry, there is no callback for copy/cut context menuThiep Ha2013-04-161-2/+2
| * add rect event swallow for panes so handle thumb can be affected byCarsten Haitzler (Rasterman)2013-04-152-2/+28
| * [Toolbar] Add the feature for key events.Jaehwan Kim2013-04-156-3/+214
| * remove support for now deprecated evas engines from elm win.Carsten Haitzler (Rasterman)2013-04-151-58/+0
| * I removed it->generation, sd->generation, it->walking, sd->walkingTae-Hwan Kim2013-04-152-126/+50
* | elm_index: register access object in smart themeJaeun Choi2013-04-121-11/+15
|/
* elm_notify: Added Eo API for elm_notify_align api.Ryuan Choi2013-04-122-54/+56
* elm_colorselector.c: fix _item_sizing_eval in a better way.Daniel Juyung Seo2013-04-121-2/+4
* elm_colorselector.c: fixed formatting.Daniel Juyung Seo2013-04-121-1/+1
* panel.edc: Fixed different behavior of right oriented panel.Ryuan Choi2013-04-111-3/+3
* Elementary tests: fix group nameDaniel Zaoui2013-04-111-5/+5
* elm: enhance eina_list_free usages. use EINA_LIST_FREE if needed.Daniel Juyung Seo2013-04-105-23/+11
* elm_datetime.c: removed unnecessary debug messages.Daniel Juyung Seo2013-04-101-1/+1
* Fix the calculation double type number.Jaehwan Kim2013-04-103-2/+20