summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* rpi: fix segfault at startup in rpi_flippipe_init() v2John Sadler2015-09-101-2/+4
* compositor-fbdev: Remove bizarre division by sizeofDerek Foreman2015-09-101-1/+1
* Revert "compositor-drm: disable hardware cursors"Pekka Paalanen2015-09-091-2/+2
* rpi: prevent segfault on shut-down due to NULL backendJohn Sadler2015-09-081-0/+2
* rpi: avoid segfault in rpir_view_compute_rects() when EGL client destroys bufferJohn Sadler2015-09-081-0/+3
* build, compositor-drm: fix output name constants another wayPekka Paalanen2015-08-241-0/+2
* gl-renderer: gl_renderer_create display cleanup on errorDawid Gajownik2015-08-211-1/+3
* compositor-drm: rename outputs to follow kernel stylePekka Paalanen2015-08-211-19/+23
* compositor-fbdev: fix VT switching crashPekka Paalanen2015-08-201-2/+2
* compositor-drm: cast surface to EGLNativeWindowTypeDawid Gajownik2015-08-191-1/+1
* Fix build breakage when using older gbm lacking dmabuf importBryce Harrington2015-08-141-0/+4
* compositor-drm: dmabuf GBM importPekka Paalanen2015-08-141-4/+29
* compositor-drm: init linux_dmabuf supportPekka Paalanen2015-08-141-0/+17
* compositor-x11: init linux_dmabuf supportPekka Paalanen2015-08-141-0/+8
* gl-renderer: add dmabuf importPekka Paalanen2015-08-142-0/+249
* gl-renderer: introduce struct egl_imageLouis-Francis Ratté-Boulianne2015-08-141-8/+62
* dmabuf: implement linux_dmabuf extensionPekka Paalanen2015-08-144-0/+618
* weston-launch: On error putenv returns a non-zero valueDawid Gajownik2015-08-101-1/+1
* compositor: fix crash when destroying incompletely created outputDawid Gajownik2015-08-071-0/+1
* input: when destroying a seat, remove keyboard focus firstDerek Foreman2015-08-071-1/+2
* Coding style fixesDawid Gajownik2015-08-072-20/+30
* rpi-renderer: use weston_output matrix instead of a private matrixDerek Foreman2015-08-061-65/+3
* input: add a weston_pointer_clear_focus() helper functionDerek Foreman2015-08-064-11/+35
* input: pass the global touch coordinates to the touch grabGiulio Camuffo2015-08-062-10/+12
* compositor: remove a call to weston_compositor_schedule_repaintRyo Munakata2015-08-061-2/+0
* desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman2015-08-061-2/+3
* don't crash when the key file doesn't existDavid FORT2015-08-061-4/+10
* backends: don't destroy renderer and output twiceDawid Gajownik2015-08-064-19/+4
* compositor-rdp: rdp_destroy() double free error #91457Dawid Gajownik2015-08-061-1/+12
* screen-share: don't test keyboard/pointer pointersDawid Gajownik2015-08-061-10/+14
* compositor-rdp: free() can handle NULL pointersDawid Gajownik2015-08-021-6/+3
* main: print backends in help message in alphabetical orderDawid Gajownik2015-07-311-45/+45
* input: Don't test keyboard/pointer/touch pointersDerek Foreman2015-07-3111-134/+281
* input: Check device counts in bind_seat()Derek Foreman2015-07-311-3/+3
* main: update RDP backend help messageDawid Gajownik2015-07-311-1/+1
* zoom: Store the seat that initiated a zoomDerek Foreman2015-07-292-12/+9
* zoom: Call weston_output_activate_zoom() appropriatelyDerek Foreman2015-07-291-0/+3
* zoom: Rename zoom_area_center_from_pointer to zoom_area_center_from_pointDerek Foreman2015-07-291-3/+3
* zoom: Change zoom->active to a boolDerek Foreman2015-07-292-4/+5
* Fix crash when using RDP4 securityFORT David2015-07-231-2/+3
* remove a warning during compilationFORT David2015-07-231-1/+1
* cms-helper/static: Add "identity" builtin cms profile (v3)Mario Kleiner2015-07-231-2/+3
* cms-colord: Fix crash at compositor shutdown. (v2)Mario Kleiner2015-07-231-20/+34
* compositor: Respect WESTON_BUILD_DIR env var in weston_load_moduleDerek Foreman2015-07-171-3/+8
* input: make a function for device removalDerek Foreman2015-07-171-3/+9
* logind-util: Use %u for unsigned int in snprintfBryce Harrington2015-07-171-1/+1
* compositor: destroy modifier_binding_listRyo Munakata2015-07-171-0/+1
* log: Open log file CLOEXEC so child processes don't get the fdDerek Foreman2015-07-161-1/+6
* input: Also pass appropriate pointer type when libva unavailableBryce Harrington2015-07-161-1/+1
* bindings: Make run binding functions take apropriate device instead of a seatDerek Foreman2015-07-163-37/+41