summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Efl.Ui.Progressbar: rename data get macros.devs/ami/rangeAmitesh Singh2017-06-162-11/+11
* Efl.Ui.Check: rename data get macrosAmitesh Singh2017-06-162-10/+10
* Efl.Ui.Slider: rename data get macrosAmitesh Singh2017-06-162-32/+32
* efl.ui.slider: rename data members related to interval apisAmitesh Singh2017-06-152-31/+31
* intf: range: rename unit_format to range_unit_formatAmitesh Singh2017-06-155-7/+7
* slider: remove range APIsAmitesh Singh2017-06-154-42/+44
* intf: rename progress to rangeAmitesh Singh2017-06-1511-66/+66
* ector: document ector_glsym_setBryce Harrington2017-06-141-0/+13
* ecore_evas: document client leader routinesBryce Harrington2017-06-141-1/+27
* edje: add efl_version propertyYoungbok Shin2017-06-146-0/+50
* evas: forgotten unecessary initialization.Cedric BAIL2017-06-141-1/+1
* evas: use Eina_List instead of Eina_CList for event grabber.Cedric BAIL2017-06-144-133/+90
* evas: allow list for _evas_event_object_list_in_get utility function.Cedric BAIL2017-06-141-19/+43
* elm_code: Fix make checkAndy Williams2017-06-141-8/+8
* evas: actually free the cow allocated memory.Cedric BAIL2017-06-141-0/+1
* Revert "Revert "evas: put events related pointer into a cow to reduce evas_ob...Cedric BAIL2017-06-146-80/+147
* evas xpm loader - remove tabs and clean up formattingCarsten Haitzler (Rasterman)2017-06-141-119/+101
* evas xpm loader - remove the rgb txt file db loading and compile inCarsten Haitzler (Rasterman)2017-06-141-47/+1587
* test suite - evas - fix xpm ref image - it was badly broken...Carsten Haitzler (Rasterman)2017-06-141-0/+0
* tests: Remove invalid call to elm_runJean-Philippe Andre2017-06-141-2/+0
* tests: Fix eina_thread_queue test case 5 & 6Jean-Philippe Andre2017-06-141-53/+105
* win: Use efl_data_scope_safe_get instead of macrosJean-Philippe Andre2017-06-141-165/+151
* evas: Use efl_data_scope_safe_get in evas eventsJean-Philippe Andre2017-06-143-30/+12
* eo: Add API efl_data_scope_safe_getJean-Philippe Andre2017-06-145-3/+99
* scroller: Remove propagate_events to avoid name collisionJeeyong Um2017-06-143-28/+31
* elm_radio, elc_multibuttonentry, elm_colorselector: "checked" signal sentShilpa Singh2017-06-143-5/+9
* evas: Fix resize & move interceptsJean-Philippe Andre2017-06-141-11/+8
* widget: Implement mirrored from Efl.Ui.BaseJean-Philippe Andre2017-06-1438-141/+134
* elm config: add more NULL checkThiep Ha2017-06-141-1/+3
* ecore-wl2: Group window functions together in header fileChris Michael2017-06-131-38/+38
* ecore-evas-wayland: Add support for setting auxiliary hintsChris Michael2017-06-131-0/+33
* ecore-evas: Fix return value in ecore_evas_aux_hint_val_set functionChris Michael2017-06-131-1/+1
* ecore-evas: Support auxiliary hints for ecore-evas-waylandChris Michael2017-06-131-19/+70
* ecore-wl2: Free auxiliary window hints when we destroy a windowChris Michael2017-06-133-4/+16
* ecore-wl2: Add API to support deleting auxiliary window hintsChris Michael2017-06-132-0/+36
* ecore-wl2: Add API function to change auxiliary window hintChris Michael2017-06-132-0/+30
* ecore-wl2: Add API to support adding auxiliary window hintsChris Michael2017-06-132-0/+31
* ecore-wl2: Add API function to get list of supported auxiliary hintsChris Michael2017-06-132-0/+26
* ecore-wl2: Add event and structure for auxiliary hintsChris Michael2017-06-133-1/+21
* ecore-evas-wayland: Add aux_hint functions to Wayland InterfaceChris Michael2017-06-131-0/+3
* Canvas text cursor: add NULL checks for some functionsDaniel Hirt2017-06-131-2/+2
* Efl.Ui.Slider: implement Efl.Ui.Progress.progress_min_maxAmitesh Singh2017-06-133-30/+49
* intf: Efl.Ui.Progress: Add progress_min_max propertyAmitesh Singh2017-06-131-0/+28
* Revert "evas: put events related pointer into a cow to reduce evas_object fat."Carsten Haitzler (Rasterman)2017-06-136-147/+80
* evas: put events related pointer into a cow to reduce evas_object fat.Cedric Bail2017-06-126-80/+147
* elementary: fix recursive content group calculation in genlistSangHyeon Lee2017-06-121-2/+10
* evas: cleanup use of Eina_Cow during orientation set.Cedric Bail2017-06-121-15/+9
* evas: fix a stride value after calling evas_object_image_orient_set APIJaeyong Hwang2017-06-121-7/+7
* elementary: fix fallthrough warning.Cedric Bail2017-06-121-0/+2
* edje: fix unitialized warning.Cedric Bail2017-06-121-1/+1