summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
2017-05-21Add std::make_unique implementationCarlos Garcia Campos1-0/+34
2017-03-19Update (C)Albert Astals Cid4-4/+4
2017-03-09Add override markersAlbert Astals Cid4-18/+18
2017-03-04pdfimages: support 16bpc png and tiff imagesAdrian Johnson4-2/+14
2016-10-23goo: add GooString::hasJustUnicodeMarker(void)Jakub Alba2-2/+3
2016-10-23update copyrightsJakub Alba2-2/+2
2016-09-06goo: check at compile time if GooString has the right sizeJakub Kucharski1-0/+4
2016-09-06goo: fix GooString::STR_STATIC_SIZE calculationJakub Kucharski1-7/+1
2016-09-05Missing (C) from last commitAlbert Astals Cid1-1/+1
2016-09-05No need to do a memcpy of an empty stringAlbert Astals Cid1-1/+1
2016-06-17dist glibc.hAlbert Astals Cid1-0/+2
2016-06-06glib: return date in UTC instead of local timeAdrian Johnson2-0/+28
2016-06-06Emulate some non portable glibc functions when not availableAdrian Johnson3-1/+69
2016-05-11goo: refactor GooString::Set()Jakub Kucharski2-31/+19
2015-07-12Adjust memory layout computation of GooStringAdam Reichold1-8/+16
2015-02-21Fix memcpy introduced in ec956ab8552dbe10fac4e649951042bddc424b7dWilliam Bader1-1/+1
2015-02-17Reduce use of gmalloc() in GooString::appendfv()William Bader1-4/+14
2014-10-07Make Attribute::getName() work when UTF-16BE is usedLuigi Scarso1-4/+5
2014-08-21Merge remote-tracking branch 'origin/poppler-0.26'Albert Astals Cid1-5/+1
2014-08-21Make sure e is always initializedAlbert Astals Cid1-5/+1
2014-08-12Makefile.am cleanupsHib Eris1-19/+19
2014-03-30Avoid MinGW/Cygwin warnings due to redefinition of NOMINMAXPeter Breitenlohner3-2/+11
2014-03-22Reorder the if check conditionAlbert Astals Cid1-2/+2
2014-03-11Fix TIFF writting in WindowsSteven Lee1-0/+11
2014-02-17Clang++ plugin that checks for usage errors in GooString::format-style callsFabio D'Urso1-3/+9
2014-01-27[qt] Improve compilation under Win 8 with Visual Studio 2012Bogdan Cristea3-1/+6
2013-12-28GooString format: fixed bug with printing LLONG_MINFabio D'Urso1-6/+13
2013-12-28GooString format: Added some tests + improved documentationFabio D'Urso1-3/+7
2013-12-10Update copyrightsAlbert Astals Cid1-1/+1
2013-11-30Limit use of ZapfDingbats character namesJason Crain2-0/+14
2013-09-21Merge remote-tracking branch 'origin/poppler-0.24'Albert Astals Cid1-2/+3
2013-09-21Windows: Fix CreateFile fails with ERROR_SHARING_VIOLATIONThomas Freitag1-2/+3
2013-08-26Some more files Adrian has changedAlbert Astals Cid1-1/+1
2013-08-26Change PNGWriter monochrome format to be 8 pixels/byteAdrian Johnson2-5/+1
2013-08-26Refactor ImageOutputDev to facilitate adding more output formatsAdrian Johnson3-0/+138
2013-08-16PNGWriterPrivate is actually a struct not a classAlbert Astals Cid1-2/+2
2013-06-06Use fseeko64/ftello64 for MinGW32Peter Breitenlohner1-1/+6
2013-06-01Fix warning on narrowing conversion from int to DWORDHib Eris1-2/+2
2013-05-130.23.0poppler-0.23.0Albert Astals Cid2-0/+2
2013-04-06No need to keep the mutex attributes around all the timeAdam Reichold1-17/+10
2013-04-06Make our mutexes recursiveAlbert Astals Cid1-14/+22
2013-04-05Add a GooFile class to encapsulate file read access using offsetsAdam Reichold2-0/+110
2013-03-03Small improvements over locker classAlbert Astals Cid1-16/+17
2013-03-03Add a locker helper and a bool -> enum changesThomas Freitag1-0/+16
2013-02-12Merge remote-tracking branch 'origin/poppler-0.22'Albert Astals Cid1-1/+2
2013-02-12true->TRUEPeter Breitenlohner1-1/+2
2013-02-06Make Goffset long long and factor out all fseek/ftell into gfile.ccAdrian Johnson3-18/+46
2013-01-28Use sys/types.h instead of stdio.h for the off_t typeAdrian Johnson1-1/+4
2013-01-25Adrian C for 2013 because of the big files supportAlbert Astals Cid1-0/+1
2013-01-25win32 large file supportAdrian Johnson1-0/+2