Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-26 | Parse command line args for swaymsg | Drew DeVault | |
2015-11-24 | stringop: Properly handle criteria strings. | S. Christoffer Eliesen | |
A criteria string (e.g. '[class="something" title="something"]') is now correctly treated as a single argument. | |||
2015-11-21 | stringop: lenient_strcmp: Add. | S. Christoffer Eliesen | |
2015-11-12 | We don't need to implement strdup | Drew DeVault | |
After defining _GNU_SOURCE | |||
2015-09-18 | merge + no c_extensions | taiyu | |
2015-09-18 | Fix warnings introduced by prior commit | Drew DeVault | |
2015-09-14 | multi command keybinds | taiyu | |
2015-09-13 | Revert "new_workspace null behavior + testmap functions + regex" | Drew DeVault | |
This reverts commit e1d18e42a8f3a597b9bf5f1bb2ab6c346e4e7983. Fixes #180 cc @taiyu-len | |||
2015-09-12 | new_workspace null behavior + testmap functions + regex | taiyu | |
2015-09-10 | cmd status + workspace ws output op | taiyu | |
2015-09-08 | mode supports multi token names | taiyu | |
2015-09-08 | var replacement changes | taiyu | |
2015-09-07 | strdup + style | taiyu | |
2015-09-07 | put strip_whitespace back | taiyu | |
2015-09-07 | config modes | taiyu | |
2015-08-20 | added IPC messages get_workspaces and get_outputs | minus | |
No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet. | |||
2015-08-18 | Revert "enhanced whitespace remover" | Drew DeVault | |
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f. | |||
2015-08-18 | Revert "config handles comments better" | Drew DeVault | |
This reverts commit e9c3a9016f1df5877404721043967431afb2f5c7. | |||
2015-08-18 | enhanced whitespace remover | taiyu | |
2015-08-18 | config handles comments better | taiyu | |
2015-08-16 | fixed split [vh], small memory leak, unescape_strings handle \xnn | taiyu | |
2015-08-16 | Revert "get/set_userdata stores swayc_t *, fixed memory leak, minor changes." | Drew DeVault | |
2015-08-16 | set userdata for handler to swayc_t container | taiyu | |
2015-08-15 | reduced code duplication | taiyu | |
2015-08-15 | fixed 2 small memory leaks & adds format attribute to log. | taiyu | |
2015-08-05 | Mostly implement bindsym command | Drew DeVault | |
2015-08-05 | Flesh out some command parsing | Drew DeVault | |
This implements the `set` command from i3 | |||
2015-08-04 | Pull in some scas code and read i3 config file | Drew DeVault | |