summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
2011-08-30Fix compile error with libpng >= 1.5.0Adrian Johnson1-1/+8
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
2010-05-27Allow quality & progressive mode to be utilised in JpegWriterAlbert Astals Cid2-2/+17
2010-04-24Fix end() to return the correct last valid valueAlbert Astals Cid1-2/+3
2010-04-05Add some const correctnes to GooStringAlbert Astals Cid2-15/+18
2010-03-07add Patrick's copyright noticesPino Toscano1-0/+14
2010-03-07MSVC: disable warning C4800, which is of no use for nowPatrick Spendrin1-0/+4
2010-02-19use pkgconfig to detect libpng on autotools tooHib Eris1-1/+6
2010-02-10Wrap #include <jpeglib.h> in extern "C" to fix buildAlbert Astals Cid1-1/+5
2010-01-27GooVector rewrite, old version had "unknown" origins/licenseAlbert Astals Cid1-96/+141
2010-01-24ImgWriter is a header tooAlbert Astals Cid1-0/+1
2010-01-02Make pdftoppm embed correct resolution in PNG and JPEG filesAdrian Johnson5-5/+16
2009-10-10fix compiling with automakeAlbert Astals Cid1-1/+1
2009-10-09Add virtual destructor to ImgWriterAlbert Astals Cid3-0/+18
2009-10-09Add -jpeg to pdftoppmStefan Thomas6-6/+173
2009-10-05Fix includes for those using internal headersAlbert Astals Cid2-2/+2
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal3-19/+35
2009-10-02increase the range of characters we sanitizeAlbert Astals Cid1-2/+2
2009-08-17Add a custom strtod that comes from libspectreAlbert Astals Cid3-2/+194
2009-08-16When writing the cm matrix write 4 significant digits not 4 decimalsAlbert Astals Cid2-3/+28
2009-08-08Add the -png flag to pdftoppm to output to PNGAlbert Astals Cid3-2/+160
2009-05-14Kill support for specifying extension in openTmpFileAlbert Astals Cid2-46/+15
2009-04-11Add gmallocn3 that does the same as gmallocn but with 3 argumentsAlbert Astals Cid2-0/+24
2009-03-21Add more _checkoverflow variants, rework internalsAlbert Astals Cid2-48/+48
2008-12-28Fix my last commit, copy&paste is really evilAlbert Astals Cid2-5/+6
2008-12-28Move PSOutputDev::filterPSName to GooString::sanitizedName so i can use it fr...Albert Astals Cid2-0/+43
2008-12-21Fix compile warnings on signed/unsigned comparisonHib Eris1-1/+2
2008-10-01I've changed these files this year too, update copyrightAlbert Astals Cid2-2/+2
2008-09-28Introduce greallocn_checkoverflow and use it in FoFiTrueType::parseAlbert Astals Cid2-0/+22