- 21 Mar, 2019 14 commits
-
-
We now just support whatever Ubuntu 16.04 has as minimum (gcc 5.4.0)
-
We can proceed anyway, hardcoded default values will be used in AnnotFreeText::generateFreeTextAppearance.
-
Albert Astals Cid authored
-
-
-
The clazy CI complains about a 'struct vs. class' inconsistency.
-
-
Use operator[] instead. This is another move towards discarding GooList in favor of std::vector.
-
-
One more step towards getting rid of it completely.
-
-
Use method 'size' (from std::vector) instead.
-
-
Albert Astals Cid authored
-
- 20 Mar, 2019 2 commits
-
-
Albert Astals Cid authored
-
Adam Reichold authored
-
- 19 Mar, 2019 2 commits
-
-
Adam Reichold authored
Also build the Doxygen-based CPP frontend docs in the CI so that they can be automatically published via GitLab Pages.
-
-sep : single character separor between name and page number, default - -forcenum : force page number even if there is only one page
-
- 18 Mar, 2019 1 commit
-
-
Adam Reichold authored
-
- 17 Mar, 2019 1 commit
-
-
Albert Astals Cid authored
Fixes issue #741
-
- 16 Mar, 2019 1 commit
-
-
AnnotPolygon::initialize used to look for strings, corrected it to look for names because pdf reference says LE : An array of two names...
-
- 12 Mar, 2019 1 commit
-
-
Albert Astals Cid authored
rawhide is broken at this point and the current "fedora" has also clazy 1.5 so that's enough for us
-
- 04 Mar, 2019 2 commits
-
-
Albert Astals Cid authored
-
Marek Kasik authored
Check whether Catalog from XRef is Dict for each document passed to pdfunite and return error if not. #706
-
- 02 Mar, 2019 1 commit
-
-
Robert Niemi authored
Left-shifting a negative signed int is undefined. Most compilers shifts the same way as unsigned ints, but it's better to be clear about it.
-
- 01 Mar, 2019 2 commits
-
-
Albert Astals Cid authored
It can happen that destroying the pdf tries to log, which needs globalParams, so destroy globalParams last Fixes issue #733
-
Albert Astals Cid authored
Issue #732
-
- 28 Feb, 2019 13 commits
-
-
Albert Astals Cid authored
Makes code simple and saves getting twice if it's a ref
-
Albert Astals Cid authored
Similar to the new one in Dict
-
Albert Astals Cid authored
Simplifies the code
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
Albert Astals Cid authored
-
-