- 10 Feb, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 07 Feb, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 06 Feb, 2019 3 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
In ImageOutputDev it comes directly from malloc, and malloc guarantees alignment for basic types, so we're good In ArthurOutputDev it comes from QImage::bits that uses malloc internally, so we're good In cairo* it comes from cairo_image_surface_get_data that comes from pixman_image_get_data that returns a uint32_t * so we're only going to the original type alignment
-
Vincent Le Garrec authored
oss-fuzz/10284
-
- 04 Feb, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 03 Feb, 2019 1 commit
-
-
Albert Astals Cid authored
oss-fuzz/12638
-
- 02 Feb, 2019 3 commits
-
-
Vincent Le Garrec authored
oss-fuzz/8612
-
Albert Astals Cid authored
Makes for easier understanding/scoping of its value
-
Vincent Le Garrec authored
oss-fuzz/8715
-
- 01 Feb, 2019 1 commit
-
-
Adam Reichold authored
-
- 28 Jan, 2019 1 commit
-
-
Albert Astals Cid authored
-
- 27 Jan, 2019 2 commits
-
-
LE GARREC Vincent authored
-
LE GARREC Vincent authored
-
- 26 Jan, 2019 2 commits
-
-
- 25 Jan, 2019 3 commits
-
-
Albert Astals Cid authored
Sounds rather scary since we're storing a bigger value than what really fits. Fixed by the suggestion of https://developer.gnome.org/glib/stable/glib-Date-and-Time-Functions.html#GTime Changing the type of _PopplerAttachment ctime/mtime would change the structure size, thus break the BC, so leaving that for the future for now
-
Albert Astals Cid authored
oss-fuzz/12608
-
-
- 24 Jan, 2019 1 commit
-
-
Albert Astals Cid authored
Contains code inspired in code by Hans-Ulrich Jüttner and Adrian Johnson
-
- 19 Jan, 2019 2 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 18 Jan, 2019 2 commits
-
-
Albert Astals Cid authored
-
Christian Persch authored
poppler/poppler#709
-
- 16 Jan, 2019 1 commit
-
-
Volker Krause authored
This is nowadays also provided by CMake itself via CMakePushCheckState.
-
- 15 Jan, 2019 4 commits
-
-
Masamichi Hosoda authored
-
Masamichi Hosoda authored
Creates a map of all the named destinations in the document.
-
Masamichi Hosoda authored
The information about a destination used in a PDF document.
-
Volker Krause authored
The availability depends on the _FILE_OFFSET_BITS define, which is set in config.h. So we need to have this during the configure check as well, to test under the same conditions.
-
- 11 Jan, 2019 3 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
- 10 Jan, 2019 2 commits
-
-
Adrian Johnson authored
-
Albert Astals Cid authored
-
- 09 Jan, 2019 6 commits
-
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Adam Reichold authored
Add a method the check if an outline item has children to avoid having to eagerly expand the hierarchy anyway.
-
Adam Reichold authored
Port the Qt5 viewer demo to use the lazy outline item API (even if for loading all items up front for now).
-
Adam Reichold authored
-
Adam Reichold authored
Remove the intermediate Outline type since all items are owned by the document and the top-level items will always be eagerly loaded anyway.
-