summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* xwayland: Use _exit() when exec() fails1.1Kristian Høgsberg2013-06-201-1/+1
* xwayland: Silence X wm debug loggingKristian Høgsberg2013-06-203-69/+126
* weston-launch: Don't exit on SIGTERMKristian Høgsberg2013-06-201-5/+1
* compositor-drm: free plane resources using drm function.Samuel Iglesias Gonsalvez2013-06-201-2/+1
* configure.ac: Bump version to 1.1.11.1.1Kristian Høgsberg2013-06-071-1/+1
* Avoid unnecessarily re-allocating texture buffer when the size hasn't changed.Sinclair Yeh2013-06-071-7/+23
* compositor-drm: Force DPMS state to ON after drmModeSetCrtc()Ander Conselvan de Oliveira2013-06-071-0/+1
* compositor-drm: Cache the DPMS property on drm_outputAnder Conselvan de Oliveira2013-06-071-14/+7
* build: Add declaration checks to check for required syscall flagsRob Bradford2013-06-071-0/+9
* weston.pc: Added libexecdir and pkglibexecdir variablesEduardo Lima (Etrunko)2013-06-071-0/+2
* udev-seat: Fail input setup only if no devices are foundRob Bradford2013-06-071-2/+3
* use _exit instead of exit if client fails to execU. Artie Eoff2013-06-071-1/+1
* compositor-x11: Set original mode after currentAlexander Larsson2013-06-071-1/+1
* compositor: Make backlight_current int32_t to avoid unsigned overflowKristian Høgsberg2013-06-071-1/+1
* compositor-drm: Log failure and which backlight sysfs file we're usingKristian Høgsberg2013-06-071-0/+4
* weston-launch: Print explanation of why we failed to open the deviceRob Bradford2013-06-071-1/+6
* Fix missing corner resize cursors in Kubuntu (oxy-white theme)Dima Ryazanov2013-06-071-8/+16
* text: Respawn input method process if it exitsEduardo Lima (Etrunko)2013-05-151-0/+24
* compositor-drm: Don't page flip before a mode is setAnder Conselvan de Oliveira2013-05-152-6/+28
* compositor-drm: Destroy sprites before destroying the outputsKristian Høgsberg2013-05-151-2/+2
* xwm: Reparent client windows into ARGB windowsKristian Høgsberg2013-05-152-6/+44
* Fix not checking return value of drmIoctl function call to map dumb bufferChris Michael2013-05-151-2/+1
* weston.ini: document background-typeEmilio Pozuelo Monfort2013-05-152-0/+5
* Fix simple-egl tear-down order to prevent a crash on exit timeYeh, Sinclair2013-05-151-5/+6
* window: Add a log handler for window.c clientsKristian Høgsberg2013-04-161-0/+8
* configure.ac: Bump version to 1.1.01.1.0Kristian Høgsberg2013-04-151-2/+2
* shell: clear popup grab interface on remove_popup_grab and popup_grab_endPhilipp Brüschweiler2013-04-151-0/+3
* desktop-shell: better error loggingPhilipp Brüschweiler2013-04-151-2/+5
* Correctly handle extended RDP keycodesHardening2013-04-111-12/+42
* clients: tablet-shell: Wait for set_homescreen hits the serverTiago Vignatti2013-04-091-0/+3
* Make backends always specify output repaint time1.0.90Jonas Ådahl2013-04-089-30/+198
* compositor-drm: Allow running without launcher if effective UID is 0Kristian Høgsberg2013-04-041-2/+2
* Fix compiler warningsArmin K2013-04-031-0/+1
* autotools: Add a libunwind configure switchQuentin Glidic2013-04-031-5/+7
* compositor: Use wl_pointer_set_current to cleanup after surface destructionRob Bradford2013-04-031-1/+1
* window: don't execute the selected menu item when getting popup_doneGiulio Camuffo2013-04-031-1/+0
* compositor: add information about the fbdev backend to --help outputPhilipp Brüschweiler2013-04-011-1/+7
* RDP compositor take 6Hardening2013-04-013-1/+1026
* compositor: add WESTON_COMPOSITOR_OFFSCREEN statePhilipp Brüschweiler2013-03-295-9/+31
* gitignore: Ignore test-driverDamien Lespiau2013-03-281-1/+2
* sdk: be C++ friendlyGiulio Camuffo2013-03-286-22/+46
* build: Make the X11 compositor explicitely depend on xcb-shmDamien Lespiau2013-03-281-1/+1
* compositor: Remove unused wl_pointer variableKristian Høgsberg2013-03-271-1/+0
* Added handler for SIGABRTPeter Maatman2013-03-271-11/+18
* evdev-touchpad: Disable tap FSM by default on touchpads with button padsJonas Ådahl2013-03-271-0/+17
* compositor-x11: Fix relative motion reporting for multiple outputsKristian Høgsberg2013-03-272-17/+13
* compositor: Support notifying with absolute position tooRob Bradford2013-03-273-7/+25
* compositor-drm: ensure we run drm-backend using weston-launchRafal Mielniczuk2013-03-271-0/+7
* shell: set the popup grab button as pressed only if it actually isGiulio Camuffo2013-03-271-1/+5
* shell: handle multiple popupsGiulio Camuffo2013-03-253-25/+144