summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-30wcap: Convert argb to yv12 using integer math insteadKristian Høgsberg1-7/+9
2012-05-30wcap: Fix README typoKristian Høgsberg1-1/+1
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
2012-05-29xwm: Reset wm->focus_window when the focused window is destroyedKristian Høgsberg1-0/+3
2012-05-29wcap: Compute per-component deltasKristian Høgsberg2-3/+22
2012-05-29wcap: Add wcap README, with a bit of documentationKristian Høgsberg1-0/+99
2012-05-29wcap-decode: Fix setting framerateKristian Høgsberg1-1/+8
2012-05-29wcap-decode: Fix timestamp overflowKristian Høgsberg1-1/+1
2012-05-29dnd: implement option for not offering data to other clientsAnder Conselvan de Oliveira2-27/+82
2012-05-29terminal: add glyphs to character listDavid Herrmann1-32/+32
2012-05-29terminal: fix up horizontal scan-line charactersDavid Herrmann1-5/+5
2012-05-29Weston: Free allocated cursors array when destroyingYan Wang1-0/+1
2012-05-26shell: Add keybinding to force-close (SIGKILL) inactive clientsKristian Høgsberg1-0/+21
2012-05-26wcap: Add option to disable building wcap toolsKristian Høgsberg2-6/+21
2012-05-25dnd: work around cairo-gl brokennessAnder Conselvan de Oliveira3-3/+6
2012-05-25window: rename enum pointer_type to cursor_typeAnder Conselvan de Oliveira10-45/+45
2012-05-25window: track changes in libwayland-cursor apiAnder Conselvan de Oliveira9-43/+73