Age | Commit message (Expand) | Author |
2019-03-19 | s/lid_switch/switch_device | Ryan Walklin |
2019-03-15 | backend/noop: improve output number handling | Brian Ashworth |
2019-03-15 | backend/headless: improve output number handling | Brian Ashworth |
2019-03-15 | backend/x11: improve output number handling | Brian Ashworth |
2019-03-15 | backend/wayland: improve output number handling | Brian Ashworth |
2019-03-12 | meson: remove -Wredundant-decls | emersion |
2019-03-11 | Update version to 0.5.0 | Drew DeVault |
2019-03-08 | wlr_output_layout_get_box: handle empty layout | Brian Ashworth |
2019-03-06 | backend/session: Allow setting a custom tty via WLR_DIRECT_TTY | Niklas Schulze |
2019-03-06 | Merge pull request #1606 from emersion/xwayland-dev-null | Scott Anderson |
2019-03-06 | xwayland: set CLOEXEC on /dev/null FD | emersion |
2019-03-05 | backend/drm: Don't fail on failing to find overlay format | Scott Anderson |
2019-03-05 | Merge pull request #1604 from emersion/direct-session-cloexec | Scott Anderson |
2019-03-05 | backend/session: open TTY with O_CLOEXEC for direct session | emersion |
2019-03-04 | seat: add debug logs when validating grab serials | emersion |
2019-03-04 | xwayland: don't set DISPLAY | emersion |
2019-03-04 | xwm: fix typos in WM_NORMAL_HINTS handling | Ilia Bozhinov |
2019-03-03 | xwm: use min size as base size hint if it is missing and vice versa | Ilia Bozhinov |
2019-03-02 | rootston: fix input events for rotated views | emersion |
2019-03-02 | rootston: split rendering code into render.c | emersion |
2019-03-02 | rootston: fix Xwayland children rendering when fullscreen | emersion |
2019-03-02 | rootston: fix rotated views rendering | emersion |
2019-03-02 | rootston: refactor rendering | emersion |
2019-03-02 | backend/session: add noop session | emersion |
2019-03-02 | tinywl: send pointer frame events | emersion |
2019-03-01 | seat: fix remaining wlr_button_state enum rename | Ian Fan |
2019-03-01 | seat: only store serial if pressing a button | emersion |
2019-03-01 | seat: use wlr_button_state enum instead of uint32_t | emersion |
2019-03-01 | meson: enable more compiler warnings | emersion |
2019-02-28 | seat: guard against button count corruption | emersion |
2019-02-28 | Remove glEGLImageTargetTexture2DOES | Guido Günther |
2019-02-28 | wlr_xdg_shell: Remove redundant declaration in the same file | Guido Günther |
2019-02-28 | rootston/view: Remove redundant declaration in the same file | Guido Günther |
2019-02-28 | Unbreak build with '-Wstrict-prototypes' | Guido Günther |
2019-02-27 | Update version to 0.4.1 | Drew DeVault |
2019-02-26 | rootston: Make add_{switch,binding}_config static | Guido Günther |
2019-02-26 | clang compile fix #1572 | athrungithub |
2019-02-25 | Bump version to 0.4 | emersion |
2019-02-24 | data-device: check if there's a source before sending dnd_finish | emersion |
2019-02-24 | Add xcb-errors to FreeBSD build | Jan Beich |
2019-02-24 | backend/drm: Unset cursor on cleanup | Scott Anderson |
2019-02-23 | Merge pull request #1517 from emersion/refactor-dnd | Drew DeVault |
2019-02-23 | Merge pull request #1568 from emersion/rootston-refactor | Drew DeVault |
2019-02-23 | rootston: make roots_view embedded and remove unions | emersion |
2019-02-23 | rootston: add a view child interface | emersion |
2019-02-23 | rootston: move part of desktop.c to view.c, use an interface for views | emersion |
2019-02-22 | rootston: surface_at: check for fullscreen surfaces in between TOP and OVERLA... | Sebastian Krzyszkowiak |
2019-02-22 | rootston: don't try to maximize fullscreen surfaces | Sebastian Krzyszkowiak |
2019-02-21 | Merge pull request #1565 from Emantor/fix/realloc_allocation | Scott Anderson |
2019-02-21 | backend/drm: fix memory leak in realloc crtcs | Rouven Czerwinski |