summaryrefslogtreecommitdiff
path: root/xwayland
AgeCommit message (Expand)AuthorFilesLines
2016-07-12Require base-10 for strtol() callsBryce Harrington1-1/+1
2016-07-07xwayland: Grammar fixesBryce Harrington1-8/+8
2016-07-01xwayland: make the plugin usable by libweston compositorsGiulio Camuffo3-158/+244
2016-06-23Move weston source to compositor/Pekka Paalanen2-2/+2
2016-06-16Make config.h inclusion consistentBryce Harrington1-1/+1
2016-06-03compositor: remove the weston_config field in weston_compositorGiulio Camuffo1-2/+3
2016-06-03Move the functions launching clients to main.cGiulio Camuffo1-0/+1
2016-04-05xwayland: fix spelling mistakeEric Engestrom1-2/+2
2016-02-04xwm: Don't clear the selection if it has no text type availableDerek Foreman1-24/+4
2016-02-01xwayland: zalloc the x11_data_sourcesCarlos Garnacho2-2/+2
2015-12-18xwm: let the shells decide the position of X windowsGiulio Camuffo2-41/+32
2015-12-03cosmetic: Remove use of C++ style commentsChris Michael1-2/+0
2015-09-29xwm: use always a valid 'primary view' for an X windowGiulio Camuffo1-18/+21
2015-09-25weston_wm: Implement _NET_ACTIVE_WINDOWBenoit Gschwind2-1/+27
2015-09-22xwm: flush xcb connection only when we processed some eventMarek Chalupa1-1/+2
2015-08-07Coding style fixesDawid Gajownik1-4/+4
2015-08-06xwm: don't let X windows steal the focusGiulio Camuffo1-10/+32
2015-08-06desktop-shell: Make resize and move functions take a pointer instead of a seatDerek Foreman1-6/+8
2015-07-31input: Don't test keyboard/pointer/touch pointersDerek Foreman2-10/+16
2015-07-15Partially revert "xwayland: Always free reply from xcb_get_property_reply()"Emmanuel Gil Peyrot1-4/+6
2015-07-10xwayland: Allow dump_property when selection failsBryce Harrington1-5/+5
2015-07-10xwayland: Check return of xcb_get_property_reply() before derefBryce Harrington1-0/+6
2015-07-10xwayland: Always free reply from xcb_get_property_reply()Bryce Harrington1-3/+7
2015-06-15Unified multiple definitions of container_of() macro.Jon Cruz1-0/+1
2015-06-15Moved helper macro to a discrete include file.Jon Cruz2-0/+2
2015-06-15xwayland: Fix a couple whitespace errorsBryce Harrington1-3/+3
2015-06-15xwayland: Update boilerplate from MIT X11 license to MIT Expat licenseBryce Harrington5-80/+95
2015-06-06Whitespace correctionsMurray Calavera1-7/+7
2015-05-14xwm: Fix the window decoration hints.Dima Ryazanov1-4/+14
2015-05-08xwm: make X windows of type 'utility' inactiveGiulio Camuffo1-1/+2
2015-04-10xwm: Fix a weston crash when a window surface is created after unmapDerek Foreman1-0/+11
2015-04-10xwm: Add and use helper function for looking up windows in the hash tableDerek Foreman1-22/+37
2015-04-08xwm: fix extra breakDerek Foreman1-3/+3
2015-04-06xwayland: Stack windows on top when activating themJasper St. Pierre1-0/+6
2015-03-30xwm: tell the shell the pid of the X clientsGiulio Camuffo1-8/+22
2015-03-27xwayland: Correct input for undecorated clientsJasper St. Pierre1-6/+6
2015-03-11xwayland: wm: fix an invalid readRyo Munakata1-1/+2
2015-02-06xwm: remove the create surface listener in weston_wm_destroyDerek Foreman1-0/+1
2015-02-02xwm: support maximizing xwayland windowsGiulio Camuffo2-13/+82
2015-01-29xwm: fix use after freeGiulio Camuffo1-0/+7
2015-01-27xwm: set the _NET_WM_DESKTOP property of the windowsGiulio Camuffo2-0/+31
2015-01-26xwm: don't set inactive surfaces as top levelGiulio Camuffo1-2/+24
2014-12-11xwm: fix a crash in handle_stateAndrew Engelbrecht1-1/+3
2014-11-21xwayland: fix fullscreeningMarek Chalupa1-1/+1
2014-11-19toytoolkit: rename tile_mask to render_shadowMarek Chalupa1-3/+1
2014-11-18xwm: find a seat for all the surface's viewsGiulio Camuffo1-3/+4
2014-10-08compositor: send error for surface role resetsPekka Paalanen1-0/+7
2014-09-04xwm: Do not activate override redirect windowsBoyan Ding1-0/+3
2014-09-03xwm: Check whether the seat is NULL when needed in weston_wm_handle_buttonBoyan Ding1-2/+4
2014-08-27wm: Don't subtract the margins from the configured sizeJasper St. Pierre1-7/+4