summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore-drm2: Add API functions to support cacheing of context & keymapdevs/devilhorns/ecore_drm2Chris Michael2016-05-272-0/+38
* ecore-evas-drm: Fix issue of mouse pointer not centering on startupChris Michael2016-05-271-7/+14
* ecore-drm2: Add API function to calibrate input devicesChris Michael2016-05-272-0/+20
* ecore-drm2: update to latest elputMike Blumenkrantz2016-05-273-22/+6
* ecore-drm2: perform logind connection after finding device path in ecore_drm2...Mike Blumenkrantz2016-05-271-9/+9
* ecore-drm2: Add API function to set left-handed mouse modeChris Michael2016-05-272-0/+21
* evas-drm: Fix occasoinaly freezesDerek Foreman2016-05-271-7/+1
* evas-drm: Don't re-use the current buffer immediatelyDerek Foreman2016-05-271-0/+1
* ecore-drm2: Check return of elput_manager_openChris Michael2016-05-271-2/+4
* ecore-drm2: Initialize elput input when device gets openedChris Michael2016-05-271-0/+11
* ecore-drm2: Fix potential invalid access to output current_modeChris Michael2016-05-271-3/+13
* ecore-drm2: Add API function to get screen size rangeChris Michael2016-05-273-2/+32
* ecore-drm2: Add API function to return available crtcsChris Michael2016-05-272-0/+22
* ecore-drm2: Add API function to get possible crtc of a given outputChris Michael2016-05-272-7/+75
* ecore-drm2: Add API to return current fb used on a given outputChris Michael2016-05-272-0/+19
* ecore-drm2: Add API to return current resolution of a given outputChris Michael2016-05-272-0/+28
* ecore-drm2: Add API function to return connector type of an outputChris Michael2016-05-272-0/+19
* ecore-drm2: Add API function to get cloned & connected properties of an outputChris Michael2016-05-272-0/+38
* ecore-drm2: Add API functions to get name & model of an outputChris Michael2016-05-272-0/+40
* ecore-drm2: Add API function to set the mode of an outputChris Michael2016-05-272-0/+58
* ecore-drm2: Add API function to return information about a given output modeChris Michael2016-05-272-0/+30
* ecore-drm2: Add API function to return list of output modes for a given outputChris Michael2016-05-272-0/+21
* ecore-drm2: Add API function to return physical size of a given outputChris Michael2016-05-272-0/+26
* ecore-drm2: Add API functions to get/set if an output is enabledChris Michael2016-05-272-0/+46
* ecore-drm2: Add API functions to get/set if an output is primaryChris Michael2016-05-272-0/+37
* elementary: Port elementary to use Ecore_Drm2Chris Michael2016-05-271-1/+1
* ecore-evas: Port ecore_evas drm engine to use Ecore_Drm2 libraryChris Michael2016-05-273-742/+511
* evas-engines: Port evas drm engines to use Ecore_Drm2 libraryChris Michael2016-05-2710-301/+708
* ecore-drm2: Add API functions needed to port Ecore_Evas drmChris Michael2016-05-273-0/+87
* ecore-drm2: Add drm2 event for session activationChris Michael2016-05-274-0/+36
* ecore-drm2: Add API functions to get and set pointer positionChris Michael2016-05-272-0/+43
* ecore-drm2: Add API functions to work with framebuffer objectsChris Michael2016-05-274-1/+401
* ecore-drm2: Add API functions to work with outputsChris Michael2016-05-275-0/+1147
* ecore-drm2: Add API functions to work with a drm deviceChris Michael2016-05-274-0/+290
* ecore-drm2: Add start of Ecore_Drm2 libraryChris Michael2016-05-2711-21/+323
* efl - ecore c+ ecore-imf - fix odd case input when faking a real eventCarsten Haitzler (Rasterman)2016-05-272-15/+32
* elput: Add API function to support caching of existing keymapChris Michael2016-05-274-1/+23
* elput: Add API function to support caching of an xkb_contextChris Michael2016-05-274-1/+27
* elm_win: clean elm apis related with rotation.Ji-Youn Park2016-05-273-166/+196
* elm_win: remove elm_win_wm_manual_rotation_done feature from eo.Ji-Youn Park2016-05-273-60/+71
* elm_win: Code simplificationJean-Philippe Andre2016-05-271-29/+20
* Separtor: use orientation APIsdevs/ami/gfx-videoYeshwanth Reddivari2016-05-275-26/+63
* eolian-cxx: Added tests for wrapper conversion in C++ APIFelipe Magno de Almeida2016-05-262-14/+44
* eolian-cxx: Fixed lookup of class typesFelipe Magno de Almeida2016-05-261-24/+20
* eolian-cxx: Removed useless commented codeFelipe Magno de Almeida2016-05-261-1/+1
* eina-cxx: Added crange_array template typedefFelipe Magno de Almeida2016-05-261-1/+4
* eina: Add benchmarks for eina promisesFelipe Magno de Almeida2016-05-264-0/+362
* elput: Add APIs to support keyboard key remappingChris Michael2016-05-264-1/+117
* ecore: eldbus: Fix prototype for promise then_cb new prototypeFelipe Magno de Almeida2016-05-263-10/+10
* eina: Make cancelled promises use EINA_ERROR_PROMISE_CANCELLED error codeFelipe Magno de Almeida2016-05-262-1/+2