Age | Commit message (Expand) | Author |
2018-05-15 | Change unmark implemention to match i3's | Ryan Dwyer |
2018-05-15 | Implement marks | Ryan Dwyer |
2018-05-14 | Kill wl_shell | emersion |
2018-05-14 | Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"" | Ryan Dwyer |
2018-05-13 | Merge pull request #1824 from snaggen/idle | Drew DeVault |
2018-05-13 | Idle handling for dpms/lockscreen et al | Mattias Eriksson |
2018-05-12 | Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements" | Drew DeVault |
2018-05-11 | Merge pull request #1943 from RyanDwyer/criteria-improvements | Drew DeVault |
2018-05-11 | Implement hide_edge_borders | Brian Ashworth |
2018-05-11 | Merge pull request #1956 from ggreer/move-focus | Drew DeVault |
2018-05-10 | cmd_move_container: Focus a window on the source workspace. | Geoff Greer |
2018-05-10 | Allow setting border widths for normal borders using default_border. | Geoff Greer |
2018-05-11 | Overhaul criteria implementation | Ryan Dwyer |
2018-05-06 | Revert "exec_always: Search for executables in /usr/lib/sway" | Rostislav Pehlivanov |
2018-05-06 | Revert "Make the LIBDIR path configurable" | Rostislav Pehlivanov |
2018-05-06 | Revert "Meson: Replace option `instlibdir` with `libexecdir`" | Rostislav Pehlivanov |
2018-05-06 | Revert "command/exec_always: Use wlr_log for logging errors in the child proc... | Rostislav Pehlivanov |
2018-05-06 | Implement pango support | Ryan Dwyer |
2018-05-06 | Fix PATH setenv() in exec_always | Ryan Dwyer |
2018-05-05 | Merge branch 'master' into usr-lib | emersion |
2018-05-05 | command/exec_always: Use wlr_log for logging errors in the child process | Nicolas Braud-Santoni |
2018-05-05 | Meson: Replace option `instlibdir` with `libexecdir` | Nicolas Braud-Santoni |
2018-05-05 | Make the LIBDIR path configurable | Nicolas Braud-Santoni |
2018-05-05 | exec_always: Search for executables in /usr/lib/sway | Nicolas Braud-Santoni |
2018-05-05 | Move code for re-arranging after font height change into a common place | Ryan Dwyer |
2018-05-05 | Fix memory leak in title_format command | Ryan Dwyer |
2018-05-05 | Implement title_format | Ryan Dwyer |
2018-05-03 | Fix segfault when running the resize command without arguments | emersion |
2018-05-03 | Convert border_colors.text to float[4] | Drew DeVault |
2018-05-03 | Calculate config->font_height based on existing container titles | Ryan Dwyer |
2018-05-03 | Render titles | Ryan Dwyer |
2018-05-02 | Support alpha in border colours | Ryan Dwyer |
2018-05-01 | Remove unnecessary pointers | Ryan Dwyer |
2018-05-01 | Update cursor when border is changed | Ryan Dwyer |
2018-04-30 | Implement borders | Ryan Dwyer |
2018-04-28 | Refactor arrange_windows() | Ryan Dwyer |
2018-04-26 | Add map_from_region command | emersion |
2018-04-26 | Remove sway_container.workspace_layout | Ryan Dwyer |
2018-04-24 | Use size_t instead of int and calloc instead of malloc | Ryan Dwyer |
2018-04-24 | Implement criteria commands | Ryan Dwyer |
2018-04-23 | Sort workspaces after rename | Ryan Dwyer |
2018-04-23 | Implement rename workspace command | Ryan Dwyer |
2018-04-21 | Default to current time when triggering cursor events | emersion |
2018-04-19 | Merge branch 'master' into fullscreen | Drew DeVault |
2018-04-19 | Split repeat commands into separate files. | Ryan Dwyer |
2018-04-18 | Make key repeat configurable | Ryan Dwyer |
2018-04-18 | Fullscreen fixes. | Ryan Dwyer |
2018-04-17 | Feedback for fullscreen. | Ryan Dwyer |
2018-04-16 | Implement fullscreen. | Ryan Dwyer |
2018-04-13 | Fix gcc string truncation warnings | Dominique Martinet |