Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build under Cygwin | Přemysl Eric Janouch | 2023-07-07 | 1 | -0/+3 |
| | |||||
* | Make binaries say what git commit they come from | Přemysl Eric Janouch | 2022-08-13 | 1 | -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 dragging | Přemysl Eric Janouch | 2022-08-10 | 1 | -5/+69 |
| | | | | Parasitic gesture code previously discarded from fiv gets to live on. | ||||
* | fiv-jpegcrop: without args, show an Open dialog | Přemysl Eric Janouch | 2022-08-10 | 1 | -15/+36 |
| | | | | But let's keep it hidden from application lists for now. | ||||
* | Clean up | Přemysl Eric Janouch | 2022-06-05 | 1 | -3/+3 |
| | | | | Use gchar when memory is allocated through GLib. | ||||
* | fiv-jpegcrop: avoid negatively sized crop regions | Přemysl Eric Janouch | 2022-02-19 | 1 | -4/+5 |
| | |||||
* | Add a lossless JPEG cropper | Přemysl Eric Janouch | 2022-02-19 | 1 | -0/+421 |
This is more of an MVP, as metadata probably need adjustments. |