Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2 days | Increase version so people that track master can add ifdefs on versionHEADmaster | Albert Astals Cid | 1 | -1/+1 | |
2 days | poppler 25.07.0poppler-25.07.0 | Albert Astals Cid | 1 | -1/+1 | |
2025-06-03 | Increase version so people that track master can add ifdefs on version | Albert Astals Cid | 1 | -1/+1 | |
2025-06-03 | poppler 25.06.0poppler-25.06.0 | Albert Astals Cid | 1 | -1/+1 | |
2025-05-04 | Increase version so people that track master can add ifdefs on version | Albert Astals Cid | 1 | -1/+1 | |
2025-05-04 | poppler 25.05.0poppler-25.05.0 | Albert Astals Cid | 1 | -1/+1 | |
2025-04-25 | Use named constructors for empty objects | Sune Vuorela | 1 | -2/+2 | |
null, eof and error objects are the only ones where we actually need to create them completely empty. Do them with named constructors and move the empty-object-with-type to private section to avoid creating them by accident | |||||
2025-04-02 | Increase version so people that track master can add ifdefs on version | Albert Astals Cid | 1 | -1/+1 | |
2025-04-02 | poppler 25.04.0poppler-25.04.0 | Albert Astals Cid | 2 | -2/+2 | |
2025-03-31 | Update (C) | Albert Astals Cid | 2 | -0/+2 | |
2025-03-28 | Add additional info functions to poppler-document object in CPP | Nathanael d. Noblet | 2 | -0/+36 | |
Allow querying if the document has Javascript and which type of forms it contains | |||||
2025-03-23 | Use GooString::copy to copy a GooString | Sune Vuorela | 1 | -1/+1 | |
2025-03-04 | Increase version so people that track master can add ifdefs on version | Albert Astals Cid | 1 | -1/+1 | |
2025-03-03 | poppler 25.03.0poppler-25.03.0 | Albert Astals Cid | 1 | -1/+1 | |
2025-02-05 | Update (C) | Albert Astals Cid | 2 | -1/+2 | |
2025-02-05 | Enforce error checking on stream::reset | Sune Vuorela | 1 | -1/+3 | |
2025-02-04 | CI: Enable bugprone-unchecked-optional-access | Albert Astals Cid | 1 | -4/+6 | |
2025-02-04 | Increase version so people that track master can add ifdefs on version | Albert Astals Cid | 1 | -1/+1 | |
2025-02-04 | poppler 25.02.0poppler-25.02.0 | Albert Astals Cid | 1 | -1/+1 | |
2025-01-08 | Update (C) | Albert Astals Cid | 3 | -1/+3 | |
2025-01-08 | use unique_ptr for most owned GooStrings | Sune Vuorela | 3 | -69/+42 | |
2025-01-02 | poppler 25.01.0poppler-25.01.0 | Albert Astals Cid | 2 | -2/+2 | |
2024-12-16 | Update (C) | Albert Astals Cid | 2 | -1/+2 | |
2024-12-16 | cpp: Remove rect parameter from image::copy, it was never implemented | Albert Astals Cid | 2 | -15/+7 | |
2024-12-14 | Enable clang-tidy modernize-use-equals-default | Albert Astals Cid | 7 | -12/+10 | |
2024-12-12 | Enable modernize-use-ranges | Albert Astals Cid | 2 | -2/+2 | |
2024-12-07 | CI: Fix readability-static-accessed-through-instance | Albert Astals Cid | 1 | -1/+1 | |
2024-12-07 | CI: Enable readability-redundant-control-flow | Albert Astals Cid | 1 | -1/+0 | |
2024-12-07 | CI: Enable readability-container-size-empty | Albert Astals Cid | 3 | -5/+5 | |
2024-12-07 | CI: Enable readability-redundant-smartptr-get | Albert Astals Cid | 4 | -18/+18 | |
2024-12-07 | CI: Enable readability-redundant-string-cstr | Albert Astals Cid | 1 | -3/+3 | |
2024-12-07 | CI: Enable performance-no-int-to-ptr | Albert Astals Cid | 1 | -1/+4 | |
Add exception for iconv_t checking validity since it's the recommended way to do it according to documentation | |||||
2024-12-07 | CI: Enable bugprone-macro-parentheses exception | Albert Astals Cid | 1 | -2/+2 | |
2024-12-02 | poppler 24.12.0poppler-24.12.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-11-21 | Update (C) | Albert Astals Cid | 3 | -0/+3 | |
2024-11-21 | Try verify public private headers | Sune Vuorela | 3 | -7/+7 | |
2024-11-02 | poppler 24.11.0poppler-24.11.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-10-18 | Run all_verify_interface_header_sets to make sure our headers are usable | Albert Astals Cid | 1 | -2/+14 | |
2024-10-14 | poppler 24.10.0poppler-24.10.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-09-01 | poppler 24.09.0poppler-24.09.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-08-02 | poppler 24.08.0poppler-24.08.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-07-01 | poppler 24.07.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-06-02 | poppler 24.06.0poppler-24.06.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-05-01 | poppler 24.05.0poppler-24.05.0 | Albert Astals Cid | 2 | -2/+2 | |
2024-04-20 | Move method GooString::hasUnicodeMarkerLE to UTF.h | Oliver Sander | 1 | -1/+1 | |
... and rename it to hasUnicodeByteOrderMarkLE. This allows to replace GooString by std::string in a few places. (In a future commit) | |||||
2024-04-20 | Move method GooString::hasUnicodeMarker to UTF.h | Oliver Sander | 1 | -1/+3 | |
... and rename it to hasUnicodeByteOrderMark. This allows to replace GooString by std::string in a few places. (In a future commit) | |||||
2024-04-03 | Update (C) | Albert Astals Cid | 1 | -0/+1 | |
2024-04-03 | Change type to `std::basic_string<char16_t>` | LinuxUserGD | 1 | -1/+1 | |
Deprecated `char_traits` template has been removed in LLVM 19 | |||||
2024-04-01 | poppler 24.04.0poppler-24.04.0 | Albert Astals Cid | 1 | -1/+1 | |
2024-03-03 | poppler 24.03.0poppler-24.03.0 | Albert Astals Cid | 1 | -1/+1 | |