summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-31Convert Weston modifier #defines to an enumDaniel Stone3-8/+10
2012-05-31Support wl_keyboard::modifiers eventDaniel Stone7-12/+94
2012-05-31Update XKB state in update_modifier_stateDaniel Stone1-5/+37
2012-05-31Update pointer and keyboard focus on new listenersDaniel Stone1-0/+23
2012-05-31Add Android backendPekka Paalanen5-0/+618
2012-05-31tests, wcap: update ignoresPekka Paalanen2-0/+4
2012-05-31window: add wrapper for EPOLL_CLOEXECPekka Paalanen3-1/+22
2012-05-31compositor: check for execinfo.hPekka Paalanen3-1/+12
2012-05-31compositor: work around missing SOCK_CLOEXECPekka Paalanen4-3/+111
2012-05-31Implement text cursor position protocol.Scott Moreau12-10/+219
2012-05-31xwm: Just ignore the synthetic unmap_notifyKristian Høgsberg1-7/+4