summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Efl.Ui.Slider: implement slider internal part classdevs/ami/slider_spansizeAmitesh Singh2017-06-224-20/+102
* Efl.Ui.Slider: move legacy APIs at the bottom of the file.Amitesh Singh2017-06-221-95/+95
* eina: make sure the eina_debug_private.h header is included into distStefan Schmidt2017-06-211-0/+1
* Canvas text: set 'changed' on the object when text is insertedDaniel Hirt2017-06-211-1/+2
* Ui text: defer region show to jobDaniel Hirt2017-06-211-1/+1
* Ui text: fix cursor api callDaniel Hirt2017-06-211-2/+5
* Canvas layout: fix part text cursor geometry portDaniel Hirt2017-06-211-1/+6
* slider: Fix slider legacy APIJean-Philippe Andre2017-06-213-22/+86
* ecore-wl2: Fix issue(s) of setting wrong event deviceChris Michael2017-06-201-8/+19
* examples/elm: Use POSIX threads on WindowsVincent Torri2017-06-205-404/+1
* examples/net: Fix compilation on WindowsVincent Torri2017-06-201-2/+9
* examples/net: Fix compilation on Windows (no getline)Vincent Torri2017-06-201-50/+60
* examples/net: Use PRIi64 where appropriateJean-Philippe Andre2017-06-201-1/+1
* cxx examples: Fix button example 00Jean-Philippe Andre2017-06-201-1/+1
* Documentation for elm_code_widget_selection.Sanjeev BA2017-06-191-0/+106
* evas: batman use legacy API only.Cedric BAIL2017-06-191-8/+0
* evas/vg: Fixed the build issue in evas_vg_simple examplesmohanty2017-06-192-1/+10
* evas: fix version info for evas_language_direction_getYoungbok Shin2017-06-191-1/+1
* js: Update after Eolian_Unit API changeLauro Moura2017-06-192-5/+5
* js: Update after many elm/efl.ui changesLauro Moura2017-06-1923-94/+99
* Evas text: fix test with Oriya scriptDaniel Hirt2017-06-191-5/+6
* Efl text cursor: move around a few definitionsDaniel Hirt2017-06-193-177/+174
* Efl text format: change "halign" and "valign" to use enumsDaniel Hirt2017-06-193-19/+81
* Canvas text: fix default format featureDaniel Hirt2017-06-191-3/+2
* test_multibuttonentry: Fix name of smart event for expand state changed.Woochan Lee2017-06-191-4/+7
* multibuttonentry: Fix expand state changed callback called many times.Woochan Lee2017-06-191-6/+12
* ecore_evas: Document remaining new/get calls for misc. backendsBryce Harrington2017-06-191-3/+122
* example: Add missing definition to invoke EO APIJeeyong Um2017-06-191-3/+2
* eolian-cxx: Add constructor with default argumentFelipe Magno de Almeida2017-06-181-1/+7
* elementary: fix typos and warnings in my menu changesAndy Williams2017-06-182-3/+3
* eolian: function pointersLauro Moura2017-06-1819-4/+646
* eolian-cxx: Fix C++ generation errors with handle opaque typesFelipe Magno de Almeida2017-06-185-6/+31
* elementary: Balance menu operations with an open methodAndy Williams2017-06-173-1/+13
* elm_code: Fix select-all column calculationsAndy Williams2017-06-171-3/+8
* Add support for select all with ctrl-aSanjeev BA2017-06-173-0/+21
* evas: add null checks for textblock stuffMike Blumenkrantz2017-06-161-2/+2
* theme: set NOGRAB on all border event rects when e22 signal receivedMike Blumenkrantz2017-06-161-6/+12
* build: add flag to disable eluaMike Blumenkrantz2017-06-161-2/+11
* evas: Always send mouse,move after mouse,in to objectsJean-Philippe Andre2017-06-161-0/+21
* ecore-drm2: add ecore_drm2_output_subpixel_get()Mike Blumenkrantz2017-06-162-0/+16
* elput: remove keymap mmap+eventMike Blumenkrantz2017-06-163-88/+0
* evas: store current pointer state to dummy seat data if seat detachesMike Blumenkrantz2017-06-161-0/+19
* evas: create dummy seat data for wl/drm outputs, store some pointer dataMike Blumenkrantz2017-06-163-11/+71
* evas: change _evas_pointer_data_add() to return created pointer dataMike Blumenkrantz2017-06-162-6/+6
* evas: redo Evas_Pointer_Data/Seat to be inlist-basedMike Blumenkrantz2017-06-163-59/+91
* ecore-evas: block buffer canvas events during deletionMike Blumenkrantz2017-06-161-0/+13
* efreet: don't raise ERR on empty file in efreet_xml_new()Mike Blumenkrantz2017-06-161-0/+6
* evas: only feed canvas out/in when changing default pointer if pointer is inMike Blumenkrantz2017-06-161-2/+7
* ecore-evas: use pointer device with mouse move events instead of seatMike Blumenkrantz2017-06-161-8/+13
* evas: add seat-based focus interceptorMike Blumenkrantz2017-06-164-7/+100