summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-02text: Add language and text-direction to protocolJan Arne Petersen7-50/+191
2013-05-02xwm: Reparent client windows into ARGB windowsKristian Høgsberg2-6/+44
2013-05-02Move the optional output name property from drm_output to weston_outputRichard Hughes3-7/+6
2013-05-01Fix not checking return value of drmIoctl function call to map dumb bufferChris Michael1-2/+1
2013-05-01Include config.h in compositor-drm.cRichard Hughes1-0/+4
2013-05-01Add a set_gamma vfunc on weston_outputRichard Hughes2-0/+31
2013-05-01Add a output_created_signal on weston_compositorRichard Hughes2-0/+3
2013-05-01Add a destroy_signal on weston_outputRichard Hughes2-0/+4
2013-05-01Extract and parse the EDID when outputs are addedRichard Hughes2-1/+150
2013-05-01weston.ini: document background-typeEmilio Pozuelo Monfort2-0/+5
2013-05-01Fix simple-egl tear-down order to prevent a crash on exit timeYeh, Sinclair1-5/+6
2013-04-29configure.ac: Bump to 1.1.90 to open master for 1.2 workKristian Høgsberg1-1/+1
2013-04-16window: Add a log handler for window.c clientsKristian Høgsberg1-0/+8
2013-04-15configure.ac: Bump version to 1.1.0Kristian Høgsberg1-2/+2
2013-04-15shell: clear popup grab interface on remove_popup_grab and popup_grab_endPhilipp Brüschweiler1-0/+3
2013-04-15desktop-shell: better error loggingPhilipp Brüschweiler1-2/+5
2013-04-11Correctly handle extended RDP keycodesHardening1-12/+42
2013-04-09clients: tablet-shell: Wait for set_homescreen hits the serverTiago Vignatti1-0/+3
2013-04-08Make backends always specify output repaint timeJonas Ådahl9-30/+198
2013-04-04compositor-drm: Allow running without launcher if effective UID is 0Kristian Høgsberg1-2/+2
2013-04-03Fix compiler warningsArmin K1-0/+1
2013-04-03autotools: Add a libunwind configure switchQuentin Glidic1-5/+7
2013-04-03compositor: Use wl_pointer_set_current to cleanup after surface destructionRob Bradford1-1/+1
2013-04-03window: don't execute the selected menu item when getting popup_doneGiulio Camuffo1-1/+0
2013-04-01compositor: add information about the fbdev backend to --help outputPhilipp Brüschweiler1-1/+7
2013-04-01RDP compositor take 6Hardening3-1/+1026
2013-03-29compositor: add WESTON_COMPOSITOR_OFFSCREEN statePhilipp Brüschweiler5-9/+31
2013-03-28gitignore: Ignore test-driverDamien Lespiau1-1/+2
2013-03-28sdk: be C++ friendlyGiulio Camuffo6-22/+46
2013-03-28build: Make the X11 compositor explicitely depend on xcb-shmDamien Lespiau1-1/+1
2013-03-27compositor: Remove unused wl_pointer variableKristian Høgsberg1-1/+0
2013-03-27Added handler for SIGABRTPeter Maatman1-11/+18
2013-03-27evdev-touchpad: Disable tap FSM by default on touchpads with button padsJonas Ådahl1-0/+17
2013-03-27compositor-x11: Fix relative motion reporting for multiple outputsKristian Høgsberg2-17/+13
2013-03-27compositor: Support notifying with absolute position tooRob Bradford3-7/+25
2013-03-27compositor-drm: ensure we run drm-backend using weston-launchRafal Mielniczuk1-0/+7
2013-03-27shell: set the popup grab button as pressed only if it actually isGiulio Camuffo1-1/+5
2013-03-25shell: handle multiple popupsGiulio Camuffo3-25/+144
2013-03-22weston-egl: Allow compilation against older EGL stackRob Bradford1-0/+4
2013-03-19Revert "weston.ini: Use 'modeline' key for modeline example"Scott Moreau1-1/+1
2013-03-19weston.man: Document the way to disable idle timeoutScott Moreau1-0/+1
2013-03-19config.ini: add examples for cursor-theme and cursor-sizeEmilio Pozuelo Monfort1-0/+2
2013-03-19weston.ini.man: document cursor-theme and cursor-keyEmilio Pozuelo Monfort1-0/+6
2013-03-19toytoolkit: implement cursor-size config keyEmilio Pozuelo Monfort1-1/+3
2013-03-19weston-launch: cleanup - return failures in main with EXIT_FAILURESiddharth Heroor1-5/+5
2013-03-19compositor-rpi: Use correct enum, removes a warningPhilipp Brüschweiler1-1/+1
2013-03-19compositor: remove unused field option_idle_timePhilipp Brüschweiler2-3/+1
2013-03-19weston-launch: return better value if weston dies because of a signalPhilipp Brüschweiler1-2/+14
2013-03-19weston-launch: move function calls out of assert()Philipp Brüschweiler1-3/+7
2013-03-19toytoolkit: avoid redrawing a window between maximize and configureMoD1-0/+42