summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* ecore-input: Fix formattingdevs/devilhorns/ecore_inputChris Michael2014-09-161-12/+13
* ecore-input: Set libinput logging levelChris Michael2014-09-161-0/+17
* ecore-input: Update libinput usage for version 0.5.0Chris Michael2014-09-161-4/+11
* edje: Fix use of deprecated ecore_compose functionChris Michael2014-09-161-1/+1
* ecore-input: Fix use of ecore_input_device_type enumChris Michael2014-09-161-3/+3
* ecore-input: Check if session has already been initialzedChris Michael2014-09-161-0/+4
* ecore-drm: Remove dead commented code for GBMChris Michael2014-09-161-129/+0
* ecore-input: Rename local dbus connection variableChris Michael2014-09-161-20/+21
* ecore-input: Add public facing API functions to init/shutdown sessionChris Michael2014-09-161-1/+7
* ecore-input: Cleanup ecore_input_init function and addChris Michael2014-09-161-26/+58
* ecore-drm: Cleanup old session code and use ecore_input_session_initChris Michael2014-09-161-18/+10
* ecore-drm: Use seat name from device and remove hard-coded seat nameChris Michael2014-09-161-1/+1
* ecore-input: Add opaque structure for Ecore_Input_DeviceChris Michael2014-09-161-0/+20
* ecore-input: Add opaque Ecore_Input_Device structureChris Michael2014-09-161-0/+1
* ecore-input: Add enum for input device typeChris Michael2014-09-161-0/+7
* Revert "ecore-input: Add an API-facing Ecore_Input_Device structure"Chris Michael2014-09-161-17/+0
* ecore-input: Add function calls to setup dbusChris Michael2014-09-161-17/+23
* ecore-input: Call dbus functions to open/close restricted inputsChris Michael2014-09-161-3/+4
* ecore-input: Add internal dbus function prototypes to private headerChris Michael2014-09-161-8/+18
* ecore-input: Add dbus file to build orderChris Michael2014-09-162-0/+838
* ecore-input: Add optional dbus dependencyChris Michael2014-09-161-3/+6
* ecore-input: Fix configure.ac for libinputChris Michael2014-09-161-1/+7
* ecore-input: Add code to handle when input devices get added or removed.Chris Michael2014-09-161-4/+84
* ecore-input: Add an internal variable to store list of ecore_inputChris Michael2014-09-161-0/+1
* ecore-input: Add an API-facing Ecore_Input_Device structureChris Michael2014-09-161-0/+17
* ecore-input: Add ecore_input_seat to build orderChris Michael2014-09-161-0/+1
* ecore-input: Add self-contained ecore_input_seat file for code havingChris Michael2014-09-161-0/+156
* ecore-input: Start on libinput device handling codeChris Michael2014-09-161-8/+38
* ecore-input: Remove unnecessary private udev functionChris Michael2014-09-161-2/+0
* ecore-input: Add API functions to init & shutdown a seatChris Michael2014-09-161-0/+3
* ecore-input: Fix configure.ac for systemd-login, and include libudevChris Michael2014-09-161-2/+2
* ecore-input: Use unified ecore_input_private.h headerChris Michael2014-09-161-8/+0
* ecore-input: Unify header includesChris Michael2014-09-161-0/+20
* ecore-input: Include unistd.h for getpid() functionChris Michael2014-09-161-0/+1
* ecore-input: Conditionally include systemd header fileChris Michael2014-09-161-0/+4
* ecore-input: Fix formattingChris Michael2014-09-161-25/+25
* edje: Update to use new ecore_input functionsChris Michael2014-09-161-1/+1
* ecore-x: Update to use new ecore_input functionsChris Michael2014-09-161-5/+5
* ecore-wayland: Update to use new ecore_input_init/shutdown functionsChris Michael2014-09-161-6/+6
* ecore-input-evas: Fix formattingChris Michael2014-09-161-41/+35
* ecore-drm: Replace deprecated ecore_event functions with ecore_inputChris Michael2014-09-161-5/+5
* ecore-input-evas: Update code to not use deprecated functionsChris Michael2014-09-161-3/+3
* ecore-input: Deprecate old ecore_event functionsChris Michael2014-09-163-55/+100
* ecore-input: Add optional libinput dependencyChris Michael2014-09-161-0/+32
* ecore-input: add optional systemd-login dependency for ecore-inputChris Michael2014-09-161-0/+3
* ecore-input: Fix formatting and remove whitespace(s)Chris Michael2014-09-161-180/+187
* ecore: silent pointless warning when not having epollJean Guyomarc'h2014-09-161-1/+1
* gitignores: ignore efl-cxx.pcJean Guyomarc'h2014-09-161-0/+1
* ecore-evas: Add missing opengl_drm engine in available engine listGwanglim Lee2014-09-161-0/+3
* evas/gl_drm: Remove drm own_fd handling from gl_drm engineGwanglim Lee2014-09-162-46/+1