Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-27 | commands: Learn 'debuglog'. | S. Christoffer Eliesen | |
Replicates i3 option. Verbosity level given as command line argument becomes default log level, and using 'debuglog toggle' switches back and forth between default and debug (or L_ERROR and debug if default is also L_DEBUG). | |||
2015-10-25 | log: Add swayc_log, use at a few key places. | S. Christoffer Eliesen | |
swayc_log works just like sway_log, but appends type and name from given container to the log output. | |||
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-05 | gap resize | taiyu | |
2015-09-02 | Do not set FD_CLOEXEC | Drew DeVault | |
2015-08-26 | fixed move_container bug, log prints before aborting | taiyu | |
2015-08-26 | move_container_to fixup | taiyu | |
2015-08-24 | Added in backtrace printing | Luminarys | |
2015-08-23 | Do not log with colors unless stdout is a tty | Drew DeVault | |
2015-08-21 | bugfixes, renames | taiyu | |
2015-08-21 | fixed #108 signed/unsigned comparison | minus | |
2015-08-21 | Fix clang warnings | Drew DeVault | |
These particular warnings have always struck me as stupid | |||
2015-08-21 | Fixes to resizing and added in resize lock once boundaries are exceeded | Luminarys | |
2015-08-20 | Rewrite of resize command to make it more sane | Luminarys | |
2015-08-20 | added sway_terminate to exit cleanly | minus | |
2015-08-20 | properly handle IPC clients | minus | |
2015-08-20 | style | taiyu | |
2015-08-20 | setup for resizable windows, drop weight | taiyu | |
2015-08-20 | Minor style fix | Alexander 'z33ky' Hirsch | |
2015-08-19 | fixed some more bugs, moved layout_log into log.ch, restored focus_parent | taiyu | |
2015-08-18 | added sway_assert function | minus | |
returns false on a failed assertion in release mode and raises SIGABRT in debug mode | |||
2015-08-18 | Coding style enforcement | Drew DeVault | |
This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know. | |||
2015-08-18 | changed handling of focus, handling of view by type | taiyu | |
2015-08-13 | moved fd modifying stuff to log.c | Taiyu | |
2015-08-10 | Spaces to Tabs | Luminarys | |
2015-08-10 | log: add newline | jdiez17 | |
2015-08-09 | style: More compliance | jdiez17 | |
2015-08-09 | log, commands: Add log_colors command | jdiez17 | |
2015-08-08 | Add logging and new windows into layout tree | Drew DeVault | |