summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Elm layout: remove 'text' propertydevs/herdsman/elm_layout_workDaniel Hirt2017-06-051-17/+0
* Ui text: don't implement elm_layout_text functionsDaniel Hirt2017-06-052-259/+0
* Elm naviframe: use part with efl_textDaniel Hirt2017-06-053-3/+5
* Elm layout: use as legacyDaniel Hirt2017-06-053-0/+38
* Elm popup: use part with efl_textDaniel Hirt2017-06-053-4/+6
* Elm multibuttonentry: use part with efl_textDaniel Hirt2017-06-054-6/+27
* Elm fileselector: use part with efl_textDaniel Hirt2017-06-054-4/+25
* Elm fileselector_entry: use part with efl_textDaniel Hirt2017-06-053-6/+8
* Elm entry: use part with efl_textDaniel Hirt2017-06-053-6/+8
* Elm bubble: use part with efl_textDaniel Hirt2017-06-054-4/+22
* Elm actionslider: use part with efl_textDaniel Hirt2017-06-054-6/+26
* Layout part text: also add labelDaniel Hirt2017-06-046-6/+34
* Elm layout: implement Efl.Text.text with efl_partDaniel Hirt2017-06-045-8/+34
* elm_colorselector: Improve ATSPI supportShilpa Singh2017-06-033-1/+108
* ecore: simplify usage of poller by giving 3 class of event on the main loop o...Cedric BAIL2017-06-023-2/+86
* ecore: poller will be legacy only.Cedric BAIL2017-06-025-163/+72
* ecore-imf-wayland: Check xkb_keysym_to_utf8Bryce Harrington2017-06-021-1/+1
* ecore-audio: unset DISPLAY conditionally before processing pulse eventsMike Blumenkrantz2017-06-021-0/+16
* elput: send extra pointer motion event on first button press after resumeMike Blumenkrantz2017-06-023-0/+8
* elput: move pointer coords into seat structMike Blumenkrantz2017-06-024-74/+68
* elput: ref evas devices in event structsMike Blumenkrantz2017-06-021-7/+21
* evas: simplify seat-getting during key event dispatchMike Blumenkrantz2017-06-021-5/+1
* ecore-evas: directly get the seat device instead of the parentMike Blumenkrantz2017-06-021-7/+7
* evas: redo pointer data to be per-seat instead of per-deviceMike Blumenkrantz2017-06-025-169/+205
* efl_input_device: do not free list when freeing children iteratorMike Blumenkrantz2017-06-021-1/+0
* ee drm: null elput device pointer when deleting deviceMike Blumenkrantz2017-06-021-0/+1
* elput: add refcounting for seats/devicesMike Blumenkrantz2017-06-023-3/+24
* evas: don't crash in _evas_default_output_get() if no outputs existMike Blumenkrantz2017-06-021-1/+1
* ecore-wl2: change safety null check to regular null check on surface createMike Blumenkrantz2017-06-021-1/+1
* ee engines: update engines for per-seat cursor objectsMike Blumenkrantz2017-06-024-7/+14
* ee wayland: only handle events for ee with matching display objectMike Blumenkrantz2017-06-021-0/+4
* elput: add null checks for xkb compose pointersMike Blumenkrantz2017-06-021-4/+4
* ecore-wl2: add null checks for xkb compose pointersMike Blumenkrantz2017-06-021-1/+3
* ecore-wl2: do not unref non-matching input device upon removalMike Blumenkrantz2017-06-021-3/+3
* ecore-evas: redo per-device cursor internals to be per-seatMike Blumenkrantz2017-06-021-30/+103
* evas_device: remove unused codeMike Blumenkrantz2017-06-021-3/+0
* eolian-cxx: Fixed compilation error after Eolian_Unit type introductionFelipe Magno de Almeida2017-06-023-35/+41
* ecore_evas_drm: Send a spurious pageflip when showing a canvasDerek Foreman2017-06-021-0/+10
* ecore_drm2: Don't try to disable all devices when session deactivatesDerek Foreman2017-06-021-2/+3
* ecore_drm2: Fix dpms shutdown while disabling outputsDerek Foreman2017-06-021-2/+5
* ecore_drm2: Properly release buffers on output disableDerek Foreman2017-06-021-2/+9
* ecore_drm2: Rename _release_buffer and make it private instead of staticDerek Foreman2017-06-022-10/+13
* Efl.Ui.Image.Zoomable: implement Ui.Image.icon propertyAmitesh Singh2017-06-027-3/+420
* popup: fix object_mirrored_set didn't workJinYong Park2017-06-021-0/+21
* examples: edje: make sure we use the edje_object_language_set legacy APIStefan Schmidt2017-06-021-4/+4
* docs: efl_text_style: add docs for various style related enumsStefan Schmidt2017-06-021-23/+23
* docs: efl_font_format: add docs for Efl.Text.Format.Wrap enumStefan Schmidt2017-06-021-5/+5
* docs: efl_text_font: add docs for font width and slant enumsStefan Schmidt2017-06-021-12/+12
* docs: efl_text_font: add docs for font weight enumStefan Schmidt2017-06-021-13/+13
* docs: elm: add description for external Elm.Glob.Match_FlagsStefan Schmidt2017-06-021-1/+1