Age | Commit message (Expand) | Author |
2020-12-04 | criteria: fix crash when comparing NULL properties | Paul Riou |
2020-02-27 | Introduce pid criteria token | Ryan Dwyer |
2020-02-04 | criteria: match containers without view | Anders |
2019-10-27 | criteria: make literal comparison for __focused__ values | Ronan Pigott |
2019-07-27 | Avoid adding duplicate criteria for no_focus and command | Ashkan Kiani |
2019-03-23 | criteria: fix __focused__ when no focus or unset | Brian Ashworth |
2019-03-12 | criteria: change workspace to support regex | Brian Ashworth |
2019-03-09 | fix "directive argument is null" errors | Jeff Peeler |
2019-02-01 | Revert "Add some missing frees." | Connor E |
2019-01-21 | Replace wlr_log with sway_log | M Stoeckl |
2018-11-25 | Replace _XOPEN_SOURCE with _POSIX_C_SOURCE | emersion |
2018-11-18 | Use #if instead of #ifdef | emersion |
2018-11-13 | Add some missing frees. | Connor E |
2018-11-01 | Move view marks properties to container struct | Ryan Dwyer |
2018-10-21 | Parse missing i3 window types | Christian |
2018-10-20 | Minor refactor of input manager | Ryan Dwyer |
2018-10-03 | Fix tiling criteria | Ryan Dwyer |
2018-09-30 | Parse floating criteria | Ragnis Armus |
2018-09-05 | Fix inversed condition in criteria | Ryan Dwyer |
2018-09-05 | Implement type safe arguments and demote sway_container | Ryan Dwyer |
2018-09-04 | Implement window_role criteria token | Ryan Dwyer |
2018-09-03 | move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs" | Pascal Pascher |
2018-09-03 | Fixed window_type with disabled xwayland support. | Pascal Pascher |
2018-09-01 | Implement window_type criteria token | Ryan Dwyer |
2018-08-26 | Remove layout.c | Ryan Dwyer |
2018-08-18 | Implement iterators per container type | Ryan Dwyer |
2018-08-11 | Remove container_for_each_descendant_bfs | Ryan Dwyer |
2018-08-06 | commands: better type for con_id string length | Ian Fan |
2018-08-06 | commands: allow __focused__ for con_id criterion | Ian Fan |
2018-08-06 | commands: allow "first", "last", "newest" and "recent" as values for urgent c... | Ian Fan |
2018-07-25 | more style fixes, reorder config.h include | Pascal Pascher |
2018-07-25 | more style fixes, included "sway/config.h" where needed | Pascal Pascher |
2018-07-24 | Added meson option "enable_xwayland" (default: true) to enable/disable xwayla... | Pascal Pascher |
2018-07-23 | Store scratchpad list in sway_root instead of server | Ryan Dwyer |
2018-07-23 | Implement scratchpad | Ryan Dwyer |
2018-07-17 | Free individual criteria in free_config | frsfnrrg |
2018-07-16 | Implement urgency base functionality | Ryan Dwyer |
2018-07-09 | Update for swaywm/wlroots#1126 | emersion |
2018-06-08 | sway/criteria: gcc string truncation warning fix | Dominique Martinet |
2018-06-01 | Replace is_floating boolean with function | Ryan Dwyer |
2018-06-01 | Implement floating | Ryan Dwyer |
2018-05-27 | Rename view_get_type to view_get_shell | Ryan Dwyer |
2018-05-27 | Add shell criteria token | Ryan Dwyer |
2018-05-15 | Implement marks | Ryan Dwyer |
2018-05-14 | Initialise error_arg to NULL in criteria_parse | Ryan Dwyer |
2018-05-14 | Fix double free in criteria | Ryan Dwyer |
2018-05-14 | Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"" | Ryan Dwyer |
2018-05-14 | Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"" | Ryan Dwyer |
2018-05-12 | Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements" | Drew DeVault |
2018-05-12 | Revert "Merge pull request #1953 from RyanDwyer/criteria-focused" | Drew DeVault |