Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About
Login

Console View

Legend:   Passed Failed Warnings Failed Again Running Exception Offline No data

Albert Astals Cid
ViewerPreferences: Take const & instead of pointer
Albert Astals Cid
Update (C)
Sune Vuorela
GooString: remove copy from GooString* constructor
Sune Vuorela
More places to take advantage of takeString
Also some where the slightly weird GooString(const GooString* )
constructor is used
Sune Vuorela
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
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
Make style variable a std::string
Albert Astals Cid
SysFontInfo::match: take std::string instead of GooString
Albert Astals Cid
Remove unused function
Albert Astals Cid
SysFontInfo::match: Take & instead of *
Albert Astals Cid
poppler 25.09.1 did not have these speed imrovements
I'm not going to remake the tarball though
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
Albert Astals Cid
poppler 25.09.1
Azhar Momin
poppler.pc: Add gpgmepp to Requires.private only if >= 1.24.0
Albert Astals Cid
No need to store the vector size separately
Albert Astals Cid
getCharCodeToUnicode: Move the shared ptr when pushing to the deque
Albert Astals Cid
Catalog::getDisplayProfile: Remove unneeded hp variable
Albert Astals Cid
Increase version so people that track master can add ifdefs on version
Albert Astals Cid
poppler 25.09.0
Albert Astals Cid
Increase fileStreamBufSize to a more modern value
Albert Astals Cid
Update po[t]
Albert Astals Cid
Update (C)
Albert Astals Cid
GooStringFormatChecker: All warnings are errors
And fix the warnings that are now errors
Albert Astals Cid
Unbreak glib pc file
Azhar Momin
Fix pkg-config static linking support
Albert Astals Cid
charToTag: take std::string
Albert Astals Cid
setupGSUB: take std::string
Albert Astals Cid
Remove unused FoFiTrueType::setupGSUB
Albert Astals Cid
Convert toUnicodeMap to std::string
Albert Astals Cid
parseCMapFromFile: take std::string
Albert Astals Cid
parseFdFromUri: take std::string
Albert Astals Cid
drawSignatureFieldText: take std::string instead of GooString
Albert Astals Cid
Two more GooString to std::string
Ferdinand Bachmann
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
CMap::parse: GooString to std::string
Albert Astals Cid
GfxCIDFont::getCodeToGIDMap: turn array of char * into array of string
Albert Astals Cid
GlobalParams::getCMap: take std::string instead of GooString
Albert Astals Cid
CMapCache::getCMap: take std::string instead of GooString
Albert Astals Cid
CMap::parse: take const string & instead of const GooString &
Albert Astals Cid
getCIDToUnicode: take const string & instead of const GooString *