summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAge
* fixed #108 signed/unsigned comparisonLibravatar minus2015-08-21
|
* Minor style fixLibravatar Luminarys2015-08-21
|
* More minor fixesLibravatar Luminarys2015-08-21
|
* Cleanup and minor fixesLibravatar Luminarys2015-08-21
|
* Fix clang warningsLibravatar Drew DeVault2015-08-21
| | | | These particular warnings have always struck me as stupid
* Use $term in default configLibravatar Drew DeVault2015-08-21
|
* Merge pull request #105 from Half-Shot/masterLibravatar Drew DeVault2015-08-21
|\ | | | | Basic 'move' functionality.
| * Fixed style errorsLibravatar Half-Shot2015-08-20
| |
| * Few stray bitsLibravatar Half-Shot2015-08-20
| |
| * Merge branch 'master' of https://github.com/Half-Shot/swayLibravatar Half-Shot2015-08-20
| |\
| | * Beguin work on the move command.Libravatar Will Hunt2015-08-18
| | | | | | | | | Stubbed method.
| * | 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 branch 'master' of https://github.com/SirCmpwn/swayLibravatar Half-Shot2015-08-18
| |\ \ \
| * | | | Beguin work on the move command.Libravatar Will Hunt2015-08-18
| | |_|/ | |/| | | | | | | | | | Stubbed method.
* | | | Fix compiler warnings (which were really errors)Libravatar Drew DeVault2015-08-21
| | | |
* | | | 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
| | | | |
| * | | | Style fixesLibravatar Luminarys2015-08-20
| | | | |
| * | | | Altered incorrect commentLibravatar Luminarys2015-08-20
| | | | |
| * | | | Added in basic resize commandLibravatar Luminarys2015-08-20
| | | | |
| * | | | Added in basic resize commandLibravatar Luminarys2015-08-20
| | | | |
* | | | | Merge pull request #106 from FSMaxB/session-filesLibravatar Drew DeVault2015-08-20
|\ \ \ \ \ | | | | | | | | | | | | Add Wayland and Xorg session files
| * | | | | Add Wayland and Xorg session filesLibravatar Max Bruckner2015-08-20
| | |_|_|/ | |/| | | | | | | | | | | | | This allows display managers to detect sway.
* / | | | Reset key buffer on reloadLibravatar Drew DeVault2015-08-20
|/ / / / | | | | | | | | | | | | To preserve my sanity
* | | | Merge pull request #104 from minus7/ipc-get-messagesLibravatar Drew DeVault2015-08-20
|\ \ \ \ | | | | | | | | | | added IPC messages get_workspaces and get_outputs
| * | | | 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.
* | | | Merge pull request #102 from taiyu-len/masterLibravatar Drew DeVault2015-08-20
|\ \ \ \ | |/ / / |/| | | find_parent_by_type
| * | | find_parent_by_typeLibravatar taiyu2015-08-20
|/ / /
* | | Merge pull request #75 from minus7/ipcLibravatar Drew DeVault2015-08-20
|\ \ \ | | | | | | | | i3 IPC
| * | | added missing header fileLibravatar minus2015-08-20
| | | |
| * | | set I3SOCK for i3-msg compatibilityLibravatar minus2015-08-20
| | | |
| * | | fixed formattingLibravatar minus2015-08-20
| | | |
| * | | added sway_terminate to exit cleanlyLibravatar minus2015-08-20
| | | |
| * | | set IPC client sockets to close on execLibravatar minus2015-08-20
| | | |
| * | | properly exit swayLibravatar minus2015-08-20
| | | | | | | | | | | | | | | | | | | | - wlc_terminate() instead of exit(0) - unlink IPC socket
| * | | use env var SWAYSOCK if availableLibravatar minus2015-08-20
| | | | | | | | | | | | | | | | or fall back to /tmp/sway-ipc.sock
| * | | 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
* | | Merge branch 'master' of https://github.com/SirCmpwn/swayLibravatar taiyu2015-08-20
|\ \ \ | | | | | | | | | | | | merging
| * \ \ Merge pull request #97 from taiyu-len/masterLibravatar Drew DeVault2015-08-20
| |\ \ \ | | | | | | | | | | setup for resizable windows, drop weight
| * | | | Fix compiler warningLibravatar Drew DeVault2015-08-20
| | | | |
| * | | | Merge pull request #94 from taiyu-len/masterLibravatar Drew DeVault2015-08-20
| |\ \ \ \ | | | | | | | | | | | | input_state.ch, and command conflicts resolved
| * \ \ \ \ Merge pull request #96 from KoffeinFlummi/gap-fixLibravatar Drew DeVault2015-08-20
| |\ \ \ \ \ | | | | | | | | | | | | | | Change gap behaviour to more closely match i3-gaps
| | * | | | | Change gap behaviour to more closely match i3-gapsLibravatar KoffeinFlummi2015-08-20
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, when only using inner gaps, the gap between a window at the edge of the output was only half the size of the gaps between views. Additionally, the gaps between the actual windows was twice as wide as it was on i3-gaps.
* | | / / / styleLibravatar taiyu2015-08-20
| |_|/ / / |/| | | |