aboutsummaryrefslogtreecommitdiff
path: root/fiv-jpegcrop.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix build under CygwinPřemysl Eric Janouch2023-07-071-0/+3
|
* Make binaries say what git commit they come fromPřemysl Eric Janouch2022-08-131-1/+2
| | | | | The manual skipping of the initial "v" from tag names is unfortunate, but still a bit better than further cluttering up the build system.
* fiv-jpegcrop: add middle mouse button draggingPřemysl Eric Janouch2022-08-101-5/+69
| | | | Parasitic gesture code previously discarded from fiv gets to live on.
* fiv-jpegcrop: without args, show an Open dialogPřemysl Eric Janouch2022-08-101-15/+36
| | | | But let's keep it hidden from application lists for now.
* Clean upPřemysl Eric Janouch2022-06-051-3/+3
| | | | Use gchar when memory is allocated through GLib.
* fiv-jpegcrop: avoid negatively sized crop regionsPřemysl Eric Janouch2022-02-191-4/+5
|
* Add a lossless JPEG cropperPřemysl Eric Janouch2022-02-191-0/+421
This is more of an MVP, as metadata probably need adjustments.