aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAge
* Merge pull request #105 from Half-Shot/masterLibravatar Drew DeVault2015-08-21
|\ | | | | Basic 'move' functionality.
| * Few stray bitsLibravatar Half-Shot2015-08-20
| |
| * Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar Half-Shot2015-08-20
| |\
| * | Basic left right move command implemented.Libravatar Half-Shot2015-08-20
| | |
* | | Merge pull request #101 from Luminarys/masterLibravatar Drew DeVault2015-08-21
|\ \ \ | | | | | | | | Added in basic resizing command.
| * | | Fixes to resizing and added in resize lock once boundaries are exceededLibravatar Luminarys2015-08-21
| | | |
| * | | Added in bspwm like mouse resizingLibravatar Luminarys2015-08-21
| | | |
| * | | Rewrite of resize command to make it more saneLibravatar Luminarys2015-08-20
| | | |
| * | | Added in basic resize commandLibravatar Luminarys2015-08-20
| | | |
| * | | Added in basic resize commandLibravatar Luminarys2015-08-20
| | | |
* | | | Reset key buffer on reloadLibravatar Drew DeVault2015-08-20
| |_|/ |/| | | | | | | | To preserve my sanity
* | | added IPC messages get_workspaces and get_outputsLibravatar minus2015-08-20
| | | | | | | | | | | | | | | No escaping on container names is done yet, as well as some values are hardcoded because they don't exist yet.
* | | find_parent_by_typeLibravatar taiyu2015-08-20
|/ /
* | added missing header fileLibravatar minus2015-08-20
| |
* | added sway_terminate to exit cleanlyLibravatar minus2015-08-20
| |
* | properly exit swayLibravatar minus2015-08-20
| | | | | | | | | | - wlc_terminate() instead of exit(0) - unlink IPC socket
* | properly handle IPC clientsLibravatar minus2015-08-20
| |
* | added i3-ipc support/parsingLibravatar minus2015-08-20
| |
* | very basic IPC implementationLibravatar minus2015-08-20
| | | | | | | | simply executes the received data as command
* | Add command line parsingLibravatar Drew DeVault2015-08-20
| | | | | | | | Closes #6
* | styleLibravatar taiyu2015-08-20
| |
* | setup for resizable windows, drop weightLibravatar taiyu2015-08-20
| |
* | input state, find_container_in_directionLibravatar taiyu2015-08-19
| |
* | key_state.ch, and command conflicts resolvedLibravatar taiyu2015-08-19
| |
* | fixed some more bugs, moved layout_log into log.ch, restored focus_parentLibravatar taiyu2015-08-19
| |
* | fixed focus key handlerLibravatar taiyu2015-08-19
| |
* | header updateLibravatar Luminarys2015-08-18
| |
* | Merge remote-tracking branch 'upstream/master' into gapsLibravatar KoffeinFlummi2015-08-19
|\ \
| * | added sway_assert functionLibravatar minus2015-08-18
| |/ | | | | | | returns false on a failed assertion in release mode and raises SIGABRT in debug mode
| * Revert "enhanced whitespace remover"Libravatar Drew DeVault2015-08-18
| | | | | | | | This reverts commit abd0afb03a2929931cb684e5aaeac312affe6e5f.
* | Add support for gaps optionLibravatar KoffeinFlummi2015-08-18
|/
* 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.
* Merge pull request #65 from taiyu-len/focus_v2Libravatar Drew DeVault2015-08-18
|\ | | | | Focus v2
| * minor fixesLibravatar taiyu2015-08-18
| |
| * more changesLibravatar taiyu2015-08-18
| |
| * merged Luminarys resizing codeLibravatar taiyu2015-08-18
| |\
| | * Added in basic, but semi-broken moving/resizing functionality to floating ↵Libravatar Luminarys2015-08-18
| | | | | | | | | | | | windows
| * | changed handling of focus, handling of view by typeLibravatar taiyu2015-08-18
| |/
* / enhanced whitespace removerLibravatar taiyu2015-08-18
|/
* Add support for workspace [name] output [name]Libravatar Drew DeVault2015-08-17
|
* Style and other minor fixesLibravatar Luminarys2015-08-17
|
* Fixes to floating and umanaged viewsLibravatar Luminarys2015-08-17
|
* Added in basic floating togglingLibravatar Luminarys2015-08-17
|
* fixLibravatar taiyu2015-08-16
|
* handle_view_state_requestLibravatar taiyu2015-08-16
|
* Added in workspace next/prev and workspace output_next/prevLibravatar Luminarys2015-08-16
|
* Move headers to include/Libravatar Drew DeVault2015-08-16