Issue 563: Support non-rectangular Data Matrix
[zxing.git] / core / src / com / google / zxing / datamatrix / decoder / BitMatrixParser.java
2010-10-05 dav.olivier@gmail.comIssue 563: Support non-rectangular Data Matrix
2010-03-30 srowenIssue 361
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2008-12-21 srowenMore small changes from code inspection
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-07-25 srowenMinor style changes; optimized nested loops at end...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-05-02 srowenMany more little tweaks from IntelliJ inspections
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-11 briangbrownAdded code for the Data Matrix decoder.