Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lpg: improve Picture sizing, clean upHEADorigin/mastermaster | Přemysl Eric Janouch | 2025-01-12 | 1 | -23/+45 |
| | | | | | | | Restraining a Picture in one dimension with a Frame should make it report the right overall dimensions (keeping its aspect ratio). Also applying the F.9 C++ Core Guideline. | ||||
* | Add a Lua PDF generator | Přemysl Eric Janouch | 2025-01-11 | 12 | -5/+1512 |
| | | | | | | | | | | | | | | | Publishing my old invoice layouter in a reusable scripting-based form, rather than an annoyingly fixed binary. Because Lua compiled for C++ might be hard to find, we provide a wrap. Curiously, only GitHub releases seem to contain onelua.c, which is a very handy file. We could have also subprojected libqr, which is in the public domain, however the other main dependencies are also LGPL like libqrencode is. And it is likely to be installed. The user manual also serves as a test. | ||||
* | Fix test.sh for Alpine's current lowriter | Přemysl Eric Janouch | 2024-04-09 | 1 | -1/+2 |
| | |||||
* | README.adoc: actually make the extfs name match | Přemysl Eric Janouch | 2024-02-04 | 1 | -1/+1 |
| | |||||
* | README.adoc: fix and improve Go instructions | Přemysl Eric Janouch | 2024-02-04 | 1 | -3/+16 |
| | |||||
* | extfs-pdf: add a file extension for FlateDecode | Přemysl Eric Janouch | 2024-02-04 | 1 | -1/+3 |
| | | | | It is recognised by shared-mime-info. | ||||
* | Go: enable multiple updates in a sequence | Přemysl Eric Janouch | 2024-02-04 | 1 | -0/+3 |
| | | | | This is not something anyone should do, but let's do things correctly. | ||||
* | Go: cleanup | Přemysl Eric Janouch | 2024-02-04 | 1 | -7/+7 |
| | |||||
* | Go: add PDF 1.5 cross-reference stream support | Přemysl Eric Janouch | 2024-02-04 | 3 | -48/+396 |
| | | | | This is not particularly complete, but it works (again) for Cairo. | ||||
* | README.adoc: update package information | Přemysl Eric Janouch | 2023-07-01 | 1 | -0/+7 |
| | |||||
* | Don't fail tests when gropdf isn't installed | Přemysl Eric Janouch | 2023-06-28 | 1 | -1/+4 |
| | |||||
* | Fix tests, document new limitation | Přemysl Eric Janouch | 2023-06-28 | 2 | -7/+13 |
| | |||||
* | Go: bump modules | Přemysl Eric Janouch | 2023-06-28 | 2 | -2/+6 |
| | |||||
* | Fix the man page | Přemysl Eric Janouch | 2022-09-25 | 1 | -1/+1 |
| | | | | | > Any reference to the subject of the current manual page > should be written with the name in bold. | ||||
* | extfs-pdf: improve the listing format | Přemysl Eric Janouch | 2021-12-09 | 1 | -7/+14 |
| | |||||
* | Update documentation | Přemysl Eric Janouch | 2021-12-09 | 3 | -2/+7 |
| | |||||
* | Add an external VFS for Midnight Commander | Přemysl Eric Janouch | 2021-12-09 | 1 | -0/+132 |
| | |||||
* | Go: enable listing all indirect objects | Přemysl Eric Janouch | 2021-12-09 | 1 | -0/+11 |
| | |||||
* | Go: implement stream parsing/serialization | Přemysl Eric Janouch | 2021-12-09 | 1 | -8/+58 |
| | |||||
* | Go: add Updater.Dereference() | Přemysl Eric Janouch | 2021-12-08 | 1 | -7/+15 |
| | |||||
* | Go: improve error handling | Přemysl Eric Janouch | 2021-12-08 | 1 | -5/+6 |
| | |||||
* | Minor revision | Přemysl Eric Janouch | 2021-12-08 | 2 | -6/+6 |
| | |||||
* | Add .gitignore | Přemysl Eric Janouch | 2021-11-06 | 1 | -0/+8 |
| | |||||
* | Add clang-format configuration, clean up | Přemysl Eric Janouch | 2021-11-06 | 2 | -50/+50 |
| | |||||
* | meson.build: use set_quoted() | Přemysl Eric Janouch | 2021-11-06 | 1 | -2/+2 |
| | |||||
* | Bump Go modules to 1.17 | Přemysl Eric Janouch | 2021-08-19 | 2 | -5/+1 |
| | |||||
* | README.adoc: add a PkgGoDev badge | Přemysl Eric Janouch | 2020-09-11 | 1 | -0/+2 |
| | |||||
* | Bump version, update NEWSv1.1.1 | Přemysl Eric Janouch | 2020-09-06 | 2 | -1/+10 |
| | |||||
* | Go: avoid non-deterministic output | Přemysl Eric Janouch | 2020-09-06 | 1 | -20/+16 |
| | | | | The code has even turned out simpler. | ||||
* | Add a test script to verify basic function | Přemysl Eric Janouch | 2020-09-06 | 1 | -0/+77 |
| | |||||
* | Manual: fix the example | Přemysl Eric Janouch | 2020-09-05 | 1 | -3/+4 |
| | | | | Things managed to work once but for rather arbitrary reasons. | ||||
* | Bump version, update NEWSv1.1 | Přemysl Eric Janouch | 2020-09-05 | 2 | -1/+17 |
| | |||||
* | Add an instructive man page | Přemysl Eric Janouch | 2020-09-05 | 3 | -19/+97 |
| | |||||
* | Add a --version option | Přemysl Eric Janouch | 2020-09-05 | 2 | -2/+15 |
| | | | | And fix that --reservation was missing from the optstring. | ||||
* | Make it possible to change the signature reservation | Přemysl Eric Janouch | 2020-09-04 | 4 | -17/+36 |
| | |||||
* | Avoid downgrading the document's PDF version | Přemysl Eric Janouch | 2020-09-04 | 3 | -17/+57 |
| | |||||
* | Return errors rather than mangle documents | Přemysl Eric Janouch | 2020-09-04 | 4 | -11/+26 |
| | |||||
* | Go: update dependencies | Přemysl Eric Janouch | 2020-08-12 | 2 | -2/+13 |
| | |||||
* | Name change | Přemysl Eric Janouch | 2020-08-12 | 4 | -4/+4 |
| | |||||
* | Consistency | Přemysl Janouch | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | Use Go modules | Přemysl Janouch | 2018-12-01 | 2 | -0/+10 |
| | |||||
* | Go: less API stupidity coming from the C++ heritage | Přemysl Janouch | 2018-10-04 | 1 | -19/+20 |
| | |||||
* | Go: additional small fixes | Přemysl Janouch | 2018-10-04 | 2 | -5/+7 |
| | |||||
* | Go: documentation cleanup | Přemysl Janouch | 2018-10-04 | 1 | -18/+16 |
| | |||||
* | Go: use multiple return values | Přemysl Janouch | 2018-10-04 | 1 | -75/+77 |
| | | | | The compiler has made it more obvious where we eat error messages. | ||||
* | Go: add Object constructors | Přemysl Janouch | 2018-10-04 | 1 | -82/+114 |
| | |||||
* | Go: cleanups | Přemysl Janouch | 2018-10-04 | 1 | -12/+14 |
| | |||||
* | Add a Go port | Přemysl Janouch | 2018-10-04 | 3 | -2/+1255 |
| | | | | It should be roughly at feature parity. | ||||
* | Add comments about some potential issues | Přemysl Janouch | 2018-10-03 | 1 | -0/+2 |
| | | | | | - lack of number range verification - lack of sanitization when serializing dicts | ||||
* | Mark a variable const | Přemysl Janouch | 2018-10-03 | 1 | -1/+1 |
| |