Small style stuff
[zxing.git] / core / src / com / google / zxing / common /
2010-10-10 srowenGuard against exception case discovered in new DM code...
2010-10-07 srowenAdjust formatting on last change. Simplify GridSampler
2010-10-05 dav.olivier@gmail.comIssue 563: Support non-rectangular Data Matrix
2010-09-13 srowenAnother minor change to WhiteRectangleDetector and...
2010-09-13 srowenReplace Math.round() with simple workalike -- faster...
2010-09-07 srowenReformat, and implement some performance optimization
2010-09-05 dav.olivier@gmail.comMinor deletion of code that shouldn't have been committed
2010-09-04 dav.olivier@gmail.comcorrected possibilities of crashing while detecting...
2010-09-03 dav.olivier@gmail.comImproved datamatrix reader with new algorithm
2010-09-03 srowenDavid Olivier's Data Matrix improvements
2010-08-13 srowenWorkaround for Hotspot bug that lets tests run without...
2010-08-12 srowenIssue 508
2010-07-31 srowenIssue 469 -- tweak to special case of all-black 8x8...
2010-05-28 srowenSmall speedup, per issue 422
2010-05-15 srowenMove character encoding logic out to common, try again...
2010-04-06 srowenPure-barcode mode can now deal with asymmetric borders...
2010-03-30 srowenIssue 361
2010-03-04 srowenCaught a few J2ME incompatibilities in build
2010-02-02 srowen"Split" ReaderException into subclasses to enable more...
2009-12-13 dswitkinMade a small performance tweak (about 1% faster).
2009-12-13 dswitkinFinished work on the local binarizer and renamed it...
2009-12-08 srowenOpening up the Detector a little to allow extension...
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-22 srowenMiscellaneous changes from FindBugs analysis
2009-07-30 srowenAdd MatrixToImageWriter convenience class, small code...
2009-07-22 srowenAdded error correction level to Result
2009-07-08 dswitkinMore x, y cleanup and 100 column fixes.
2009-06-29 dswitkin- Got the DataMatrix decoder compiling again with a...
2009-06-28 srowenCode analysis tweaks
2009-06-26 srowenRemove use of BinaryBitmap in QR Code, DM
2009-06-26 dswitkinRefactored the MonochromeBitmapSource class hierarchy...
2009-06-23 dswitkinAdded a clear() method to BitMatrix.
2009-06-22 dswitkinRewrote BitMatrix to allow rectangular 2D arrays, and...
2009-06-22 dswitkinContinuing with the x, y coordinate push, BitMatrix...
2009-06-22 srowenRemove getBits()
2009-06-22 dswitkinUsed IntelliJ's amazing refactoring functions to change...
2009-06-19 dswitkinUpdated some comments about thread safety and fixed...
2009-06-11 srowenAdded getBlackDiagonal() which I likely want to use...
2009-05-24 srowenOops, one more fix to rotateCounterClockwise() here
2009-05-22 dswitkinChanged the 2D histogram calculation to sample four...
2009-05-21 dswitkinI moved a chunk of the histogram/black point code out...
2009-05-21 dswitkinMoved CroppedMonochromeBitmapSource into the common...
2009-05-21 dswitkinCleaned up some code to fit in 100 columns.
2009-05-11 srowenAdd toString() for easy debugging
2009-04-28 srowenIssue 183: Adds support for detecting multiple barcodes...
2009-04-10 srowenEnable DataMatrix in the web app / other small tweaks
2009-04-06 srowenIssue 158: Correct some off-by-one problems in Data...
2009-03-12 srowenFixed tiny javadoc glitches
2009-03-09 srowenTiny optimization to reverse()
2009-03-06 dswitkinChanged the order of the BaseMonochromeBitmapSource...
2009-02-09 srowenRefactored width/height values into superclass and...
2009-01-31 srowenMore changes in the direction of supporting ECI in...
2009-01-14 srowenSeparated rectangle detection from decoder for reuse
2008-12-21 srowenMore small changes from code inspection
2008-12-11 srowenMore reckless refactoring and code style tweaks --...
2008-12-10 srowenAnother attack on integrating encoder and decoder:...
2008-11-19 srowenCorrected logic to handle case where remainder polynomi...
2008-11-18 dswitkinMoved ByteArray up to core/common now that it has no...
2008-11-18 dswitkinMade several good fixes to and because of the unit...
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
2008-11-17 srowenmove to singleton ReaderException for a bit more perfor...
2008-11-15 srowenAdd to result the raw, but parsed, bytes of byte segmen...
2008-11-15 srowenRemove my old email address from files. Might as well...
2008-11-14 srowenAdded Reed-Solomon encoder, suitable for QR Code encoding
2008-11-12 srowenUpdates from sanfordsquires to fix RS decoding for...
2008-11-09 srowenPartially addressed Reed-Solomon decoding issue for...
2008-10-30 dswitkinDid a big refactoring on the MonochromeBitmapSource...
2008-10-29 dswitkinMade the data members of BitArray public so they will...
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-10-09 srowenCamel-cased log_table, exp_table vars
2008-10-08 mschulkindFixing a comment.
2008-10-08 mschulkindRenaming two member variables so they no longer share...
2008-10-07 srowenAdd check for minimal whitespace before/after Code...
2008-10-06 srowenAdded redundant abstract method declarations to maybe...
2008-10-04 srowenAdded redundant abstract method declarations to maybe...
2008-07-24 srowenFactor out ECI-related code for reuse with Data Matrix...
2008-07-23 srowenFactor out and clarify cross product computation and...
2008-07-21 srowenEnhance GenericResultPoint and move some logic out...
2008-07-18 srowenTiny improvement to toString() visualization of BitMatrix
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-06-12 srowenAdded build-optimized target to produce optimized core...
2008-06-12 srowenOops one more style change
2008-06-12 srowenSmall tweaks on top of Daniel's excellent refactoring
2008-06-11 dswitkinMissed one place that needs to cache the luminance...
2008-06-11 dswitkinRefactored the MonochromeBitmapSource hierarchy to...
2008-06-11 srowenFix bad logic black point estimator, improving threshol...
2008-05-23 srowenAdded handy toString() methods
2008-05-05 srowenChecking in somewhat ugly 'fix' for ArrayIndexOutOfBoun...
2008-04-02 srowenFixed same ResultPoint bug in Code 128 and Code 39...
2008-03-26 srowenImproved bounds-checking and point-nudging logic in...
2008-03-26 srowenRestored a corrected Reed-Solomon optimization and...
2008-03-26 srowenbiasTowardsWhite was, embarassingly, not accomplishing...
2008-03-26 srowenUndo optimization that seems to not be correct in all...
2008-03-24 srowenOptimized 0- and 1-error case of Reed Solomon decoding...
2008-03-19 srowen"Try harder" mode now tries 2D formats first. BlackPoin...
2008-03-19 srowenFixed bug in rotation code for BufferedImageMonochromeB...
next