Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cv: comment out what I think is too low-effortHEADmaster | Přemysl Eric Janouch | 2021-07-23 | 1 | -0/+4 |
* | cv: make links dark blue | Přemysl Eric Janouch | 2021-07-06 | 1 | -31/+32 |
* | Deduplicate page rendering | Přemysl Eric Janouch | 2021-07-06 | 4 | -571/+327 |
* | Factor out QR payment code | Přemysl Eric Janouch | 2021-07-06 | 1 | -56/+31 |
* | Merge the two invoice renderer programs | Přemysl Eric Janouch | 2021-07-06 | 4 | -690/+166 |
* | Synchronize the two invoice renderers | Přemysl Eric Janouch | 2021-07-06 | 4 | -32/+172 |
* | A few PDF generation improvements | Přemysl Eric Janouch | 2021-07-06 | 3 | -6/+31 |
* | Build example documents from the Makefile | Přemysl Eric Janouch | 2021-07-06 | 7 | -9/+26 |
* | cv: render automatically on make | Přemysl Eric Janouch | 2021-07-06 | 2 | -7/+10 |
* | cv: add Pango/Cairo version checks | Přemysl Eric Janouch | 2021-07-06 | 1 | -0/+5 |
* | cv: fix the Gitea link to point somewhere useful | Přemysl Eric Janouch | 2021-06-16 | 1 | -2/+2 |
* | cv: make a typesetter for my résumé | Přemysl Eric Janouch | 2021-05-15 | 3 | -1/+683 |
* | Stop supporting C++14 compilers | Přemysl Eric Janouch | 2021-05-14 | 3 | -71/+21 |
* | Deduplikace QR údajů dle specifikace | Přemysl Janouch | 2019-01-07 | 3 | -18/+8 |
* | QR platba + faktura | Přemysl Janouch | 2019-01-06 | 7 | -48/+291 |
* | Merge remote-tracking branch 'libqr/master' | Přemysl Janouch | 2019-01-06 | 29 | -0/+3371 |
|\ | |||||
| * | Add important comment | Přemysl Janouch | 2019-01-06 | 1 | -0/+1 |
| * | qrgen: output to PNG | Leo Uino | 2013-01-14 | 2 | -9/+104 |
| * | qrgen: output to file | Leo Uino | 2013-01-14 | 1 | -16/+36 |
| * | qrgen: read data from file | Leo Uino | 2013-01-14 | 1 | -7/+61 |
| * | Fixes thanks to Roland Illig | Leo Uino | 2012-12-24 | 3 | -11/+15 |
| * | Further bitmap fixes | Leo Uino | 2011-08-06 | 2 | -4/+6 |
| * | Fix bitmap renderer | Leo Uino | 2011-07-19 | 2 | -10/+12 |
| * | Remove debug noise | Leo Uino | 2011-07-19 | 1 | -26/+0 |
| * | Add C++ header protectors | Leo Uino | 2011-07-19 | 9 | -0/+72 |
| * | Consistent function names | Leo Uino | 2011-07-19 | 5 | -7/+7 |
| * | Fix some types | Leo Uino | 2011-07-19 | 13 | -36/+38 |
| * | Tweak some types | Leo Uino | 2011-07-17 | 2 | -11/+10 |
| * | Update gitignore | Leo Uino | 2011-07-15 | 1 | -0/+1 |
| * | Add version.h | Leo Uino | 2011-07-15 | 2 | -1/+12 |
| * | Fix incorrect allocation size | Leo Uino | 2011-07-15 | 1 | -1/+1 |
| * | Remove (a few) magic numbers | Leo Uino | 2011-07-15 | 4 | -32/+41 |
| * | Check return values in code-parse.c | Leo Uino | 2011-07-15 | 1 | -24/+71 |
| * | qr_mask_apply() works in-place | Leo Uino | 2011-07-15 | 4 | -19/+9 |
| * | Move RS block size calculation to a separate function | Leo Uino | 2011-07-14 | 5 | -42/+76 |
| * | Create common header | Leo Uino | 2011-07-14 | 8 | -27/+36 |
| * | First attempt at parsing | Leo Uino | 2011-07-14 | 12 | -12/+427 |
| * | Fix evil table of constants | Leo Uino | 2011-07-13 | 1 | -1/+1 |
| * | Fix incorrect layout of format info | Leo Uino | 2011-07-13 | 1 | -1/+1 |
| * | Fix memory leak in qrgen | Leo Howell | 2009-11-15 | 1 | -1/+1 |
| * | Final tidy for 0.1 | Leo Howell | 2009-11-14 | 6 | -38/+26 |
| * | Merge some files | Leo Howell | 2009-11-14 | 26 | -435/+396 |
| * | Default to 8-bit data | Leo Howell | 2009-11-14 | 2 | -2/+1 |
| * | Auto-size | Leo Howell | 2009-11-14 | 5 | -13/+63 |
| * | Store ec level in qr_data struct | Leo Howell | 2009-11-14 | 6 | -16/+17 |
| * | demo app: select ec type, help message | Leo Howell | 2009-11-03 | 1 | -3/+20 |
| * | Fix the output block order | Leo Howell | 2009-11-03 | 2 | -7/+18 |
| * | generate alignment pattern | Leo Howell | 2009-11-03 | 5 | -5/+92 |
| * | support for multiple ec blocks | Leo Howell | 2009-11-01 | 5 | -26/+138 |
| * | fix option handling | Leo Howell | 2009-10-08 | 1 | -13/+19 |