summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-04-18move input code from compositor.c into input.cinputKristian Høgsberg3-1167/+1209
2013-04-18fold wl_keyboard into weston_keyboardKristian Høgsberg8-130/+127
2013-04-18Import input structs and helper functions from waylandKristian Høgsberg4-0/+1325
2013-04-16nested compositor exampleKristian Høgsberg5-0/+1192
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
2013-03-19window: restore maximized state from fullscreen mode if necessaryRafal Mielniczuk1-5/+15
2013-03-19window: save allocation only for toplevel windowRafal Mielniczuk1-1/+3
2013-03-19shell: reset rotation for maximized surfaceRafal Mielniczuk1-9/+22
2013-03-19shell: block move, rotate, resize in maximized stateRafal Mielniczuk1-4/+8
2013-03-18pixman-renderer: don't forget to initialize the debug fieldsPhilipp Brüschweiler1-0/+2
2013-03-18compositor, shell: surface transform inheritancePekka Paalanen3-28/+82
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen6-36/+38
2013-03-18compositor: remove redundant geometry dirtyingPekka Paalanen1-32/+3