1480 Commits (d58e395bf2b3f96bc85d15f33aef748d9c814742)

Author SHA1 Message Date
Armin K b502f906db evdev-touchpad: Set some options using weston.ini 11 years ago
Rob Bradford 7ac9f73c7d weston-launch: Only pass non-NULL value into setenv() 11 years ago
Rolf Morel 14c9892069 evdev: write EV_SYN input_event along with led events to device 11 years ago
Giulio Camuffo 4e5f1153ca Install shared/zalloc.h 11 years ago
Rob Bradford 880ebc7ed9 input: For serial generation get the display from the compositor 11 years ago
Rusty Lynch f1407ff81d input: Store touch position and time when we start an implicit touch grab 11 years ago
Rusty Lynch 92e83929f0 evdev: Use touch ID 0 when generating touch up event 11 years ago
Adrian Negreanu c838423b5e compositor: Setup weston-launch sock in fbdev 11 years ago
Peter Hutterer 34be0608c7 weston-launch: always drop privileges before execve 11 years ago
Peter Hutterer 4477fee1c3 evdev: log when a device is used as touchpad 11 years ago
Peter Hutterer 6bb15cd4a8 evdev: call evdev_device_destroy on failure 11 years ago
Peter Hutterer 76d35286cf evdev: plug a potential memleak 11 years ago
Peter Hutterer df66c5bf79 evdev: get the current slot value from the absinfo struct or mtdev 11 years ago
Peter Hutterer 0d061e3802 evdev: only use mtdev for Protocol A devices 11 years ago
Peter Hutterer 89af60e6f5 evdev: add comment why we're ignoring key value 2 11 years ago
Peter Hutterer 11f5bfbc09 evdev: prevent unterminated device name 11 years ago
Peter Hutterer 96f0824892 tty: fix typo in error message 11 years ago
Peter Hutterer 45d659dd82 evdev: check for ABS_MT_POSITION_X/Y to determine mt devices 11 years ago
Peter Hutterer f3d62276d2 malloc + memset -> zalloc 11 years ago
Peter Hutterer b1bc4a68b0 Add zalloc(size_t) allocator function 11 years ago
Armin K 214e9ce6ff cms-colord: Don't redefine _GNU_SOURCE 11 years ago
Kristian Høgsberg 1c4f163c6d gl-renderer: Only check for subimage when we have extension at compile time 11 years ago
Kristian Høgsberg 59758a8a9e Add workaround for broken GL_EXT_unpack_subimage tokens 11 years ago
Kristian Høgsberg 4722939d18 gl-renderer.c: Cast wl_resource to void * to avoid warning 11 years ago
Kristian Høgsberg ce7a5d8794 gl-renderer: Test for GL_EXT_unpack_subimage not GL_UNPACK_ROW_LENGTH 11 years ago
Kristian Høgsberg 3c17933de8 Use #define WL_HIDE_DEPRECATED to avoid deprecated warnings for wl_buffer 11 years ago
Bryce Harrington c814c58adc Drop extraneous duplicate header includes 11 years ago
Tomeu Vizoso 0368189bac rpi: Add support for SHM buffers in RGB565 format 11 years ago
Tomeu Vizoso 1c1fc29cf1 pixman-renderer: Add support for SHM buffers in RGB565 format 11 years ago
Tomeu Vizoso 12072b6a7c gl-renderer: Add support for SHM buffers in RGB565 format 11 years ago
Kristian Høgsberg 0ff7908767 compositor: Check wl_resource_create() return value 11 years ago
Kristian Høgsberg b10b44b58c data-device.c: Handle failure to allocate offer in weston_drag_set_focus 11 years ago
Kristian Høgsberg 3c30f0f950 data-device.c: Handle OOM in weston_data_source_send_offer() 11 years ago
Rob Bradford 5c4245d70d compositor-x11: Don't leak the looked up name for skipped outputs 11 years ago
Rob Bradford 307e09ee34 compositor-drm: Use a format width parameter for the modeline sscanf 11 years ago
Rob Bradford 581b3fd779 compositor-fbdev: Close fd used for re-enabling if that fails 11 years ago
Rob Bradford f8ef42feae compositor-fbdev: Avoid dereferencing a pointer in freed memory 11 years ago
Rob Bradford 5c89710166 tty: Correctly check if the opening of the file descriptor failed 11 years ago
Rob Bradford 45c15b83c0 drm: close the drm file descriptor when the compositor is destroyed 11 years ago
Eduardo Lima d0357bbb97 weston-launch: Fix signal mask typo 11 years ago
Kristian Høgsberg 73c60ab6e9 weston-launch: Unblock our signalfd signals before execing child 11 years ago
Rob Bradford c30c4bd6c8 clipboard: remove the weston_seat destruction listener on destroy 11 years ago
Rob Bradford ead3ef8c77 text-backend: remove the weston_seat destruction listener on destroy 11 years ago
Michael Fu a2bb7919de Reset touch focus in unmap 11 years ago
Louis-Francis Ratté-Boulianne dce3dacc37 xwayland: Remove transform listener when destroying the wm 11 years ago
Kristian Høgsberg 0af26c4fe7 evdev: Suport old-style single-touch touch screens 11 years ago
Kristian Høgsberg 58014bbba8 evdev: Use temporary x and y coordinates when applying calibration 11 years ago
Kristian Høgsberg cee407e0c0 evdev: Don't add output offset in evdev_process_absolute_motion() 11 years ago
Kristian Høgsberg 87d38418a1 compositor-x11: Use assert(0) instead of return NULL for non-reachable code 11 years ago
Kristian Høgsberg 46118f8197 clipboard: Fix fd leak 11 years ago