Age | Commit message (Expand) | Author |
2018-10-13 | Fix bar subcommand handler structs and selection | Brian Ashworth |
2018-10-13 | Fix crash when view maps while locked | Ryan Dwyer |
2018-10-12 | Fix pixel leaks when using fractional scaling | Ryan Dwyer |
2018-10-12 | Merge branch 'master' into master | Ryan Dwyer |
2018-10-11 | fix: cmd_sticky crash sway with empty container | meak |
2018-10-11 | Fix documentation of output | chtison |
2018-10-10 | Add libinput send_events config for touch | Thiago Mendes |
2018-10-10 | Merge pull request #2806 from v-gu/add-libinput-support-for-keyboard | Drew DeVault |
2018-10-10 | Merge branch 'master' into bar-bindsym | Ian Fan |
2018-10-10 | Merge branch 'master' into mouse-warping-container | Ryan Dwyer |
2018-10-10 | Add mouse_warping container | Rouven Czerwinski |
2018-10-10 | Fix floating click events | Ryan Dwyer |
2018-10-10 | Fix back_and_forth documentation | Ryan Dwyer |
2018-10-09 | Fix undesirable height change of floating views | mwenzkowski |
2018-10-09 | add libinput config for keyboard | Vincent Gu |
2018-10-09 | Merge pull request #2805 from RyanDwyer/fix-resize-return-value | Drew DeVault |
2018-10-09 | Merge pull request #2803 from RedSoxFan/fix-2802 | Drew DeVault |
2018-10-09 | resize: Determine if anything changed using before/after check | Ryan Dwyer |
2018-10-09 | bar-bindsym: address ianyfan's comments | Brian Ashworth |
2018-10-09 | Implement bar bindsym | Brian Ashworth |
2018-10-09 | config: remove double free of config->swaynag_command | Rouven Czerwinski |
2018-10-08 | Only consider tiling views for gaps outer | Brian Ashworth |
2018-10-09 | Merge pull request #2772 from RyanDwyer/improve-popup-damage | Drew DeVault |
2018-10-08 | Merge branch 'master' into popup-during-fullscreen | Brian Ashworth |
2018-10-08 | commands: when setting urgency, check container is not null | Ian Fan |
2018-10-08 | Allow swaynag to be disabled | Brian Ashworth |
2018-10-08 | Merge pull request #2793 from emersion/disable-swaybg | emersion |
2018-10-08 | Remove duplicate code | Ryan Dwyer |
2018-10-08 | Look for any ancestor when checking for fullscreen exit | Ryan Dwyer |
2018-10-08 | Use current state when rendering transient containers | Ryan Dwyer |
2018-10-08 | Fix memory leak in status_command handler | emersion |
2018-10-08 | Check if there is a current container before setting it's opacity | John Axel Eriksson |
2018-10-08 | Allow swaybg to be disabled | emersion |
2018-10-08 | Introduce container_is_transient_for | Ryan Dwyer |
2018-10-08 | Implement popup_during_fullscreen | Ryan Dwyer |
2018-10-08 | Allow status_command to be disabled via IPC | Ryan Dwyer |
2018-10-08 | swaybar: allow null status_command | Ryan Dwyer |
2018-10-08 | Don't apply seat config when validating | Ryan Dwyer |
2018-10-08 | Remove unneeded variable | Ryan Dwyer |
2018-10-08 | Reload config using idle event | Ryan Dwyer |
2018-10-07 | Shim client.background and client.placeholder | Drew DeVault |
2018-10-07 | Handle subsurfaces in view_child_damage | Ryan Dwyer |
2018-10-07 | Use wlr_xdg_popup_get_toplevel_coords | Ryan Dwyer |
2018-10-07 | Only damage popups when popups have damage | Ryan Dwyer |
2018-10-06 | ipc: set "type" of floating containers to "floating_con" | Ian Fan |
2018-10-06 | Move sticky containers when switching workspace via criteria | Ryan Dwyer |
2018-10-05 | Fix crash when flattening container after moving | Ryan Dwyer |
2018-10-04 | Remove obsolete base64.c file | Ian Fan |
2018-10-04 | Fix #2763 | Drew DeVault |
2018-10-04 | Merge pull request #2760 from RyanDwyer/swaylock-handle-output-disconnect | emersion |