Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / encoder / MatrixUtil.java
2010-05-02 srowenTypo fix, thanks Ken
2010-03-30 srowenIssue 361
2009-07-30 srowenAdd MatrixToImageWriter convenience class, small code...
2009-06-22 dswitkinUsed IntelliJ's amazing refactoring functions to change...
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2008-12-10 srowenAnother attack on integrating encoder and decoder:...
2008-12-02 srowenUnify handling of Mode too
2008-12-02 srowenUnify handling of EC level between encoder and decoder
2008-12-02 srowenBig rename of variables and method to have more standar...
2008-11-21 dswitkinMade Java naming changes to BitVector.
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 ccmysenChanges to the matrix and debug classes to make some...
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
2008-11-14 dswitkinGot MatrixUtil to compile, and refactored some methods...
2008-11-14 dswitkinDid a bunch of comments cleanup.
2008-11-13 dswitkinWrote a Matrix class and fixed all uses of it, as well...
2008-11-13 dswitkinConverted the Mode and ECLevel enums in QRCode.java.
2008-11-13 dswitkinBegan porting the QR Code encoder from ChartServer...