index
:
~vignatti/weston
master
multitouch-v2
stick-moving
xwm
xwm-client
xwm-client-OLD
xwm-configure2
wayland compositor and client demo implementation
vignatti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-31
Use compositor->seat_list instead of a singular seat
Daniel Stone
1
-9
/
+14
2012-05-31
Use enum wl_keyboard_key_state instead of integer
Daniel Stone
14
-29
/
+50
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
20
-59
/
+101
2012-05-31
test-client.c: Replace hard-coded magic value
Daniel Stone
1
-1
/
+2
2012-05-31
evdev: Add LED update hook
Daniel Stone
1
-0
/
+30
2012-05-31
evdev: Add device capabilities
Daniel Stone
2
-0
/
+35
2012-05-31
Rename evdev_input_device::type to pending_events
Daniel Stone
3
-24
/
+24
2012-05-31
evdev: Convert device type to an enum
Daniel Stone
1
-8
/
+9
2012-05-31
Add core LED handling
Daniel Stone
2
-0
/
+34
2012-05-31
Do binding modifier lookup on XKB state, not physical keys
Daniel Stone
2
-26
/
+23
2012-05-31
Move xkb_state object to weston_seat
Daniel Stone
2
-83
/
+92
2012-05-31
Convert Weston modifier #defines to an enum
Daniel Stone
3
-8
/
+10
2012-05-31
Support wl_keyboard::modifiers event
Daniel Stone
7
-12
/
+94
2012-05-31
Update XKB state in update_modifier_state
Daniel Stone
1
-5
/
+37
2012-05-31
Update pointer and keyboard focus on new listeners
Daniel Stone
1
-0
/
+23
2012-05-31
Add Android backend
Pekka Paalanen
5
-0
/
+618
2012-05-31
tests, wcap: update ignores
Pekka Paalanen
2
-0
/
+4
2012-05-31
window: add wrapper for EPOLL_CLOEXEC
Pekka Paalanen
3
-1
/
+22
2012-05-31
compositor: check for execinfo.h
Pekka Paalanen
3
-1
/
+12
2012-05-31
compositor: work around missing SOCK_CLOEXEC
Pekka Paalanen
4
-3
/
+111
2012-05-31
Implement text cursor position protocol.
Scott Moreau
12
-10
/
+219
2012-05-31
xwm: Just ignore the synthetic unmap_notify
Kristian Høgsberg
1
-7
/
+4
2012-05-30
wcap: Convert argb to yv12 using integer math instead
Kristian Høgsberg
1
-7
/
+9
2012-05-30
wcap: Fix README typo
Kristian Høgsberg
1
-1
/
+1
2012-05-30
xwm: Set WM_STATE window property
Kristian Høgsberg
2
-0
/
+27
2012-05-30
xwm: Bring back synthetic events and handle synthetic unmap notify as per ICCCM
Kristian Høgsberg
1
-1
/
+9
2012-05-30
xwm: Don't try to read deleted properties
Kristian Høgsberg
1
-2
/
+5
2012-05-30
xwm: Handle reparenting windows
Kristian Høgsberg
1
-21
/
+58
2012-05-30
xwm: Don't select for XCB_EXPOSE
Kristian Høgsberg
1
-16
/
+1
2012-05-30
xwm: Don't dispatch for events coming from XSendEvent
Kristian Høgsberg
1
-1
/
+1
2012-05-30
xwm: Destroy frame resources and reparent back to root in unmap_notify
Kristian Høgsberg
1
-19
/
+40
2012-05-30
xwm: Remove pointless change set request
Kristian Høgsberg
1
-2
/
+0
2012-05-30
xwm: Don't select for STRUCTURE_NOTIFY or RESIZE_REDIRECT
Kristian Høgsberg
1
-4
/
+0
2012-05-30
xwm: Ignore map request for already mapped window
Kristian Høgsberg
1
-0
/
+3
2012-05-30
xwm: Reduce window property debug output
Kristian Høgsberg
2
-60
/
+24
2012-05-29
compositor: Only fini region if it's not the undef region
Kristian Høgsberg
1
-1
/
+2
2012-05-29
xwm: Reset wm->focus_window when the focused window is destroyed
Kristian Høgsberg
1
-0
/
+3
2012-05-29
wcap: Compute per-component deltas
Kristian Høgsberg
2
-3
/
+22
2012-05-29
wcap: Add wcap README, with a bit of documentation
Kristian Høgsberg
1
-0
/
+99
2012-05-29
wcap-decode: Fix setting framerate
Kristian Høgsberg
1
-1
/
+8
2012-05-29
wcap-decode: Fix timestamp overflow
Kristian Høgsberg
1
-1
/
+1
2012-05-29
dnd: implement option for not offering data to other clients
Ander Conselvan de Oliveira
2
-27
/
+82
2012-05-29
terminal: add glyphs to character list
David Herrmann
1
-32
/
+32
2012-05-29
terminal: fix up horizontal scan-line characters
David Herrmann
1
-5
/
+5
2012-05-29
Weston: Free allocated cursors array when destroying
Yan Wang
1
-0
/
+1
2012-05-26
shell: Add keybinding to force-close (SIGKILL) inactive clients
Kristian Høgsberg
1
-0
/
+21
2012-05-26
wcap: Add option to disable building wcap tools
Kristian Høgsberg
2
-6
/
+21
2012-05-25
dnd: work around cairo-gl brokenness
Ander Conselvan de Oliveira
3
-3
/
+6
2012-05-25
window: rename enum pointer_type to cursor_type
Ander Conselvan de Oliveira
10
-45
/
+45
2012-05-25
window: track changes in libwayland-cursor api
Ander Conselvan de Oliveira
9
-43
/
+73
[prev]
[next]