aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorLines
2015-08-20Merge pull request #75 from minus7/ipcDrew DeVault-3/+305
i3 IPC
2015-08-20added missing header fileminus-0/+6
2015-08-20set I3SOCK for i3-msg compatibilityminus-0/+3
2015-08-20fixed formattingminus-13/+13
2015-08-20added sway_terminate to exit cleanlyminus-6/+19
2015-08-20set IPC client sockets to close on execminus-0/+7
2015-08-20properly exit swayminus-10/+22
- wlc_terminate() instead of exit(0) - unlink IPC socket
2015-08-20use env var SWAYSOCK if availableminus-2/+5
or fall back to /tmp/sway-ipc.sock
2015-08-20properly handle IPC clientsminus-60/+162
2015-08-20added i3-ipc support/parsingminus-7/+84
2015-08-20very basic IPC implementationminus-0/+79
simply executes the received data as command
2015-08-20Add command line parsingDrew DeVault-6/+86
Closes #6
2015-08-20Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu-20/+5
merging
2015-08-20Merge pull request #97 from taiyu-len/masterDrew DeVault-30/+52
setup for resizable windows, drop weight
2015-08-20styletaiyu-35/+35
2015-08-20small fix, default width/height 0taiyu-9/+4
2015-08-20unnessesary logtaiyu-1/+0
2015-08-20setup for resizable windows, drop weighttaiyu-30/+58
2015-08-20Fix compiler warningDrew DeVault-15/+0
2015-08-20Merge pull request #94 from taiyu-len/masterDrew DeVault-172/+243
input_state.ch, and command conflicts resolved
2015-08-20changestaiyu-20/+18
2015-08-20Merge pull request #96 from KoffeinFlummi/gap-fixDrew DeVault-5/+5
Change gap behaviour to more closely match i3-gaps
2015-08-20Change gap behaviour to more closely match i3-gapsKoffeinFlummi-5/+5
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.
2015-08-19remove debug messagetaiyu-1/+0
2015-08-19another small fix to move_focustaiyu-1/+5
2015-08-19small fixtaiyu-1/+1
2015-08-19input state, find_container_in_directiontaiyu-203/+211
2015-08-19key_state.ch, and command conflicts resolvedtaiyu-32/+94
2015-08-19Deal with more xkb bullshitDrew DeVault-3/+5
2015-08-19Whitelist a handful of characters for keysDrew DeVault-2/+3
Ones that don't change when you hold shift
2015-08-19Merge pull request #93 from Luminarys/masterDrew DeVault-12/+39
Fixed mode_toggle
2015-08-19Fixed mode_toggleLuminarys-12/+39
2015-08-19Improve key handling somewhatDrew DeVault-5/+25
XKB is fucking bullshit
2015-08-19Improve key buffer handlingDrew DeVault-29/+26
2015-08-19Remove logging of all key presessDrew DeVault-3/+0
This makes the logs a bit too hard to read
2015-08-19Merge pull request #92 from z33ky/masterDrew DeVault-7/+11
A couple of cppcheck issues
2015-08-20Fix potential memory leakAlexander 'z33ky' Hirsch-4/+8
2015-08-20Minor style fixAlexander 'z33ky' Hirsch-2/+2
2015-08-20Fix potential crash when toggling fullscreen modeAlexander 'z33ky' Hirsch-1/+1
2015-08-19Fix error with workspace/output name matchingDrew DeVault-1/+3
2015-08-19fixed default active_workspace, and more use of set_focused_container_for(...)taiyu-3/+5
2015-08-19use enums for pointer click namestaiyu-4/+12
2015-08-19fixed active_workspace update on focus changetaiyu-3/+11
2015-08-19Merge branch 'master' of https://github.com/SirCmpwn/swaytaiyu-0/+0
merge
2015-08-19fixedtaiyu-1/+1
2015-08-19Merge pull request #90 from taiyu-len/masterDrew DeVault-0/+17
floating mode_toggle
2015-08-19man page updatetaiyu-0/+3
2015-08-19floating mode_toggletaiyu-0/+14
2015-08-19Minor style fixLuminarys-1/+1
2015-08-19Merge pull request #89 from taiyu-len/masterDrew DeVault-3/+33
reset floating view on floating_mod repress