Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-17 | swaygrab: add default output filename. | Mikkel Oscar Lyderik | |
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. | |||
2015-12-17 | swaygrab: update man page | Mikkel Oscar Lyderik | |
2015-12-17 | swaygrab: make focused output default | Mikkel Oscar Lyderik | |
This makes swaygrab use the currently focused output as source if no other output is defined with the `-o, --output <output>` option. | |||
2015-12-14 | Move numlen(1) to sway/util.c | Mikkel Oscar Lyderik | |
2015-12-02 | move manpages to subfolders | Christoph Gysin | |
2015-12-02 | cmake: build common code only once | Christoph Gysin | |
This creates (static) libraries for protocols/, common/, and wayland/. | |||
2015-12-01 | cmake: remove subprojects | Christoph Gysin | |
2015-12-01 | cmake: use out-of-source build | Christoph Gysin | |
2015-12-01 | cmake: use tabs instead of spaces | Christoph Gysin | |
2015-12-01 | cmake: style consistency | Christoph Gysin | |
2015-12-01 | cmake: convert all cmake commands to lowercase | Christoph Gysin | |
2015-11-28 | Fix option parsing | Christoph Gysin | |
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'. | |||
2015-11-28 | swaygrab: Add --help option that prints usage | Christoph Gysin | |
2015-11-28 | swaygrab: Print usage and exit on unknown options | Christoph Gysin | |
2015-11-28 | Use macros for exit values | Christoph Gysin | |
2015-11-28 | Remove extraneous logging from swaygrab | Drew DeVault | |
2015-11-28 | Rearrange logging headers | Drew DeVault | |
Ref #270 | |||
2015-11-27 | Fix uninitialized variable warning in swaygrab | Drew DeVault | |
2015-11-27 | Add ffmpeg capture to swaygrab (with limitations) | Drew DeVault | |
This needs to be multithreaded to have any sort of realistic expectation of performance, due to issues with syncronous I/O. | |||
2015-11-27 | Fix swaygrab memory leak | Drew DeVault | |
2015-11-27 | Implement swaygrab for still images | Drew DeVault | |
2015-11-27 | Add command line to swaygrab | Drew DeVault | |
Also modifies IPC client so that we can work with persistent connections. | |||
2015-11-27 | Add swaygrab subproject | Drew DeVault | |