1833 Commits (ae71220fc9fbb9b43af4fcf8f3f57305ffcd9110)
 

Author SHA1 Message Date
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
Daniel Stone a497d57619 compositor-wayland: Delay seat creation 12 years ago
Kristian Høgsberg 670b5d343d xwm: Take WM_S0 manager selection 12 years ago
Kristian Høgsberg cba022af3d xwm: Claim the CLIPBOARD_MANAGER selection 12 years ago
Kristian Høgsberg a7ceafff9c compositor: Add a clipboard manager 12 years ago
Kristian Høgsberg e220327223 xwm: Initialize X selection on X server startup 12 years ago
Kristian Høgsberg 4dec011807 xwm: Move selection proxy setup to selection.c 12 years ago
Kristian Høgsberg c65d56a280 xwm: Follow wl_data_source changes 12 years ago
Kristian Høgsberg fee91be586 terminal: Use serial, not timestamp for setting the selection 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 576cd15d8d compositor-x11: Generate our own keymap 12 years ago
Daniel Stone cd981ddf1d compositor-wayland: Fix seat vs. seat confusion 12 years ago
Daniel Stone cfd0e726cc Brown-paper bag fix for LED 12 years ago
Daniel Stone 8db796947f Fix binding modifier lookup 12 years ago
Pekka Paalanen 15643f627d build: introduce GCC_CXXFLAGS 12 years ago
Pekka Paalanen d95222e56f compositor-android: fix build flags 12 years ago
Kristian Høgsberg 805667388b xwayland: Handle selection source going away without crashing 12 years ago
Kristian Høgsberg a4b3d0ede7 window.c: Handle losing selection data source 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 97f685449e clients: Move XKB info from display to input struct 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 b21046836f shell: Reset focus for all seats on activation 12 years ago
Daniel Stone 162f78af68 tablet-shell: Use seat_list rather than primary seat 12 years ago
Daniel Stone 4034c7ac21 tablet-shell: Remove 'seat' member 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 11d7139989 test-client.c: Replace hard-coded magic value 12 years ago
Daniel Stone 7bbd5b3335 evdev: Add LED update hook 12 years ago
Daniel Stone 33965c242d evdev: Add device capabilities 12 years ago
Daniel Stone 1d637772c8 Rename evdev_input_device::type to pending_events 12 years ago
Daniel Stone a62e804c7e evdev: Convert device type to an enum 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