summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
2013-02-12true->TRUEPeter Breitenlohner1-1/+2
2012-12-15Updated copyrightsAlbert Astals Cid5-1/+5
2012-12-09pngwriter: move #include <png.h> into .cc filePino Toscano2-50/+60
2012-12-09tiffwriter: move #include <tiffio.h> into .cc filePino Toscano2-50/+56
2012-12-08Add private copy constructor and operator= to make sure we don't use the defa...Albert Astals Cid5-2/+44
2012-12-09jpegwriter: move #include "jpeglib.h" into .cc fileAdrian Johnson2-53/+92
2012-12-09Reformat goo/*Writer files to poppler styleAdrian Johnson7-313/+313
2012-12-01Merge commit 'b1dacd1e6ab00eb1976491eb2b45c76671011b38'Albert Astals Cid2-0/+2
2012-12-01Fix compile warning on signed/unsigned comparisonHib Eris1-1/+1
2012-12-01Remove unused variableHib Eris1-2/+1
2012-12-01Silence gcc warningAlbert Astals Cid1-2/+2
2012-11-27fix my previous GooString::insert fixPino Toscano1-1/+1
2012-11-26fix GooString::insert()Pino Toscano1-3/+2
2012-11-23Update copyrightsAlbert Astals Cid2-0/+2
2012-11-17tiff: remove splash dependency and add RGBA supportAdrian Johnson2-31/+29
2012-11-13size can't be smaller than 0 because it's a size_tAlbert Astals Cid1-21/+1
2012-09-17CompileAlbert Astals Cid1-0/+5
2012-09-17Make pdftoppm -tiff -overprint workWilliam Bader2-2/+15
2012-09-06Add missing licensesAlbert Astals Cid2-0/+4
2012-09-06Added goo/grandom.[cc|h] with POSIX implementationFabio D'Urso3-2/+104
2012-08-30Update Adrian's copyrightsAlbert Astals Cid1-0/+1
2012-08-30Move text to unicode conversion into a separate functionAdrian Johnson1-1/+1
2012-08-11remove extra execution permissionsPino Toscano1-0/+0
2012-07-31Replace c++ style includes with c style onesAlbert Astals Cid1-5/+5
2012-07-19Unify poppler-config.h includes in core "installed" headersTorsten Kasch7-7/+7
2012-05-10Make it compileAlbert Astals Cid2-86/+0
2012-05-10Kill the concept of "base dir"Albert Astals Cid2-49/+0
2012-05-10GooString formatting: add support for uppercase hexadecimal + Use it in Annot...Fabio D'Urso2-18/+60
2012-05-10More gs cleanup and forgot the (C) on modificationAlbert Astals Cid2-2/+2
2012-05-10pdftohtml: Remove the option to invoke gsAlbert Astals Cid2-11/+0
2012-03-28update Makefile.am to reflect LIBJPEG_CFLAGS, LIBTIFF_CFLAGS, LIBPNG_CFLAGS f...suzuki toshiya1-0/+15
2012-03-04Fix mismatch in some functions declarationsAlbert Astals Cid1-3/+3
2012-03-01Update copyrightsAlbert Astals Cid1-1/+1
2012-02-19fix typo, GString -> GooStringPino Toscano1-1/+1
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid3-3/+9
2012-01-27jpeg: set image parameters after jpeg_set_defaults()Adrian Johnson1-2/+4
2011-12-06include strings.h as we use memcpyAlbert Astals Cid1-1/+2
2011-11-09Fix leak in GooString when resizingKenji Uno1-0/+3
2011-09-18Merge branch 'master' into xpdf303mergeCarlos Garcia Campos1-1/+8
2011-09-03xpdf303: More checks in GooStringCarlos Garcia Campos1-1/+4
2011-09-03xpdf303: Use a double instead of an int with a castCarlos Garcia Campos1-1/+1
2011-09-02xpdf303: Add more formats to GooStringCarlos Garcia Campos2-12/+111
2011-09-01xpdf303: openFile + minor fixes for openTempFile in WindowsAlbert Astals Cid2-3/+118
2011-08-31xpdf303: error() changes, new param and formattingAlbert Astals Cid2-9/+9
2011-08-30xpdf303: GooList::copy, GooList::reverse and GooList::putAlbert Astals Cid2-0/+32
2011-08-30xpdf303: Inserting with a negative i means prependingAlbert Astals Cid1-0/+3
2011-08-30xpdf303: If size is 0 reserve 8 anywayAlbert Astals Cid1-1/+1
2011-08-30xpdf303: Complain for gmalloc and grealloc < 0Albert Astals Cid1-4/+24
2011-08-30xpdf303: Honor the deleteKeys settingAlbert Astals Cid1-2/+6
2011-08-30xpdf303: set to NULL on failureAlbert Astals Cid1-0/+2