summaryrefslogtreecommitdiffstats
path: root/sway/log.c
Commit message (Collapse)AuthorAge
* commands: Learn 'debuglog'.Libravatar S. Christoffer Eliesen2015-10-27
| | | | | | | 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).
* log: Add swayc_log, use at a few key places.Libravatar S. Christoffer Eliesen2015-10-25
| | | | | swayc_log works just like sway_log, but appends type and name from given container to the log output.
* merge + no c_extensionsLibravatar taiyu2015-09-18
|\
| * Fix warnings introduced by prior commitLibravatar Drew DeVault2015-09-18
| |
* | multi command keybindsLibravatar taiyu2015-09-14
|/
* gap resizeLibravatar taiyu2015-09-05
|
* Do not set FD_CLOEXECLibravatar Drew DeVault2015-09-02
|
* fixed move_container bug, log prints before abortingLibravatar taiyu2015-08-26
|
* move_container_to fixupLibravatar taiyu2015-08-26
|
* Added in backtrace printingLibravatar Luminarys2015-08-24
|
* Do not log with colors unless stdout is a ttyLibravatar Drew DeVault2015-08-23
|
* bugfixes, renamesLibravatar taiyu2015-08-21
|
* fixed #108 signed/unsigned comparisonLibravatar minus2015-08-21
|
* Fix clang warningsLibravatar Drew DeVault2015-08-21
| | | | These particular warnings have always struck me as stupid
* Fixes to resizing and added in resize lock once boundaries are exceededLibravatar Luminarys2015-08-21
|
* Rewrite of resize command to make it more saneLibravatar Luminarys2015-08-20
|
* added sway_terminate to exit cleanlyLibravatar minus2015-08-20
|
* properly handle IPC clientsLibravatar minus2015-08-20
|
* styleLibravatar taiyu2015-08-20
|
* setup for resizable windows, drop weightLibravatar taiyu2015-08-20
|
* Minor style fixLibravatar Alexander 'z33ky' Hirsch2015-08-20
|
* fixed some more bugs, moved layout_log into log.ch, restored focus_parentLibravatar taiyu2015-08-19
|
* added sway_assert functionLibravatar minus2015-08-18
| | | | returns false on a failed assertion in release mode and raises SIGABRT in debug mode
* Coding style enforcementLibravatar Drew DeVault2015-08-18
| | | | | This was done by hand, so I might have missed things. If anyone knows of a good C style enforcement tool, let me know.
* changed handling of focus, handling of view by typeLibravatar taiyu2015-08-18
|
* moved fd modifying stuff to log.cLibravatar Taiyu2015-08-13
|
* Spaces to TabsLibravatar Luminarys2015-08-10
|
* log: add newlineLibravatar jdiez172015-08-10
|
* style: More complianceLibravatar jdiez172015-08-09
|
* log, commands: Add log_colors commandLibravatar jdiez172015-08-09
|
* Add logging and new windows into layout treeLibravatar Drew DeVault2015-08-08