aboutsummaryrefslogtreecommitdiffstats
path: root/sway/criteria.c
Commit message (Expand)AuthorAge
* container: Move pending state to state structLibravatar Kenny Levinsen2021-02-16
* criteria: fix crash when comparing NULL propertiesLibravatar Paul Riou2020-12-04
* Introduce pid criteria tokenLibravatar Ryan Dwyer2020-02-27
* criteria: match containers without viewLibravatar Anders2020-02-04
* criteria: make literal comparison for __focused__ valuesLibravatar Ronan Pigott2019-10-27
* Avoid adding duplicate criteria for no_focus and commandLibravatar Ashkan Kiani2019-07-27
* criteria: fix __focused__ when no focus or unsetLibravatar Brian Ashworth2019-03-23
* criteria: change workspace to support regexLibravatar Brian Ashworth2019-03-12
* fix "directive argument is null" errorsLibravatar Jeff Peeler2019-03-09
* Revert "Add some missing frees."Libravatar Connor E2019-02-01
* Replace wlr_log with sway_logLibravatar M Stoeckl2019-01-21
* Replace _XOPEN_SOURCE with _POSIX_C_SOURCELibravatar emersion2018-11-25
* Use #if instead of #ifdefLibravatar emersion2018-11-18
* Add some missing frees.Libravatar Connor E2018-11-13
* Move view marks properties to container structLibravatar Ryan Dwyer2018-11-01
* Parse missing i3 window typesLibravatar Christian2018-10-21
* Minor refactor of input managerLibravatar Ryan Dwyer2018-10-20
* Fix tiling criteriaLibravatar Ryan Dwyer2018-10-03
* Parse floating criteriaLibravatar Ragnis Armus2018-09-30
* Fix inversed condition in criteriaLibravatar Ryan Dwyer2018-09-05
* Implement type safe arguments and demote sway_containerLibravatar Ryan Dwyer2018-09-05
* Implement window_role criteria tokenLibravatar Ryan Dwyer2018-09-04
* move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs"Libravatar Pascal Pascher2018-09-03
* Fixed window_type with disabled xwayland support.Libravatar Pascal Pascher2018-09-03
* Implement window_type criteria tokenLibravatar Ryan Dwyer2018-09-01
* Remove layout.cLibravatar Ryan Dwyer2018-08-26
* Implement iterators per container typeLibravatar Ryan Dwyer2018-08-18
* Remove container_for_each_descendant_bfsLibravatar Ryan Dwyer2018-08-11
* commands: better type for con_id string lengthLibravatar Ian Fan2018-08-06
* commands: allow __focused__ for con_id criterionLibravatar Ian Fan2018-08-06
* commands: allow "first", "last", "newest" and "recent" as values for urgent c...Libravatar Ian Fan2018-08-06
* more style fixes, reorder config.h includeLibravatar Pascal Pascher2018-07-25
* more style fixes, included "sway/config.h" where neededLibravatar Pascal Pascher2018-07-25
* Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Libravatar Pascal Pascher2018-07-24
* Store scratchpad list in sway_root instead of serverLibravatar Ryan Dwyer2018-07-23
* Implement scratchpadLibravatar Ryan Dwyer2018-07-23
* Free individual criteria in free_configLibravatar frsfnrrg2018-07-17
* Implement urgency base functionalityLibravatar Ryan Dwyer2018-07-16
* Update for swaywm/wlroots#1126Libravatar emersion2018-07-09
* sway/criteria: gcc string truncation warning fixLibravatar Dominique Martinet2018-06-08
* Replace is_floating boolean with functionLibravatar Ryan Dwyer2018-06-01
* Implement floatingLibravatar Ryan Dwyer2018-06-01
* Rename view_get_type to view_get_shellLibravatar Ryan Dwyer2018-05-27
* Add shell criteria tokenLibravatar Ryan Dwyer2018-05-27
* Implement marksLibravatar Ryan Dwyer2018-05-15
* Initialise error_arg to NULL in criteria_parseLibravatar Ryan Dwyer2018-05-14
* Fix double free in criteriaLibravatar Ryan Dwyer2018-05-14
* Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused""Libravatar Ryan Dwyer2018-05-14
* Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements""Libravatar Ryan Dwyer2018-05-14
* Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"Libravatar Drew DeVault2018-05-12