summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2023-03-27clang 15Albert Astals Cid1-1/+1
2023-03-23Fix use of dangling memorySune Vuorela1-1/+2
2023-03-08Update (C)Albert Astals Cid1-0/+1
2023-03-08Use std::string for stringsSune Vuorela1-1/+1
2022-12-04cmake: Add CAIRO_INCLUDE_DIRS to the appropriate targetsAlbert Astals Cid1-0/+1
2022-08-31Fix copy'n'paste bug in the check for bounding box correctnessOliver Sander2-2/+2
2022-08-23cmake: Better linking against GTK3Albert Astals Cid2-13/+1
2022-08-19glib: Fix two potential memory leaks in poppler_document_create_dests_treeAlbert Astals Cid1-3/+2
2022-07-04poppler 22.07.0poppler-22.07.0Albert Astals Cid1-1/+1
2022-07-03glib: add support for stamp annotationNelson Benítez León8-4/+507
2022-06-20Fixes 2 MSVC compilation bugsFabian Keßler1-2/+2
2022-04-26fix multiline find_text() bug in two column docsNelson Benítez León1-3/+3
2022-04-13Correct typo in `poppler-structure-element.cc`Pablo Rodríguez1-1/+1
2022-04-01Annots: Just return the std::vector instead of two gettersAlbert Astals Cid1-4/+1
2022-04-01Link: Just return the std::vector instead of two gettersAlbert Astals Cid1-4/+1
2022-03-30Change GfxFont name into an optional std::stringAlbert Astals Cid1-3/+7
2022-03-30Remove the url from the CachedFileLoader::init functionAlbert Astals Cid3-8/+7
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-24Unify 2 enums and a set of defines into an enumAlbert Astals Cid1-3/+3
2022-03-11Add readability-braces-around-statementsAlbert Astals Cid34-335/+650
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-03-08Annot::getRect: Return a const & instead of a pointerAlbert Astals Cid2-18/+15
2022-03-02AnnotMarkup::setLabel: Take a unique_ptrAlbert Astals Cid1-4/+1
2022-03-02Annot::setContents: Take a unique_ptrAlbert Astals Cid1-4/+1
2022-02-21Store the strings in FontInfo in std::optional<std::string>Oliver Sander1-10/+7
2022-02-16We don't use pthreads anymore, cleanup cmake stuff around itAlbert Astals Cid1-3/+0
2022-02-16PDFDoc: Make passwords std::optional instead of pointersAlbert Astals Cid1-38/+14
2022-02-16Use Freetype::FreetypeKai Pastor1-1/+1
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-02-01Popppler 22.02.0poppler-22.02.0Albert Astals Cid1-1/+1
2022-01-31glib/CMakeLists.txt: allow the user to configure INTROSPECTION_COMPILER_ARGSFabrice Fontaine1-1/+1
2022-01-25glib: New method for getting all signature fieldsMarek Kasik3-3/+34
2022-01-20Fix glib compilation on MSVCAlbert Astals Cid1-2/+5
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 Persch6-5/+32
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-07glib: Close file descriptors on errorChristian Persch2-1/+2
2021-12-03glib: Include glib.h before using defines from itChristian Persch1-0/+2
2021-12-01poppler 21.12.0poppler-21.12.0Albert Astals Cid1-1/+1
2021-11-30glib: Close the file descriptor on fdopen errorChristian Persch1-1/+1
2021-11-25Add validation of signatures API to glib frontendMarek Kasik9-2/+470
2021-11-25glib: Fix a warning about missing element-type annotationMarek Kasik1-1/+1