summaryrefslogtreecommitdiff
path: root/main.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow a fallback color to be specified for swaybgBrian Ashworth2018-08-081-1/+12
* swaybar/bg: Fix crash on DPMS offminus2018-07-141-0/+3
* Update for swaywm/wlroots#1126emersion2018-07-091-3/+3
* swaybg: remove assertions with side-effectsemersion2018-05-071-5/+8
* Initial swaylock portDrew DeVault2018-04-041-20/+8
* Move swaybg background rendering into common/Drew DeVault2018-04-041-107/+6
* Merge pull request #1710 from emersion/swaybg-empty-input-regionDrew DeVault2018-04-031-0/+5
|\
| * swaybg: set an empty input regionemersion2018-04-031-0/+5
* | swaybg: rename w{width,height} to buffer_{width,height}emersion2018-04-031-15/+16
* | swaybg: add HiDPI supportemersion2018-04-031-6/+42
|/
* Set exclusive zone to -1 for swaybgDrew DeVault2018-03-301-0/+1
* Address review commentsDrew DeVault2018-03-281-31/+13
* Refactor configure/ack configure/commit flowDrew DeVault2018-03-281-10/+5
* s/scaling_mode/background_mode/gDrew DeVault2018-03-281-24/+24
* Implement image backgroundsDrew DeVault2018-03-281-2/+112
* Add solid-color rendering to swaybgDrew DeVault2018-03-281-0/+187
* Add client protocols and swaybg skeletonDrew DeVault2018-03-281-182/+7
* swaybg: check that background can be loadedLinus Heckemann2017-07-031-0/+8
* Add client support for HiDPIDrew DeVault2016-09-051-15/+19
* implement solid color rendering for swaybgZandr Martin2016-07-301-95/+121
* Turn swaybg into a shell surfaceDrew DeVault2016-07-171-0/+1
* Revert "swaybg: Make swaybg a shell surface"David Eklov2016-07-141-1/+0
* swaybg: Make swaybg a shell surfaceDavid Eklov2016-07-041-0/+1
* Correctly exit sway on errors.Mikkel Oscar Lyderik2016-02-261-2/+2
* make gdk-pixbuf dependency really optionalprogandy2015-12-201-0/+4
* Copy+paste swaybg code to swaylock for testingDrew DeVault2015-12-101-2/+2
* Discover swaylock extension in registryDrew DeVault2015-12-101-1/+0
* Refactor gdk pixbuf code into shared client libDrew DeVault2015-12-101-107/+2
* Style enforcementDrew DeVault2015-12-081-1/+1
* swaybg: load more image formats with gdk-pixbuf2progandy2015-12-071-1/+118
* Add swaybar basicsDrew DeVault2015-11-291-3/+1
* Use macros for exit valuesChristoph Gysin2015-11-281-1/+1
* Rearrange logging headersDrew DeVault2015-11-281-0/+1
* Style fixes in swaybgDrew DeVault2015-11-271-39/+39
* Fix build warningsDrew DeVault2015-11-271-1/+1
* Style enforcementDrew DeVault2015-11-271-59/+58
* Don't use the _t postfix on non-typedef structuresDrew DeVault2015-11-271-2/+2
* swaybg: implement scaling mode "fit"Christoph Gysin2015-11-251-0/+23
* swaybg: implement scaling mode "tile"Christoph Gysin2015-11-251-0/+10
* swaybg: implement scaling mode "center"Christoph Gysin2015-11-251-0/+8
* swaybg: implement scaling mode "fill"Christoph Gysin2015-11-251-0/+23
* swaybg: implement scaling mode "stretch"Christoph Gysin2015-11-251-3/+24
* swaybg: check for exact number of argumentsChristoph Gysin2015-11-251-1/+1
* swaybg: make argv constChristoph Gysin2015-11-251-2/+2
* Add wallpapers to output commandDrew DeVault2015-11-191-13/+14
* Stretch image to fit output resolutionDrew DeVault2015-11-191-10/+12
* Basic image rendering for swaybgDrew DeVault2015-11-191-3/+6
* Refactor the crap out of wayland clientsDrew DeVault2015-11-191-19/+45
* Basic support for extensions in server and clientsDrew DeVault2015-11-181-1/+6
* Fix SIGBUS from wayland clientsDrew DeVault2015-11-181-2/+2