summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
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
2020-11-22Tweak the don't use Appearance stream if annot is typeHighlightAlbert Astals Cid1-1/+1
2020-11-13cmake: Remove redundant unit-test macroKyle Auble1-1/+2
2020-10-29clang: Warn about weak-vtablesAlbert Astals Cid1-0/+4
2020-10-16cmake: Deduplicate _list_prefix macroKyle Auble1-11/+3
2020-10-16cmake: Finish making FindGTK more robustKyle Auble2-7/+14
2020-10-16cmake: Fix linker error when gtk is not in a default locationJohn Hein2-3/+8
2020-10-01cmake: Reorganize GObject introspection configKyle Auble1-15/+23
2020-09-01poppler 20.09.0poppler-20.09.0Albert Astals Cid1-1/+1
2020-08-21glib: Add accessor functions for PopplerAttachmentJason Crain5-12/+87
2020-08-21glib: Deprecate PopplerDocument date propertiesJason Crain5-8/+178
2020-08-21glib: Deprecate PopplerAttachment GTime fieldsJason Crain6-12/+110
2020-07-03Run clang-formatAlbert Astals Cid70-15084/+12272
2020-07-03Tweak code that clang-format doesn't understandAlbert Astals Cid1-0/+2
2020-07-020.90.0poppler-0.90.0Albert Astals Cid1-1/+1
2020-06-30Move utils/JSInfo.cc utils/JSInfo.h to core popplerNelson Benítez León3-0/+20
2020-06-30fix boundingbox of type3 fontssgerwk2-7/+16
2020-06-30poppler-glib: fix adding annots in rotated pagesNelson Benítez León3-26/+204
2020-06-21Add a pdftops -rasterize option with values always, never, or whenneededWilliam Bader1-2/+5
2020-06-12glib: Several fixes to the documentationCorentin Noël4-4/+28
2020-06-08glib: Add ability to reset formsMarek Kasik6-1/+95
2020-05-270.89.0poppler-0.89.0Albert Astals Cid1-1/+1
2020-05-23include annotations in the bounding boxsgerwk2-6/+6
2020-05-23use state->getClipBBox() instead of tracking the clipping boxsgerwk2-4/+4
2020-05-09glib: Add poppler_movie_get_aspectEvgeny Stambulchik4-1/+32