Issue 546, let share screen scroll on tiny screens
[zxing.git] / cpp /
2010-08-31 smparkes@smparkes.netIssue 524
2010-08-26 flyashiC++: fix dormat BitArray quiet zone checking bug that...
2010-08-26 dswitkin@google.comAdded rounding code to the C++ port as well.
2010-08-25 dswitkin@google.comRemoved dynamic allocation of new int[2] when searching for
2010-08-25 dswitkin@google.comMinor formatting cleanup.
2010-08-25 dswitkin@google.comConverted tabs to spaces.
2010-08-24 dswitkin@google.comRemoved an extra memcpy and made getMatrix() pure virtual.
2010-08-20 flyashiGreyscaleRotatedLuminanceSource: implemented getMatrix()
2010-08-20 smparkes@smparkes.netAllow a few build-time arguments to the C++ build
2010-08-20 smparkes@smparkes.netTweak svn/git ignores
2010-08-18 dswitkin@google.comFixed a bug I introduced while removing exceptions...
2010-08-17 smparkes@smparkes.netIssue 520
2010-08-17 smparkes@smparkes.netIssue 519
2010-08-16 dswitkin@google.comFixed the double delete problem remaining in issue...
2010-08-16 dswitkin@google.comRemoved as many exceptions as possible from the C+...
2010-08-13 dswitkin@google.comChanged OneDReader::recordPattern to not throw exceptio...
2010-08-13 dswitkin@google.comBegan removing the excessive use of exceptions in the...
2010-08-12 srowenIssue 509
2010-08-12 srowenIssue 505
2010-08-12 srowenIssue 508
2010-08-12 srowenIssue 511
2010-08-11 dswitkin@google.comFixed issue 503, adding support for getMatrix() in...
2010-08-11 dswitkin@google.comRemoved an extra BitArray, honored the result of Lumina...
2010-08-07 srowenIssue 497
2010-08-07 dswitkinSlight refinement to last change - a cached row which
2010-08-06 dswitkinFixed a bug which prevented this binarizer from caching...
2010-08-06 flyashiC++ port: add header file change
2010-08-06 flyashiC++ port: some memory leak cleanups
2010-08-06 flyashiFixes two virtual calls and one local variable referenc...
2010-08-04 flyashiC++ port: add changes to HybridBinarizer
2010-08-04 flyashiC++ port: Make sure #indef/#define/#endif's and copyrig...
2010-08-04 flyashiC++ port: Hints infrastructure was added in r1499....
2010-08-02 srowenIssue 488
2010-08-02 srowenIssue 489 update the port
2010-07-29 flyashiC++ port: update test binary with more flags and add...
2010-07-29 flyashiC++ port: add decode hints system
2010-07-29 flyashiC++ port: fix memory leak in LuminanceSource::getMatrix()
2010-07-29 flyashiC++ port: UPCEAN reader fixes
2010-07-29 flyashiC++ port: minor code and comment cleanups all over...
2010-07-27 flyashiC++: ITFReader.cpp was throwing wrong exception
2010-07-19 flyashiC++: binarizer updates
2010-07-19 flyashiC++: added GreyscaleLuminanceSource
2010-07-14 flyashiSome updates to the C++ test binary:
2010-07-13 flyashiUpdates to C++ port:
2010-07-09 flyashiC++ port Binarizer and BinaryBitmap weren't caching...
2010-07-09 flyashiFixed C++ port's handling of reversed barcodes:
2010-06-24 rpechayr[cpp] added const qualifiers that had been removed...
2010-06-23 luizcrocFixing some issues in C++ port regarding 1D barcode...
2010-05-31 luizcrocSame change as Revision r1395 for C++ port: Small speed...
2010-05-14 rpechayr[iPhone] Minor Corrections: ZXingWidgets now also build...
2010-05-12 luizcrocMemory leak in MultiFormatReader fixed and a better...
2010-05-07 dmaclachAdded David Phillip Oster's fixes for compiling and...
2010-05-04 dmaclachCleaned up the iPhone code so that it compiles with...
2010-05-04 srowenIssue 396
2010-04-02 ralf.kistner@gmail.comFixed things broken in the last commit.
2010-04-02 ralf.kistner@gmail.comC++ port made more compatible with uSTL (no functional...
2010-02-23 luizcroc#ADD: DataMatrix reader.
2010-02-15 ralf.kistner@gmail.comFixed the C++ port to compile on a Linux system.
2010-02-02 warcholukeOne-D barcodes reader port on c++
2009-12-09 ralf.kistner@gmail.comC++ port: fixed warnings for Symbian build
2009-12-08 ralf.kistnerC++ port:
2009-11-05 ralf.kistner@gmail.comC++ Port:
2009-11-01 ralf.kistner@gmail.comMany changes to the C++ port.
2009-06-27 christian.brunschen* Throw the actual exception objects, rather than point...
2009-05-21 srowenRemove some DEBUG blocks that apparently do not compile
2009-04-06 srowenIssue 166
2009-04-06 srowenIssue 165
2009-04-06 srowenIssue 164
2009-04-06 srowenIssue 163
2009-04-06 srowenIssue 161
2008-10-24 christian.brunscheninitialize valarrays with explicit contents (zero)
2008-08-14 christian.brunschenAdded 'About' screen, localized application name
2008-08-02 christian.brunschenfixed CountedTest compilation problem attempting to...
2008-06-24 christian.brunschendebug printout cleanup
2008-06-19 srowenStandardize and update all copyright statements to...
2008-06-19 christian.brunschenFirst version of the iphone client that actually works...