index
:
~alexl/weston
master
scale
Personal copy of weston
alexl
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
xwayland
Age
Commit message (
Expand
)
Author
Files
Lines
2013-05-02
xwm: Reparent client windows into ARGB windows
Kristian Høgsberg
2
-6
/
+44
2013-03-18
compositor: introduce weston_surface_geometry_dirty()
Pekka Paalanen
1
-2
/
+2
2013-02-21
xwm: Only call set_fullscreen if the window is mapped
Kristian Høgsberg
1
-3
/
+5
2013-02-20
Pass argc and argv to modules
Kristian Høgsberg
1
-1
/
+3
2013-02-20
Add missing builddir includes for version.h
Kristian Høgsberg
1
-0
/
+1
2013-02-18
Install header files and pkg-config file for external modules
Kristian Høgsberg
1
-0
/
+1
2013-02-14
xwm: Don't leak pending.input region
Kristian Høgsberg
1
-0
/
+1
2013-02-14
xwm: Fix silly region math
Kristian Høgsberg
1
-8
/
+4
2013-02-14
xwm: Fix input region regression from commit changes
Kristian Høgsberg
1
-1
/
+3
2013-02-12
xwm: Support _NET_WM_STATE_FULLSCREEN
Kristian Høgsberg
1
-23
/
+175
2013-01-10
xwayland/window-manager: Avoid doing work for unknown window
Rob Bradford
1
-2
/
+4
2012-12-06
xwayland: Close fd opened for lockfile on error path
Rob Bradford
1
-0
/
+3
2012-11-30
xwayland: Staticize weston_wm_set_selection and read_and_dump_property
Tiago Vignatti
3
-8
/
+2
2012-11-30
xwayland: Remove useless structure
Tiago Vignatti
1
-4
/
+0
2012-11-30
xwm: Rename get_resources function
Tiago Vignatti
1
-2
/
+2
2012-11-30
xwayland: Standardize 'wxs' for weston_xserver variables
Tiago Vignatti
1
-51
/
+51
2012-11-30
Fix build warnings from image_loader
Pekka Paalanen
1
-1
/
+5
2012-11-29
configure.ac: Don't link weston to cairo or image libraries
Kristian Høgsberg
1
-1
/
+1
2012-11-27
xwm: Fix xwm opaque region
Scott Moreau
1
-6
/
+6
2012-10-29
xwm: Fail safely if cursor is not found
Tiago Vignatti
1
-0
/
+3
2012-10-10
toytoolkit: Don't draw shadows for maximized windows.
Scott Moreau
1
-2
/
+2
2012-10-04
xwm: Plug kill signal for killing X apps
Tiago Vignatti
2
-0
/
+34
2012-09-11
compositor: Make all non-backend modules use module_init() as entry point
Kristian Høgsberg
1
-1
/
+1
2012-09-04
xwayland: replace opaque_rect, fix an alpha problem
Pekka Paalanen
1
-12
/
+16
2012-08-10
xwm: Use a simple heuristic for mapping X input events to a weston seat
Kristian Høgsberg
3
-12
/
+22
2012-08-01
compositor: Fold the log prototypes into compositor.h and drop log.h
Kristian Høgsberg
3
-3
/
+0
2012-07-22
xwm: Make override-redirect windows opaque
Kristian Høgsberg
1
-1
/
+11
2012-07-22
xwm: use last focused window for guessing transient parent
Tiago Vignatti
2
-3
/
+14
2012-07-22
xwm: Fix transient positioning
Tiago Vignatti
1
-2
/
+19
2012-07-22
xwm: Initialize window decoration always as !override
Tiago Vignatti
1
-1
/
+1
2012-07-20
xwm: Don't try to change frame cursor when there's no decoration
Tiago Vignatti
1
-3
/
+3
2012-07-16
xwm: set the root window pointer to left_ptr
Tiago Vignatti
1
-9
/
+7
2012-07-16
xwm: set appropriate cursors for the frame window
Tiago Vignatti
2
-0
/
+164
2012-07-16
xwayland: add simple xcb-cursor hook based on libXcursor
Tiago Vignatti
1
-0
/
+71
2012-07-16
xwayland: Look up 32 depth rgba render format as well
Kristian Høgsberg
2
-4
/
+13
2012-07-16
xwayland: Use the right length for iterating through the formats array
Kristian Høgsberg
1
-1
/
+1
2012-07-09
xwayland: Don't leak fd while reading lock file in src/xwayland/launcher.c
Martin Olsson
1
-0
/
+1
2012-06-27
shell: Take a wl_surface as parent for transient and popup windows
Kristian Høgsberg
1
-1
/
+1
2012-06-25
xwm: Add xwayland.h to Makefile.am
Kristian Høgsberg
1
-1
/
+2
2012-06-15
xwm: Fix crash when we don't have a transient_for window
Kristian Høgsberg
1
-1
/
+1
2012-06-13
xwm: fix typo on windows hints
Tiago Vignatti
1
-2
/
+2
2012-06-08
Replace fprintf() by weston_log()
Martin Minarik
3
-77
/
+75
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-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
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
[next]