Small style stuff
[zxing.git] / core / src / com / google / zxing / qrcode / encoder / MaskUtil.java
2010-03-30 srowenIssue 361
2009-07-30 srowenAdd MatrixToImageWriter convenience class, small code...
2009-03-06 srowenSome clever, perhaps too-clever optimization of masking...
2008-12-10 srowenAnother attack on integrating encoder and decoder:...
2008-12-02 srowenBig rename of variables and method to have more standar...
2008-11-20 dswitkinRemoved some logging from the QR encoder. Nothing in...
2008-11-20 srowenRemove Debug and switch to eceptions in Encoder / Write...
2008-11-19 dswitkinDid some optimization and cleanup.
2008-11-17 dswitkinCreated the base Writer object for all barcode encoding...
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 dswitkinBegan porting the QR Code encoder from ChartServer...