aboutsummaryrefslogtreecommitdiff
path: root/sway/criteria.c
AgeCommit message (Expand)Author
2024-02-23Define _POSIX_C_SOURCE globallySimon Ser
2023-09-07i3 compat: Adding support for the `all` criteriaJohan Sköld
2022-12-08criteria: be lenient on window_role and instance tooRonan Pigott
2022-11-04criteria: allow matching for NULL string criteriaCallum Andrew
2022-10-30criteria: allow matching on empty (NULL) titlesPuck Meerburg
2022-10-13Avoid double free in criteria_destroy()cparm
2022-10-10Fix leaks in criteria_destroy()Simon Ser
2022-05-11Replace strncpy with memcpySimon Ser
2022-03-15Updating criteria checking with PCRE2Bill Li
2022-03-12Replace pcre with pcre2ndren
2021-02-16container: Move pending state to state structKenny Levinsen
2020-12-04criteria: fix crash when comparing NULL propertiesPaul Riou
2020-02-27Introduce pid criteria tokenRyan Dwyer
2020-02-04criteria: match containers without viewAnders
2019-10-27criteria: make literal comparison for __focused__ valuesRonan Pigott
2019-07-27Avoid adding duplicate criteria for no_focus and commandAshkan Kiani
2019-03-23criteria: fix __focused__ when no focus or unsetBrian Ashworth
2019-03-12criteria: change workspace to support regexBrian Ashworth
2019-03-09fix "directive argument is null" errorsJeff Peeler
2019-02-01Revert "Add some missing frees."Connor E
2019-01-21Replace wlr_log with sway_logM Stoeckl
2018-11-25Replace _XOPEN_SOURCE with _POSIX_C_SOURCEemersion
2018-11-18Use #if instead of #ifdefemersion
2018-11-13Add some missing frees.Connor E
2018-11-01Move view marks properties to container structRyan Dwyer
2018-10-21Parse missing i3 window typesChristian
2018-10-20Minor refactor of input managerRyan Dwyer
2018-10-03Fix tiling criteriaRyan Dwyer
2018-09-30Parse floating criteriaRagnis Armus
2018-09-05Fix inversed condition in criteriaRyan Dwyer
2018-09-05Implement type safe arguments and demote sway_containerRyan Dwyer
2018-09-04Implement window_role criteria tokenRyan Dwyer
2018-09-03move criteria "instance", "class" and "window_role" inside HAVE_XWAYLAND ifdefs"Pascal Pascher
2018-09-03Fixed window_type with disabled xwayland support.Pascal Pascher
2018-09-01Implement window_type criteria tokenRyan Dwyer
2018-08-26Remove layout.cRyan Dwyer
2018-08-18Implement iterators per container typeRyan Dwyer
2018-08-11Remove container_for_each_descendant_bfsRyan Dwyer
2018-08-06commands: better type for con_id string lengthIan Fan
2018-08-06commands: allow __focused__ for con_id criterionIan Fan
2018-08-06commands: allow "first", "last", "newest" and "recent" as values for urgent c...Ian Fan
2018-07-25more style fixes, reorder config.h includePascal Pascher
2018-07-25more style fixes, included "sway/config.h" where neededPascal Pascher
2018-07-24Added meson option "enable_xwayland" (default: true) to enable/disable xwayla...Pascal Pascher
2018-07-23Store scratchpad list in sway_root instead of serverRyan Dwyer
2018-07-23Implement scratchpadRyan Dwyer
2018-07-17Free individual criteria in free_configfrsfnrrg
2018-07-16Implement urgency base functionalityRyan Dwyer
2018-07-09Update for swaywm/wlroots#1126emersion
2018-06-08sway/criteria: gcc string truncation warning fixDominique Martinet