summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* elm_widget: set focus to false when requesteddevs/bu5hm4n/widget_bug_fixesMarcel Hollerbach2016-05-291-0/+4
* elm_widget: only change focus if set to trueMarcel Hollerbach2016-05-291-1/+1
* eina_btlog: handle objective-c class methodsJean Guyomarc'h2016-05-281-1/+1
* ector: fix redefinition of type and bizarre typedefJean Guyomarc'h2016-05-281-4/+8
* ector: fix redefinition of typesJean Guyomarc'h2016-05-281-0/+4
* evas: fix warning: redefinition of typesJean Guyomarc'h2016-05-282-3/+3
* eina: fix warning when clockid is not definedJean Guyomarc'h2016-05-281-0/+1
* eina_btlog: add Mac OS X support for 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-281-0/+1
* autotools: improve libunwind detectionJean Guyomarc'h2016-05-282-5/+62
* eio: fix build break.Hermet Park2016-05-282-2/+6
* 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