aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* WIP: Add a Lua PDF generatorlpg-libqrPřemysl Eric Janouch2025-01-1113-5/+1433
| | | | | | | | Because Lua compiled for C++ might be hard to find, provide a wrap. Only GitHub releases seem to contain onelua.c, which is a very handy file. WIP: Add documentation, actually get rid of the libqr copy.
* Merge remote-tracking branch 'libqr/master'Přemysl Eric Janouch2025-01-1029-0/+3371
|\
| * Resolve a compiler warningPřemysl Eric Janouch2025-01-101-40/+40
| |
| * Add an important commentPřemysl Eric Janouch2025-01-101-0/+1
| |
| * qrgen: output to PNGLeo Uino2013-01-142-9/+104
| |
| * qrgen: output to fileLeo Uino2013-01-141-16/+36
| |
| * qrgen: read data from fileLeo Uino2013-01-141-7/+61
| |
| * Fixes thanks to Roland IlligLeo Uino2012-12-243-11/+15
| |
| * Further bitmap fixesLeo Uino2011-08-062-4/+6
| |
| * Fix bitmap rendererLeo Uino2011-07-192-10/+12
| |
| * Remove debug noiseLeo Uino2011-07-191-26/+0
| |
| * Add C++ header protectorsLeo Uino2011-07-199-0/+72
| |
| * Consistent function namesLeo Uino2011-07-195-7/+7
| |
| * Fix some typesLeo Uino2011-07-1913-36/+38
| |
| * Tweak some typesLeo Uino2011-07-172-11/+10
| |
| * Update gitignoreLeo Uino2011-07-151-0/+1
| |
| * Add version.hLeo Uino2011-07-152-1/+12
| |
| * Fix incorrect allocation sizeLeo Uino2011-07-151-1/+1
| |
| * Remove (a few) magic numbersLeo Uino2011-07-154-32/+41
| |
| * Check return values in code-parse.cLeo Uino2011-07-151-24/+71
| |
| * qr_mask_apply() works in-placeLeo Uino2011-07-154-19/+9
| |
| * Move RS block size calculation to a separate functionLeo Uino2011-07-145-42/+76
| |
| * Create common headerLeo Uino2011-07-148-27/+36
| |
| * First attempt at parsingLeo Uino2011-07-1412-12/+427
| |
| * Fix evil table of constantsLeo Uino2011-07-131-1/+1
| |
| * Fix incorrect layout of format infoLeo Uino2011-07-131-1/+1
| |
| * Fix memory leak in qrgenLeo Howell2009-11-151-1/+1
| |
| * Final tidy for 0.1Leo Howell2009-11-146-38/+26
| |
| * Merge some filesLeo Howell2009-11-1426-435/+396
| |
| * Default to 8-bit dataLeo Howell2009-11-142-2/+1
| |
| * Auto-sizeLeo Howell2009-11-145-13/+63
| |
| * Store ec level in qr_data structLeo Howell2009-11-146-16/+17
| |
| * demo app: select ec type, help messageLeo Howell2009-11-031-3/+20
| |
| * Fix the output block orderLeo Howell2009-11-032-7/+18
| |
| * generate alignment patternLeo Howell2009-11-035-5/+92
| |
| * support for multiple ec blocksLeo Howell2009-11-015-26/+138
| |
| * fix option handlingLeo Howell2009-10-081-13/+19
| |
| * debug output to stderrLeo Howell2009-10-081-9/+9
| |
| * add qrgen sample appLeo Howell2009-10-0813-123/+228
| |
| * render version bitsLeo Howell2009-10-082-2/+36
| |
| * code format --> versionLeo Howell2009-10-088-41/+33
| |
| * Render ec level, mask info bitsLeo Howell2009-10-082-6/+102
| |
| * Auto-select maskLeo Howell2009-10-041-7/+199
| |
| * Fix bit/byte bug in bitstreamLeo Howell2009-09-291-4/+3
| |
| * add TODOLeo Howell2009-09-291-0/+25
| |
| * apply (incorrect!) mask to generated codeLeo Howell2009-09-284-32/+95
| |
| * QR masksLeo Howell2009-09-285-0/+78
| |
| * bitstream -> qr_bitstreamLeo Howell2009-09-2713-175/+175
| |
| * bitmap handling routinesLeo Howell2009-09-2711-33/+174
| |
| * Add COPYING informationLeo Howell2009-09-271-0/+17
| |