aboutsummaryrefslogtreecommitdiff
path: root/sway/criteria.c
AgeCommit message (Expand)Author
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
2018-06-01Replace is_floating boolean with functionRyan Dwyer
2018-06-01Implement floatingRyan Dwyer
2018-05-27Rename view_get_type to view_get_shellRyan Dwyer
2018-05-27Add shell criteria tokenRyan Dwyer
2018-05-15Implement marksRyan Dwyer
2018-05-14Initialise error_arg to NULL in criteria_parseRyan Dwyer
2018-05-14Fix double free in criteriaRyan Dwyer
2018-05-14Revert "Revert "Merge pull request #1953 from RyanDwyer/criteria-focused""Ryan Dwyer
2018-05-14Revert "Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements""Ryan Dwyer
2018-05-12Revert "Merge pull request #1943 from RyanDwyer/criteria-improvements"Drew DeVault
2018-05-12Revert "Merge pull request #1953 from RyanDwyer/criteria-focused"Drew DeVault
2018-05-12Implement __focused__ criteriaRyan Dwyer
2018-05-11Don't unescape \\ in criteriaRyan Dwyer
2018-05-11Overhaul criteria implementationRyan Dwyer