summaryrefslogtreecommitdiff
path: root/utils/parseargs.h
AgeCommit message (Collapse)AuthorFilesLines
2018-12-06Remove the file gtypes.h completelyOliver Sander1-2/+0
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-5/+5
These are just non-standard names for bool, true, false, respectively. Getting rid of these names saves on layer of mental redirection, and enables proper syntax highlighting in editors.
2018-09-23Update (C)Albert Astals Cid1-1/+1
2018-09-23parseargs: const char *Albert Astals Cid1-2/+2
2012-03-01Update copyrightsAlbert Astals Cid1-0/+1
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-0/+2
Conflicts: poppler/CairoOutputDev.cc poppler/CairoOutputDev.h poppler/FontInfo.cc poppler/GfxFont.cc poppler/GfxState.cc poppler/GlobalParams.cc poppler/GlobalParams.h poppler/Lexer.cc
2011-10-17utils: Add GooString arg to parseargs and use for paths in pdftocairoAdrian Johnson1-0/+2
<sys/param.h> and MAXPATHLEN is not available on windows. Avoid the need to know the max path length by using GooString for the path.
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-3/+3
2009-10-09add -ansi flag to default warningsAlbert Astals Cid1-13/+13
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
Still missing to answer Marco Pesenti Gritti Catalog.cc Outline.cc Outline.h Kjartan Maraas HtmlOutputDev.cc Timothy Lee ImageOutputDev.h ImageOutputDev.cc Carl Worth CairoOutputDev.cc Ed Catmur GfxFont.cc GlobalParams.cc TextOutputDev.cc TextOutputDev.h UnicodeTypeTable.cc UnicodeTypeTable.h
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util ↵Albert Astals Cid1-0/+11
directories to be more compliant with GPL that requires such modification statements to be present. Meanwhile i did that, i did qt and qt4 dirs too, glib is missing if someone wants to fix it, but it's not crucial as it's not a fork of some other GPL software
2008-04-29constify argDesc arraysAlbert Astals Cid1-2/+2
Gives me binaries 2KB smaller (in total) in release build
2005-12-122005-12-12 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+71
* Makefile.am: * configure.ac: * goo/GooVector.h: * utils/HtmlFonts.cc: * utils/HtmlFonts.h: * utils/HtmlLinks.cc: * utils/HtmlLinks.h: * utils/HtmlOutputDev.cc: * utils/HtmlOutputDev.h: * utils/ImageOutputDev.cc: * utils/ImageOutputDev.h: * utils/Makefile.am: * utils/parseargs.c: * utils/parseargs.h: * utils/pdffonts.1: * utils/pdffonts.cc: * utils/pdfimages.1: * utils/pdfimages.cc: * utils/pdfinfo.1: * utils/pdfinfo.cc: * utils/pdftohtml.1: * utils/pdftohtml.cc: * utils/pdftoppm.1: * utils/pdftoppm.cc: * utils/pdftops.1: * utils/pdftops.cc: * utils/pdftotext.1: * utils/pdftotext.cc: Add command line utilities from xpdf.