summaryrefslogtreecommitdiff
path: root/cpp
AgeCommit message (Expand)AuthorFilesLines
2010-08-31Make GBool a bool instead of an intAlbert Astals Cid2-2/+2
2010-07-12Fix compile warnings on auto imports for mingw compilerHib Eris2-1/+3
2010-06-18[autotools] link the 'cpp' tests against libpoppler as wellPino Toscano1-0/+1
2010-06-080.14.0poppler-0.14.0Albert Astals Cid1-1/+1
2010-05-28[cpp apidox] add a start of API documentation for the 'page' classPino Toscano1-0/+68
2010-05-28[cpp] fix the font_iterator current page statusPino Toscano1-2/+6
2010-05-28[cpp apidox] add API documentation for the 'font_info' and 'font_iterator' cl...Pino Toscano1-0/+71
2010-05-28[cpp] move the actual convert_date(const char*) implementation in the detailPino Toscano5-24/+32
2010-05-28[cpp] add a time_type typedefPino Toscano6-12/+14
2010-05-250.13.4poppler-0.13.4Albert Astals Cid1-1/+1
2010-05-04[cpp] ustring::{from,to}_utf8(): fix in/out buffer sizesPino Toscano1-2/+2
2010-04-240.13.3poppler-0.13.3Albert Astals Cid1-1/+1
2010-03-27poppler 0.13.2poppler-0.13.2Albert Astals Cid1-1/+1
2010-03-24Revert "no more needed"Pino Toscano1-0/+1
2010-03-22[CMake/cpp] move the BUILD_CPP_TESTS option to the main CMakeLists.txtPino Toscano1-3/+0
2010-03-22no more neededPino Toscano1-1/+0
2010-03-20[CMake] poppler-dump uses parseargs.c which uses the poppler core API, so it ...Pino Toscano1-0/+1
2010-03-17[CMake] set the LINK_INTERFACE_LIBRARIES for the poppler and poppler-cpp libr...Pino Toscano1-0/+1
2010-03-07add Patrick's copyright noticesPino Toscano1-0/+1
2010-03-07MSVC: disable for the 'ustring' class the warning C4251 (which does not apply)Patrick Spendrin1-0/+8
2010-03-02[cpp] update the copyrightsPino Toscano12-12/+13
2010-03-02[cpp] {from,to}_utf_8() -> {from,to}_utf8()Pino Toscano3-5/+5
2010-03-02[cpp] define poppler_cpp_EXPORTS when building with autotools as wellHib Eris1-0/+3
2010-03-02[cpp/tests] use gmtime() when gmtime_r() is not availablePino Toscano1-1/+8
2010-03-02[cpp] include config.h _after_ the other includesPino Toscano1-2/+2
2010-03-02Use ICONV_CONST when necessaryHib Eris1-4/+6
2010-02-28poppler 0.13.1poppler-0.13.1Albert Astals Cid1-1/+1
2010-02-28Make sure the private headers end up in the tarball on make distAlbert Astals Cid1-0/+5
2010-02-23[cpp] make checksum() return an array of data, instead of a stringPino Toscano3-5/+11
2010-02-23[cpp apidox] add API documentation for the 'embedded_file' classPino Toscano1-0/+43
2010-02-23[cpp apidox] add API documentation for the 'toc' and 'toc_item' classesPino Toscano1-0/+57
2010-02-23[cpp] when the loading of the document fails, put back the data where it was ...Pino Toscano2-4/+8
2010-02-23[cpp] add the directory of the generated html apidox to the ignore listPino Toscano1-0/+1
2010-02-22[cpp] add page::text() to get the text inside a page regionPino Toscano2-0/+17
2010-02-22[cpp] add page::search()Pino Toscano2-0/+59
2010-02-22[cpp] add getters and setters for left/top/right/bottomPino Toscano1-0/+18
2010-02-22[cpp] add a global enum for case sensitivityPino Toscano1-0/+2
2010-02-22[cpp apidox] doxygen configuration for poppler-cppPino Toscano1-0/+1551
2010-02-22[cpp apidox] very small start of intro pagePino Toscano1-0/+9
2010-02-22[cpp apidox] start adding API documentation for the global 'poppler' namespacePino Toscano1-0/+16
2010-02-22[cpp apidox] exclude the 'detail' namespace from apidox extractionPino Toscano1-0/+2
2010-02-22[cpp apidox] add API documentation for the version functionsPino Toscano1-0/+12
2010-02-22[cpp apidox] start adding API documentation for 'document'Pino Toscano1-0/+182
2009-12-31[cpp/tests] poppler-dump: show a string for the font typePino Toscano1-1/+22
2009-12-31[cpp/tests] poppler-dump: show the orientation of the pagesPino Toscano1-0/+16
2009-12-30[cpp/tests] poppler-dump: a bit less output in permissions linesPino Toscano1-1/+1
2009-12-30[cpp/tests] poppler-dump: add --show-all to show all the informationPino Toscano1-0/+13
2009-12-30[cpp] use iconv for the utf8 <-> utf16 conversionsPino Toscano1-28/+64
2009-12-30[cpp] add the build system stuff for iconv, mandatory for cppPino Toscano2-2/+3
2009-12-30[cpp] fixup unicode GooString <-> ustring conversionsPino Toscano1-3/+41