43 Commits (4e1f2ff1c6a6e83bf72cfc76601b76126c59ba42)

Author SHA1 Message Date
Bill Spitzak b715ceca33 compositor-x11: Return number of events processed 13 years ago
Daniel Stone c1be8e59de Pass config_file through to weston_compositor_init 13 years ago
Daniel Stone baf4359285 Pass argc and argv through to weston_compositor_init 13 years ago
Daniel Stone 576cd15d8d compositor-x11: Generate our own keymap 13 years ago
Daniel Stone bb1df6a7c1 Add keymap argument to weston_seat_init_keyboard 13 years ago
Daniel Stone e379da9532 Separate out weston_xkb_info struct 13 years ago
Daniel Stone 74419a2237 Split weston_seat_init up into pointer/keyboard/touch 13 years ago
Daniel Stone 878f0b77a8 Convert notify_axis to wl_fixed_t 13 years ago
Daniel Stone c9785eacca Use enum wl_keyboard_key_state instead of integer 13 years ago
Daniel Stone 4dbadb1556 Use enum wl_pointer_button_state instead of integer 13 years ago
Daniel Stone 351eb61fbc Support wl_keyboard::modifiers event 13 years ago
Kristian Høgsberg c0bc844094 compositor-x11: Check the right variable after creating dummy pbuffer 13 years ago
Daniel Stone 37816df646 Convert wl_input_device to wl_seat (and friends) 13 years ago
Kristian Høgsberg bef52d1423 Update to new libxkbcommon API 13 years ago
Kristian Høgsberg c4621b07f6 compositor: Report refresh rates in mHz 13 years ago
Kristian Høgsberg e11bbe4cc8 compositor: Use wl_fixed_t for incoming input events 13 years ago
Daniel Stone 855028fec9 Add xkb_names member plus config + X11 support 13 years ago
Daniel Stone 5d66371743 Change button from int to uint32_t 13 years ago
Cooper Yuan 4577adce8c Use the dummy pbuffer we create to make current 13 years ago
Scott Moreau 062be7ec93 screenshooter: Grab pixel data directly before buffer swap 13 years ago
Alex Wu bd3354b8b2 shell: Implement "driver" method of fullsceen. 13 years ago
Alex Wu 2dda604093 compositor: Add a switch_mode hook and a wrapper into the output. 13 years ago
Pekka Paalanen a1d57dba87 compositor: make GL_EXT_read_format_bgra optional 13 years ago
Kristian Høgsberg eae5de7609 Follow wayland change to serial numbers 13 years ago
Kristian Høgsberg 31dd6b86c1 compositor: Don't pass output to notify_keyboard_focus 13 years ago
Scott Moreau 80d27b7e06 screenshooter: Properly handle multiple outputs. 13 years ago
Kristian Høgsberg 875ab9e735 Add signedness warning flag and fix fallout 13 years ago
Kristian Høgsberg b5ef591fac compositor: Stop using EGL_KHR_surfaceless_gles2 13 years ago
Scott Moreau 210d079817 Hook up axis events. 13 years ago
Bill Spitzak d273e28567 weston: Don't ask for EGL depth buffer if not needed 13 years ago
Kristian Høgsberg f02a649a3c Consolidate image loading code and move to shared/ 13 years ago
Kristian Høgsberg bcacef19b0 Add an option parser 13 years ago
Kristian Høgsberg 22ba60e514 x11: Move the xcb fd to the input loop 13 years ago
Kristian Høgsberg 6ddcdaeb98 compositor: Store opaque clip for previous frame in weston_surface 13 years ago
Tiago Vignatti 8e53c7f566 compositor: add dpms and backlight support 13 years ago
Kristian Høgsberg d8bf90c150 Move weston_output_set_cursor into compositor-drm.c 13 years ago
Jesse Barnes 5308a5e09b compositor: add an assign_planes hook to the output 13 years ago
Kristian Høgsberg 5f5e42ef50 compositor: Remove prepare_scanout_surface callout 13 years ago
Kristian Høgsberg 06cf6b0238 compositor: Pull prepare_render and present callouts into repaint 13 years ago
Kristian Høgsberg 68c479af05 compositor: Move repaint loop into a backend function 13 years ago
Kristian Høgsberg 8600040236 compositor-x11: Just a few more weston renames 13 years ago
Kristian Høgsberg 8334bc1ef9 Rename wayland-compositor to weston 13 years ago
Pekka Paalanen 43c61d8373 compositor-x11: improve x11_destroy() 13 years ago
Pekka Paalanen 2de99e2070 compositor-x11: implement x11_output_destroy() 13 years ago
Kristian Høgsberg 09e2692403 compositor-x11: Use ARRAY_LENGTH macro from wayland-util.h 13 years ago
Kristian Høgsberg 42e40ae6dd x11: Ignore FocusOut with mode = NotifyUngrab 13 years ago
Tiago Vignatti a3a7162b11 compositor-x11: convert (some) of X11 buttons to linux input 13 years ago
Ander Conselvan de Oliveira ef7c8d9ddf compositor-*: check for surfaceless_gles2 instead of surfaceless_opengl 13 years ago
Kristian Høgsberg 06a670f2e7 compositor-x11: Call finish_frame from a timer callback 13 years ago
Kristian Høgsberg 293af264af x11: Use compositor time, not X event time 13 years ago