- 18 Nov, 2018 5 commits
-
-
-
-
-
In Python 3, exceptions must derive from the BaseException class, which Printer definitely does not do.
-
-
- 17 Nov, 2018 1 commit
-
-
Albert Astals Cid authored
Fixes issue #669
-
- 16 Nov, 2018 3 commits
-
-
Albert Astals Cid authored
-
Adam Reichold authored
Make GooString constructible and assignable from null pointers again since some of the code expects it.
-
Albert Astals Cid authored
-
- 15 Nov, 2018 2 commits
-
-
- 14 Nov, 2018 4 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 12 Nov, 2018 4 commits
-
-
Albert Astals Cid authored
fixes oss-fuzz/9614
-
-
Tobias Deiminger authored
AnnotLine::initialize used to look for strings, which is wrong, because PDF reference says "LE [...] An array of two names".
-
Albert Astals Cid authored
And don't feel like investigating why
-
- 11 Nov, 2018 3 commits
-
-
This is the name used by std::string.
-
Albert Astals Cid authored
-
Line endings are already parsed from /LE array and are gettable and settable as enum value in current APIs. With this commit we implement the drawing operations so that line endings become actually visible when document is rendered.
-
- 09 Nov, 2018 7 commits
-
-
Albert Astals Cid authored
Enables levels 0, 1 and 2, along with some manual ones Disables non-pod-globa-static, StructElement would need some rework to fix it and it's only a bit about optimization of start time, we can live with it
-
Albert Astals Cid authored
-
-
Since they are part of the API
-
-
Makes clazy happier
-
Albert Astals Cid authored
-
- 08 Nov, 2018 1 commit
-
-
Albert Astals Cid authored
We don't have any signals or slots at the moment but add the keyword so if we ever add them it's using the Q_SIGNAL/Q_SLOT variant so we don't get collisions with other people that use signal/slot
-
- 07 Nov, 2018 2 commits
-
-
Scopes the entry variable so people don't try to use it in between
-
Albert Astals Cid authored
-
- 06 Nov, 2018 7 commits
-
-
Albert Astals Cid authored
-
-
-
Albert Astals Cid authored
-
Closes #660
-
Closes #661
-
Adam Reichold authored
Closes #659
-
- 03 Nov, 2018 1 commit
-
-
PopplerAttachmentPrivate has a Object member which was never destructed, only set to an empty Object() on dispose. While there is no memory leak (currently!), this is still not correct. Fix this by making PopplerAttachmentPrivate a C++ class, constructed in place of the gobject instance private in init(), and call the destructor explicitly in finalize().
-