Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-03 | xcb errors: optional dependency with improved messages | Dominique Martinet | |
Now message can look like: [xwayland/xwm.c:991] xcb error: op ChangeProperty (no minor), code Window (no extension), value 6291465 instead of this one when the lib is not available: [xwayland/xwm.c:999] xcb error: op 18:0, code 3, sequence 103, value 6291465 The value in case of Window is the window id, so we can tell what function applied on which window which is a good start. The sequence ought to be able to tell us more precisely which invocation it was, but we never log it when calling functions so is useless in practice and no longer logged. | |||
2018-02-14 | Add missing dependencies | Rodrigo Lourenço | |
2017-11-20 | xwm: selection stubs | Tony Crisci | |
2017-11-02 | Load xwm cursor from theme | emersion | |
2017-11-02 | Set xwayland root cursor | emersion | |
2017-10-15 | xwayland: use xfixes extension | Tony Crisci | |
2017-10-05 | xwayland: parse normal hints | emersion | |
2017-08-30 | Refactor meson build files | Tony Crisci | |
Use tabs for indentation and break up function calls over 80 col. | |||
2017-08-23 | xwm: fix minimal init, this gets us some events on window creations | Dominique Martinet | |
2017-08-23 | xwayland: split xwm structure out, initial xwm.c | Dominique Martinet | |
2017-08-23 | Xwayland: first draft, just start server for now | Dominique Martinet | |