aboutsummaryrefslogtreecommitdiff
path: root/xwayland/xwm.c
AgeCommit message (Expand)Author
2020-07-27xwm: Set _NET_WM_STATE_FOCUSED property for the focused surfaceScott Moreau
2020-07-27Fix incorrect format parametersAntonin Décimo
2020-07-22xwayland/xwm: use initializer for props in xsurface_set_wm_stateSimon Ser
2020-07-22xwayland/xwm: add prop count assert in xsurface_set_net_wm_stateSimon Ser
2020-07-22xwayland/xwm: don't insert surface in list on errorSimon Ser
2020-07-21xwm: add support for xwayland minimizeTobias Langendorf
2020-07-03xwm: end transfers when the requestor is destroyedJohn Chadwick
2020-06-30xwm: Destroy xwm on hangup or errorScott Moreau
2020-05-25xwayland: send focus change event unconditionallyTudor Brindus
2020-05-19xwayland: split serverSimon Ser
2020-03-06xwayland: remove underscore prefix from atom namesSimon Ser
2020-03-06xwayland: remove duplicate _NET_WM_NAME entrySimon Ser
2020-03-06xwayland: use explicit indexes when initializing atom_mapSimon Ser
2020-02-19xwayland: ignore pointer focus changesSimon Ser
2020-01-05xwm: allow applications to change focus between their own surfacesIlia Bozhinov
2019-10-08xwayland: Expose configure request maskScott Moreau
2019-08-12xwayland: prevent possible array overrunAntonin Décimo
2019-03-04xwm: fix typos in WM_NORMAL_HINTS handlingIlia Bozhinov
2019-03-03xwm: use min size as base size hint if it is missing and vice versaIlia Bozhinov
2019-02-18xwayland, data-device: fix surface state on unmapemersion
2019-02-15xwm: Add _NET_CLIENT_LIST supportUli Schlachter
2019-02-13xwm: stack below on mapBrian Ashworth
2018-11-12Use #if instead of #ifdef for wlroots config dataemersion
2018-10-27xwayland: fix typo to enable transparencyemersion
2018-10-22xwm: Unset min/max size hints if they're not usedRyan Dwyer
2018-10-19xwm: Remove child->parent pointer when parent destroysRyan Dwyer
2018-10-18xwayland: handle configure event maskemersion
2018-10-13xwayland/xwm: make hints->input default to trueWolf480pl
2018-09-28xwayland/xwm: Stop including xcb_image.hArkadiusz Hiler
2018-09-24xwayland: Introduce set_decorations eventRyan Dwyer
2018-09-03xwayland: Introduce set_role eventRyan Dwyer
2018-09-02xwayland: Introduce request_activate eventRyan Dwyer
2018-09-02xwayland: Add WM_STATE modal propertyRyan Dwyer
2018-07-29reintroduce xwayland is_unmanagedMarkus Ongyerth
2018-07-27Merge pull request #1127 from emersion/surface-precommitDrew DeVault
2018-07-21Revert "Merge pull request #1153 from emersion/include-config"Drew DeVault
2018-07-21Always include config.hemersion
2018-07-19Introduce set_hints event for xwaylandRyan Dwyer
2018-07-18xwayland: make xwm_surface_activate staticemersion
2018-07-18xwayland: handle override_redirect flag changesemersion
2018-07-15surface: add wlr_surface_role.precommitemersion
2018-07-11Missed some old wlr_log callsDrew DeVault
2018-07-11Merge pull request #1116 from emersion/surface-roleDrew DeVault
2018-07-09util: add wlr_ prefix to log symbolsemersion
2018-07-07surface: replace wlr_surface_set_role_committed with wlr_surface_roleemersion
2018-07-03fix style issueArmin Preiml
2018-07-03fix: add stack update on focus changeArmin Preiml
2018-06-29fix: tabs instead of spacesArmin Preiml
2018-06-29do not send focus request to a window that doesn't allow thisArmin Preiml
2018-06-25xwm: fix use-after-free involving parents/childrenDominique Martinet