Issue 563: Support non-rectangular Data Matrix
[zxing.git] / core / src / com / google / zxing / common / GridSampler.java
2010-10-05 dav.olivier@gmail.comIssue 563: Support non-rectangular Data Matrix
2010-03-04 srowenCaught a few J2ME incompatibilities in build
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2009-12-08 srowenOpening up the Detector a little to allow extension...
2009-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
2009-06-26 srowenRemove use of BinaryBitmap in QR Code, DM
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-19 dswitkinUpdated some comments about thread safety and fixed...
2009-05-21 dswitkinCleaned up some code to fit in 100 columns.
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-07-09 srowenOops, fix an error introduced in recent change
2008-07-09 srowenMinor style tweaks
2008-07-08 srowenAdd iCal support, plus many small changes suggested...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-03-26 srowenImproved bounds-checking and point-nudging logic in...
2008-03-19 srowenDumb logic error in boundary case for transformation...
2008-03-14 srowenMove GridSampler into common package and refactor to...