summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-04window.c: Drop timestamp argument to input_set_pointer_image()Kristian Høgsberg3-9/+8
2012-06-04Remove Intel from text-cursor-position.c copyright header.Scott Moreau1-1/+0
2012-06-04Drop user input detection from text cursor position implementation.Scott Moreau1-8/+1
2012-06-04Convert text cursor position protocol to use fixed types.Scott Moreau5-16/+20
2012-06-04Fix inverted LEDsDaniel Stone1-1/+1
2012-06-04Fix sessions with no active input devicesDaniel Stone1-2/+7
2012-06-04compositor-wayland: Delay seat creationDaniel Stone1-19/+37
2012-06-04xwm: Take WM_S0 manager selectionKristian Høgsberg2-0/+8
2012-06-04xwm: Claim the CLIPBOARD_MANAGER selectionKristian Høgsberg3-0/+16
2012-06-03compositor: Add a clipboard managerKristian Høgsberg4-0/+269
2012-06-03xwm: Initialize X selection on X server startupKristian Høgsberg1-0/+2
2012-06-03xwm: Move selection proxy setup to selection.cKristian Høgsberg3-27/+37
2012-06-03xwm: Follow wl_data_source changesKristian Høgsberg1-33/+27
2012-06-02terminal: Use serial, not timestamp for setting the selectionKristian Høgsberg1-1/+2
2012-06-01Add support for wl_keyboard::keymap eventsDaniel Stone5-50/+185
2012-06-01Parse XKB config options in weston_compositor_initDaniel Stone1-16/+17
2012-06-01Pass config_file through to weston_compositor_initDaniel Stone6-23/+34
2012-06-01Pass argc and argv through to weston_compositor_initDaniel Stone6-14/+23
2012-06-01compositor-x11: Generate our own keymapDaniel Stone1-40/+51
2012-06-01compositor-wayland: Fix seat vs. seat confusionDaniel Stone1-2/+2
2012-06-01Brown-paper bag fix for LEDDaniel Stone1-2/+5
2012-06-01Fix binding modifier lookupDaniel Stone1-3/+3
2012-06-01build: introduce GCC_CXXFLAGSPekka Paalanen2-5/+7
2012-06-01compositor-android: fix build flagsPekka Paalanen1-0/+1
2012-06-01xwayland: Handle selection source going away without crashingKristian Høgsberg3-3/+28
2012-05-31window.c: Handle losing selection data sourceKristian Høgsberg1-1/+5
2012-05-31Add keymap argument to weston_seat_init_keyboardDaniel Stone5-44/+56
2012-05-31Move keymaps to weston_seatDaniel Stone2-30/+35
2012-05-31Separate out weston_xkb_info structDaniel Stone3-34/+41
2012-05-31Split XKB keymap compilation out into separate functionDaniel Stone1-20/+33
2012-05-31Split weston_seat_init up into pointer/keyboard/touchDaniel Stone5-3/+59
2012-05-31clients: Move XKB info from display to input structDaniel Stone1-64/+66
2012-05-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone5-6/+6
2012-05-31Use wl_fixed_t for axis bindingsDaniel Stone4-8/+9
2012-05-31Split bindings into separate key/button/axis bindingsDaniel Stone7-151/+265
2012-05-31Convert notify_axis to wl_fixed_tDaniel Stone5-12/+20
2012-05-31shell: Reset focus for all seats on activationDaniel Stone1-3/+5
2012-05-31tablet-shell: Use seat_list rather than primary seatDaniel Stone1-9/+8
2012-05-31tablet-shell: Remove 'seat' memberDaniel Stone1-3/+0
2012-05-31Use compositor->seat_list instead of a singular seatDaniel Stone1-9/+14
2012-05-31Use enum wl_keyboard_key_state instead of integerDaniel Stone14-29/+50
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone20-59/+101
2012-05-31test-client.c: Replace hard-coded magic valueDaniel Stone1-1/+2
2012-05-31evdev: Add LED update hookDaniel Stone1-0/+30
2012-05-31evdev: Add device capabilitiesDaniel Stone2-0/+35
2012-05-31Rename evdev_input_device::type to pending_eventsDaniel Stone3-24/+24
2012-05-31evdev: Convert device type to an enumDaniel Stone1-8/+9
2012-05-31Add core LED handlingDaniel Stone2-0/+34
2012-05-31Do binding modifier lookup on XKB state, not physical keysDaniel Stone2-26/+23
2012-05-31Move xkb_state object to weston_seatDaniel Stone2-83/+92