aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2016-06-21yawa.h: Remove bitfields that were there for padding warningsHEADmastercoverity_scanJohannes Löthberg1-15/+15
2015-07-13res/PKGBUILD: Add clang makedependencyJohannes Löthberg1-2/+2
2015-07-13res/PKGBUILD: add cmake to makedependsJohannes Löthberg1-1/+1
2015-06-13README: Add clang to dependenciesJohannes Löthberg1-0/+1
2015-04-11README: Switch to square badgesJohannes Löthberg1-1/+3
2015-04-06doc/conf.py: Make name unicode literalJohannes Löthberg1-1/+1
2015-04-06README: fix build instructions typoJohannes Löthberg1-2/+2
2015-02-16travis: Fix coverity under yabokJohannes Löthberg1-3/+3
2015-02-16Revert "CMake: Bump minimum version required"Johannes Löthberg1-1/+1
2015-02-16CMake: Bump minimum version requiredJohannes Löthberg1-1/+1
2015-02-16Build with -ggdb on DEBUG buildJohannes Löthberg1-0/+1
2015-02-16Don't use negative numbers in exitJohannes Löthberg1-3/+3
2015-02-16Print error and exit when can't open displayJohannes Löthberg1-0/+4
2015-02-16README: Add note about debug symbolsJohannes Löthberg1-0/+7
2015-02-16README: Recommend building in a separate directoryJohannes Löthberg1-1/+3
2015-01-21README: Update travis linksJohannes Löthberg1-2/+2
2014-12-06README: Add license noticeJohannes Löthberg1-0/+10
2014-12-06Relicense under GPL2 onlyJohannes Löthberg6-10/+78
2014-11-16src/CMakeLists: Build manpage in build directory not srcJohannes Löthberg2-4/+4
2014-11-11CMakeLists: Enable PIE, full RELRO and stack protectorJohannes Löthberg2-6/+6
2014-11-11Repack arguments structureJohannes Löthberg2-33/+30
2014-11-11Initialize arguments struct's char* to zeroJohannes Löthberg1-1/+1
2014-11-11use `const char *` in parse_<type>Johannes Löthberg2-6/+6
2014-11-11CmakeLists: use CMAKE_C_FLAGS when setting it againJohannes Löthberg1-1/+1
2014-11-11README.rst: add libbsd to dependency listJohannes Löthberg1-0/+3
2014-11-11Remove branch specifierSam Stuewe1-1/+1
2014-11-11Add build statusSam Stuewe1-3/+6
2014-11-11doc/CMakeLists: set version properlyJohannes Löthberg1-0/+1
2014-11-11travis should install sphinxJohannes Löthberg1-1/+1
2014-11-11PKGBUILD: add missing sphinx and libssd depsJohannes Löthberg1-2/+2
2014-11-11PKGBUILD: bump pkgver, reindent package functionJohannes Löthberg1-3/+3
2014-11-11yawa version 0.9.0 released!0.9.0Johannes Löthberg1-1/+1
2014-11-11Move /resources to /res to match other directoriesJohannes Löthberg1-0/+0
2014-11-11CMakeLists: Set git version if in git repoJohannes Löthberg1-1/+15
2014-11-11Install manpage on `make install`Johannes Löthberg1-0/+2
2014-11-11doc/yawa.rst: Use = between longopt and argumentJohannes Löthberg1-17/+17
2014-11-11Add initial manapageJohannes Löthberg6-1/+152
2014-11-11README: add feature-complete noteJohannes Löthberg1-3/+8
2014-11-11Drop short opts for flipsJohannes Löthberg2-8/+8
2014-11-11Add replacement for -addd using --add and --distanceJohannes Löthberg2-7/+20
2014-11-11Fix alpha, blur, sharpen, constast, brightness, and gamma switchesJohannes Löthberg2-43/+17
2014-11-11replace all int with signed, unsigned int with unsignedJohannes Löthberg4-33/+33
2014-11-11Add parse_double function to utils.cJohannes Löthberg2-0/+25
2014-11-11Implement functionality part of --write argumentJohannes Löthberg2-2/+2
2014-11-11Opening curl braces should be on the same lineJohannes Löthberg3-111/+65
2014-11-11struct: ‘unsigned int’ → ‘unsigned’, ‘int’ → ‘signed’Johannes Löthberg1-7/+12
2014-11-11use ‘signed’ instead of ‘int’, redo prototypesJohannes Löthberg4-19/+33
2014-11-10Make non-negatable arguments unsigned, make parse_uintJohannes Löthberg4-12/+37
2014-11-10Remove space before function namesJohannes Löthberg2-5/+5
2014-11-10yawa.h: Move argp variables to yawa.cJohannes Löthberg2-4/+4