summaryrefslogtreecommitdiff
path: root/utils/HtmlFonts.cc
AgeCommit message (Expand)AuthorFilesLines
2024-02-01Update (C)Albert Astals Cid1-0/+1
2024-02-01More unicode vectors; fewer raw pointersSune Vuorela1-2/+2
2022-03-30Change GfxFont name into an optional std::stringAlbert Astals Cid1-3/+3
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-9/+16
2022-03-10Update (C) of previous commitAlbert Astals Cid1-1/+1
2022-03-09Replace hand-coded reference counting in GfxFont by std::shared_ptrOliver Sander1-4/+4
2020-10-26Update (C)Albert Astals Cid1-0/+1
2020-10-26HTML and XML output includes opacity.Eddie Kohler1-5/+15
2020-07-03Run clang-formatAlbert Astals Cid1-242/+254
2020-01-05No need for HtmlFontAccu::accu to be a pointer at allAlbert Astals Cid1-7/+5
2020-01-05pdftohtml: Don't substract -2 to font size without any reasonAlbert Astals Cid1-1/+1
2020-01-05Update last commit (C)Albert Astals Cid1-1/+1
2020-01-05Remove UnicodeMap reference countingAlbert Astals Cid1-2/+1
2019-11-29Enable modernize-deprecated-headersAlbert Astals Cid1-1/+1
2019-11-20Have more strings on the stack, rather than on the heapOliver Sander1-15/+6
2019-11-18Update (C) of previous commitAlbert Astals Cid1-0/+1
2019-11-18Replace GooString::fromInt by std::to_stringOliver Sander1-4/+4
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander1-4/+4
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander1-11/+11
2018-10-21Update (C)Albert Astals Cid1-0/+1
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 Reichold1-15/+0
2018-10-07Remove HtmlFont::pos and always track a font name to allow handling of unknow...Adam Reichold1-84/+51
2018-08-19Update (C)Albert Astals Cid1-0/+1
2018-08-09HtmlFont: Fix possible uninitialized variable & dangling referenceSteven Boswell1-2/+2
2018-04-06Add some more constAlbert Astals Cid1-2/+2
2018-04-05Make GfxFont::getName constAlbert Astals Cid1-1/+2
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-4/+4
2017-07-31pdftohtml: skip control charactersJason Crain1-0/+6
2017-06-21pdftohmtl: Initialize rotSkewMatAlbert Astals Cid1-0/+1
2013-06-09Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+2
2012-11-13Remove >= 0 checks for unsigned variablesAlbert Astals Cid1-3/+3
2012-05-28pdftohtml: Add -fontfullnameLuis Parravicini1-1/+3
2012-05-15Determine if font is bold or italic based on FontDescriptor.Igor Slepchin1-6/+18
2011-08-30xpdf303: char * -> const char *Albert Astals Cid1-2/+2
2011-08-18pdftohtml: Support text rotationJoshua Richardson1-29/+35
2011-06-18Fix vertical spacing issues in pdftohtml output.Joshua Richardson1-1/+2
2010-11-10Kill GooVectorAlbert Astals Cid1-4/+4
2010-09-16Add -s optionAlbert Astals Cid1-2/+9
2008-09-20Add Tomas' CopyrightAlbert Astals Cid1-0/+1
2008-09-20Initialize pos the correct value to not have crashesTomas Are Haavet1-1/+2
2008-09-01All poppler commiters to these files agreed to GPLv2+Albert Astals Cid1-0/+3
2008-08-24Add more correct copyright statements on fofi, goo, poppler and util director...Albert Astals Cid1-0/+24
2008-07-28Make html output to keep all the spaces with  Boris Toloknov1-0/+2
2007-06-02correct form of patch 11102Albert Astals Cid1-1/+4
2007-05-30 * utils/HtmlFonts.cc: Make pdftohtml not pollute stdout. Patch bypoppler-0.6.0.RC1Albert Astals Cid1-1/+1
2007-04-14 * utils/HtmlFonts.cc: Fix rendering of text colors on complex mode.Albert Astals Cid1-4/+4
2005-12-122005-12-12 Kristian Høgsberg <krh@redhat.com>Kristian Høgsberg1-0/+326