summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* edje: make the generated default program name reproducible over buildsdevs/stefan/reproducible-edj-T5113Stefan Schmidt2017-05-162-2/+4
* ecore_drm2: Clear next fb if we use itDerek Foreman2017-05-151-2/+6
* evas: Improve linespacing consistencyBryce Harrington2017-05-151-1/+6
* ecore_evas: Omit redundant return info in doxygenBryce Harrington2017-05-151-13/+2
* photocam: Fix invalid type in legacy headerJean-Philippe Andre2017-05-151-2/+2
* evas: Remove Evas.Coord from EOJean-Philippe Andre2017-05-1531-230/+226
* evas: Remove font_hinting from EOJean-Philippe Andre2017-05-157-48/+66
* evas: Remove evas touch_point from EOJean-Philippe Andre2017-05-156-81/+113
* evas: Remove Evas_Border_Fill_Mode from EOJean-Philippe Andre2017-05-152-9/+15
* evas: Remove Evas_Image_Orient from EOJean-Philippe Andre2017-05-153-28/+31
* photocam: Move image_orient to legacyJean-Philippe Andre2017-05-154-34/+170
* evas: Remove some types from EOJean-Philippe Andre2017-05-152-8/+8
* evas: Remove Evas_Callback_Type from EOJean-Philippe Andre2017-05-153-73/+49
* elm_widget: Remove widget_event_propagate from EOJean-Philippe Andre2017-05-152-12/+3
* evas: Remove Evas_Text_Style_Type from EOJean-Philippe Andre2017-05-153-43/+54
* evas: Remove Evas_Font_Size from EOJean-Philippe Andre2017-05-154-4/+4
* ecore_drm2: Fix use after freeDerek Foreman2017-05-141-1/+2
* ee_drm: Remove some commented out codeDerek Foreman2017-05-121-35/+0
* ecore_drm2: Add some safety checks for accessing dead fbsDerek Foreman2017-05-121-0/+8
* ecore_drm2: refcount fbsDerek Foreman2017-05-126-52/+76
* evas: simplify fb engine.Cedric BAIL2017-05-121-10/+5
* evas: simplify buffer engine.Cedric BAIL2017-05-121-10/+5
* evas: stat introducing a concept of engine and output in the backend.Cedric BAIL2017-05-1238-1005/+991
* Shelf/Gadget themes... Update with proper horiz/vert theme strings for future...Stephen 'Okra' Houston2017-05-123-0/+4
* ecore-wl2: add functions for proxying a selection receive externallyMike Blumenkrantz2017-05-122-0/+43
* ecore-wl2: add function for setting a drag source's actions without a dragMike Blumenkrantz2017-05-122-0/+21
* ecore-wl2: add function for accepting a single mime typeMike Blumenkrantz2017-05-122-0/+18
* ecore-wl2: do not offer a null mime first in ecore_wl2_offer_mimes_set()Mike Blumenkrantz2017-05-121-1/+2
* ecore-wl2: add events for changes in keymap, selection, and kbd repeat rateMike Blumenkrantz2017-05-124-1/+58
* ecore-wl2: add 'cancelled' to Ecore_Wl2_Event_Data_Source_EndMike Blumenkrantz2017-05-122-6/+23
* ecore-wl2: add display object to all eventsMike Blumenkrantz2017-05-123-7/+61
* ecore-wl2: add const to internal function paramMike Blumenkrantz2017-05-121-1/+1
* ecore-wl2: add seat id to most eventsMike Blumenkrantz2017-05-122-0/+18
* elm_cnp: only attempt to manage wl selections which are created by elm_cnpMike Blumenkrantz2017-05-121-4/+10
* ecore-wl2: emit serials in selection-related eventsMike Blumenkrantz2017-05-122-1/+8
* ecore-wl2: change selection setting apis to return the serial of the requestMike Blumenkrantz2017-05-122-33/+36
* ecore-wl2: remove ERR when trying to find the focused window idMike Blumenkrantz2017-05-121-3/+0
* ecore-wl2: correctly refcount display objects during eventsMike Blumenkrantz2017-05-122-2/+14
* ecore-wl2: add safety check in ecore_wl2_display_inputs_get()Mike Blumenkrantz2017-05-121-0/+1
* ecore-wl2: handle case where session recovery listener triggers on dead surfaceMike Blumenkrantz2017-05-121-1/+5
* ecore-wl2: add function for checking if a client connection sync is doneMike Blumenkrantz2017-05-122-0/+20
* ecore-wl2: add some accessors for useful Ecore_Wl2_Input struct membersMike Blumenkrantz2017-05-122-0/+73
* ecore-wl2: split data offers into selection and dragMike Blumenkrantz2017-05-123-38/+68
* ecore-wl2: store names for inputs and add api for retrieving nameMike Blumenkrantz2017-05-123-0/+18
* ecore-wl2: add checks for a valid display object in ecore_wl2_input fnsMike Blumenkrantz2017-05-121-4/+5
* ecore-evas: account for framespace when processing mouse movementMike Blumenkrantz2017-05-121-2/+2
* ecore-evas: add function for unsetting a specific seat's cursorMike Blumenkrantz2017-05-122-5/+29
* ecore: allow creation of fd handlers with no flagsMike Blumenkrantz2017-05-121-1/+1
* elm_entry: request both text and markup when pastingMike Blumenkrantz2017-05-121-1/+1
* elm_cnp: don't explicitly set wl window type when starting dragMike Blumenkrantz2017-05-121-2/+0