Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / detector / FinderPatternFinder.java
2010-10-12 srowenSmall style stuff master
2010-08-16 srowenIssue 520
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2009-12-08 srowenOops, last change meant to include this -- changelist...
2009-11-23 srowenDraft of 'thinking' visualization for barcode scanning...
2009-11-02 srowenRemove some redundant 'throws'; allocate more reasonabl...
2009-10-13 srowenIssue 249, fix references to methods not in MIDP 2
2009-08-23 srowenImprove detector logic to throw out false positive...
2009-07-21 srowenSmall detector simplification that addresses issue...
2009-06-26 srowenRemove use of BinaryBitmap in QR Code, DM
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-22 dswitkinModified some comments to reflect that these objects...
2009-06-19 dswitkinUpdated some comments about thread safety and fixed...
2009-05-27 srowenFixed an old misspelling and a few tiny tweaks
2009-05-05 srowenAlternate multi QR Code reader from Hannes
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-02-15 srowenTightened a condition to reduce accidentally detecting...
2009-01-04 srowenOn a tip from Sandy found an error in the QR code detec...
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-11-02 dswitkinAnother round of optimization, focused on reusing array...
2008-10-29 dswitkinMade a change to the QR detector which cuts the worst...
2008-07-21 srowenQuick shortening of a method in FinderPatternFinder...
2008-07-21 srowenEnhance GenericResultPoint and move some logic out...
2008-06-26 srowenAnd fixed the "270" issue: logic error in computing...
2008-06-26 srowenSwitch to integer math in a critical QR Code detector...
2008-06-19 srowenStandardize and update all copyright statements to...
2008-05-08 srowenDetector is now a little more skeptical once it has...
2008-04-10 dswitkinChanged how many rows we scan while detecting QR finder...
2008-03-19 srowenTake small advantage of "TRY_HARDER" in QR code decoder
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-04 srowenTry more possible finder patterns, but be stricter...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2007-12-21 srowenSmall logic fix -- OK to end up at border of image...
2007-11-16 srowenMinor improvements
2007-11-07 srowenAdjust tolerance of method that decides whether a finde...
2007-11-07 srowenMore javadoc
2007-10-23 srowengit-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc...