summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-19Fix compile on MSVC #2Albert Astals Cid1-2/+2
2021-11-18glib: Add APIs to save to file descriptorChristian Persch9-5/+196
2021-11-13glib: Add poppler_document_new_from_fdChristian Persch3-0/+95
2021-11-13glib: docs: Add index for new APIChristian Persch1-0/+4
2021-11-13glib: docs: Add missing API indices for new symbolsChristian Persch1-1/+12
2021-10-30Remove two mutables that aren't really neededAlbert Astals Cid1-22/+22
2021-10-26CI: Enable -Werror in the clang 13 builder tooAlbert Astals Cid1-3/+1
2021-09-30glib: Remove incorrect deprecationChristian Persch1-7/+5
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-07-12glib: mimick TextSelectionDumper logic change for spaceAfterNelson Benítez León1-3/+6
2021-07-12Add glib test for issue #1100Nelson Benítez León1-1/+42
2021-06-02glib: fix poppler_rectangle_free() regressionNelson Benítez León1-1/+2
2021-05-02Poppler 21.05.0poppler-21.05.0Albert Astals Cid1-1/+1
2021-04-25find, glib: Enhance find to support multi-line matchingNelson Benítez León6-41/+218
2021-04-01Poppler 21.04.0poppler-21.04.0Albert Astals Cid1-1/+1
2021-03-26glib: Remove incorrecly used volatile from enum type registration codeChristian Persch1-5/+5
2021-03-26glib: Use stock glib macro to define boxed typeChristian Persch6-33/+18
2021-03-15[glib] Expose more fields from MediaRendition in PopplerMediaClément Pit-Claudel3-0/+70
2021-03-14refactor Page::getFormWidgets() to use unique_ptrNelson Benítez León2-6/+2
2021-03-01Hide symbols by defaultAlbert Astals Cid2-38/+3
2021-03-01Require the newer cmake provided by the new base CIAlbert Astals Cid3-17/+4
2021-03-01glib/poppler-structure-element: fix memleakNelson Benítez León1-0/+2
2021-02-23poppler_annot_free_text_get_callout_line: Fix wrong static castAlbert Astals Cid1-1/+1
2021-02-14glib: Add deprecation guards for compilerKyle Auble4-8/+13
2021-02-14glib: Update more gtk-doc commentsKyle Auble1-12/+17
2021-02-14glib: Deprecate unintentionally public classKyle Auble1-0/+10
2021-02-14glib: Document a recently added structKyle Auble1-2/+18
2021-02-14glib: add documentation for PopplerActionsEvan Nemerson1-2/+93
2021-02-12glib: keep same visual appearance between displayed and copied textNelson Benítez León1-1/+4
2020-11-27Replace malloc with callocCeyhun Alp4-4/+4
2020-11-27Clang formatCeyhun Alp6-6/+6
2020-11-27Changing glib fuzzers from C to CPPCeyhun Alp7-18/+26
2020-11-27Fixing null-terminated string parametersCeyhun Alp2-2/+8
2020-11-27Fixes from Michael's feedbackCeyhun Alp4-11/+35
2020-11-27Fixing clang_format issuesCeyhun Alp7-47/+53
2020-11-27Fuzzers for qt5 + cleaning up cpp and glib fuzzersCeyhun Alp6-23/+70
2020-11-27Fuzzers for glibCeyhun Alp8-0/+294