3710 Commits (e22f3bb5da5d22f1bb6056de1069f7f1c08cc62b)
 

Author SHA1 Message Date
Ander Conselvan de Oliveira e22f3bb5da screenshooter: Record one extra frame when recording stops 11 years ago
Kristian Høgsberg c2010b3af0 nested: Add EGL_WL_create_wayland_buffer_from_image compat defines 11 years ago
Kristian Høgsberg fccb57d24d configure.ac: Bump version to 1.3.91 for alpha release 11 years ago
Kristian Høgsberg 98463743ca Makefile.am: Clean generated weston.ini on make clean 11 years ago
Jonny Lamb 92d90f225d clients: add scaler test app 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
Pekka Paalanen f565d80ff5 protocol: crop & scale RFC v3 11 years ago
Jason Ekstrand 5c11a3340b Add a weston_surface_set_size function 11 years ago
Ander Conselvan de Oliveira fc63fddcee shell: Reset fullscreen and maximized state on output unplug 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
Jasper St. Pierre 80c798bdf0 Update .gitignore 11 years ago
Jasper St. Pierre cf389f5917 Update .gitignore 11 years ago
Jasper St. Pierre 8f180d44f5 shell: Fix set_transient_for with a NULL parent 11 years ago
Kristian Høgsberg 8d344a0548 shell: Make sure the shell implementation and protocol versions match 11 years ago
Kristian Høgsberg 1e65840b61 simple-egl: Add option to allow not syncing to compositor repaint cycle 11 years ago
Kristian Høgsberg deb322237b simple-egl: Print fps for the spinning triangle 11 years ago
Neil Roberts 40c0c3f91e tests: Test whether a simple EGL main loop uses too many buffers 11 years ago
Giulio Camuffo 65a07f8aef input: make sure the devices get the resource destruction signal 11 years ago
Kristian Høgsberg c8f8dd894e desktop-shell: Drop next_type from shell_surface 11 years ago
Kristian Høgsberg 4804a301db shell: Put xwayland surface at the top of the fullscreen layer 11 years ago
Kristian Høgsberg 41fbf6f7fd desktop-shell: Make set_toplevel() clear surface states 11 years ago
Kristian Høgsberg e960b3f012 desktop-shell: Set fullscreen flags in common code path 11 years ago
Kristian Høgsberg c2745b14f0 desktop-shell: Set maximized flags in common code path 11 years ago
Kristian Høgsberg acdae2e641 stacking: Set a keyboard focus handler so we can repaint the frame 11 years ago
Rafael Antognolli 5031cbe7b4 shell: Don't try to switch to a NULL shell surface. 11 years ago
Rafael Antognolli db59f9a53f shell: Set a surface as TOPLEVEL instead of the old surface types. 11 years ago
Kristian Høgsberg a98c2e17fd compositor-x11: Damage output when we receive expose events for the window 11 years ago
Rafael Antognolli 44a3162eea shell: Add missing break to a case statement inside set_surface_type. 11 years ago
Neil Roberts a5059eb187 nested: Add an option to disable subsurfaces 11 years ago