Sign in
skia
/
third_party
/
poppler
/
HEAD
d1e17fe
Save signature correctyl if encrypt stream
by Sune Vuorela
· 3 days ago
master
6d353c8
GPGME: Better certificate validation
by Sune Vuorela
· 3 days ago
8e89a7a
More unused GooString forward declarations/includes
by Albert Astals Cid
· 7 days ago
4eda93a
Remove unneeded forward declaration
by Albert Astals Cid
· 7 days ago
57dfe0f
Update (C)
by Albert Astals Cid
· 7 days ago
f4489ac
Update (C)
by Albert Astals Cid
· 7 days ago
78953ed
Add missing array include
by Albert Astals Cid
· 8 days ago
b62e232
Fix last GlobalParams::setupBaseFonts
by Albert Astals Cid
· 8 days ago
3ef748f
Fix int overflow in image painting
by Sune Vuorela
· 12 days ago
b66d958
Unit test: test cross validation of signatures
by Sune Vuorela
· 10 days ago
3c9e5ba
Prevent path traversal in font paths on windows
by Sune Vuorela
· 10 days ago
e563499
font-finding: empty path is also not-found
by Sune Vuorela
· 10 days ago
171365d
Turn fonts into a vector of unique_ptrs instead of raw pointers
by Albert Astals Cid
· 11 days ago
170291c
JBIG2Decoder: guard against too much bitshift
by Sune Vuorela
· 12 days ago
08f4bca
glib: construct PopplerPage::mutex (fixes crash on macOS)
by Daeho Ro
· 12 days ago
3cae558
Clean up a bit in PostScript function
by Sune Vuorela
· 12 days ago
246d91f
CI: Use an android docker image that exists
by Albert Astals Cid
· 12 days ago
30e7566
Qt: copy data to byte array, don't use after free
by Sune Vuorela
· 12 days ago
2110649
Fix msvc build in XRef (missing array include)
by Sune Vuorela
· 12 days ago
0975541
Remove deprecated DCT and JPX decoders
by Albert Astals Cid
· 3 weeks ago
ce20cfb
FoFiType1C::convertToCIDType0: Fix crash on malformed files
by Albert Astals Cid
· 2 weeks ago
d1700a8
Update (C)
by Albert Astals Cid
· 3 weeks ago
49902b8
cpp: Add render_hint::ignore_paper_color to allow transparent paper
by Trevor L Davis
· 3 weeks ago
3395bc0
Increase version so people that track master can add ifdefs on version
by Albert Astals Cid
· 3 weeks ago
1fe4098
poppler 26.06.0
by Albert Astals Cid
· 3 weeks ago
poppler-26.06.0
a2cf35e
Update (C)
by Albert Astals Cid
· 3 weeks ago
2f10803
Use call_once to initialize annots list in Page instead of relying on pageLocker
by Lucas Baudin
· 4 weeks ago
7e23e81
Page::getAnnots: Remove unused parameter
by Albert Astals Cid
· 3 weeks ago
e307fc8
Update (C)
by Albert Astals Cid
· 3 weeks ago
8352264
SplashOutputDev: Fix integer overflow in tilingPatternFill
by Marek Kasik
· 4 weeks ago
0247268
certificate der is binary data; don't use string
by Sune Vuorela
· 2 months ago
5d5f1f6
Use std::chrono for cert validity
by Sune Vuorela
· 3 weeks ago
d50a451
Some const PDFRectangle * to const PDFRectangle &
by Albert Astals Cid
· 4 weeks ago
0f94f53
Some const GfxColor * to const GfxColor &
by Albert Astals Cid
· 4 weeks ago
83ab29c
Functions with 0 inputs are not valid
by Albert Astals Cid
· 4 weeks ago
690e823
More std::string
by Albert Astals Cid
· 4 weeks ago
da15512
Annot: Make a bunch of functions return const * instead of *
by Albert Astals Cid
· 4 weeks ago
00f5228
Annot: A few * parameters to const &
by Albert Astals Cid
· 4 weeks ago
5c2d789
Annot: add some const markers to functions
by Albert Astals Cid
· 4 weeks ago
620b426
Annot: Change pointers we always use without checking for null to references
by Albert Astals Cid
· 4 weeks ago
e1a4f1c
More std::string
by Albert Astals Cid
· 4 weeks ago
7e19268
Convert choices to vector
by Albert Astals Cid
· 4 weeks ago
b4a64f3
Convert defaultChoices to vector
by Albert Astals Cid
· 4 weeks ago
deafdd3
FormFieldChoice::getNumSelected() is const
by Albert Astals Cid
· 4 weeks ago
373db7b
Convert contents to GooString
by Albert Astals Cid
· 4 weeks ago
9e6976c
HorizontalTextLayouter take const &
by Albert Astals Cid
· 4 weeks ago
2cc4651
Take const std::string & as parameter
by Albert Astals Cid
· 4 weeks ago
6b96e3f
PSSubstFont::psName can be a std::string
by Albert Astals Cid
· 4 weeks ago
5984cbf
Take const std::string & instead of const char *
by Albert Astals Cid
· 4 weeks ago
d4f7089
embFontList is a std::string so add strings instead of char*
by Albert Astals Cid
· 4 weeks ago
dc7e5d2
Remove unneeded const_cast
by Albert Astals Cid
· 4 weeks ago
bd259f2
One unique_ptr more
by Albert Astals Cid
· 4 weeks ago
2e7a6cf
Turn a few GooString to std::string and save a new/delete
by Albert Astals Cid
· 4 weeks ago
efec9f8
Convert 4 const char * to const std::string
by Albert Astals Cid
· 4 weeks ago
6719631
use memmove for overlapping memory moves
by Dirk Müller
· 5 weeks ago
13bee39
Fix Typo in Object Generation Number Loop
by Dirk Müller
· 5 weeks ago
a19b40e
Update (C)
by Albert Astals Cid
· 5 weeks ago
d0def69
CairoFontEngine: pass faceIndex to freetype
by lilydjwg
· 5 weeks ago
ea00d33
Update (C)
by Albert Astals Cid
· 5 weeks ago
2851662
Remove Object::arrayRemove
by Albert Astals Cid
· 6 weeks ago
a3de7f8
Dict::getKey: Return const std::string &
by Albert Astals Cid
· 5 weeks ago
875fecd
Splash: Remove some leftover static_cast<double> for former SplashCoord
by Stefan Brüns
· 6 weeks ago
a63362b
Fix crash on malformed documents
by Albert Astals Cid
· 5 weeks ago
f3deb54
Use std::string GooString format in more places
by Stefan Brüns
· 7 weeks ago
81ed6a3
Clear the bitmap if blitTransparent failed
by Albert Astals Cid
· 5 weeks ago
efe4d4b
Return early if we fail getting a value for bmSize
by Albert Astals Cid
· 5 weeks ago
b3f05c1
Fix crash on malformed document
by Albert Astals Cid
· 5 weeks ago
ecc27d8
Fix crash on broken document
by Albert Astals Cid
· 5 weeks ago
1bb4812
Update (C)
by Albert Astals Cid
· 6 weeks ago
fcccee7
Remove checks for password being null
by Albert Astals Cid
· 6 weeks ago
d45e9aa
Use named constructors for certain object types
by Sune Vuorela
· 10 weeks ago
bb13b0f
Remove Object::dictGetValNF
by Albert Astals Cid
· 7 weeks ago
7529fa8
Update (C)
by Albert Astals Cid
· 6 weeks ago
f07b88d
Replace some leftover auto's with std::string
by Stefan Brüns
· 6 weeks ago
f7c9ff5
Prefer Object::getNameString() over Object::getName()
by Stefan Brüns
· 7 weeks ago
1b016c9
Object: Avoid char* decay in Object::isName(name)
by Stefan Brüns
· 7 weeks ago
98f0be5
OutputDev: Replace const char* Marked Content tagname with const string &
by Stefan Brüns
· 7 weeks ago
27f5bc0
SplashState: Remove no longer used constructor
by Stefan Brüns
· 7 weeks ago
8b0e3bf
Splash: Use delegating constructor
by Stefan Brüns
· 7 weeks ago
8571c94
Splash: Remove aaGamma member from Splash, make it static const
by Stefan Brüns
· 7 weeks ago
33d8db8
More const
by Albert Astals Cid
· 6 weeks ago
3a903c5
PSOutputDev::addCustomColor: take const &
by Albert Astals Cid
· 6 weeks ago
0394c04
A few const and move variable declarations to where they are used
by Albert Astals Cid
· 6 weeks ago
e65d31c
Remove two unused/unneeded virtual
by Albert Astals Cid
· 6 weeks ago
5739026
SplashOutputDev::functionShadedFill: No need to new and delete pattern
by Albert Astals Cid
· 6 weeks ago
b3d7efe
Splash::shadedFill take const &
by Albert Astals Cid
· 6 weeks ago
0ceff53
Use string_view in PSOutputDev::writePS and drop const cast
by Sune Vuorela
· 6 weeks ago
8ae0f8e
Remove Object::dictGetKey
by Albert Astals Cid
· 7 weeks ago
dfe53c2
Remove Object::dictIs
by Albert Astals Cid
· 7 weeks ago
57c0798
less auto
by Albert Astals Cid
· 7 weeks ago
ced0af6
XRef: Read complete entry instead of byte-wise
by Stefan Brüns
· 3 months ago
39a4d0a
XRef: Move invariant GoffsetMax() out of loop
by Stefan Brüns
· 3 months ago
2be612d
XRef: Avoid unecessary Object::free calls on resize
by Stefan Brüns
· 3 months ago
4ab16d9
Remove runtime checks for freetype < 2.1.8
by Albert Astals Cid
· 7 weeks ago
3d259ce
Update (C)
by Albert Astals Cid
· 7 weeks ago
e3816ac
Remove no longer used Object(std::unique_ptr<GooString>) overload
by Stefan Brüns
· 7 weeks ago
9bef418
Avoid initializing Object from GooString::copy()
by Stefan Brüns
· 7 weeks ago
8e664f1
Prefer Object(string&&) over Object(unique_ptr<GooString>)
by Stefan Brüns
· 7 weeks ago
c128d4a
Function: Use std::string in tokenizer
by Stefan Brüns
· 7 weeks ago
323a3c4
Parser: use std::string for decryptedString return
by Stefan Brüns
· 7 weeks ago
Next »