Age | Commit message (Expand) | Author | Files | Lines |
2016-06-21 | yawa.h: Remove bitfields that were there for padding warningsHEADmastercoverity_scan | Johannes Löthberg | 1 | -15/+15 |
2015-07-13 | res/PKGBUILD: Add clang makedependency | Johannes Löthberg | 1 | -2/+2 |
2015-07-13 | res/PKGBUILD: add cmake to makedepends | Johannes Löthberg | 1 | -1/+1 |
2015-06-13 | README: Add clang to dependencies | Johannes Löthberg | 1 | -0/+1 |
2015-04-11 | README: Switch to square badges | Johannes Löthberg | 1 | -1/+3 |
2015-04-06 | doc/conf.py: Make name unicode literal | Johannes Löthberg | 1 | -1/+1 |
2015-04-06 | README: fix build instructions typo | Johannes Löthberg | 1 | -2/+2 |
2015-02-16 | travis: Fix coverity under yabok | Johannes Löthberg | 1 | -3/+3 |
2015-02-16 | Revert "CMake: Bump minimum version required" | Johannes Löthberg | 1 | -1/+1 |
2015-02-16 | CMake: Bump minimum version required | Johannes Löthberg | 1 | -1/+1 |
2015-02-16 | Build with -ggdb on DEBUG build | Johannes Löthberg | 1 | -0/+1 |
2015-02-16 | Don't use negative numbers in exit | Johannes Löthberg | 1 | -3/+3 |
2015-02-16 | Print error and exit when can't open display | Johannes Löthberg | 1 | -0/+4 |
2015-02-16 | README: Add note about debug symbols | Johannes Löthberg | 1 | -0/+7 |
2015-02-16 | README: Recommend building in a separate directory | Johannes Löthberg | 1 | -1/+3 |
2015-01-21 | README: Update travis links | Johannes Löthberg | 1 | -2/+2 |
2014-12-06 | README: Add license notice | Johannes Löthberg | 1 | -0/+10 |
2014-12-06 | Relicense under GPL2 only | Johannes Löthberg | 6 | -10/+78 |
2014-11-16 | src/CMakeLists: Build manpage in build directory not src | Johannes Löthberg | 2 | -4/+4 |
2014-11-11 | CMakeLists: Enable PIE, full RELRO and stack protector | Johannes Löthberg | 2 | -6/+6 |
2014-11-11 | Repack arguments structure | Johannes Löthberg | 2 | -33/+30 |
2014-11-11 | Initialize arguments struct's char* to zero | Johannes Löthberg | 1 | -1/+1 |
2014-11-11 | use `const char *` in parse_<type> | Johannes Löthberg | 2 | -6/+6 |
2014-11-11 | CmakeLists: use CMAKE_C_FLAGS when setting it again | Johannes Löthberg | 1 | -1/+1 |
2014-11-11 | README.rst: add libbsd to dependency list | Johannes Löthberg | 1 | -0/+3 |
2014-11-11 | Remove branch specifier | Sam Stuewe | 1 | -1/+1 |
2014-11-11 | Add build status | Sam Stuewe | 1 | -3/+6 |
2014-11-11 | doc/CMakeLists: set version properly | Johannes Löthberg | 1 | -0/+1 |
2014-11-11 | travis should install sphinx | Johannes Löthberg | 1 | -1/+1 |
2014-11-11 | PKGBUILD: add missing sphinx and libssd deps | Johannes Löthberg | 1 | -2/+2 |
2014-11-11 | PKGBUILD: bump pkgver, reindent package function | Johannes Löthberg | 1 | -3/+3 |
2014-11-11 | yawa version 0.9.0 released!0.9.0 | Johannes Löthberg | 1 | -1/+1 |
2014-11-11 | Move /resources to /res to match other directories | Johannes Löthberg | 1 | -0/+0 |
2014-11-11 | CMakeLists: Set git version if in git repo | Johannes Löthberg | 1 | -1/+15 |
2014-11-11 | Install manpage on `make install` | Johannes Löthberg | 1 | -0/+2 |
2014-11-11 | doc/yawa.rst: Use = between longopt and argument | Johannes Löthberg | 1 | -17/+17 |
2014-11-11 | Add initial manapage | Johannes Löthberg | 6 | -1/+152 |
2014-11-11 | README: add feature-complete note | Johannes Löthberg | 1 | -3/+8 |
2014-11-11 | Drop short opts for flips | Johannes Löthberg | 2 | -8/+8 |
2014-11-11 | Add replacement for -addd using --add and --distance | Johannes Löthberg | 2 | -7/+20 |
2014-11-11 | Fix alpha, blur, sharpen, constast, brightness, and gamma switches | Johannes Löthberg | 2 | -43/+17 |
2014-11-11 | replace all int with signed, unsigned int with unsigned | Johannes Löthberg | 4 | -33/+33 |
2014-11-11 | Add parse_double function to utils.c | Johannes Löthberg | 2 | -0/+25 |
2014-11-11 | Implement functionality part of --write argument | Johannes Löthberg | 2 | -2/+2 |
2014-11-11 | Opening curl braces should be on the same line | Johannes Löthberg | 3 | -111/+65 |
2014-11-11 | struct: ‘unsigned int’ → ‘unsigned’, ‘int’ → ‘signed’ | Johannes Löthberg | 1 | -7/+12 |
2014-11-11 | use ‘signed’ instead of ‘int’, redo prototypes | Johannes Löthberg | 4 | -19/+33 |
2014-11-10 | Make non-negatable arguments unsigned, make parse_uint | Johannes Löthberg | 4 | -12/+37 |
2014-11-10 | Remove space before function names | Johannes Löthberg | 2 | -5/+5 |
2014-11-10 | yawa.h: Move argp variables to yawa.c | Johannes Löthberg | 2 | -4/+4 |