aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)AuthorLines
2015-08-22Implement output configuration through configDrew DeVault-0/+7
Do not use `output res WIDTHxHEIGHT` yet, wlc has issues with it (cc @Cloudef)
2015-08-21Refactored resizing functions into resize.cLuminarys-0/+12
2015-08-21Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu-1/+7
merge
2015-08-21bugfixes, renamestaiyu-12/+12
2015-08-21Merge pull request #111 from Luminarys/masterDrew DeVault-1/+7
Added in proper resize locking
2015-08-21Added in proper resize lockingLuminarys-1/+7
2015-08-21fixed #108 signed/unsigned comparisonminus-3/+3
2015-08-21Minor style fixLuminarys-1/+1
2015-08-21More minor fixesLuminarys-1/+1
2015-08-21Cleanup and minor fixesLuminarys-0/+1
2015-08-21Merge pull request #105 from Half-Shot/masterDrew DeVault-0/+5
Basic 'move' functionality.
2015-08-21Merge pull request #101 from Luminarys/masterDrew DeVault-9/+15
Added in basic resizing command.
2015-08-21Fixes to resizing and added in resize lock once boundaries are exceededLuminarys-0/+1
2015-08-21Added in bspwm like mouse resizingLuminarys-1/+4
2015-08-20Rewrite of resize command to make it more saneLuminarys-3/+3
2015-08-20Reset key buffer on reloadDrew DeVault-0/+1
To preserve my sanity
2015-08-20Few stray bitsHalf-Shot-1/+1
2015-08-20Merge branch 'master' of https://github.com/SirCmpwn/swayHalf-Shot-10/+106
2015-08-20Basic left right move command implemented.Half-Shot-0/+5
2015-08-20added IPC messages get_workspaces and get_outputsminus-0/+1
No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet.
2015-08-20find_parent_by_typetaiyu-0/+11
2015-08-20Added in basic resize commandLuminarys-6/+6
2015-08-20Added in basic resize commandLuminarys-0/+2
2015-08-20added missing header fileminus-0/+6
2015-08-20added sway_terminate to exit cleanlyminus-1/+1
2015-08-20properly exit swayminus-1/+2
- wlc_terminate() instead of exit(0) - unlink IPC socket
2015-08-20properly handle IPC clientsminus-0/+1
2015-08-20added i3-ipc support/parsingminus-0/+11
2015-08-20very basic IPC implementationminus-0/+6
simply executes the received data as command
2015-08-20Add command line parsingDrew DeVault-1/+1
Closes #6
2015-08-20styletaiyu-2/+2
2015-08-20setup for resizable windows, drop weighttaiyu-2/+0
2015-08-19input state, find_container_in_directiontaiyu-20/+53
2015-08-19key_state.ch, and command conflicts resolvedtaiyu-0/+18
2015-08-19fixed some more bugs, moved layout_log into log.ch, restored focus_parenttaiyu-1/+2
2015-08-19fixed focus key handlertaiyu-0/+1
2015-08-18header updateLuminarys-0/+1
2015-08-19Merge remote-tracking branch 'upstream/master' into gapsKoffeinFlummi-4/+6
2015-08-18Add support for gaps optionKoffeinFlummi-0/+5
2015-08-18added sway_assert functionminus-2/+4
returns false on a failed assertion in release mode and raises SIGABRT in debug mode
2015-08-18Revert "enhanced whitespace remover"Drew DeVault-2/+2
This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
2015-08-18Coding style enforcementDrew DeVault-23/+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.
2015-08-18Merge pull request #65 from taiyu-len/focus_v2Drew DeVault-23/+47
Focus v2
2015-08-18minor fixestaiyu-4/+4
2015-08-18enhanced whitespace removertaiyu-2/+2
2015-08-18more changestaiyu-1/+1
2015-08-18merged Luminarys resizing codetaiyu-0/+4
2015-08-18changed handling of focus, handling of view by typetaiyu-20/+40
2015-08-18Added in basic, but semi-broken moving/resizing functionality to floating ↵Luminarys-1/+3
windows
2015-08-17Add support for workspace [name] output [name]Drew DeVault-0/+6