summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-30Fix compile error with libpng >= 1.5.0Adrian Johnson1-1/+8
2011-08-30xpdf303: FixedPoint improvementsAlbert Astals Cid2-20/+46
2011-08-30xpdf303: char * -> const char *Albert Astals Cid8-39/+39
2011-08-21Update Adrian's (C)Albert Astals Cid2-2/+2
2011-08-21Fix copyrightAlbert Astals Cid1-1/+1
2011-08-21Move HAVE_STDINT_H use to a private headerAlbert Astals Cid3-18/+31
2011-08-21Silence silly gccAlbert Astals Cid1-2/+3
2011-08-21png: add support for embedding ICC profileAdrian Johnson2-0/+36
2011-08-21png: Add additional pixel formatsAdrian Johnson2-5/+36
2011-08-21png: use PNG_RESOLUTION_METER instead of PNG_RESOLUTION_UNKNOWN to set resolu...Adrian Johnson1-2/+1
2011-08-21Use stdint.h instead of assuming the size of typesAdrian Johnson1-0/+18
2011-07-29Implement overprint in SplashThomas Freitag3-10/+53
2011-07-11Sanitize headers a bigAlbert Astals Cid6-7/+11
2011-02-21Use gfree since we allocate with gmallocAlbert Astals Cid1-2/+2
2011-01-24Include zlib header since we use things defined thereThomas Klausner1-0/+3
2010-12-29Make pdftoppm be able of writing tif filesWilliam Bader3-0/+257
2010-11-10Kill GooVectorAlbert Astals Cid2-160/+0
2010-10-28if reallocn fails, free pAlbert Astals Cid1-2/+6
2010-08-31Make GBool a bool instead of an intAlbert Astals Cid1-3/+4
2010-08-10Update copyrightsAlbert Astals Cid3-1/+3
2010-07-19Remove exception supportAlbert Astals Cid2-67/+27
2010-07-12Use MAX_PATH instead of _MAX_PATH everywhereHib Eris1-2/+2
2010-07-12Check for _WIN32 instead of _MSC_VERHib Eris2-5/+5
2010-06-18Compile with Sun StudioBrian Cameron2-2/+4
2010-06-15move the declaration of likely/unlikely to an own file in goo/Albert Astals Cid2-0/+23