summaryrefslogtreecommitdiff
path: root/src/xwayland
AgeCommit message (Expand)AuthorFilesLines
2013-05-14config-parser: Honor XDG_CONFIG_DIRSOssama Othman1-1/+1
2013-05-08compositor: Adapt to wl_surface going awayKristian Høgsberg1-3/+3
2013-05-07input: Merge wl_seat into weston_seatKristian Høgsberg2-8/+8
2013-05-02xwm: Reparent client windows into ARGB windowsKristian Høgsberg2-6/+44
2013-03-18compositor: introduce weston_surface_geometry_dirty()Pekka Paalanen1-2/+2
2013-02-21xwm: Only call set_fullscreen if the window is mappedKristian Høgsberg1-3/+5
2013-02-20Pass argc and argv to modulesKristian Høgsberg1-1/+3
2013-02-20Add missing builddir includes for version.hKristian Høgsberg1-0/+1
2013-02-18Install header files and pkg-config file for external modulesKristian Høgsberg1-0/+1
2013-02-14xwm: Don't leak pending.input regionKristian Høgsberg1-0/+1
2013-02-14xwm: Fix silly region mathKristian Høgsberg1-8/+4
2013-02-14xwm: Fix input region regression from commit changesKristian Høgsberg1-1/+3
2013-02-12xwm: Support _NET_WM_STATE_FULLSCREENKristian Høgsberg1-23/+175
2013-01-10xwayland/window-manager: Avoid doing work for unknown windowRob Bradford1-2/+4
2012-12-06xwayland: Close fd opened for lockfile on error pathRob Bradford1-0/+3
2012-11-30xwayland: Staticize weston_wm_set_selection and read_and_dump_propertyTiago Vignatti3-8/+2
2012-11-30xwayland: Remove useless structureTiago Vignatti1-4/+0
2012-11-30xwm: Rename get_resources functionTiago Vignatti1-2/+2
2012-11-30xwayland: Standardize 'wxs' for weston_xserver variablesTiago Vignatti1-51/+51
2012-11-30Fix build warnings from image_loaderPekka Paalanen1-1/+5
2012-11-29configure.ac: Don't link weston to cairo or image librariesKristian Høgsberg1-1/+1
2012-11-27xwm: Fix xwm opaque regionScott Moreau1-6/+6
2012-10-29xwm: Fail safely if cursor is not foundTiago Vignatti1-0/+3
2012-10-10toytoolkit: Don't draw shadows for maximized windows.Scott Moreau1-2/+2
2012-10-04xwm: Plug kill signal for killing X appsTiago Vignatti2-0/+34
2012-09-11compositor: Make all non-backend modules use module_init() as entry pointKristian Høgsberg1-1/+1
2012-09-04xwayland: replace opaque_rect, fix an alpha problemPekka Paalanen1-12/+16
2012-08-10xwm: Use a simple heuristic for mapping X input events to a weston seatKristian Høgsberg3-12/+22
2012-08-01compositor: Fold the log prototypes into compositor.h and drop log.hKristian Høgsberg3-3/+0
2012-07-22xwm: Make override-redirect windows opaqueKristian Høgsberg1-1/+11
2012-07-22xwm: use last focused window for guessing transient parentTiago Vignatti2-3/+14
2012-07-22xwm: Fix transient positioningTiago Vignatti1-2/+19
2012-07-22xwm: Initialize window decoration always as !overrideTiago Vignatti1-1/+1
2012-07-20xwm: Don't try to change frame cursor when there's no decorationTiago Vignatti1-3/+3
2012-07-16xwm: set the root window pointer to left_ptrTiago Vignatti1-9/+7
2012-07-16xwm: set appropriate cursors for the frame windowTiago Vignatti2-0/+164
2012-07-16xwayland: add simple xcb-cursor hook based on libXcursorTiago Vignatti1-0/+71
2012-07-16xwayland: Look up 32 depth rgba render format as wellKristian Høgsberg2-4/+13
2012-07-16xwayland: Use the right length for iterating through the formats arrayKristian Høgsberg1-1/+1
2012-07-09xwayland: Don't leak fd while reading lock file in src/xwayland/launcher.cMartin Olsson1-0/+1
2012-06-27shell: Take a wl_surface as parent for transient and popup windowsKristian Høgsberg1-1/+1
2012-06-25xwm: Add xwayland.h to Makefile.amKristian Høgsberg1-1/+2
2012-06-15xwm: Fix crash when we don't have a transient_for windowKristian Høgsberg1-1/+1
2012-06-13xwm: fix typo on windows hintsTiago Vignatti1-2/+2
2012-06-08Replace fprintf() by weston_log()Martin Minarik3-77/+75
2012-06-05xwm: use override_redirect for determining or not top-level windowsTiago Vignatti1-5/+9
2012-06-05xwayland: fix typo on configure libsTiago Vignatti1-1/+1
2012-06-05xwm: Only destroy window frame in unmap_notify if we have oneKristian Høgsberg1-5/+7
2012-06-04xwm: Take WM_S0 manager selectionKristian Høgsberg2-0/+8
2012-06-04xwm: Claim the CLIPBOARD_MANAGER selectionKristian Høgsberg3-0/+16