summaryrefslogtreecommitdiff
path: root/src/wayland/meta-xwayland.c
Commit message (Expand)AuthorAgeFilesLines
* xwayland: Remove some unused includesJasper St. Pierre2014-04-171-4/+0
* xwayland: Stop using UNIX signals for readinessJasper St. Pierre2014-04-171-8/+21
* xwayland: Rename sp to something a bit more handyJasper St. Pierre2014-04-171-5/+5
* xwayland: Clean up display finding codeJasper St. Pierre2014-04-171-46/+74
* xwayland: Put the filename in the error messageJasper St. Pierre2014-04-171-1/+1
* xwayland: Use %m instead of explicit strerrorJasper St. Pierre2014-04-171-6/+3
* wayland: Remove the explicit surface commit for XwaylandJasper St. Pierre2014-04-111-8/+0
* Name all timeouts and idlesBastien Nocera2014-04-101-1/+4
* xwayland: Re-sync input focus when associating a surface to a windowRui Matos2014-04-091-0/+3
* xwayland: Fix renderingJasper St. Pierre2014-04-021-0/+8
* xwayland: Switch to the new Xwayland DDXJasper St. Pierre2014-04-021-50/+60
* xwayland: Switch to SIGUSR1 to know when the X server has finished initJasper St. Pierre2014-04-021-5/+17
* xwayland: Don't use glib after forkingJasper St. Pierre2014-04-021-4/+4
* xwayland: Make failing to exec a fatal errorJasper St. Pierre2014-04-021-2/+1
* xwayland: Detect a fail to forkJasper St. Pierre2014-04-021-0/+4
* xwayland: Split another part of the initialization sequence outJasper St. Pierre2014-04-021-6/+15
* xwayland: Split a helper outJasper St. Pierre2014-04-021-11/+20
* xwayland: Make file cosmetically modernJasper St. Pierre2014-04-021-2/+6
* xwayland: Fork the X server ourselvesJasper St. Pierre2014-04-021-64/+37
* xwayland: Move display_name into choose_xdisplayJasper St. Pierre2014-04-021-2/+1
* xwayland: Split out the code that creates the XWayland socketsJasper St. Pierre2014-04-021-8/+18
* xwayland: Move global initialization downJasper St. Pierre2014-04-021-4/+4
* xwayland: Use %m instead of manual strerror(errno)Jasper St. Pierre2014-04-021-4/+2
* wayland: Replace make_toplevel / window_unmanaging with set_windowJasper St. Pierre2014-04-021-3/+1
* xwayland: Remove some stray logsJasper St. Pierre2014-03-261-3/+0
* xwayland: Shut up conditionallyJasper St. Pierre2014-03-251-4/+12
* xwayland: Punt stdout / stderr to /dev/nullJasper St. Pierre2014-03-251-1/+3
* wayland: Use an array initializer for the X server argumentsRui Matos2014-03-251-34/+34
* wayland: drop -logfile argumentRay Strode2014-03-241-8/+1
* xwayland: Make sure to clear an existing surface if we have oneJasper St. Pierre2014-03-111-0/+7
* MetaWindowActor: survive having no MetaSurfaceActorGiovanni Campagna2014-02-251-0/+2
* wayland-surface: Rework construction / destruction yet againJasper St. Pierre2014-02-241-0/+2
* Revert "window: Delay the showing of XWayland clients until set_window_id"Jasper St. Pierre2014-02-241-2/+0
* xwayland: Don't -retroJasper St. Pierre2014-02-171-8/+7
* xwayland: Fix xwaylandJasper St. Pierre2014-02-071-9/+4
* xwayland: Split out the XWayland stuff into its own private structJasper St. Pierre2014-02-071-35/+33
* window: Delay the showing of XWayland clients until set_window_idJasper St. Pierre2014-02-011-0/+2
* xwayland: Shuffle some code aroundJasper St. Pierre2014-01-311-5/+5
* xwayland: Use server protocol wrappers instead of wl_resource_post_eventJasper St. Pierre2014-01-291-7/+2
* xwayland: ReindentJasper St. Pierre2014-01-291-8/+9
* Revert unintentional merge from wip/surface-content to waylandJasper St. Pierre2014-01-221-2/+0
* get xwayland working againJasper St. Pierre2014-01-211-0/+2
* xwayland: Remove outdated codeJasper St. Pierre2013-12-091-11/+1
* xwayland: Fix a couple of small leaksRui Matos2013-11-211-2/+5
* window-actor: Move all buffer management and damage correction hereJasper St. Pierre2013-11-181-5/+0
* wayland: implement resizing and maximization for wayland clientsGiovanni Campagna2013-09-161-4/+0
* Stop messing with process groupsGiovanni Campagna2013-09-111-6/+2
* wayland: use symbolic constants for interface versionGiovanni Campagna2013-09-101-3/+4
* wayland: fix interface versioningGiovanni Campagna2013-09-101-1/+1
* MetaWayland: install an X io error handlerGiovanni Campagna2013-08-281-0/+20