Age | Commit message (Expand) | Author |
2016-08-04 | common: use strtoul in parse_color to avoid clamp | progandy |
2016-07-30 | implement solid color rendering for swaybg | Zandr Martin |
2016-07-28 | Add timestamp to log messages | Tony Crisci |
2016-07-17 | Remove SIGSERV and SIGABORT handler | Drew DeVault |
2016-06-27 | Add get_log_level() to encapsulate v (current log level) | David Eklov |
2016-06-11 | couple small fixes | Zandr Martin |
2016-06-11 | cleanup + add timeouts for pid_workspace list | Zandr Martin |
2016-06-11 | Merge branch 'master' into assign-command | Zandr Martin |
2016-06-10 | semi-working (only non-client/server wayland apps) | Zandr Martin |
2016-06-06 | Common: Readline: Ignore newline on '\' escaped line ends. | Roosembert Palacios |
2016-06-02 | implement stable sort for lists | Zandr Martin |
2016-05-02 | common: refactor sway_log() | Eric Engestrom |
2016-05-02 | common: fix double-close in error_handler() | Eric Engestrom |
2016-05-02 | Fix off-by-one bug in log functions | Eric Engestrom |
2016-05-01 | common: fix potential buffer overflow | Eric Engestrom |
2016-04-29 | common/stringop.c: a premature decrement meant an element of argv was never r... | Daniel Lockyer |
2016-04-28 | Explicitly mark static linking in CMake | Tomáš Čech |
2016-04-28 | Fix missing include paths | Tomáš Čech |
2016-04-02 | Fix spelling mistakes | Eric Engestrom |
2016-03-24 | CMake: add missing wlc include dir for common and swaygrab | Dominique Martinet |
2016-03-22 | Abort when receiving 0 bytes in IPC call | Mikkel Oscar Lyderik |
2016-02-26 | Correctly exit sway on errors. | Mikkel Oscar Lyderik |
2016-02-08 | Fix clang warnings | Mikkel Oscar Lyderik |
2016-01-28 | Print /proc/<pid>/maps on segfault | Drew DeVault |
2016-01-25 | Add quotes to multiword arguments. | Mikkel Oscar Lyderik |
2016-01-24 | numlen(0) == 1 | Mikkel Oscar Lyderik |
2016-01-24 | use log10 in numlen | Mikkel Oscar Lyderik |
2016-01-23 | Revert "s/numlen/log10/g" | Drew DeVault |
2016-01-23 | s/numlen/log10/g | Drew DeVault |
2016-01-08 | Add function for getting list of modifier names. | Mikkel Oscar Lyderik |
2016-01-05 | Move modifier name table to common/util.c | Mikkel Oscar Lyderik |
2016-01-03 | Add type to returned response. | Mikkel Oscar Lyderik |
2015-12-22 | swaybar: fix memory leaks | progandy |
2015-12-22 | replace non-standard qsort_r with qsort | robotanarchy |
2015-12-22 | fix backtrace detection in CMake | robotanarchy |
2015-12-21 | use CMake's FindBacktrace for backtrace feature detection | robotanarchy |
2015-12-14 | Move sway/util.c to common/util.c | Mikkel Oscar Lyderik |
2015-12-13 | Subscribe to workspace change events and redraw | Drew DeVault |
2015-12-03 | remove archive from git, add *.a to gitignore | Christoph Gysin |
2015-12-03 | Add swaylock protocol, add resource destructors | Drew DeVault |
2015-12-02 | cmake: build common code only once | Christoph Gysin |
2015-11-29 | Only strip comments at the start of a line | Drew DeVault |
2015-11-28 | Fix incorrect #include on ipc-client.c | Drew DeVault |
2015-11-27 | Add command line to swaygrab | Drew DeVault |
2015-11-27 | Move IPC client into common, refactor IPC | Drew DeVault |
2015-11-26 | Parse command line args for swaymsg | Drew DeVault |
2015-11-24 | fix list sorting | taiyu |
2015-11-22 | cmd_workspace: Don't fill up config->workspace_outputs with duplicates. | S. Christoffer Eliesen |
2015-11-21 | list: Add list_seq_find. | S. Christoffer Eliesen |
2015-11-13 | Clean up CMake stuff | Drew DeVault |