summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2019-06-27Poppler 0.78.0poppler-0.78.0Albert Astals Cid1-1/+1
2019-06-21glib: Rename variable to make it more clear what it isAlbert Astals Cid1-2/+2
2019-05-29glib: docs: Add index for API new in 0.78Christian Persch1-0/+4
2019-05-28Add poppler_document_create_dests_tree() to glib frontendMasamichi Hosoda3-0/+89
2019-05-28glib: Document G_IO_ERROR as a possible error conditionSimon McVittie1-2/+2
2019-05-28glib: Don't create PopplerInputStream with length 0Simon McVittie1-1/+8
2019-05-28glib: pass poppler to gir libs.maxice81-1/+1
2019-05-27glib: Fix introspection for poppler_document_new_from_dataChristian Persch1-1/+1
2019-05-27glib: Don't use the deprecated g_type_class_add_private()Federico Mena Quintero1-8/+11
2019-05-27glib: Document the differences between render() and render_for_printing() - #749Federico Mena Quintero1-2/+36
2019-03-29Use the existing Ref operator==Albert Astals Cid1-2/+2
2019-03-29Make Catalog::findPage just take a Ref instead of num and genAlbert Astals Cid2-3/+3
2019-03-28document: Handle UTF16-LE annotationsChristophe Fergeau1-0/+4
2019-03-21Replace 'auto' by actual typesOliver Sander2-8/+8
2019-03-21Remove unused variableOliver Sander1-1/+1
2019-03-21Remove GooList completelyOliver Sander2-8/+6
2019-03-21Remove method GooList::getOliver Sander3-20/+20
2019-03-21Remove method deleteGooListOliver Sander1-1/+4
2019-03-21Make GooList a template typeOliver Sander3-19/+15
2019-03-21Remove method GooList::getLengthOliver Sander3-18/+15
2019-02-27Make Annot::getNF and Dict::getNF return const & instead of copyAlbert Astals Cid1-2/+2
2019-02-10Add an XRef::fetch variant that takes a const RefAlbert Astals Cid1-1/+1
2019-01-25glib: Fix cast from 'GTime *' (aka 'int *') to 'time_t *' (aka 'long *')Albert Astals Cid1-2/+10
2019-01-19Fix link in FreeBSDAlbert Astals Cid1-1/+5
2019-01-07glib: docs: Add API index for 0.73Christian Persch1-0/+4
2019-01-07Poppler 0.73.0poppler-0.73.0Albert Astals Cid1-1/+1
2019-01-07glib: Make PrintScaling preference available in APIMarek Kasik4-1/+80
2019-01-07glib: Fix named destinationsChristian Persch5-22/+154
2019-01-05msys2: fix glib introspection path on mingw-w64Alexey Pavlov1-1/+1
2019-01-03all: Use the openFile fopen wrapper from gfile.hChristian Persch2-4/+6
2018-12-24Windows: only set SOVERSION for shared libsJeroen Ooms1-1/+1
2018-12-20Fix minor typosYuri Chornoivan6-13/+13
2018-12-09add new 'IgnoreDiacritics' option to ::findText()Nelson Benítez León2-1/+6
2018-12-06Replace Guint by unsigned intOliver Sander1-4/+4
2018-12-06Replace Guchar by unsigned charOliver Sander2-2/+2
2018-12-06Poppler 0.72.0poppler-0.72.0Albert Astals Cid1-1/+1
2018-12-01glib: docs: Reorganise sectionsChristian Persch2-391/+456
2018-12-01glib: docs: Add missing indices of API-added-by-versionChristian Persch1-0/+12
2018-11-15Annot: Remove some inc/defRef by Object movingAlbert Astals Cid1-1/+1
2018-11-11Rename GooString::getCString GooString::c_strOliver Sander6-22/+22
2018-11-09NULL -> nullptrAlbert Astals Cid1-2/+2
2018-11-07NULL -> nullptrAlbert Astals Cid2-2/+2
2018-11-06Update since to 0.72Albert Astals Cid2-2/+2
2018-11-06glib: Support getting form widget additional actions.Elliott Sales de Andrade4-0/+125
2018-11-06glib-demo: Fix indent for actions code.Elliott Sales de Andrade1-9/+9
2018-11-03glib: Fix missing destructor callChristian Persch1-17/+11
2018-10-26glib-demo: Align property labels to top of cell.Elliott Sales de Andrade1-1/+1
2018-10-26Remove glib/poppler.gidlAlistair Thomas1-217/+0
2018-10-23Replace GBool, gTrue, and gFalse by bool, true, false, resp.Oliver Sander7-45/+45
2018-10-23Use GDateTime to format dates in GLib demo.Elliott Sales de Andrade1-9/+8