aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorLines
2015-11-19Update header for default configDrew DeVault-3/+2
2015-11-19Fix #240Drew DeVault-1/+1
2015-11-19Add all documented scaling modes to config parserDrew DeVault-1/+3
2015-11-19Add wallpapers to output commandDrew DeVault-19/+59
2015-11-19Parse output background configDrew DeVault-2/+39
2015-11-19Stretch image to fit output resolutionDrew DeVault-10/+12
2015-11-19Basic image rendering for swaybgDrew DeVault-3/+6
2015-11-19Refactor the crap out of wayland clientsDrew DeVault-268/+331
2015-11-19Fix background extensionsDrew DeVault-7/+6
2015-11-18Add background handlingDrew DeVault-4/+47
2015-11-18Basic support for extensions in server and clientsDrew DeVault-7/+208
2015-11-18Fix warning about uninitialized variableDrew DeVault-0/+1
2015-11-18Exit if unable to allocate bufferDrew DeVault-0/+3
2015-11-18Support cursors over wayland clientsDrew DeVault-4/+60
2015-11-18Generate protocol headersDrew DeVault-3/+7
2015-11-18Fix SIGBUS from wayland clientsDrew DeVault-3/+4
2015-11-18Normalize indentationDrew DeVault-56/+56
2015-11-18Clean up memory pool files betterDrew DeVault-21/+27
2015-11-18Support resizing in wayland client implementationDrew DeVault-0/+12
2015-11-18Fix up wayland client implementationDrew DeVault-121/+168
2015-11-16Track pid of child process from execDrew DeVault-3/+18
2015-11-16Merge pull request #233 from sce/multiple_adjacent_outputsDrew DeVault-49/+167
2015-11-16output: Support multiple adjacent outputs.S. Christoffer Eliesen-49/+167
2015-11-16Merge pull request #232 from sce/replace_output_configDrew DeVault-1/+11
2015-11-16cmd_output: Replace existing config if called multiple times.S. Christoffer Eliesen-1/+11
2015-11-15Update READMEDrew DeVault-0/+2
2015-11-15Merge pull request #230 from sce/code_overviewDrew DeVault-0/+81
2015-11-15HACKING.md: Add code overview section.S. Christoffer Eliesen-0/+81
2015-11-14We somewhat more wlc_point nowDrew DeVault-12/+12
2015-11-14We wlc_point nowDrew DeVault-3/+3
2015-11-13Merge pull request #227 from xerpi/masterDrew DeVault-1/+3
2015-11-13Check the client_setup() return valueSergi Granell-1/+3
2015-11-13Merge pull request #226 from sce/fix_get_socketpathDrew DeVault-6/+15
2015-11-13ipc: Store socketname in SWAYSOCK. Fixes `--get-socketpath`.S. Christoffer Eliesen-6/+15
2015-11-13New screenshot for READMEDrew DeVault-1/+1
2015-11-13Clean up some things better in wayland clientsDrew DeVault-14/+27
2015-11-13Merge branch 'master' of github.com:SirCmpwn/swayDrew DeVault-6/+7
2015-11-13Revert "Try ~/.i3/config earlier than /etc/sway/config"Drew DeVault-1/+1
2015-11-13Merge pull request #225 from sce/logind_socket_pathDrew DeVault-6/+7
2015-11-13Try ~/.i3/config earlier than /etc/sway/configDrew DeVault-1/+1
2015-11-13ipc: Put socket into proper user runtime dir.S. Christoffer Eliesen-6/+7
2015-11-13Fix man page installsDrew DeVault-1/+1
2015-11-13Clean up CMake stuffDrew DeVault-8/+5
2015-11-12Merge pull request #224 from mathstuf/cmake-cleanupsDrew DeVault-70/+70
2015-11-12cmake: run git in the source directoryBen Boeckel-0/+2
2015-11-12common: create a static libraryBen Boeckel-7/+9
2015-11-12cmake: clean up installation rulesBen Boeckel-20/+20
2015-11-12cmake: clean up definition settingsBen Boeckel-5/+2
2015-11-12cmake: manipulate CMAKE_MODULE_PATH as a listBen Boeckel-1/+2
2015-11-12cmake: set the output directory onceBen Boeckel-2/+1