summaryrefslogtreecommitdiff
path: root/src/xwayland
AgeCommit message (Expand)AuthorFilesLines
2013-08-26Add more missing config.h #includesKristian Høgsberg1-0/+2
2013-08-26xwm: Use window->x/y for override redirect surfacesKristian Høgsberg1-3/+2
2013-08-26xwm: Fix transform listenerKristian Høgsberg1-21/+8
2013-08-26xwm: Fix configure notify handlerKristian Høgsberg1-9/+2
2013-08-26xwm: Set _NET_WM_CM_S0 instead of relying on the xwayland module to do itKristian Høgsberg2-0/+7
2013-08-22add [xwayland] path weston.ini optionMaksim Melnikau1-2/+8
2013-08-20autotools: Don't use wayland-scanner.m4Daiki Ueno1-1/+2
2013-08-20xwayland: Remove transform listener when destroying the wmLouis-Francis Ratté-Boulianne1-0/+1
2013-07-09Convert to wl_global_create/destroy()Kristian Høgsberg1-1/+1
2013-07-08xwayland: Don't allow resizing to 0x0 or lessKristian Høgsberg1-7/+17
2013-07-04xwayland: Don't crash when we get configure notify for destroyed frame windowsKristian Høgsberg1-14/+15
2013-07-03Use wl_resource_create() for creating resourcesJason Ekstrand1-2/+4
2013-07-02xwm: Use empty opaque region for windows with alphaMoD1-9/+29
2013-06-28xwayland: modify Makefile.am to clean up BUILD_SOURCESAlex Wu1-0/+2
2013-06-20data-device: Change resources in wl_data_offer and wl_data_source to pointers.Jason Ekstrand1-2/+1
2013-06-18xwayland: Use _exit() when exec() failsKristian Høgsberg1-1/+1
2013-06-18xwayland: Silence X wm debug loggingKristian Høgsberg1-66/+99
2013-06-14xwayland: Forward global position to XTiago Vignatti2-27/+48
2013-06-14xwm: Check result of xcb_get_atom_name_replyMoD1-3/+9
2013-06-14xwm: Define SEND_EVENT_MASK and EVENT_TYPE macros to clarify xcb event type c...MoD1-2/+5
2013-06-12Change weston_surface.resource to a wl_resource pointer.Jason Ekstrand1-6/+6
2013-06-05configure.ac: Enable AC_USE_SYSTEM_EXTENSIONSDaniel Stone3-3/+3
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