235 Commits (1da1b8f3f1680a81bd98f42ad334f5c6d8995cac)

Author SHA1 Message Date
Pekka Paalanen 1da1b8f3f1 Rewrite shm buffer file allocation v2 12 years ago
Kristian Høgsberg 9892a62b45 compositor: Remove left-over 'bright' shader uniform 12 years ago
Kristian Høgsberg 361039820b compositor: Drop brightness and saturation features in the shader 12 years ago
Kristian Høgsberg 4e99ac4f20 compositor: Set pointer->current before calling focus handler 12 years ago
Scott Moreau ae71220fc9 Convert text cursor position protocol to use fixed types. 12 years ago
Daniel Stone bbf63bf92c Fix inverted LEDs 12 years ago
Daniel Stone e9e92d2ad7 Fix sessions with no active input devices 12 years ago
Kristian Høgsberg a7ceafff9c compositor: Add a clipboard manager 12 years ago
Daniel Stone b7452fe313 Add support for wl_keyboard::keymap events 12 years ago
Daniel Stone e2ef43aa0e Parse XKB config options in weston_compositor_init 12 years ago
Daniel Stone c1be8e59de Pass config_file through to weston_compositor_init 12 years ago
Daniel Stone baf4359285 Pass argc and argv through to weston_compositor_init 12 years ago
Daniel Stone 8db796947f Fix binding modifier lookup 12 years ago
Daniel Stone bb1df6a7c1 Add keymap argument to weston_seat_init_keyboard 12 years ago
Daniel Stone d65b909778 Move keymaps to weston_seat 12 years ago
Daniel Stone e379da9532 Separate out weston_xkb_info struct 12 years ago
Daniel Stone 9a9ee2c779 Split XKB keymap compilation out into separate function 12 years ago
Daniel Stone 74419a2237 Split weston_seat_init up into pointer/keyboard/touch 12 years ago
Daniel Stone 2fce4028d6 Convert wl_pointer::axis to wl_fixed_t 12 years ago
Daniel Stone 0c1e46eb18 Use wl_fixed_t for axis bindings 12 years ago
Daniel Stone 325fc2d53a Split bindings into separate key/button/axis bindings 12 years ago
Daniel Stone 878f0b77a8 Convert notify_axis to wl_fixed_t 12 years ago
Daniel Stone 4dab5dba3f Use compositor->seat_list instead of a singular seat 12 years ago
Daniel Stone c9785eacca Use enum wl_keyboard_key_state instead of integer 12 years ago
Daniel Stone 4dbadb1556 Use enum wl_pointer_button_state instead of integer 12 years ago
Daniel Stone 8c8164faeb Add core LED handling 12 years ago
Daniel Stone e3f15edc2f Do binding modifier lookup on XKB state, not physical keys 12 years ago
Daniel Stone 994679a20e Move xkb_state object to weston_seat 12 years ago
Daniel Stone 496ca17a77 Convert Weston modifier #defines to an enum 12 years ago
Daniel Stone 351eb61fbc Support wl_keyboard::modifiers event 12 years ago
Daniel Stone 7ace3902f9 Update XKB state in update_modifier_state 12 years ago
Daniel Stone 17b13bd89f Update pointer and keyboard focus on new listeners 12 years ago
Pekka Paalanen 200019c0c6 compositor: check for execinfo.h 12 years ago
Pekka Paalanen 51aaf646db compositor: work around missing SOCK_CLOEXEC 12 years ago
Scott Moreau 7a1b32a198 Implement text cursor position protocol. 12 years ago
Kristian Høgsberg 66a099b775 compositor: Only fini region if it's not the undef region 12 years ago
Chad Versace bf38190744 compositor: Fix buggy snprintf that sets module path 13 years ago
Tiago Vignatti 629ce23bd0 xwayland: change library name 13 years ago
Kristian Høgsberg 5fb70bf301 Add screen recorder tool 13 years ago
Scott Moreau 9fb9824c17 compositor: Address blending for XRGB surfaces with alpha < 1.0. 13 years ago
Scott Moreau 850ca42b9b Restructure output zoom. 13 years ago
Kristian Høgsberg a416fa15d5 xwm: Switch alpha, brightness and saturation to GLfloat 13 years ago
Rob Bradford 8667e77b77 compositor: Silence compiler warning by initializing resource to NULL 13 years ago
Kristian Høgsberg d6ad122d9a compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surface 13 years ago
Kristian Høgsberg b93b6cfa47 compositor: Remove resource from list when we destroy seat devices 13 years ago
Kristian Høgsberg 0b0c2bb3e9 compositor: Add opaque rect shader feature 13 years ago
Daniel Stone 37816df646 Convert wl_input_device to wl_seat (and friends) 13 years ago
Scott Moreau dc549932b7 Convert wl_fixed_t to int in weston_output_update_zoom(). 13 years ago
Ander Conselvan de Oliveira f6f9069138 compositor: Fix cursor positioning right after input_device.attach 13 years ago
Kristian Høgsberg c7ca355ec5 compositor: Only call weston_surface_update_transform from repaint 13 years ago