Age | Commit message (Expand) | Author |
2018-09-25 | Fix crash when disconnecting output | Ryan Dwyer |
2018-09-24 | input: enable configuring tablets with libinput | Ian Fan |
2018-09-24 | cursor: allow cursor_set_image to accept a NULL image to hide cursor | Ian Fan |
2018-09-24 | seat: only show cursor if pointer configured | Ian Fan |
2018-09-23 | Implement support for input wildcard | Brian Ashworth |
2018-09-23 | Fix GtkMenuBar always opening first item | Ryan Dwyer |
2018-09-23 | Merge pull request #2695 from RyanDwyer/remove-moveoutoftabsstacks | Drew DeVault |
2018-09-23 | Merge pull request #2694 from RyanDwyer/fix-sticky-jumping-on-switch | emersion |
2018-09-23 | Merge pull request #2686 from RyanDwyer/tab-scrolling | emersion |
2018-09-23 | Flatten container in workspace_rejigger | Ryan Dwyer |
2018-09-23 | Fix some bugs as a result of removing move_out_of_tabs_stacks | Ryan Dwyer |
2018-09-23 | Remove move_out_of_tabs_stacks | Ryan Dwyer |
2018-09-23 | Prevent sticky containers from jumping on workspace switch | Ryan Dwyer |
2018-09-22 | Merge pull request #2688 from RyanDwyer/exec-commands-without-focus | Drew DeVault |
2018-09-23 | Allow running commands on containers without focusing them | Ryan Dwyer |
2018-09-22 | commands: remove obselete code for sticky windows when switching workspace | Ian Fan |
2018-09-22 | swaybar, swaylock, & tree/container: Set cairo font options to render text an... | Geoff Greer |
2018-09-22 | Merge pull request #2660 from RyanDwyer/fix-scratchpad-iteration | emersion |
2018-09-22 | Fix pango escaping and refactor escape_markup_text | Ryan Dwyer |
2018-09-22 | Merge pull request #2678 from RyanDwyer/reconfigure-on-reposition | emersion |
2018-09-22 | Implement tab cycling using mouse wheel | Ryan Dwyer |
2018-09-21 | Merge branch 'master' into swaybar-hotplug | Brian Ashworth |
2018-09-21 | Reconfigure xwayland views when repositioned | Ryan Dwyer |
2018-09-21 | Fix compilation against wlroots without X11 backend | Marien Zwart |
2018-09-21 | Merge branch 'master' into render-output-segfault | Ryan Dwyer |
2018-09-20 | swaybar: handle hotplugging | emersion |
2018-09-20 | Merge pull request #2671 from emersion/output-execute-no-focus | emersion |
2018-09-19 | Merge pull request #2676 from ianyfan/ipc | Drew DeVault |
2018-09-19 | ipc: add pid information for views in layout tree | Ian Fan |
2018-09-19 | Fix segfault when executing command without focus | emersion |
2018-09-19 | Merge branch 'master' into create-output-command | emersion |
2018-09-19 | config: free strings fields when freeing input config | Ian Fan |
2018-09-19 | Introduce create_output command (for developer use) | Ryan Dwyer |
2018-09-19 | Fix segfault in output_render | emersion |
2018-09-18 | Fix double iteration of scratchpad containers | Ryan Dwyer |
2018-09-17 | Fix crash moving out of tab container | William Wold |
2018-09-16 | Merge pull request #2637 from RyanDwyer/fix-tabbed-workspace-shenanigans | Drew DeVault |
2018-09-16 | Fix crash when destroying an idle-inhibiting client | Marien Zwart |
2018-09-16 | Rename seat_get_active_child to seat_get_active_tiling_child | Ryan Dwyer |
2018-09-16 | Make seat_get_active_child ignore floating children | Ryan Dwyer |
2018-09-16 | Fix crash when unmapping last child of a tabbed workspace | Ryan Dwyer |
2018-09-15 | ipc: handle NULL cases for node_get_output | Ian Fan |
2018-09-15 | ipc: add focus information to root node | Ian Fan |
2018-09-14 | Merge branch 'master' into wlroots-1243 | Drew DeVault |
2018-09-14 | Additional fix for xdg-output | Drew DeVault |
2018-09-14 | Merge branch 'master' into wlroots-1243 | Drew DeVault |
2018-09-14 | Postfix xdg-output headers | Drew DeVault |
2018-09-15 | Remove redundant container creation in view initialization | Ian Fan |
2018-09-14 | Update for swaywm/wlroots#1243 | emersion |
2018-09-14 | Address ianyfan's comments | Brian Ashworth |