summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-05-22xwm: Add window resize supportKristian Høgsberg3-15/+102
2012-05-22compositor: Address blending for XRGB surfaces with alpha < 1.0.Scott Moreau1-6/+8
2012-05-22shell: Add back mod+pageup/down keybindings for zoomKristian Høgsberg1-2/+15
2012-05-22Restructure output zoom.Scott Moreau3-16/+18
2012-05-22xwm: Fold weston_wm_activate into weston_wm_window_activateScott Moreau1-25/+19
2012-05-22xwayland/window-manager.c: Use container_of to get the wm pointer since windo...Scott Moreau1-1/+1
2012-05-22shell: Update relevant bits to work with recent alpha value changes.Scott Moreau1-5/+5
2012-05-22window: use libwayland-cursor instead of libXcursorAnder Conselvan de Oliveira11-233/+65
2012-05-22xwm: Use SUBSTRUCTURE_REDIRECT on frame window tooKristian Høgsberg1-68/+57
2012-05-21xwayland: Add window-manager.cKristian Høgsberg1-0/+1236
2012-05-21xwayland: Rename xserver-launcher.c to window-manager.cKristian Høgsberg2-1237/+1
2012-05-21xwayland: Move socket and launcher code to it's own fileKristian Høgsberg4-363/+406
2012-05-21xwayland: Split selection code into its own fileKristian Høgsberg4-675/+781
2012-05-21Move xwayland integration into xwayland subdirectoryKristian Høgsberg6-20/+38
2012-05-21shell: Fix broken indentation in shell_get_shell_surface()Kristian Høgsberg1-17/+17
2012-05-21shell: Make create_shell_surface() just return the shsurfKristian Høgsberg3-12/+12
2012-05-21xwm: Add ewmh window type atomsKristian Høgsberg1-0/+30
2012-05-21xwm: Don't leak render format replyKristian Høgsberg1-0/+2
2012-05-21xwm: Switch alpha, brightness and saturation to GLfloatKristian Høgsberg4-17/+17
2012-05-21shell: Remove fading animation from animation list when surface destroyedRob Bradford1-0/+3
2012-05-21xwm: Account for shadow and frame size when positioning transient windowsKristian Høgsberg1-2/+3
2012-05-21xwm: Improve debug logging a bitKristian Høgsberg1-4/+6
2012-05-21xserver: map transient windows into shell surfaceTiago Vignatti1-10/+30
2012-05-21window: send transient flags over the wireTiago Vignatti2-3/+3
2012-05-21xwm: Dont queue repaints unless we have a frame windowKristian Høgsberg1-1/+1
2012-05-21xwm: Keep cairo surface around and just resize itKristian Høgsberg1-9/+12
2012-05-21xwm: Look up render format up frontKristian Høgsberg1-35/+18
2012-05-18shell: Expose set_transient in shell interfaceTiago Vignatti2-5/+19
2012-05-18xserver: don't activate window always when mappingTiago Vignatti1-4/+0
2012-05-18xwm: Set border width to zero in handle_map_requestKristian Høgsberg1-1/+4
2012-05-18xwm: Handle _NET_WM_MOVERESIZE_MOVE client messageKristian Høgsberg1-3/+34
2012-05-18xwm: Move window on frame button clickKristian Høgsberg1-1/+20
2012-05-18shell: Expose surface move functionality in shell interfaceKristian Høgsberg2-8/+14
2012-05-18xwm: Fall back to WM_NAME if we don't have _NET_WM_NAMEKristian Høgsberg1-0/+4
2012-05-18xwm: Initialize window->properties_dirtyKristian Høgsberg1-0/+1
2012-05-18xwm: Read motif wm hintsKristian Høgsberg1-31/+118
2012-05-18compositor: Silence compiler warning by initializing resource to NULLRob Bradford1-1/+1
2012-05-17xserver: Set input region for xwm surfacesKristian Høgsberg1-0/+6
2012-05-17evdev: Improve touchpad support and add motion filtersJonas Ådahl6-76/+951
2012-05-17evdev: Add event process dispatchingJonas Ådahl3-68/+167
2012-05-17compositor: Disable blending for WL_SHM_FORMAT_XRGB8888 surfaceKristian Høgsberg2-1/+10
2012-05-17compositor-x11: Check the right variable after creating dummy pbufferKristian Høgsberg1-1/+1
2012-05-17tests: Rename left-over caps_mask to capabilityKristian Høgsberg1-5/+5
2012-05-16compositor: Remove resource from list when we destroy seat devicesKristian Høgsberg1-0/+3
2012-05-16xwm: Resize frame window if child window changes sizeKristian Høgsberg1-0/+21
2012-05-16simple-egl: Fix crash and simplifyKristian Høgsberg1-30/+12
2012-05-16compositor: Add opaque rect shader featureKristian Høgsberg3-0/+31
2012-05-16xserver: Use frame rendering code from cairo-utilKristian Høgsberg2-38/+17
2012-05-16Convert wl_input_device to wl_seat (and friends)Daniel Stone18-1022/+991
2012-05-16Convert wl_fixed_t to int in weston_output_update_zoom().Scott Moreau2-4/+6