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-22
xwm: Add window resize support
Kristian Høgsberg
3
-15
/
+102
2012-05-22
compositor: Address blending for XRGB surfaces with alpha < 1.0.
Scott Moreau
1
-6
/
+8
2012-05-22
shell: Add back mod+pageup/down keybindings for zoom
Kristian Høgsberg
1
-2
/
+15
2012-05-22
Restructure output zoom.
Scott Moreau
3
-16
/
+18
2012-05-22
xwm: Fold weston_wm_activate into weston_wm_window_activate
Scott Moreau
1
-25
/
+19
2012-05-22
xwayland/window-manager.c: Use container_of to get the wm pointer since windo...
Scott Moreau
1
-1
/
+1
2012-05-22
shell: Update relevant bits to work with recent alpha value changes.
Scott Moreau
1
-5
/
+5
2012-05-22
window: use libwayland-cursor instead of libXcursor
Ander Conselvan de Oliveira
11
-233
/
+65
2012-05-22
xwm: Use SUBSTRUCTURE_REDIRECT on frame window too
Kristian Høgsberg
1
-68
/
+57
2012-05-21
xwayland: Add window-manager.c
Kristian Høgsberg
1
-0
/
+1236
2012-05-21
xwayland: Rename xserver-launcher.c to window-manager.c
Kristian Høgsberg
2
-1237
/
+1
2012-05-21
xwayland: Move socket and launcher code to it's own file
Kristian Høgsberg
4
-363
/
+406
2012-05-21
xwayland: Split selection code into its own file
Kristian Høgsberg
4
-675
/
+781
2012-05-21
Move xwayland integration into xwayland subdirectory
Kristian Høgsberg
6
-20
/
+38
2012-05-21
shell: Fix broken indentation in shell_get_shell_surface()
Kristian Høgsberg
1
-17
/
+17
2012-05-21
shell: Make create_shell_surface() just return the shsurf
Kristian Høgsberg
3
-12
/
+12
2012-05-21
xwm: Add ewmh window type atoms
Kristian Høgsberg
1
-0
/
+30
2012-05-21
xwm: Don't leak render format reply
Kristian Høgsberg
1
-0
/
+2
2012-05-21
xwm: Switch alpha, brightness and saturation to GLfloat
Kristian Høgsberg
4
-17
/
+17
2012-05-21
shell: Remove fading animation from animation list when surface destroyed
Rob Bradford
1
-0
/
+3
2012-05-21
xwm: Account for shadow and frame size when positioning transient windows
Kristian Høgsberg
1
-2
/
+3
2012-05-21
xwm: Improve debug logging a bit
Kristian Høgsberg
1
-4
/
+6
2012-05-21
xserver: map transient windows into shell surface
Tiago Vignatti
1
-10
/
+30
2012-05-21
window: send transient flags over the wire
Tiago Vignatti
2
-3
/
+3
2012-05-21
xwm: Dont queue repaints unless we have a frame window
Kristian Høgsberg
1
-1
/
+1
2012-05-21
xwm: Keep cairo surface around and just resize it
Kristian Høgsberg
1
-9
/
+12
2012-05-21
xwm: Look up render format up front
Kristian Høgsberg
1
-35
/
+18
2012-05-18
shell: Expose set_transient in shell interface
Tiago Vignatti
2
-5
/
+19
2012-05-18
xserver: don't activate window always when mapping
Tiago Vignatti
1
-4
/
+0
2012-05-18
xwm: Set border width to zero in handle_map_request
Kristian Høgsberg
1
-1
/
+4
2012-05-18
xwm: Handle _NET_WM_MOVERESIZE_MOVE client message
Kristian Høgsberg
1
-3
/
+34
2012-05-18
xwm: Move window on frame button click
Kristian Høgsberg
1
-1
/
+20
2012-05-18
shell: Expose surface move functionality in shell interface
Kristian Høgsberg
2
-8
/
+14
2012-05-18
xwm: Fall back to WM_NAME if we don't have _NET_WM_NAME
Kristian Høgsberg
1
-0
/
+4
2012-05-18
xwm: Initialize window->properties_dirty
Kristian Høgsberg
1
-0
/
+1
2012-05-18
xwm: Read motif wm hints
Kristian Høgsberg
1
-31
/
+118
2012-05-18
compositor: Silence compiler warning by initializing resource to NULL
Rob Bradford
1
-1
/
+1
2012-05-17
xserver: Set input region for xwm surfaces
Kristian Høgsberg
1
-0
/
+6
2012-05-17
evdev: Improve touchpad support and add motion filters
Jonas Ådahl
6
-76
/
+951
2012-05-17
evdev: Add event process dispatching
Jonas Ådahl
3
-68
/
+167
2012-05-17
compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surface
Kristian Høgsberg
2
-1
/
+10
2012-05-17
compositor-x11: Check the right variable after creating dummy pbuffer
Kristian Høgsberg
1
-1
/
+1
2012-05-17
tests: Rename left-over caps_mask to capability
Kristian Høgsberg
1
-5
/
+5
2012-05-16
compositor: Remove resource from list when we destroy seat devices
Kristian Høgsberg
1
-0
/
+3
2012-05-16
xwm: Resize frame window if child window changes size
Kristian Høgsberg
1
-0
/
+21
2012-05-16
simple-egl: Fix crash and simplify
Kristian Høgsberg
1
-30
/
+12
2012-05-16
compositor: Add opaque rect shader feature
Kristian Høgsberg
3
-0
/
+31
2012-05-16
xserver: Use frame rendering code from cairo-util
Kristian Høgsberg
2
-38
/
+17
2012-05-16
Convert wl_input_device to wl_seat (and friends)
Daniel Stone
18
-1022
/
+991
2012-05-16
Convert wl_fixed_t to int in weston_output_update_zoom().
Scott Moreau
2
-4
/
+6
[next]