Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / detector /
2010-10-12 srowenSmall style stuff master
2010-10-07 srowenAdjust formatting on last change. Simplify GridSampler
2010-08-31 smparkes@smparkes.netIssue 524
2010-08-16 srowenIssue 520
2010-08-13 srowenTiny style bits
2010-08-12 srowenIssue 511
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2010-01-11 srowenFix/improvement from Jiayong
2010-01-06 srowenBetter version of revision 1166 and 1165 -- corrects...
2009-12-22 srowenGuess of a fix at array index out of bounds problem...
2009-12-08 srowenOpening up the Detector a little to allow extension...
2009-12-08 srowenOops, last change meant to include this -- changelist...
2009-12-08 srowenSmall bug fix from Ralf
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-09-15 srowenSpell checker fixes, narrowed scope / made less visible...
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-25 dswitkinFixed some code which was ignoring the result of Monoch...
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-05-03 srowenForge ahead with detection even if we missed an alignme...
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-10 srowenEnable DataMatrix in the web app / other small tweaks
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-10-14 dswitkinAdded a bit of defensive programming in the AlignmentPa...
2008-07-30 srowenSome small improvements in error handling based on...
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-05-05 srowenFix some minor javadoc issues
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-14 srowenOops, delete old files that were moved
2008-03-14 srowenMove GridSampler into common package and refactor to...
2008-03-11 srowenCompleted some modest tweaks to new Data Matrix code...
2008-03-05 srowenVarious code tweaks and refactorings suggested by IntelliJ
2008-03-04 srowenTry more possible finder patterns, but be stricter...
2008-02-22 srowenImproved GridSampler API -- no need for reflection...
2008-02-19 srowenLittle bug fix affecting QR Codes that run all the...
2008-02-14 srowenBiiig standardization of whitespace. 2 space indents...
2007-12-21 srowenBe more forgiving about endpoints that transform to...
2007-12-21 srowenSmall logic fix -- OK to end up at border of image...
2007-12-18 srowenImprove correctness of black-run logic in case where...
2007-12-18 srowenBug fix from K. Kakima
2007-11-20 srowenShould fix problems decoding tiny QR codes without...
2007-11-16 srowenInitial refactorings to support multiple kinds of black...
2007-11-16 srowenMinor improvements
2007-11-09 srowenTiny tweak
2007-11-09 srowenFixed the rest of my typos and added basic unit test
2007-11-09 srowenBetter, still some bugs
2007-11-08 srowenReplace JAIPerspectiveTransform with PerspectiveTransform
2007-11-07 srowenAdjust tolerance of method that decides whether a finde...
2007-11-07 srowenMore javadoc
2007-10-26 srowenFixed dumb bug that caused grid sampling to sample...
2007-10-23 srowengit-svn-id: zxing.googlecode.com/svn/trunk@6 59b500cc...