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-07
compositor: Emit destroy signal when we manually destroy a weston_surface
Kristian Høgsberg
1
-0
/
+2
2012-06-07
shell: Emit destroy signal for when we manually destroy shell surface
Kristian Høgsberg
1
-3
/
+5
2012-06-07
shell: Don't remove grab listener if surface was destroyed
Kristian Høgsberg
1
-1
/
+2
2012-06-07
zoom: Convert wl_fixed_t directly into floats, to avoid truncation.
Scott Moreau
1
-7
/
+7
2012-06-07
compositor: fix a crash on missing keyboard device
Pekka Paalanen
1
-10
/
+13
2012-06-07
shell: fix crash when no pointer device
Pekka Paalanen
1
-2
/
+3
2012-06-07
compositor-x11: add an option to ignore input
Pekka Paalanen
1
-17
/
+28
2012-06-06
shell: fix a crash during 'make check'
Pekka Paalanen
1
-1
/
+1
2012-06-06
compositor: print a clear message when XDG_RUNTIME_DIR is not set
Pekka Paalanen
1
-0
/
+11
2012-06-06
Rewrite shm buffer file allocation v2
Pekka Paalanen
1
-24
/
+7
2012-06-05
compositor-x11: Return number of events processed
HEAD
master
Bill Spitzak
1
-1
/
+4
2012-06-05
xwm: use override_redirect for determining or not top-level windows
Tiago Vignatti
1
-5
/
+9
2012-06-05
xwayland: fix typo on configure libs
Tiago Vignatti
1
-1
/
+1
2012-06-05
xwm: Only destroy window frame in unmap_notify if we have one
Kristian Høgsberg
1
-5
/
+7
2012-06-05
compositor: Remove left-over 'bright' shader uniform
Kristian Høgsberg
1
-1
/
+0
2012-06-05
compositor: Drop brightness and saturation features in the shader
Kristian Høgsberg
2
-15
/
+0
2012-06-05
shell: Use a busy cursor animation for unresponsive surfaces
Kristian Høgsberg
1
-64
/
+113
2012-06-04
compositor: Set pointer->current before calling focus handler
Kristian Høgsberg
1
-1
/
+1
2012-06-04
Remove Intel from text-cursor-position.c copyright header.
Scott Moreau
1
-1
/
+0
2012-06-04
Convert text cursor position protocol to use fixed types.
Scott Moreau
3
-13
/
+15
2012-06-04
Fix inverted LEDs
Daniel Stone
1
-1
/
+1
2012-06-04
Fix sessions with no active input devices
Daniel Stone
1
-2
/
+7
2012-06-04
compositor-wayland: Delay seat creation
Daniel Stone
1
-19
/
+37
2012-06-04
xwm: Take WM_S0 manager selection
Kristian Høgsberg
2
-0
/
+8
2012-06-04
xwm: Claim the CLIPBOARD_MANAGER selection
Kristian Høgsberg
3
-0
/
+16
2012-06-03
compositor: Add a clipboard manager
Kristian Høgsberg
4
-0
/
+269
2012-06-03
xwm: Initialize X selection on X server startup
Kristian Høgsberg
1
-0
/
+2
2012-06-03
xwm: Move selection proxy setup to selection.c
Kristian Høgsberg
3
-27
/
+37
2012-06-03
xwm: Follow wl_data_source changes
Kristian Høgsberg
1
-33
/
+27
2012-06-01
Add support for wl_keyboard::keymap events
Daniel Stone
3
-6
/
+115
2012-06-01
Parse XKB config options in weston_compositor_init
Daniel Stone
1
-16
/
+17
2012-06-01
Pass config_file through to weston_compositor_init
Daniel Stone
6
-23
/
+34
2012-06-01
Pass argc and argv through to weston_compositor_init
Daniel Stone
6
-14
/
+23
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
[next]