3497 Commits (b8e62d9cdbe7dbbe8bf5fb4b472b87023b0aefa8)
 

Author SHA1 Message Date
Kristian Høgsberg b24d590e8f multi-resource: Use xzmalloc() instead of malloc+memset and calloc 11 years ago
Kristian Høgsberg 74b0d72817 launcher: Remove left-over debug logging 11 years ago
Kristian Høgsberg d58e395bf2 tablet-shell: Avoid leaking icon or path strings from invalid launcher section 11 years ago
Kristian Høgsberg b5c973c8c2 window.c: Free cursor theme name once we're done with it 11 years ago
Kristian Høgsberg af393dcc69 weston-launch: Only store drm fd if we successfully opened and stat'ed it 11 years ago
Kristian Høgsberg 4a74d5a4a4 launcher: Don't leak tty file descriptor on error 11 years ago
Kristian Høgsberg 325390e529 launcher: Don't leak tty file descriptor on launcher destroy 11 years ago
Kristian Høgsberg 8ac6a2da07 compositor-fbdev: Fix a fd leak in the fbdev backend 11 years ago
Kristian Høgsberg 95659c0321 configure.ac: Bump version to 1.3 11 years ago
Kristian Høgsberg 6a11a8ab54 Revert "Resize the shell when the mode is switched" 11 years ago
Kristian Høgsberg cb406f1afd input: Don't send modifiers if client doesn't have a pointer resource 11 years ago
Tomeu Vizoso b4659eb159 rpi: Add support for EGL buffers 11 years ago
Kristian Høgsberg 8d7bef2673 configure.ac: Bump version to 1.2.92 11 years ago
Kristian Høgsberg e05f228a5f launcher: Print a more descriptive error message when we don't get a VT 11 years ago
Kristian Høgsberg 6ff3ff57aa launcher: Add back support for specifying VT to run on 11 years ago
Kristian Høgsberg 1468e60647 launcher: Bail out if we can't be drm master 11 years ago
Kristian Høgsberg 57a10e4d13 launcher: Set make sure we're drm master when opening the drm device 11 years ago
Kristian Høgsberg 19ec77aef7 launcher: Fail weston_launcher_create() if tty setup fails 11 years ago
Neil Roberts 8b62e2043a Set new state before emitting wake signal in weston_compsitor_wake 11 years ago
Tomeu Vizoso 1b45e5edd1 weston-egl: Update weston-egl-ext.h: s/wl_buffer/wl_resource 11 years ago
Tomeu Vizoso d7865b2f75 weston-launch: Only drop privileges if running as root 11 years ago
Aaron Faanes 9cefc647cc compositor: fix typo in error message 11 years ago
Adrian Negreanu 908e6d0b8f launcher-util: pull in drm only for compositor-drm 11 years ago
Hardening a356f7b1ef Resize the shell when the mode is switched 11 years ago
Alexandru DAMIAN 5f42930a41 config: Don't crash if we don't have a config file 11 years ago
Adrian Negreanu 7b8e970ad1 compositor-fbdev: drop dependency on libdrm 11 years ago
Alexandru DAMIAN 840a421a5e compositor: check if seteuid worked 11 years ago
Kristian Høgsberg c3ea26c02d compositor-drm: Match the EGLConfig native visual ID if it has one 11 years ago
Neil Roberts be336c8918 evdev: Process touch up events of single-touch devices 11 years ago
Neil Roberts daf7d4774b evdev: Only track one pending event 11 years ago
Pier Luigi Fiorini d0a7282876 version.h: Add version check macro 11 years ago
Stefan Schmidt 639fd86493 clients: Include and link against math lib for new multi-resource 11 years ago
Giulio Camuffo 0481054c58 input: check that the new focus surface has a valid resource 11 years ago
Emilio Pozuelo Monfort 7f951e1117 Update .gitignore 11 years ago
Emilio Pozuelo Monfort f62f88fbcd weston.ini: update path for the flower client 11 years ago
Kristian Høgsberg 779938596d configure.ac: Update version to 1.2.91 11 years ago
Kristian Høgsberg 03cc35405e Add vaapi-recorder.h to SOURCES to fix distcheck 11 years ago
Neil Roberts f65c486090 evdev: Flush motion events when the slot changes, not just after sync 11 years ago
Giulio Camuffo 4df790e505 compositor: when unmapping a surface remove it from the compositor's list 11 years ago
Kristian Høgsberg eeefc9e311 compositor: Log the full path of the config file we're using 11 years ago
Kristian Høgsberg 1abe0486bb config-parser: Make weston_config_parse() tkae a file name 11 years ago
Kristian Høgsberg 81c2c2eb5e shared: Remove no longer used parse_config_file() 11 years ago
Kristian Høgsberg b159560da2 tablet-shell: Use new weston_config instead of old config parse 11 years ago
Kristian Høgsberg 8c079ae052 window.c: Port to use weston_config instead of old parser 11 years ago
Kristian Høgsberg 9c3dee18ce terminal: Port to new weston_config parse 11 years ago
Kristian Høgsberg b12e35617c compositor: Unlink unmapped surface instead of rebuilding surface list 11 years ago
Giulio Camuffo 1cf329bff1 xwm: remove the destroy listener from the old surface signal 11 years ago
Neil Roberts f428d25779 Add a test client to test multiple pointer/keyboard resources 11 years ago
Neil Roberts 96d790e74b input: Emit events on all resources for a client 11 years ago
Hardening 57388e44e5 Notify clients on mode_switch() 11 years ago