aboutsummaryrefslogtreecommitdiff
path: root/include/log.h
AgeCommit message (Collapse)Author
2015-10-25log: 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-08-26move_container_to fixuptaiyu
2015-08-24Added in backtrace printingLuminarys
2015-08-21fixed #108 signed/unsigned comparisonminus
2015-08-20properly handle IPC clientsminus
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu
2015-08-18added sway_assert functionminus
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
2015-08-16handle_view_state_requesttaiyu
2015-08-16Move headers to include/Drew DeVault