Small style stuff
[zxing.git] / core / src / com / google / zxing / datamatrix /
2010-10-12 srowenSmall style stuff master
2010-10-10 srowenGuard against exception case discovered in new DM code...
2010-10-07 srowenAdjust formatting on last change. Simplify GridSampler
2010-10-05 dav.olivier@gmail.comIssue 563: Support non-rectangular Data Matrix
2010-09-13 srowenReplace Math.round() with simple workalike -- faster...
2010-09-04 dav.olivier@gmail.comcorrected possibilities of crashing while detecting...
2010-09-03 dav.olivier@gmail.comImproved datamatrix reader with new algorithm
2010-09-03 srowenDavid Olivier's Data Matrix improvements
2010-08-05 dswitkin@google.comIssue 495: Renamed DATAMATRIX to DATA_MATRIX for consis...
2010-05-08 srowenTighten up some stuff I saw from the logs
2010-05-02 srowenReplace tabs with spaces ( part of accepting another...
2010-04-06 srowenPure-barcode mode can now deal with asymmetric borders...
2010-03-30 srowenIssue 361
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-02-01 srowenPre-RSS-14 changes. Necessary code changes, but not...
2010-01-06 srowenBetter version of revision 1166 and 1165 -- corrects...
2009-12-22 srowenOops realized DM decoder also benefits from that last...
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-10-13 srowenIssue 249, fix references to methods not in MIDP 2
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-08-25 srowenTiny code adjustments from inspection
2009-08-22 srowenMiscellaneous changes from FindBugs analysis
2009-07-22 srowenAdded error correction level to Result
2009-06-26 srowenRemove use of BinaryBitmap in QR Code, DM
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2009-05-11 srowenMarginal improvement to datamatrix decoder
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-06 srowenIssue 158: Correct some off-by-one problems in Data...
2009-02-23 srowenTiny optimizations to boolean logic to avoid extra...
2009-01-27 srowenOops, StringBuffer.append(StringBuffer) doesn't exist...
2009-01-14 srowenSeparated rectangle detection from decoder for reuse
2008-12-21 srowenMore small changes from code inspection
2008-12-11 srowenMore reckless refactoring and code style tweaks --...
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-15 srowenAdd to result the raw, but parsed, bytes of byte segmen...
2008-11-15 srowenBug fix to unrandomization routine from sanfordsquires
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-09 srowenPartially addressed Reed-Solomon decoding issue for...
2008-11-08 srowenAddress a small but clear bug in detector logic
2008-11-06 srowenSmall additional error check in decoder
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-08-06 srowenReverted inadvertent Detector changes that broke unit...
2008-08-04 srowenInitial checkin of Data Matrix detector. Still needs...
2008-07-25 srowenMinor style changes; optimized nested loops at end...
2008-07-23 srowenAdded support for "05 Macro" and "06 Macro" in ASCII...
2008-07-21 srowenMore refactoring, fixed a small issue in X12 encodation...
2008-07-18 srowenFixed problem that is unclear from spec: shift apparent...
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-12 srowenAdded build-optimized target to produce optimized core...
2008-05-05 srowenFix some minor javadoc issues
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-03-12 srowenRefactorings to allow raw bytes to be passed back with...
2008-03-11 srowenFixed a few more extractPureBits() gotchas that came...
2008-03-11 srowenAdded some needed bounds checking in Data Matrix, QR...
2008-03-11 srowenSmall tweaks on this test too
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.