| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-01-21 | Replace wlr_log with sway_log | M Stoeckl | -6/+38 | |
| This commit mostly duplicates the wlr_log functions, although with a sway_* prefix. (This is very similar to PR #2009.) However, the logging function no longer needs to be replaceable, so sway_log_init's second argument is used to set the exit callback for sway_abort. wlr_log_init is still invoked in sway/main.c This commit makes it easier to remove the wlroots dependency for the helper programs swaymsg, swaybg, swaybar, and swaynag. | ||||
| 2018-09-06 | Remove __PRETTY_FUNCTION__ | Scott Anderson | -1/+1 | |
| This is a non-standard extension as well as completely useless in C. __func__ is the standard way of doing this. | ||||
| 2018-07-09 | Update for swaywm/wlroots#1126 | emersion | -2/+8 | |
| 2018-02-24 | update log.h for latest wlr | Tony Crisci | -2/+2 | |
| 2018-01-05 | common/log: finish removing most log functions | Dominique Martinet | -4/+4 | |
| Keep sway_abort and sway_assert and convert them to use wlr_log functions | ||||
| 2018-01-05 | sway: change all sway_log to wlr_log | Dominique Martinet | -24/+1 | |
| 2017-04-20 | Make sway_abort() report location | Jerzi Kaminsky | -1/+4 | |
| 2017-04-16 | Fix location reported by sway_assert | Jerzi Kaminsky | -2/+2 | |
| 2017-04-16 | Fix variadic forwarding in sway_assert | Jerzi Kaminsky | -0/+3 | |
| _sway_assert is a variadic function which tries to delegate to another variadic function. This requires a vprintf-style variant of the delegate. https://stackoverflow.com/a/150616 | ||||
| 2016-12-15 | Always log filename and line number | Drew DeVault | -5/+0 | |
| 2016-06-27 | Add get_log_level() to encapsulate v (current log level) | David Eklov | -0/+1 | |
| This patch also makes all global variable in log.c static. | ||||
| 2016-05-02 | common: refactor sway_log() | Eric Engestrom | -3/+3 | |
| This removes most preprocessor logic, leaving it only it the header. | ||||
| 2015-11-28 | Rearrange logging headers | Drew DeVault | -4/+0 | |
| Ref #270 | ||||
| 2015-11-11 | Add file and line number to log in Debug build | Drew DeVault | -1/+10 | |
| 2015-10-27 | commands: Learn 'debuglog'. | S. Christoffer Eliesen | -0/+4 | |
| 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 | -0/+2 | |
| swayc_log works just like sway_log, but appends type and name from given container to the log output. | ||||
| 2015-08-26 | move_container_to fixup | taiyu | -1/+5 | |
| 2015-08-24 | Added in backtrace printing | Luminarys | -0/+1 | |
| 2015-08-21 | fixed #108 signed/unsigned comparison | minus | -3/+3 | |
| 2015-08-20 | properly handle IPC clients | minus | -0/+1 | |
| 2015-08-19 | fixed some more bugs, moved layout_log into log.ch, restored focus_parent | taiyu | -0/+2 | |
| 2015-08-18 | added sway_assert function | minus | -2/+4 | |
| returns false on a failed assertion in release mode and raises SIGABRT in debug mode | ||||
| 2015-08-16 | handle_view_state_request | taiyu | -2/+2 | |
| 2015-08-16 | Move headers to include/ | Drew DeVault | -0/+16 | |
