summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Paalanen1-1/+1
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-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-31Convert wl_pointer::axis to wl_fixed_tDaniel Stone2-3/+3
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 Stone7-13/+23
2012-05-31Use enum wl_pointer_button_state instead of integerDaniel Stone7-18/+36
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 Stone6-8/+74
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 Paalanen4-0/+606
2012-05-31compositor: check for execinfo.hPekka Paalanen1-1/+0
2012-05-31compositor: work around missing SOCK_CLOEXECPekka Paalanen1-3/+2
2012-05-31Implement text cursor position protocol.Scott Moreau6-8/+159
2012-05-31xwm: Just ignore the synthetic unmap_notifyKristian Høgsberg1-7/+4
2012-05-30xwm: Set WM_STATE window propertyKristian Høgsberg2-0/+27
2012-05-30xwm: Bring back synthetic events and handle synthetic unmap notify as per ICCCMKristian Høgsberg1-1/+9
2012-05-30xwm: Don't try to read deleted propertiesKristian Høgsberg1-2/+5
2012-05-30xwm: Handle reparenting windowsKristian Høgsberg1-21/+58
2012-05-30xwm: Don't select for XCB_EXPOSEKristian Høgsberg1-16/+1
2012-05-30xwm: Don't dispatch for events coming from XSendEventKristian Høgsberg1-1/+1
2012-05-30xwm: Destroy frame resources and reparent back to root in unmap_notifyKristian Høgsberg1-19/+40
2012-05-30xwm: Remove pointless change set requestKristian Høgsberg1-2/+0
2012-05-30xwm: Don't select for STRUCTURE_NOTIFY or RESIZE_REDIRECTKristian Høgsberg1-4/+0
2012-05-30xwm: Ignore map request for already mapped windowKristian Høgsberg1-0/+3
2012-05-30xwm: Reduce window property debug outputKristian Høgsberg2-60/+24
2012-05-29compositor: Only fini region if it's not the undef regionKristian Høgsberg1-1/+2