Changed the order of the BaseMonochromeBitmapSource constructor arguments to be width...
[zxing.git] / core / src / com / google / zxing / common / BaseMonochromeBitmapSource.java
2009-03-06 dswitkinChanged the order of the BaseMonochromeBitmapSource...
2009-02-09 srowenRefactored width/height values into superclass and...
2008-10-30 dswitkinDid a big refactoring on the MonochromeBitmapSource...
2008-10-22 srowenAdd column caching to MonochromeBitmapSources and use...
2008-10-06 srowenAdded redundant abstract method declarations to maybe...
2008-10-04 srowenAdded redundant abstract method declarations to maybe...
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...