index
:
sway.git
master
fork of sway with action binder commands
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sway
/
criteria.c
Age
Commit message (
Expand
)
Author
2024-02-23
Define _POSIX_C_SOURCE globally
Simon Ser
2023-09-07
i3 compat: Adding support for the `all` criteria
Johan Sköld
2022-12-08
criteria: be lenient on window_role and instance too
Ronan Pigott
2022-11-04
criteria: allow matching for NULL string criteria
Callum Andrew
2022-10-30
criteria: allow matching on empty (NULL) titles
Puck Meerburg
2022-10-13
Avoid double free in criteria_destroy()
cparm
2022-10-10
Fix leaks in criteria_destroy()
Simon Ser
2022-05-11
Replace strncpy with memcpy
Simon Ser
2022-03-15
Updating criteria checking with PCRE2
Bill Li
2022-03-12
Replace pcre with pcre2
ndren
2021-02-16
container: Move pending state to state struct
Kenny Levinsen
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
[next]