Issue 563: Support non-rectangular Data Matrix
[zxing.git] / core / test / src / com / google / zxing / datamatrix /
2010-10-05 dav.olivier@gmail.comIssue 563: Support non-rectangular Data Matrix
2010-09-30 srowenAt last update to JUnit 4.x
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-02-02 srowen"Split" ReaderException into subclasses to enable more...
2009-12-13 dswitkinFinished work on the local binarizer and renamed it...
2009-05-22 dswitkinChanged the 2D histogram calculation to sample four...
2009-04-06 srowenIssue 158: Correct some off-by-one problems in Data...
2009-01-28 srowenFix a nagging inconvenience from my IDE in running...
2009-01-06 dswitkinAdded 18 real world DataMatrix blackbox images, plus...
2008-11-15 srowenAdd to result the raw, but parsed, bytes of byte segmen...
2008-07-09 dswitkinAll the positive test cases now track normal and try...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-11 dswitkin- Added support for rotation in our blackbox test frame...
2008-04-18 dswitkinChanged the black box tests to require an absolute...
2008-04-07 srowenStandardize array initializer syntax to use the form...
2008-03-12 srowenTemporarily turning off Data Matrix in MultiFormatReade...
2008-03-11 srowenSmall tweaks on this test too
2008-03-11 briangbrownAdded code for the Data Matrix decoder.