Age | Commit message (Expand) | Author |
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 |
2018-03-04 | xwm.h: fix guard ifdef and remove wlr_ prefix from xwm_atoms_contains | Dominique Martinet |
2018-03-03 | xcb errors: init errors context at start | Dominique Martinet |
2018-03-03 | move xwm.h out of include/wlr | Dominique Martinet |
2018-03-03 | xcb error: get unhandled events names | Dominique Martinet |
2018-03-03 | xcb error: always log sequence | Dominique Martinet |
2018-03-03 | xcb errors: address declare-assign style | Dominique Martinet |
2018-03-03 | xcb errors: optional dependency with improved messages | Dominique Martinet |
2018-03-03 | xcb errors: log raw values | Dominique Martinet |
2018-03-01 | xwm: fix call of xcb_change_window_attributes for old gcc versions | Dominique Martinet |
2018-02-26 | add xwayland unmanaged tests to support dmenu | Markus Ongyerth |
2018-02-23 | xwayland: fix some use-after-free in xwm | emersion |
2018-02-19 | Revert "ELF Visibility" | Drew DeVault |
2018-02-19 | Explicitly export EFL symbols | Scott Anderson |
2018-02-13 | Wrap wl_resource_get_user_data into safer helper functions | emersion |
2018-02-12 | Reformat all #include directives | emersion |
2018-02-12 | Make wlr_signal_emit_safe private | emersion |
2018-02-12 | Add wlr_signal_emit_safe | emersion |