summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* d/changelog: mention changes to d/copyrightdebian/3-5archive/debian/3-5Paride Legovini2018-02-24
|
* Add missing changes to d/copyright; bump dateParide Legovini2018-02-23
|
* Release 3-5 to unstableParide Legovini2018-02-22
|
* Add d/upstream/metadataParide Legovini2018-02-22
|
* Update the Vcs- fields (repo moved to salsa)Paride Legovini2018-02-22
|
* Do not override Debian's build flagsParide Legovini2018-02-16
|
* priority-extra-is-replaced-by-priority-optionalParide Legovini2018-02-16
|
* Use https URIs; d/watch version=4; copyright yearsParide Legovini2018-02-16
|
* Bump Standards-Version and compat levelParide Legovini2018-02-16
|
* Add d/.gitignoreParide Legovini2018-02-16
|
* Bump Standards-Version to 4.1.0Paride Legovini2017-09-12
|
* Bump version to 3-4debian/3-4archive/debian/3-4Paride Legovini2017-08-22
|
* Set the maint LDFLAGS to -Wl,--no-as-neededParide Legovini2017-08-22
|
* Build-depend on libjpeg-dev instead of libjpeg62-turbo-devParide Legovini2017-08-22
| | | | This is a more general dependency and eases packaging on Ubuntu.
* Added missing Copyright: field from d/copyrightdebian/3-3archive/debian/3-3Paride Legovini2017-07-31
|
* d/changelog: mention the addition of the hardening flagsParide Legovini2017-07-31
|
* Update d/changelogParide Legovini2017-07-28
|
* Add FORMAT, README files to d/docsParide Legovini2017-07-28
|
* Update d/changelog timestampParide Legovini2017-07-28
|
* Commit Debian 3.0 (quilt) metadataParide Legovini2017-07-28
| | | | [dgit (3.12) quilt-fixup]
* Add options for dpkg-buildflags in d/rulesParide Legovini2017-07-28
|
* Update d/changelogParide Legovini2017-07-27
|
* 2ff: $FORMAT is now called $MIMEParide Legovini2017-07-27
|
* Update the timestamp in d/changelogParide Legovini2017-07-27
|
* Let the Vcs- fields point to the collab-maint repositoryParide Legovini2017-07-27
|
* Update the timestamp in d/changelogParide Legovini2017-07-27
|
* Add attribution and licensing information for arg.hParide Legovini2017-07-27
|
* Add missing references to debian/copyrightParide Legovini2017-07-24
|
* Bump version number after the accidental REJECTParide Legovini2017-07-19
|
* Refresh the changelog timestampParide Legovini2017-07-17
|
* Update Vcs links in debian/controlParide Legovini2017-07-17
|
* Commit Debian 3.0 (quilt) metadataParide Legovini2017-07-16
| | | | [dgit (3.11) quilt-fixup]
* Suggest using apt instead of apt-getParide Legovini2017-07-16
|
* Commit Debian 3.0 (quilt) metadataParide Legovini2017-07-16
| | | | [dgit (3.11) quilt-fixup]
* Set myself as maintainer, updated debianization for version 3Paride Legovini2017-07-16
|
* Merge tag '3'Paride Legovini2017-07-16
|\
| * Bump version to 3Laslo Hunhold2017-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This is more or less a refactoring release, but with deep changes in the tools that I was hoping to look into for a long time. The codebase is in a very consistent state now, also thanks to the introduction of a set of common utility-functions. What really makes me think is the fact that it takes so many iterations and a high level of detail to get the library handling and I/O right. It just makes you wonder how much software is out there that is full of little subtle bugs that might blow up in your face some day. Thanks for all the feedback!
| * Improve the wording on alpha-blendingLaslo Hunhold2017-04-14
| |
| * Remove the need of '#' for alpha masksLaslo Hunhold2017-04-14
| | | | | | | | | | | | To be honest, it can happen too easily that the user forgets to put the colour in quotation marks, yielding in the rest of the pipeline to be discarded as a comment.
| * Improve readability of alpha-blending sectionsLaslo Hunhold2017-04-14
| |
| * Move the logo a bit to the left so it is centeredLaslo Hunhold2017-04-14
| |
| * Fix the R in the logoLaslo Hunhold2017-04-14
| |
| * Update usage of ff2jpg(1) and ff2ppm(1)Laslo Hunhold2017-04-14
| | | | | | | | so they align with the manpages.
| * Refactor invert.c in farbfeld.5Laslo Hunhold2017-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | I noticed that it would be beneficial to release the invert.c code listing under a very permissive license. I like the style of the "Copy me if you can"-License, but thought that 0BSD would make it even clearer that everyone can do whatever he wants with this code. The code itself was not bad beforehand, but lacked some elementary features like checked flushing at the end and proper error messages. I also reworked the data structures a bit to make it more appealing and clearer where the "guts" of the code are (i.e. in invert()).
| * Update the Makefile to reflect TODO has been removedLaslo Hunhold2017-04-14
| |
| * Update and refactor the manpagesLaslo Hunhold2017-04-14
| | | | | | | | | | | | Make them more consistent, and only maintain a list of the conversion tools in farbfeld.5. Refine the wording on the jpg-manpages.
| * Update the READMELaslo Hunhold2017-04-14
| | | | | | | | | | Rework the introductory paragraph and show examples directly afterwards. If people are interested in the tl;dr-sections, they can then read on.
| * Don't suppress imagemagick and png2ff(1) warningsLaslo Hunhold2017-04-14
| | | | | | | | | | | | Else the user might be left wondering what happened. The output from imagemagick might not be the nicest in the world, but it's bearable for some given edge-cases.
| * Make comment in ff2jpg(1) more consistentLaslo Hunhold2017-04-14
| |
| * Refactor 2ff(1)Laslo Hunhold2017-04-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The Unix philosophy teaches us that tools should strive to output only necessary diagnostic information and also reflect errors properly with the return value. There were three subtle problems with 2ff: 1) If the farbfeld-passthrough failed, it would return 1 instead of 1. 2) If the first 8 bytes contained a NUL byte, bash would print an ugly warning message. Passing it through tr -d '\0' fixes that. 3) Lack of comments. I added some to make the structure even clearer, also including using an if-else-structure. I removed the 2ff error message; the tools themselves print proper messages already.