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
path:
root
/
src
Age
Commit message (
Expand
)
Author
Files
Lines
2012-06-01
compositor-x11: Generate our own keymap
Daniel Stone
1
-40
/
+51
2012-06-01
compositor-wayland: Fix seat vs. seat confusion
Daniel Stone
1
-2
/
+2
2012-06-01
Brown-paper bag fix for LED
Daniel Stone
1
-2
/
+5
2012-06-01
Fix binding modifier lookup
Daniel Stone
1
-3
/
+3
2012-06-01
build: introduce GCC_CXXFLAGS
Pekka Paalanen
1
-1
/
+1
2012-06-01
compositor-android: fix build flags
Pekka Paalanen
1
-0
/
+1
2012-06-01
xwayland: Handle selection source going away without crashing
Kristian Høgsberg
3
-3
/
+28
2012-05-31
Add keymap argument to weston_seat_init_keyboard
Daniel Stone
5
-44
/
+56
2012-05-31
Move keymaps to weston_seat
Daniel Stone
2
-30
/
+35
2012-05-31
Separate out weston_xkb_info struct
Daniel Stone
3
-34
/
+41
2012-05-31
Split XKB keymap compilation out into separate function
Daniel Stone
1
-20
/
+33
2012-05-31
Split weston_seat_init up into pointer/keyboard/touch
Daniel Stone
5
-3
/
+59
2012-05-31
Convert wl_pointer::axis to wl_fixed_t
Daniel Stone
2
-3
/
+3
2012-05-31
Use wl_fixed_t for axis bindings
Daniel Stone
4
-8
/
+9
2012-05-31
Split bindings into separate key/button/axis bindings
Daniel Stone
7
-151
/
+265
2012-05-31
Convert notify_axis to wl_fixed_t
Daniel Stone
5
-12
/
+20
2012-05-31
shell: Reset focus for all seats on activation
Daniel Stone
1
-3
/
+5
2012-05-31
tablet-shell: Use seat_list rather than primary seat
Daniel Stone
1
-9
/
+8
2012-05-31
tablet-shell: Remove 'seat' member
Daniel Stone
1
-3
/
+0
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
7
-13
/
+23
2012-05-31
Use enum wl_pointer_button_state instead of integer
Daniel Stone
7
-18
/
+36
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
6
-8
/
+74
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
4
-0
/
+606
2012-05-31
compositor: check for execinfo.h
Pekka Paalanen
1
-1
/
+0
2012-05-31
compositor: work around missing SOCK_CLOEXEC
Pekka Paalanen
1
-3
/
+2
2012-05-31
Implement text cursor position protocol.
Scott Moreau
6
-8
/
+159
2012-05-31
xwm: Just ignore the synthetic unmap_notify
Kristian Høgsberg
1
-7
/
+4
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
[next]