summaryrefslogtreecommitdiff
path: root/src/lib/ecore_drm/ecore_drm.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of trailing whitespaces (4 / 14)Elyes HAOUAS2020-06-231-7/+7
* ecore_drm: avoid crash during shutdown due to Ecore_Event queue.Cedric BAIL2017-03-091-0/+4
* ecore-drm: don't set DBG on log level if DBG not already setMike Blumenkrantz2016-03-091-4/+0
* ecore-drm: Disable default DBG log levelChris Michael2016-03-091-1/+1
* ecore-drm: Don't re-include config.hChris Michael2016-03-091-4/+0
* ecore-drm: Update copyright noticeChris Michael2016-03-091-0/+28
* ecore_drm: close all devices in shutdownMarcel Hollerbach2016-01-131-3/+13
* ecore-drm: Call inputs shutdown before eina_shutdownChris Michael2016-01-121-2/+2
* ecore-drm: Fix failure of setting/closing evdev->fd which causes fd leakDuna Oh2015-12-151-0/+4
* ecore: remove the need to order the header correctly for Windows.Cedric BAIL2015-05-071-1/+0
* ecore_drm: Add event of ECORE_DRM_EVENT_SEAT_ADD.Seunghun Lee2015-03-241-0/+1
* ecore-drm Add hooks for updating wl_output when outputs are hotpluggedDerek Foreman2015-02-191-0/+1
* ecore-drm: Fix formattingChris Michael2014-12-101-2/+4
* ecore-drm: Add event to notify session activation state.Seunghun Lee2014-12-101-0/+21
* ecore-drm: added drm launcher that is allow to determine whether to launch wi...Seunghun Lee2014-12-091-16/+0
* ecore-drm: Remove dead functionsChris Michael2014-10-301-15/+0
* ecoreidrm: Cleaned up unwanted code.Srivardhan Hebbar2014-10-301-4/+0
* ecore-drm: Add error message for calling shutdown without calling initChris Michael2014-10-231-1/+5
* ecore_drm: Making _ecore_drm_init_count not to go below zero in _ecore_drm_sh...Srivardhan Hebbar2014-10-231-0/+3
* ecore-drm: Remove references to udev functions and init Eeze duringChris Michael2014-09-231-6/+5
* ecore-drm: Fix improper shutdown for error cases in ecore_drm_initChris Michael2014-07-241-4/+5
* ecore-drm: Cleanup ecore_drm init/shutdown functionsChris Michael2014-07-151-294/+14
* ecore-drm: Shutdown ecore_event on udev error.Chris Michael2014-07-061-0/+1
* drm - shut up warnings (not actual bugs)Carsten Haitzler (Rasterman)2014-03-221-5/+7
* ecore-drm: Initialize ecore_event on ecore_drm_initChris Michael2014-03-101-0/+13
* ecore-drm: Add Ecore_Drm codeChris Michael2014-03-061-0/+414