aboutsummaryrefslogtreecommitdiff
path: root/sway/log.c
AgeCommit message (Collapse)Author
2015-09-18merge + no c_extensionstaiyu
2015-09-18Fix warnings introduced by prior commitDrew DeVault
2015-09-14multi command keybindstaiyu
2015-09-05gap resizetaiyu
2015-09-02Do not set FD_CLOEXECDrew DeVault
2015-08-26fixed move_container bug, log prints before abortingtaiyu
2015-08-26move_container_to fixuptaiyu
2015-08-24Added in backtrace printingLuminarys
2015-08-23Do not log with colors unless stdout is a ttyDrew DeVault
2015-08-21bugfixes, renamestaiyu
2015-08-21fixed #108 signed/unsigned comparisonminus
2015-08-21Fix clang warningsDrew DeVault
These particular warnings have always struck me as stupid
2015-08-21Fixes to resizing and added in resize lock once boundaries are exceededLuminarys
2015-08-20Rewrite of resize command to make it more saneLuminarys
2015-08-20added sway_terminate to exit cleanlyminus
2015-08-20properly handle IPC clientsminus
2015-08-20styletaiyu
2015-08-20setup for resizable windows, drop weighttaiyu
2015-08-20Minor style fixAlexander 'z33ky' Hirsch
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-18Coding style enforcementDrew 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-18changed handling of focus, handling of view by typetaiyu
2015-08-13moved fd modifying stuff to log.cTaiyu
2015-08-10Spaces to TabsLuminarys
2015-08-10log: add newlinejdiez17
2015-08-09style: More compliancejdiez17
2015-08-09log, commands: Add log_colors commandjdiez17
2015-08-08Add logging and new windows into layout treeDrew DeVault