summaryrefslogtreecommitdiff
path: root/utils/HtmlOutputDev.cc
AgeCommit message (Expand)AuthorFilesLines
2020-03-14Update (C)Albert Astals Cid1-1/+1
2020-03-14Replace dynamic_cast by static_cast where we already perform the type checks ...Adam Reichold1-1/+1
2020-03-11Fix memory leak in HtmlOutputDev::getLinkDestAlex Henrie1-1/+2
2020-02-23Use a std::string value in LinkURIOliver Sander1-1/+1
2020-02-15Update(C)Albert Astals Cid1-1/+1
2020-02-15Use std::unique_ptr to pass around LinkDest objectsOliver Sander1-7/+4
2020-01-05Make HtmlFontAccu::Get constAlbert Astals Cid1-3/+2
2020-01-05pdftohtml: Don't substract -2 to font size without any reasonAlbert Astals Cid1-2/+2
2019-12-03Make HtmlMetaVar::toString constAlbert Astals Cid1-2/+2
2019-12-03Enable modernize-loop-convertAlbert Astals Cid1-8/+5
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-7/+7
2019-11-29Enable readability-string-compareAlbert Astals Cid1-1/+1
2019-11-28HtmlPage::dumpComplexHeaders: Fix memory leakAlbert Astals Cid1-18/+12
2019-11-20Have more strings on the stack, rather than on the heapOliver Sander1-30/+19
2019-11-18Replace GooString::fromInt by std::to_stringOliver Sander1-4/+4
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: rename variables to not collide with existing onesAlbert Astals Cid1-21/+21
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid1-5/+5
2019-03-22Update (C) of past commitsAlbert Astals Cid1-1/+1
2019-03-22Properly initialize HtmlOutputDev::page to avoid SIGSEGV upon error exit.Adam Reichold1-0/+1
2019-03-21Update (C) from last commitAlbert Astals Cid1-0/+1
2019-03-21Remove GooList completelyOliver Sander1-6/+5
2019-03-21Remove method GooList::getOliver Sander1-3/+3
2019-03-21Remove method deleteGooListOliver Sander1-2/+8
2019-03-21Make GooList a template typeOliver Sander1-7/+7
2019-03-21Remove method GooList::getLengthOliver Sander1-3/+3
2019-02-10pdftohtml: add support for dataUrls argumentGreg Knight1-32/+35
2019-02-10Introduce gbasenameGreg Knight1-31/+16
2018-12-06Replace Guchar by unsigned charOliver Sander1-3/+3
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-55/+55
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-51/+51
2018-10-21Update (C)Albert Astals Cid1-0/+1
2018-10-10Remove usage of pragmas interface and implementationAdam Reichold1-4/+0
2018-10-07Remove HtmlFont::simple since it is just a diversion around HtmlFont::HtmlFil...Adam Reichold1-11/+4
2018-10-07Remove HtmlFont::pos and always track a font name to allow handling of unknow...Adam Reichold1-6/+0
2018-10-05Remove GooList::append since the single element variant is std::vector::push_...Adam Reichold1-6/+6
2018-10-05Turn deleteGooList macro into a template to improve type checking and diagnos...Adam Reichold1-2/+2
2018-10-05Remove GooList::del since its few users are easily converted.Adam Reichold1-7/+7
2018-09-24More constAlbert Astals Cid1-1/+1
2018-09-23Remove the DISABLE_OUTLINE defineAlbert Astals Cid1-12/+0
2018-09-23More constAlbert Astals Cid1-3/+2
2018-09-23pdftohtml & friends: some constAlbert Astals Cid1-9/+8
2018-07-21pdftohtml: Add option to not round coordinatesThibaut Brard1-4/+18
2018-04-06Add some more constAlbert Astals Cid1-6/+6
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-7/+6
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-47/+47
2018-01-08Delete lots of copy constructors and copy assignment operatorsAlbert Astals Cid1-1/+3
2017-09-17Make newer gcc happy about fallthroughAlbert Astals Cid1-5/+4