summaryrefslogtreecommitdiff
path: root/utils
AgeCommit message (Expand)AuthorFilesLines
2018-11-28Fix typos in utils.Adam Reichold3-3/+3
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander17-164/+164
2018-11-06pdfdetach: Check for valid file name of embedded file before using it to dete...Adam Reichold1-6/+18
2018-11-06pdfdetach: Check for valid embedded file before trying to save it.Adam Reichold1-2/+12
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander27-500/+500
2018-10-21Update (C)Albert Astals Cid6-1/+6
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold4-16/+0
2018-10-07Make HtmlFont::HtmlFilter convert tabs into spaces using the same logic used ...Steven Boswell1-2/+2
2018-10-07Remove HtmlFont::simple since it is just a diversion around HtmlFont::HtmlFil...Adam Reichold3-27/+4
2018-10-07Remove HtmlFont::pos and always track a font name to allow handling of unknow...Adam Reichold4-97/+53
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold2-8/+8
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold2-3/+3
2018-10-05Remove GooList::del since its few users are easily converted.Adam Reichold1-7/+7
2018-10-05Reimplement GooList as a subtype of std::vectorAdam Reichold1-9/+6
2018-10-05Some more NULL to nullptrAlbert Astals Cid1-5/+5
2018-09-24More constAlbert Astals Cid5-8/+8
2018-09-23Fix windows build even moreAlbert Astals Cid1-1/+1
2018-09-23Remove the DISABLE_OUTLINE defineAlbert Astals Cid3-18/+0
2018-09-23More constAlbert Astals Cid1-1/+1
2018-09-23More constAlbert Astals Cid1-3/+2
2018-09-23pdftohtml & friends: some constAlbert Astals Cid3-21/+19
2018-09-23pdftops: const char *Albert Astals Cid1-2/+1
2018-09-23pdftotext: const char *Albert Astals Cid1-2/+1
2018-09-23Update (C)Albert Astals Cid2-2/+2
2018-09-23pdftocairo: const char *Albert Astals Cid1-4/+2
2018-09-23parseargs: const char *Albert Astals Cid2-4/+4
2018-09-17Fix TODO in OCGs by creating a look-up table from Ref to OptionalContentGroup...Adam Reichold1-1/+1
2018-09-02pdftotext: Fix memory leak in printLineAlbert Astals Cid1-1/+3
2018-09-02pdftotext: Fix only outputs first page content with -bbox-layout optionSanchit Anand1-4/+2
2018-09-01[utils] Add PDF subtype to pdfinfoEvangelos Rigas1-0/+238
2018-08-29Add (c) of the last few commitsAlbert Astals Cid9-1/+9
2018-08-29Remove DEBUG_MEM from Object since this uses RAII now and hence cannot leak. ...Adam Reichold9-27/+0
2018-08-29Remove generic heap debugging from gmem since external tools and compiler ins...Adam Reichold9-9/+0
2018-08-23Add Adam's copyright for the last patchsetAlbert Astals Cid1-0/+1
2018-08-23Adjust all users of Dict::add to avoid leaking memory due to by now unnecessa...Adam Reichold1-2/+2
2018-08-19Update (C)Albert Astals Cid1-0/+1
2018-08-09HtmlFont: Fix possible uninitialized variable & dangling referenceSteven Boswell1-2/+2
2018-07-21pdftohtml: Add option to not round coordinatesThibaut Brard3-4/+25
2018-07-20Add -jpegopt optimize option support to utilsMartin Packman4-0/+34
2018-06-24pdfsig: Use posix basename() instead of GNU oneAlbert Astals Cid1-1/+4
2018-05-04pdffonts: Minor formatting changes in the man pageBjarni Ingi Gislason1-8/+10
2018-04-17pdfsig: Don't use fixed buffer size for pathAlbert Astals Cid1-6/+13
2018-04-17utils: Move numberOfCharacters to shared fileAlbert Astals Cid3-24/+28
2018-04-17pdfsig: Add -dump to manpageAlbert Astals Cid1-0/+3
2018-04-17pdfsig: Add -dump which writes signatures to diskChinmoy Ranjan Pradhan1-2/+31
2018-04-06Add some more constAlbert Astals Cid5-12/+12
2018-04-06Make Object return const GooString pointerAlbert Astals Cid4-9/+13
2018-04-06OutputDev: change functions taking GooString * to make it constAlbert Astals Cid2-4/+6
2018-04-05Add some more constAlbert Astals Cid2-4/+6
2018-04-05Make GfxFont::getName constAlbert Astals Cid1-1/+2