summaryrefslogtreecommitdiff
path: root/goo/gfile.cc
AgeCommit message (Expand)AuthorFilesLines
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-5/+5
2018-09-23gfile: Remove a bunch of unused functionsAlbert Astals Cid1-228/+0
2018-09-23gdir: Add some constAlbert Astals Cid1-2/+2
2018-09-05goo: Split GDir and GDirEntry out of gfile.hChristian Persch1-0/+1
2018-04-02Fix build on some platformsMojca Miklavec1-4/+2
2018-03-20gfile: Fix windows buildAlbert Astals Cid1-0/+4
2018-03-04Use the detection idiom to handle the non-standard struct stat field name for...Adam Reichold1-3/+37
2018-01-09Fix more Wmissing-field-initializerAlbert Astals Cid1-3/+3
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-13/+13
2017-12-12windows version for Error out on save if file has changed since we opened itThomas Freitag1-1/+13
2017-12-12Error out on save if file has changed since we opened itAlbert Astals Cid1-1/+17
2017-11-03Update (C) for commits since last releaseAlbert Astals Cid1-1/+1
2017-10-21Fix remaining -Wundef warningsAdrian Johnson1-10/+10
2017-10-21Use _WIN32 to check for windows, not WIN32Adrian Johnson1-2/+2
2017-09-01Add missing includesAlbert Astals Cid1-0/+1
2017-08-16win32: call ANSI functions directlyChristoph Cullmann1-7/+7
2014-08-21Make sure e is always initializedAlbert Astals Cid1-5/+1
2014-03-22Reorder the if check conditionAlbert Astals Cid1-2/+2
2013-09-21Windows: Fix CreateFile fails with ERROR_SHARING_VIOLATIONThomas Freitag1-2/+3
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 Cid1-0/+1
2013-04-05Add a GooFile class to encapsulate file read access using offsetsAdam Reichold1-0/+80
2013-02-06Make Goffset long long and factor out all fseek/ftell into gfile.ccAdrian Johnson1-0/+38
2012-12-01Fix compile warning on signed/unsigned comparisonHib Eris1-1/+1
2012-12-01Remove unused variableHib Eris1-2/+1
2012-05-10Make it compileAlbert Astals Cid1-82/+0
2012-05-10Kill the concept of "base dir"Albert Astals Cid1-46/+0
2012-05-10More gs cleanup and forgot the (C) on modificationAlbert Astals Cid1-1/+1
2012-05-10pdftohtml: Remove the option to invoke gsAlbert Astals Cid1-8/+0
2011-09-01xpdf303: openFile + minor fixes for openTempFile in WindowsAlbert Astals Cid1-3/+105
2011-08-30xpdf303: set to NULL on failureAlbert Astals Cid1-0/+2
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-2/+2
2010-08-10Update copyrightsAlbert Astals Cid1-1/+1
2010-07-12Use MAX_PATH instead of _MAX_PATH everywhereHib Eris1-2/+2
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-16/+17
2009-05-14Kill support for specifying extension in openTmpFileAlbert Astals Cid1-45/+13
2008-12-21Fix compile warnings on signed/unsigned comparisonHib Eris1-1/+2
2008-08-24All changes made to goo/ files under the poppler project are by people that a...Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+13
2008-04-03FindFirstFile returns INVALID_HANDLE_VALUE and not NULL on errorAdam Batkin1-6/+6
2007-07-11 * goo/GooVector.h: Rename guard from _VECTOR_H to GOO_VECTOR_HAlbert Astals Cid1-3/+3
2007-04-25Merge xpdf302branch in HEAD as noone vetoed it.Albert Astals Cid1-14/+40
2006-09-192006-09-19 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-9/+7
2006-02-02don't use files to pass fonts to freetypeAlbert Astals Cid1-0/+8
2005-03-03Initial revisionKristian Høgsberg1-0/+705