summaryrefslogtreecommitdiffstats
path: root/sway/debug_log.c
Commit message (Collapse)AuthorAge
* Add get_log_level() to encapsulate v (current log level)Libravatar David Eklov2016-06-27
| | | | This patch also makes all global variable in log.c static.
* Improve move command with tabbed/stacked layoutLibravatar Mikkel Oscar Lyderik2016-04-25
|
* Use correct format string for x86_64 and i686Libravatar Mikkel Oscar Lyderik2016-04-17
| | | | Fix #587
* remove unused execinfo.h include from debug_log.cLibravatar robotanarchy2015-12-21
|
* debug_log: Improve container_log so that debug lines are aligned.Libravatar S. Christoffer Eliesen2015-11-27
| | | | | Makes the log easier to read, and the developers more happy (this one at least).
* Start fleshing out wayland client implementationLibravatar Drew DeVault2015-11-12
This introduces a basic shared framework for making wayland clients within sway itself.