Age | Commit message (Expand) | Author |
2018-10-18 | xwayland: handle configure event mask | emersion |
2018-10-13 | xwayland/xwm: make hints->input default to true | Wolf480pl |
2018-09-28 | xwayland/xwm: Stop including xcb_image.h | Arkadiusz Hiler |
2018-09-24 | xwayland: Introduce set_decorations event | Ryan Dwyer |
2018-09-03 | xwayland: Introduce set_role event | Ryan Dwyer |
2018-09-02 | xwayland: Introduce request_activate event | Ryan Dwyer |
2018-09-02 | xwayland: Add WM_STATE modal property | Ryan Dwyer |
2018-07-29 | reintroduce xwayland is_unmanaged | Markus Ongyerth |
2018-07-27 | Merge pull request #1127 from emersion/surface-precommit | Drew DeVault |
2018-07-21 | Revert "Merge pull request #1153 from emersion/include-config" | Drew DeVault |
2018-07-21 | Always include config.h | emersion |
2018-07-19 | Introduce set_hints event for xwayland | Ryan Dwyer |
2018-07-18 | xwayland: make xwm_surface_activate static | emersion |
2018-07-18 | xwayland: handle override_redirect flag changes | emersion |
2018-07-15 | surface: add wlr_surface_role.precommit | emersion |
2018-07-11 | Missed some old wlr_log calls | Drew DeVault |
2018-07-11 | Merge pull request #1116 from emersion/surface-role | Drew DeVault |
2018-07-09 | util: add wlr_ prefix to log symbols | emersion |
2018-07-07 | surface: replace wlr_surface_set_role_committed with wlr_surface_role | emersion |
2018-07-03 | fix style issue | Armin Preiml |
2018-07-03 | fix: add stack update on focus change | Armin Preiml |
2018-06-29 | fix: tabs instead of spaces | Armin Preiml |
2018-06-29 | do not send focus request to a window that doesn't allow this | Armin Preiml |
2018-06-25 | xwm: fix use-after-free involving parents/children | Dominique Martinet |
2018-05-26 | xwm: set the proper event mask in client messages | Ilia Bozhinov |
2018-05-04 | Use UTF-8 xwayland window title if available | emersion |
2018-04-27 | xwayland: make utility windows unmanaged again | emersion |
2018-04-27 | Merge pull request #918 from emersion/xwayland-unmapped-request-configure | Drew DeVault |
2018-04-26 | xwayland: fix some Chromium comboboxes | emersion |
2018-04-26 | xwayland: forward configure events to compositor when unmapped | emersion |
2018-04-25 | Don't use the wlr_ prefix for static functions | emersion |
2018-04-21 | Fix segfaults in wlr_surface_is_* | emersion |
2018-04-13 | xwayland: emit new_surface when unmapped | emersion |
2018-04-11 | Always unmap before destroying surface | emersion |
2018-04-08 | Add wlr_xwayland_surface_ping | emersion |
2018-04-08 | xwayland: add _NET_WM_WINDOW_TYPE_MENU support | emersion |
2018-04-06 | Emit xwayland unmap signal before unmapping | emersion |
2018-04-03 | xwayland: refactor selection code | emersion |
2018-04-03 | Merge branch 'master' into xwayland-dnd | emersion |
2018-04-03 | xwayland: use strndup in xwm_get_atom_name | emersion |
2018-04-02 | Missed a spot | Drew DeVault |
2018-04-02 | xwayland: support multiple wayland → xwayland selection transfers | emersion |
2018-04-02 | Merge branch 'master' into xwayland-dnd | emersion |
2018-03-31 | xwayland: specify xwm cursor stride in bytes | emersion |
2018-03-30 | xwayland: rename map_notify to map for consistency | emersion |
2018-03-28 | xwayland: improve error handling | emersion |
2018-03-28 | xwayland: make wayland → xwayland work | emersion |
2018-03-28 | xwayland: print names of unsupported properties and client messages | emersion |
2018-03-28 | xwayland: send DND_DROP | emersion |
2018-03-27 | xwayland: create DND window, add DND atom helpers | emersion |