summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* scenegraph: added testsuit for region and rle utility classdevs/subhransu/scenegraphsubhransu mohanty2017-11-206-0/+134
* scenegraph: added a utility class to handle operation on rle datasubhransu mohanty2017-11-203-0/+560
* scenegraph: added a region utility classsubhransu mohanty2017-11-204-2/+2360
* scenegraph: Added test suite for sg_node classessubhransu mohanty2017-11-205-0/+360
* scenegraph: set up a new scenegraph static librarysubhransu mohanty2017-11-2022-3/+2324
* elm_list: use internal focus set instead of public focus setMarcel Hollerbach2017-11-191-1/+1
* wayland_shm: Don't use a fixed number of buffersDerek Foreman2017-11-174-102/+42
* ecore_wl2: Properly handle buffer test failure during buffer_initDerek Foreman2017-11-171-1/+1
* eina: properly initialize EINA_ERROR_VALUE_FAILED.Cedric Bail2017-11-171-2/+3
* eina: properly initialize EINA_ERROR_NOT_MAIN_LOOP.Cedric Bail2017-11-171-0/+2
* eina: properly initialize EINA_ERROR_MAGIC_FAILED.Cedric Bail2017-11-171-0/+3
* eina: fail with an Eina_Error on copy failure.Cedric Bail2017-11-171-3/+11
* efl_ui_focus_manager_sub: do not specify a interface as first argumentMarcel Hollerbach2017-11-171-1/+1
* elm_widget: simplify codeMarcel Hollerbach2017-11-171-40/+1
* Eo: be a bit more detailed in the docsMarcel Hollerbach2017-11-171-0/+2
* efl_ui_focus_manager_calc: efl_wref_del deletes the wrefMarcel Hollerbach2017-11-171-1/+2
* efl_ui_focus_manager:do not followup if we have not changed candidateMarcel Hollerbach2017-11-171-2/+3
* elm_widget: remove focus setMarcel Hollerbach2017-11-172-63/+0
* elementary: stop using elm_widget_focus_setMarcel Hollerbach2017-11-171-1/+1
* elm_main: checking the redirect chain is not neccesseryMarcel Hollerbach2017-11-171-9/+0
* elm_main: replace _elm_object_focus_set with efl_ui_focus_util_focusMarcel Hollerbach2017-11-171-54/+1
* efl_ui_focus_manager_calc: error if a element is not registered yetMarcel Hollerbach2017-11-171-0/+2
* efl_ui_focus_object: emit changed event after the flag gets setMarcel Hollerbach2017-11-171-1/+1
* efl_ui_focus_util: add a util classMarcel Hollerbach2017-11-174-0/+54
* elm_genlist: fix rare segfaultAndrii Kroitor2017-11-171-2/+4
* Efl.Ui.Slider: add default indicator format to %0.2fAmitesh Singh2017-11-171-0/+2
* Efl.Ui.Slider: replace default with on_drag in visible_mode enum.Amitesh Singh2017-11-174-5/+5
* Efl.Ui.Slider: add visible_mode() as an indicator part APIAmitesh Singh2017-11-173-18/+57
* Efl.Ui.Slider: make indicator_visible_mode() legacy APIsAmitesh Singh2017-11-173-20/+39
* Efl.Ui.Slider: make indicator_show_on_focus/indicator_show() legacy APIsAmitesh Singh2017-11-173-73/+98
* tests/eldbus: Use different bus for cxx and C testsJean-Philippe Andre2017-11-172-3/+3
* tests: Add better debugging for eldbus failureJean-Philippe Andre2017-11-171-1/+21
* elm_index: Index item role modifyShilpa Singh2017-11-171-1/+1
* ecore_wl2: fix user pointer for dmabuf param listenerDerek Foreman2017-11-161-1/+1
* ecore_wl2: Fix dmabuf test failureDerek Foreman2017-11-161-2/+3
* ecore_wl2: Don't try to close drm_fd if we never opened itDerek Foreman2017-11-161-1/+1
* eina: fix docs for manage_read_only_newAndy Williams2017-11-161-1/+4
* win: Rename specific APIs to avoid clashesJean-Philippe Andre2017-11-163-23/+35
* elm: return Efl.Access.Actions only if action_area is not setLukasz Stanislawski2017-11-161-1/+3
* elm_index: Send selected signal to atspi clientShilpa Singh2017-11-161-0/+2
* elm: enhance access name for spinnerLukasz Stanislawski2017-11-161-3/+11
* elm: add Efl.Access.Value interface to progressbarLukasz Stanislawski2017-11-162-1/+10
* elm: Define and rename internal atspi struct in EOJean-Philippe Andre2017-11-1638-78/+84
* elm: Rename elm_interface_atspi_widget_action mixinLukasz Stanislawski2017-11-1676-237/+236
* elementary: make sure that ecore shutdown match ecore init.Cedric Bail2017-11-151-0/+7
* elementary: do not send a PAUSE event if not iconified.Cedric Bail2017-11-151-1/+2
* ecore: should be the one triggering EFL_LOOP_EVENT_TERMINATE.Cedric Bail2017-11-152-2/+2
* elementary: add an interface to enable/disable PAUSE/RESUME application state.Cedric Bail2017-11-153-0/+58
* ecore_wl2: Don't open rendernode if we're not going to use itDerek Foreman2017-11-151-9/+9
* ecore_wl2: Reset buffer_manager to NULL on failureDerek Foreman2017-11-151-0/+1