2075 Commits (2a746a52d466085ceff2ef949911d6d1a5c723cb)

Author SHA1 Message Date
U. Artie Eoff 1a08d1196a compositor-wayland: don't free unallocated memory 11 years ago
U. Artie Eoff 13708a4d67 screenshooter: check for NULL malloc and fix memleaks 11 years ago
U. Artie Eoff 1db007202b log: print dummy timestamp if localtime call fails 11 years ago
U. Artie Eoff 981fa33809 backlight: fix backlight_path memory leak 11 years ago
Kristian Høgsberg 1be87e3c81 compositor-drm: Make composite bypass work on secondary outputs 11 years ago
Bryce W. Harrington 991f271de5 Cleanup stray newline in a return statement 11 years ago
Kristian Høgsberg 17bccaed42 input: Handle unplugging the output for a touchscreen device 11 years ago
Jason Ekstrand 81038fba86 Only update the surface size if a new buffer is attached 11 years ago
Kristian Høgsberg c180977e7c text: Set context->model to NULL when we deactivate text input 11 years ago
Kristian Høgsberg b0fb25dedc compositor: Init output listeners in weston_view if it's not on any output 11 years ago
Kristian Høgsberg 8ca9544e06 input: Re-pair touch screen when monitor is plugged in 11 years ago
Kristian Høgsberg a30e29af2e input: Ignore touch up events if num_tp is 0 11 years ago
Fabien DESSENNE 4b2558708b compositor-drm: consider the best mode of the mode_list as an option 11 years ago
Rui Matos 73d9395e68 input: Don't leak the initial keymap 11 years ago
Pekka Paalanen b0420aeb3d protocol: rename wl_surface_scaler to wl_viewport 11 years ago
Pekka Paalanen 2d91ee171b screenshooter: silence a warning 11 years ago
Kristian Høgsberg 2fce4808dd input: Remap touch point IDs from multiple touch screens to not overlap 11 years ago
Chris Michael 8b37687d3a Properly free drm plane during creation of sprites 11 years ago
Hardening fb8546e45f Release pointer and keyboard with the seat 11 years ago
Ander Conselvan de Oliveira 18536764b4 compositor: Destroy renderer in weston_compositor_shutdown() 11 years ago
Lubomir Rintel ddc2b1ec32 pixman: Destroy pixman images when underlying buffer is destroyed 11 years ago
Ander Conselvan de Oliveira 24dff2b704 compositor: Clean up view output move and destroy listeners 11 years ago
Ander Conselvan de Oliveira d4ea71eada compositor-x11: Set the name field on weston_outputs 11 years ago
Ander Conselvan de Oliveira 41b829c025 screenshooter: Choose output to record from based on keyboard focus 11 years ago
Kristian Høgsberg df42a80ea2 compositor: Initialize output listener links 11 years ago
Ander Conselvan de Oliveira e22f3bb5da screenshooter: Record one extra frame when recording stops 11 years ago
Jonny Lamb fa1b3055b2 pixman-renderer: implement surface scaling and cropping 11 years ago
Jonny Lamb 7413076f82 compositor: transform surface coordinates if a surface scaler is used 11 years ago
Jonny Lamb 8ae3590325 compositor: add stub scaler resources 11 years ago
Jason Ekstrand 5c11a3340b Add a weston_surface_set_size function 11 years ago
Zhang, Xiong Y 31236932a1 desktop-shell: Invalidate saved position when output is destroyed 11 years ago
Ander Conselvan de Oliveira 54e90c7e1e compositor: Make pointers visible when an output is unplugged 11 years ago
Ander Conselvan de Oliveira e1e2352dcc compositor: Don't repaint outputs being destroyed 11 years ago
Zhang, Xiong Y 010d0b1695 compositor: Ensure views are visible if their output was unplugged 11 years ago
Zhang, Xiong Y f301241d1a compositor: Move views when outputs are moved 11 years ago
Ander Conselvan de Oliveira 62a9075a6b compositor-headless, compositor-rdp: Don't call weston_output_move() 11 years ago
Zhang, Xiong Y a4b54c0b79 compositor: Move the logic of moving outputs into the core 11 years ago
Ander Conselvan de Oliveira f749fc3782 compositor: Remove output from list in weston_output_destroy() 11 years ago
Ander Conselvan de Oliveira f54fa4db2b compositor-x11: Only destroy one output when the close button is pressed 11 years ago
Kristian Høgsberg d0cb10a36b evdev: Drop joystick rejection heurstics 11 years ago
Kristian Høgsberg cd2f46f3d2 evdev: Reject absolute motion if we're not a pointer or a touch device 11 years ago
Kristian Høgsberg c67fd1cf0e evdev: Drop obsolete accelerometer reject rule 11 years ago
Kristian Høgsberg de5f82c90d evdev: Remove EVDEV_TOUCH and with it evdev_device->caps 11 years ago
Kristian Høgsberg 3d793c9053 evdev: Use a has_keyboard flag instead of EVDEV_KEYBOARD bit 11 years ago
Kristian Høgsberg 77b0d23c00 evdev: Replace EVDEV_BUTTON with local has_button flag 11 years ago
Kristian Høgsberg b7c58de8f6 evdev: Replace EVDEV_MOTION_ABS with local has_abs flag 11 years ago
Kristian Høgsberg 8d31a3ae56 evdev: Use has_abs only for ABS_X and ABS_Y, introduce has_mt for MT events 11 years ago
Kristian Høgsberg 015e73dc33 evdev: Drop EVDEV_MOTION_REL flag 11 years ago
Kristian Høgsberg d24a64ea30 evdev: Combine evdev_handle_device() and evdev_configure_device() 11 years ago
Giulio Camuffo 1aaf3e42e2 sdk: make C++11 plugins build again 11 years ago