aboutsummaryrefslogtreecommitdiffstats
path: root/swaygrab
Commit message (Collapse)AuthorAge
* swaygrab: add default output filename.Libravatar Mikkel Oscar Lyderik2015-12-17
| | | | | | | | | With this it's possible to run `swaygrab` without a filename argument. With no filename supplied it will use a default name based on the current time. The default file will get the extension `png` for screenshots and `webm` for video capture.
* swaygrab: update man pageLibravatar Mikkel Oscar Lyderik2015-12-17
|
* swaygrab: make focused output defaultLibravatar Mikkel Oscar Lyderik2015-12-17
| | | | | This makes swaygrab use the currently focused output as source if no other output is defined with the `-o, --output <output>` option.
* Move numlen(1) to sway/util.cLibravatar Mikkel Oscar Lyderik2015-12-14
|
* move manpages to subfoldersLibravatar Christoph Gysin2015-12-02
|
* cmake: build common code only onceLibravatar Christoph Gysin2015-12-02
| | | | This creates (static) libraries for protocols/, common/, and wayland/.
* cmake: remove subprojectsLibravatar Christoph Gysin2015-12-01
|
* cmake: use out-of-source buildLibravatar Christoph Gysin2015-12-01
|
* cmake: use tabs instead of spacesLibravatar Christoph Gysin2015-12-01
|
* cmake: style consistencyLibravatar Christoph Gysin2015-12-01
|
* cmake: convert all cmake commands to lowercaseLibravatar Christoph Gysin2015-12-01
|
* Fix option parsingLibravatar Christoph Gysin2015-11-28
| | | | | | | | | | Using 'flag' results in duplicate code paths for short and long options. This broke the -q short option in swaymsg, because there was: {"quiet", no_argument, &quiet, 'q'} Which will set quiet to 'q' and return 0, not 'q'.
* swaygrab: Add --help option that prints usageLibravatar Christoph Gysin2015-11-28
|
* swaygrab: Print usage and exit on unknown optionsLibravatar Christoph Gysin2015-11-28
|
* Use macros for exit valuesLibravatar Christoph Gysin2015-11-28
|
* Remove extraneous logging from swaygrabLibravatar Drew DeVault2015-11-28
|
* Rearrange logging headersLibravatar Drew DeVault2015-11-28
| | | | Ref #270
* Fix uninitialized variable warning in swaygrabLibravatar Drew DeVault2015-11-27
|
* Add ffmpeg capture to swaygrab (with limitations)Libravatar Drew DeVault2015-11-27
| | | | | This needs to be multithreaded to have any sort of realistic expectation of performance, due to issues with syncronous I/O.
* Fix swaygrab memory leakLibravatar Drew DeVault2015-11-27
|
* Implement swaygrab for still imagesLibravatar Drew DeVault2015-11-27
|
* Add command line to swaygrabLibravatar Drew DeVault2015-11-27
| | | | | Also modifies IPC client so that we can work with persistent connections.
* Add swaygrab subprojectLibravatar Drew DeVault2015-11-27