Age | Commit message (Expand) | Author |
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 |
2018-04-10 | Clean up cursor simulation code. | Danny Bautista |
2018-04-10 | Implement cursor event simulation with sway commands. | Danny Bautista |
2018-04-09 | Add workspace_auto_back_and_forth for move cmd | db |
2018-04-08 | Merge pull request #1769 from acrisci/focus-inactive-fixes | Drew DeVault |
2018-04-08 | Add input "identifier" map_to_output "identifier" | Drew DeVault |
2018-04-08 | Merge branch 'wlroots' into focus-inactive-fixes | Tony Crisci |
2018-04-08 | Add workspace_auto_back_and_forth command | db |
2018-04-07 | container_create_notify on split | Tony Crisci |
2018-04-07 | Merge pull request #1756 from emersion/output-damage | Drew DeVault |
2018-04-06 | Simplify damage tracking functions, use them in layer shell | emersion |
2018-04-06 | Implement move [left|right|up|down] | Drew DeVault |
2018-04-05 | Implement resize command | Drew DeVault |
2018-04-04 | Implement opacity command | Tony Crisci |
2018-04-03 | move workspace create to workspace.c | Tony Crisci |
2018-04-03 | address feedback | Tony Crisci |
2018-04-03 | clean up container_get_default_layout | Tony Crisci |
2018-04-03 | unify workspace create functions | Tony Crisci |
2018-04-02 | fix more close segfaults | Tony Crisci |
2018-04-02 | cleanup split command handlers | Tony Crisci |
2018-04-02 | Merge branch 'wlroots' into split-containers | Tony Crisci |
2018-04-02 | fix workspace splits | Tony Crisci |