summaryrefslogtreecommitdiff
path: root/glib/poppler-document.cc
AgeCommit message (Expand)AuthorFilesLines
2024-04-20Move move prependUnicodeMarker to UTF.hOliver Sander1-1/+1
2024-04-20Move method GooString::hasUnicodeMarkerLE to UTF.hOliver Sander1-1/+1
2024-04-20Move method GooString::hasUnicodeMarker to UTF.hOliver Sander1-4/+4
2024-02-01Update (C)Albert Astals Cid1-0/+1
2024-02-01More unicode vectors; fewer raw pointersSune Vuorela1-1/+2
2023-09-06Let method utf8ToUtf16WithBom return a std::string objectOliver Sander1-2/+2
2023-06-30Remove g_auto functionsJan-Michael Brummer1-1/+2
2023-06-29Signatures: Add signing API to glib partJan-Michael Brummer1-0/+98
2023-03-27clang 15Albert Astals Cid1-1/+1
2022-08-19glib: Fix two potential memory leaks in poppler_document_create_dests_treeAlbert Astals Cid1-3/+2
2022-03-30Remove the url from the CachedFileLoader::init functionAlbert Astals Cid1-2/+2
2022-03-30Make GooString::format[v] return an unique_ptrAlbert Astals Cid1-3/+3
2022-03-28glib: Fix mem leak in poppler_document_new_from_fdChristian Persch1-3/+14
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid1-62/+121
2022-03-11Make GooFile::open return an unique_ptrAlbert Astals Cid1-2/+3
2022-03-08glib: Fix returning c_str() of temporal stringsAlbert Astals Cid1-3/+3
2022-02-21Store the strings in FontInfo in std::optional<std::string>Oliver Sander1-10/+7
2022-02-16PDFDoc: Make passwords std::optional instead of pointersAlbert Astals Cid1-38/+14
2022-02-15Make PDFDoc constructor take the filename as unique_ptrAlbert Astals Cid1-5/+2
2022-02-15Change PDFDoc::save from pointer to referenceAlbert Astals Cid1-4/+2
2022-02-10Make Catalog::embeddedFile return an unique_ptrAlbert Astals Cid1-5/+2
2022-02-01Improve PDFDoc::getSignatureFieldsAlbert Astals Cid1-1/+1
2022-01-25glib: New method for getting all signature fieldsMarek Kasik1-2/+30
2022-01-16glib: try with utf8 password if latin1 failsNelson Benítez León1-0/+47
2021-12-15glib: Remove FD-taking functions on windowsChristian Persch1-5/+14
2021-12-08PDFDoc::getDocInfoStringEntry return a unique_ptrAlbert Astals Cid1-45/+23
2021-12-07glib: Plug some mem leaksChristian Persch1-4/+4
2021-12-07glib: Replace use of deprecated g_time_zone_new()Christian Persch1-0/+8
2021-12-07glib: Replace use of deprecated g_memdupChristian Persch1-4/+8
2021-12-03glib: Include glib.h before using defines from itChristian Persch1-0/+2
2021-11-30glib: Close the file descriptor on fdopen errorChristian Persch1-1/+1
2021-11-25Add validation of signatures API to glib frontendMarek Kasik1-0/+22
2021-11-25glib: Fix a warning about missing element-type annotationMarek Kasik1-1/+1
2021-11-19Fix compile on MSVC #2Albert Astals Cid1-2/+2
2021-11-18glib: Add APIs to save to file descriptorChristian Persch1-1/+85
2021-11-13glib: Add poppler_document_new_from_fdChristian Persch1-0/+91
2021-09-26Make Catalog::readMetadata return an unique_ptrAlbert Astals Cid1-3/+2
2021-09-16Store GfxFont::encodingName by value, in a std::stringOliver Sander1-5/+4
2021-07-29Date string may be in unicodeAdrian Johnson1-1/+1
2021-03-26glib: Use stock glib macro to define boxed typeChristian Persch1-3/+3
2021-03-14refactor Page::getFormWidgets() to use unique_ptrNelson Benítez León1-2/+1
2021-02-14glib: Update more gtk-doc commentsKyle Auble1-12/+17
2020-10-29clang: Warn about weak-vtablesAlbert Astals Cid1-0/+4
2020-08-21glib: Deprecate PopplerDocument date propertiesJason Crain1-3/+158
2020-08-21glib: Deprecate PopplerAttachment GTime fieldsJason Crain1-0/+36
2020-07-03Run clang-formatAlbert Astals Cid1-1969/+1592
2020-06-30Move utils/JSInfo.cc utils/JSInfo.h to core popplerNelson Benítez León1-0/+16
2020-06-12glib: Several fixes to the documentationCorentin Noël1-3/+3
2020-06-08glib: Add ability to reset formsMarek Kasik1-0/+38
2020-02-15Use std::unique_ptr to pass around LinkDest objectsOliver Sander1-10/+6