summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* eina_btlog: add Mac OS X support for backtracedevs/jayji/osx-backtraceJean Guyomarc'h2016-05-281-5/+164
* autotools: remove random echoJean Guyomarc'h2016-05-281-1/+0
* autotools: fix use of EFL_WITH_BINJean Guyomarc'h2016-05-281-5/+5
* eina: make eina backtrace portableJean Guyomarc'h2016-05-281-4/+24
* autotools: check for sched_getcpu()Jean Guyomarc'h2016-05-282-1/+10
* autotools: improve libunwind detectionJean Guyomarc'h2016-05-283-5/+63
* autotools: fix configuration of Ecore_CocoaJean Guyomarc'h2016-05-281-4/+0
* Elm Image: The introduction of elm_image_scale_type broke elm. Make TYPE_FILL...Stephen Houston2016-05-271-13/+16
* Elm Win legacy: Fix wrong function namesDave Andreoli2016-05-271-4/+4
* Merge branch 'devs/devilhorns/ecore_drm2'Chris Michael2016-05-2726-1067/+4118
|\
| * 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