summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2012-01-26glib: add section in docs for new symbols in 0.18Adrian Johnson1-0/+4
2012-01-20glib: various minor introspection and documentation improvementsEvan Nemerson6-21/+34
2011-11-10glib-demo: Conditionally initialise threadingDavid King1-0/+3
2011-09-12gir 0.18Albert Astals Cid2-12/+12
2011-08-290.17.3poppler-0.17.3Albert Astals Cid2-2/+2
2011-08-22glib-demo: Add text attributes information to text demoCarlos Garcia Campos1-6/+97
2011-08-22glib-demo: Add pgd_pixbuf_new_for_color() to utilsCarlos Garcia Campos3-21/+29
2011-08-22glib: Add poppler_page_get_text_attributes()danigm4-0/+243
2011-08-150.17.2poppler-0.17.2Albert Astals Cid2-2/+2
2011-05-27Make FileSpec a class and move EmbFile from Catalog to FileSpecCarlos Garcia Campos4-20/+27
2011-05-06glib: Add poppler_document_get_n_attachments()Carlos Garcia Campos3-10/+26
2011-05-06glib-demo: Add missing permission flags to info demoCarlos Garcia Campos1-3/+36
2011-05-06glib: Add missing permissions flags to PopplerPermissionsCarlos Garcia Campos2-1/+15
2011-03-30glib: docs: Add PopplerActionJavascript to poppler-sections.txtCarlos Garcia Campos1-0/+1
2011-03-30glib: Use Javascript instead of JavaScript for consistencyCarlos Garcia Campos1-3/+3
2011-03-30glib-demo: show javascript actions in actions viewCarlos Garcia Campos1-0/+25
2011-03-30glib: add JavaScript actionsJosé Aliste2-1/+37
2011-03-29increase sonamesAlbert Astals Cid2-2/+2
2011-03-28glib-demo: show the activation action of form fields if there's oneCarlos Garcia Campos1-5/+16
2011-03-28glib: Add poppler_form_field_get_action()Carlos Garcia Campos4-0/+37
2011-03-28Revert "Patch for embedding videos in to the pdf"Carlos Garcia Campos2-38/+0
2011-03-24glib: Add g_return macros to make sure index is correct in form field choice ...Carlos Garcia Campos1-0/+4
2011-03-24glib-demo: Fix a crash when a choice form field has no items selectedCarlos Garcia Campos1-2/+2
2011-03-17Patch for embedding videos in to the pdfSrinivas Adicherla2-0/+38
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos3-18/+14
2011-02-26glib: Add some more introspection annotationsCarlos Garcia Campos4-7/+7
2011-02-26glib: Add missing "out" annotation to poppler_page_get_size()Peter Ward1-2/+2
2011-02-13remove more GDK-related stuffPino Toscano2-2/+0
2011-02-13remove GDK API here tooPino Toscano1-1/+0
2011-02-13glib: Remove deprecated GDK APICarlos Garcia Campos5-356/+2
2011-02-13glib: Remove test-poppler-glib, poppler-glib-demo does the same and moreCarlos Garcia Campos3-679/+0
2011-01-29demo: don't use an uninitialized local variableJim Meyering1-0/+1
2011-01-29glib-demo: Add a tooltip with current selected character in text demoCarlos Garcia Campos1-0/+60
2011-01-08glib: Fix memory leak when calling poppler_page_get_text_layout() for pages w...Carlos Garcia Campos1-1/+4
2011-01-08glib: Use NULL instead of FALSE in g_return_val_if_fail() for functions retur...Carlos Garcia Campos1-6/+6
2010-12-27Make distcheck workAlbert Astals Cid1-1/+1
2010-11-10Linearization improvementsHib Eris3-9/+13
2010-10-17[glib-demo] Use poppler_page_get_selected_region() in selections demoCarlos Garcia Campos1-51/+22
2010-10-17[glib] Add poppler_page_get_selected_region()Carlos Garcia Campos3-0/+86
2010-10-17[glib-demo] Make glib demo program installableCarlos Garcia Campos1-1/+1
2010-10-17[glib-demo] Use printing options in print demoCarlos Garcia Campos1-3/+93
2010-10-17[glib] Add poppler_page_render_for_printing_with_options()Carlos Garcia Campos4-9/+94
2010-10-09[glib] docs: Document poppler_annot_markup_get_date()Carlos Garcia Campos1-0/+9
2010-10-07[glib] Fix introspection annotations for poppler_document_get_page*()Fernando Herrera1-4/+2
2010-09-23[glib] Use g_memdup instead of g_strdup in poppler_document_get_id()Carlos Garcia Campos2-21/+20
2010-09-22[glib-demo] Show form field names in forms demoCarlos Garcia Campos1-6/+20
2010-09-22[glib] Add methods to get mapping, partial an fully qualified form field namesMark Riedesel3-0/+74
2010-09-22[glib] Fix minimum value of creation and modification date propertiesCarlos Garcia Campos1-2/+2
2010-09-17[glib] docs: Document PopplerDocument propertiesCarlos Garcia Campos1-157/+223
2010-09-17[glib] Add accessor for all PopplerDocument propertiesCarlos Garcia Campos4-132/+498