summaryrefslogtreecommitdiff
path: root/goo
AgeCommit message (Expand)AuthorFilesLines
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
2013-01-25Large file supportAdrian Johnson1-0/+15
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