summaryrefslogtreecommitdiff
path: root/utils/HtmlOutputDev.h
AgeCommit message (Expand)AuthorFilesLines
2020-01-05Make HtmlFontAccu::Get constAlbert Astals Cid1-2/+2
2019-12-03Make HtmlMetaVar::toString constAlbert Astals Cid1-1/+1
2019-12-02enable modernize-use-bool-literalsAlbert Astals Cid1-1/+1
2019-12-02Enable modernize-use-overrideAlbert Astals Cid1-1/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-11-28HtmlPage::dumpComplexHeaders: Fix memory leakAlbert Astals Cid1-3/+2
2019-10-20CharCodeToUnicode::mapToUnicode: Make clear the data is constAlbert Astals Cid1-2/+2
2019-09-27Add some constAlbert Astals Cid1-1/+1
2019-06-05HtmlOutputDev::checkPageSlice: rename Page *page to pAlbert Astals Cid1-3/+3
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-5/+4
2019-03-21Make GooList a template typeOliver Sander1-4/+5
2019-03-21Remove method GooList::getLengthOliver Sander1-1/+1
2019-02-10pdftohtml: add support for dataUrls argumentGreg Knight1-6/+9
2019-02-10Introduce gbasenameGreg Knight1-7/+0
2018-12-20Fix minor typosYuri Chornoivan1-1/+1
2018-12-06Remove the file gtypes.h completelyOliver Sander1-1/+0
2018-12-06Replace Guchar by unsigned charOliver Sander1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-1/+1
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-27/+27
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-05Some more NULL to nullptrAlbert Astals Cid1-5/+5
2018-09-23Remove the DISABLE_OUTLINE defineAlbert Astals Cid1-2/+0
2018-09-23pdftohtml & friends: some constAlbert Astals Cid1-8/+8
2018-04-06Add some more constAlbert Astals Cid1-2/+2
2018-04-06OutputDev: change functions taking GooString * to make it constAlbert Astals Cid1-2/+3
2018-03-23HtmlOutputDev: don't pass catalog around to not use itAlbert Astals Cid1-2/+2
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-2/+11
2017-03-09Add override markersAlbert Astals Cid1-28/+28
2013-01-19Make rendering thread-safeThomas Freitag1-1/+2
2012-03-29Fix: annotDisplayDecideCbk was not propagatedFabio D'Urso1-1/+4
2012-03-15pdftohtml: extract mask images even if they are not JPEGIhar Filipau1-0/+3
2012-02-23Generate outlines in pdftohtml in -xml mode.Albert Astals Cid1-1/+6
2012-02-14Merge remote-tracking branch 'origin/xpdf303merge'Albert Astals Cid1-5/+4
2012-02-09Get rid of static data members; merge duplicated jpeg dumping code.Igor Slepchin1-5/+10
2012-02-09Fix memory leak when using HtmlOutputDev::mapEncodingToHtmlAlbert Astals Cid1-3/+4
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-2/+4
2012-02-05Proper unicode support when dumping PDF outline.Igor Slepchin1-2/+4
2011-09-01xpdf303: Page functions do not need Catalog * anymoreAlbert Astals Cid1-4/+3
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-2/+2
2011-08-18pdftohtml: Support text rotationJoshua Richardson1-2/+6
2011-03-01fix copyright yearsAlbert Astals Cid1-2/+2
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-2/+2
2010-11-10Linearization improvementsHib Eris1-0/+3
2009-10-05Use _WIN32 instead of WIN32Kovid Goyal1-1/+2
2009-07-31Add my copyright to files i just editedAlbert Astals Cid1-1/+1
2009-07-31rename the functionAlbert Astals Cid1-1/+1
2009-06-19Use Interpolate flag to decide whether applying image interpolation during re...Carlos Garcia Campos1-3/+4
2009-01-06Make pdftohtml output png images when the image stream is not a jpegWarren Toomey1-1/+2
2008-09-29Let HmtlOutputDev process imagesWarren Toomey1-1/+2