Console View
|
|
|||
Albert Astals Cid
aacid @kde.org |
|
||
ViewerPreferences: Take const & instead of pointer | |||
Albert Astals Cid
aacid @kde.org |
|
||
Update (C) | |||
Sune Vuorela
sune @vuorela.dk |
|
||
GooString: remove copy from GooString* constructor | |||
Sune Vuorela
sune @vuorela.dk |
|
||
More places to take advantage of takeString Also some where the slightly weird GooString(const GooString* ) constructor is used |
|||
Sune Vuorela
sune @vuorela.dk |
|
||
Object: allow to move string out In many cases, we take a copy of Object, then we copy out the string from it and destroy it. Make it possible to re-use the string data from inside the object. This doesn't implement everyone using it, just across a couple of files. |
|||
Sune Vuorela
sune @vuorela.dk |
|
||
Update font in formfield annot when adding a font It is likely that in cases where we have a type1 or a subsetted font that we don't have the glyphs that we are using and then add a new font for it. Also then use the new font for the appearance. This is at least KDE bugs : 475025 471796 475884 and maybe 283477 |
|||
Albert Astals Cid
aacid @kde.org |
|
||
Make style variable a std::string | |||
Albert Astals Cid
aacid @kde.org |
|
||
SysFontInfo::match: take std::string instead of GooString | |||
Albert Astals Cid
aacid @kde.org |
|
||
Remove unused function | |||
Albert Astals Cid
aacid @kde.org |
|
||
SysFontInfo::match: Take & instead of * | |||
Albert Astals Cid
aacid @kde.org |
|
||
poppler 25.09.1 did not have these speed imrovements I'm not going to remake the tarball though |
|||
Albert Astals Cid
aacid @kde.org |
|
||
Increase version so people that track master can add ifdefs on version | |||
Albert Astals Cid
aacid @kde.org |
|
||
poppler 25.09.1 | |||
Azhar Momin
azhar-momin @outlook.com |
|
||
poppler.pc: Add gpgmepp to Requires.private only if >= 1.24.0 | |||
Albert Astals Cid
aacid @kde.org |
|
||
No need to store the vector size separately | |||
Albert Astals Cid
aacid @kde.org |
|
||
getCharCodeToUnicode: Move the shared ptr when pushing to the deque | |||
Albert Astals Cid
aacid @kde.org |
|
||
Catalog::getDisplayProfile: Remove unneeded hp variable | |||
Albert Astals Cid
aacid @kde.org |
|
||
Increase version so people that track master can add ifdefs on version | |||
Albert Astals Cid
aacid @kde.org |
|
||
poppler 25.09.0 | |||
Albert Astals Cid
aacid @kde.org |
|
||
Increase fileStreamBufSize to a more modern value | |||
Albert Astals Cid
aacid @kde.org |
|
||
Update po[t] | |||
Albert Astals Cid
aacid @kde.org |
|
||
Update (C) | |||
Albert Astals Cid
aacid @kde.org |
|
||
GooStringFormatChecker: All warnings are errors And fix the warnings that are now errors |
|||
Albert Astals Cid
aacid @kde.org |
|
||
Unbreak glib pc file | |||
Azhar Momin
azhar-momin @outlook.com |
|
||
Fix pkg-config static linking support | |||
Albert Astals Cid
aacid @kde.org |
|
||
charToTag: take std::string | |||
Albert Astals Cid
aacid @kde.org |
|
||
setupGSUB: take std::string | |||
Albert Astals Cid
aacid @kde.org |
|
||
Remove unused FoFiTrueType::setupGSUB | |||
Albert Astals Cid
aacid @kde.org |
|
||
Convert toUnicodeMap to std::string | |||
Albert Astals Cid
aacid @kde.org |
|
||
parseCMapFromFile: take std::string | |||
Albert Astals Cid
aacid @kde.org |
|
||
parseFdFromUri: take std::string | |||
Albert Astals Cid
aacid @kde.org |
|
||
drawSignatureFieldText: take std::string instead of GooString | |||
Albert Astals Cid
aacid @kde.org |
|
||
Two more GooString to std::string | |||
Ferdinand Bachmann
ferdinand.bachmann @yrlf.at |
|
||
HtmlString: use getCurText[XY]() instead of getCur[XY]() The fix for #1602 that added curTextX() and curTextY() forgot to adjust HtmlOutputDev to use the new variables as well, leading to text coordinates being broken in pdftohtml output. Change HtmlString to use curTextX() and curTextY() so that it works with the new way of handling text coordinates. Fixes #1617 Fixes #1622 Fixes 71bf5552d448a6fdb666f2b61764b61ca197617d |
|||
Albert Astals Cid
aacid @kde.org |
|
||
CMap::parse: GooString to std::string | |||
Albert Astals Cid
aacid @kde.org |
|
||
GfxCIDFont::getCodeToGIDMap: turn array of char * into array of string | |||
Albert Astals Cid
aacid @kde.org |
|
||
GlobalParams::getCMap: take std::string instead of GooString | |||
Albert Astals Cid
aacid @kde.org |
|
||
CMapCache::getCMap: take std::string instead of GooString | |||
Albert Astals Cid
aacid @kde.org |
|
||
CMap::parse: take const string & instead of const GooString & | |||
Albert Astals Cid
aacid @kde.org |
|
||
getCIDToUnicode: take const string & instead of const GooString * | |||