summaryrefslogtreecommitdiff
path: root/cpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Poppler 0.61poppler-0.61Albert Astals Cid1-1/+1
2017-11-03mingw: change library names to include the soversionSandro Mani1-0/+4
2017-10-31cmake: support GNUInstallDirsEmilio Pozuelo Monfort1-1/+1
2017-10-05Poppler 0.60.1poppler-0.60.1Albert Astals Cid1-1/+1
2017-10-02Poppler 0.60.0Albert Astals Cid1-1/+1
2017-10-02Add missing (C)poppler-0.60Albert Astals Cid1-0/+1
2017-09-21Remove the autotools based build systemAlbert Astals Cid2-95/+0
2017-09-16Fix missing-declarations warningsAlbert Astals Cid1-1/+1
2017-09-16-Woverflow fixesAlbert Astals Cid1-2/+2
2017-09-03Poppler 0.59poppler-0.59Albert Astals Cid1-1/+1
2017-09-03Remove the old if/else cmake syntaxAlbert Astals Cid1-1/+1
2017-09-01Poppler 0.58poppler-0.58Albert Astals Cid1-1/+1
2017-08-13Remove old/wrong cmake code for MSVCHannah von Reth1-3/+0
2017-08-09cpp: Fix page.text() not taking page orientation into accountJason Alan Palmer2-2/+11
2017-08-01Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-1/+1
2017-07-31Poppler 0.57poppler-0.57Albert Astals Cid1-1/+1
2017-07-31Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid1-1/+1
2017-06-21Poppler 0.56poppler-0.56Albert Astals Cid1-1/+1
2017-06-17Merge remote-tracking branch 'origin/master' into better_objectAlbert Astals Cid3-7/+26
2017-05-21Poppler 0.55.0poppler-0.55Albert Astals Cid1-1/+1
2017-05-10cpp: Return nullptr if the page at index can't be fethedAlbert Astals Cid2-6/+25
2017-05-09New Object APIAlbert Astals Cid2-13/+6
2017-05-05auto_ptr -> unique_ptrAlbert Astals Cid5-23/+28
2017-04-21Poppler 0.54poppler-0.54Albert Astals Cid1-1/+1
2017-03-22Poppler 0.53poppler-0.53Albert Astals Cid1-1/+1
2017-02-15Poppler 0.52.0poppler-0.52Albert Astals Cid1-1/+1
2017-01-15Poppler 0.51poppler-0.51Albert Astals Cid1-1/+1
2016-12-15Poppler 0.50poppler-0.50Albert Astals Cid1-1/+1
2016-11-150.49poppler-0.49Albert Astals Cid1-1/+1
2016-10-23update copyrightsJakub Alba6-6/+6
2016-10-080.48poppler-0.48Albert Astals Cid1-1/+1
2016-08-18Poppler 0.47poppler-0.47Albert Astals Cid1-1/+1
2016-07-25Poppler 0.46poppler-0.46Albert Astals Cid3-3/+3
2016-07-24cpp: Added document property setters & gettersJakub Kucharski2-22/+447
2016-07-24cpp: Added functions to save a documentJakub Kucharski2-0/+34
2016-07-12cpp: pass len to GooString constructor in detail::ustring_to_unicode_GooString()Jakub Kucharski1-1/+1
2016-06-17Poppler 0.45poppler-0.45Albert Astals Cid1-1/+1
2016-06-06cpp: switched from detail::convert_date() to core's dateStringToTime()Jakub Kucharski5-30/+14
2016-06-06Emulate some non portable glibc functions when not availableAdrian Johnson1-4/+1
2016-05-210.44poppler-0.44Albert Astals Cid1-1/+1
2016-04-29New version and soversionpoppler-0.43Albert Astals Cid1-1/+1
2016-03-160.42poppler-0.42.0Albert Astals Cid1-1/+1
2016-02-170.41.0poppler-0.41.0Albert Astals Cid1-1/+1
2016-01-130.40.0 + NEWSpoppler-0.40.0Albert Astals Cid1-1/+1
2015-12-28Make use of LINK_PRIVATE flag to fix warning on CMake policy 0022.Adam Reichold1-2/+1
2015-12-17Prepare for 0.39Albert Astals Cid1-1/+1
2015-11-16Poppler 0.38poppler-0.38.0Albert Astals Cid1-1/+1
2015-10-09Poppler 0.37poppler-0.37Albert Astals Cid1-1/+1
2015-09-10Poppler 0.36poppler-0.36Albert Astals Cid1-1/+1
2015-08-27cpp: Fix utf8/utf16 conversionHans-Peter Deifel1-8/+9