summaryrefslogtreecommitdiff
path: root/glib/poppler-page.cc
AgeCommit message (Expand)AuthorFilesLines
5 daysglib: Add poppler_page_remove_annot()Carlos Garcia Campos1-0/+19
2012-04-12Do not pass those params to createGfx since they aren't usedAlbert Astals Cid1-2/+2
2012-03-26Re-added forceRasterize to PSOutputDev (and qt4 fix too)‏Fabio D'Urso1-1/+1
2012-02-19glib docs: fix typoAdrian Johnson1-1/+1
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-15/+19
2012-02-05[xpdf303] TextOutputDev and associated changesAlbert Astals Cid1-2/+3
2012-02-04gtk-doc: Fix API documentation for poppler_page_free_annot_mapping()Hib Eris1-2/+2
2012-02-04gtk-doc: remove references to removed pixbuf functionsHib Eris1-4/+2
2012-02-04gtk-doc: Fix typo'sHib Eris1-2/+1
2012-01-20glib: various minor introspection and documentation improvementsEvan Nemerson1-8/+15
2011-09-01xpdf303: Page functions do not need Catalog * anymoreAlbert Astals Cid1-7/+4
2011-09-01xpdf303: API rework, Gfx wants a PDFDoc instead of an XRefAlbert Astals Cid1-2/+0
2011-08-22glib: Add poppler_page_get_text_attributes()danigm1-0/+202
2011-03-01Merge Link and AnnotLink codeCarlos Garcia Campos1-16/+13
2011-02-26glib: Add some more introspection annotationsCarlos Garcia Campos1-3/+3
2011-02-26glib: Add missing "out" annotation to poppler_page_get_size()Peter Ward1-2/+2
2011-02-13glib: Remove deprecated GDK APICarlos Garcia Campos1-296/+0
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-11-10Linearization improvementsHib Eris1-0/+1
2010-10-17[glib] Add poppler_page_get_selected_region()Carlos Garcia Campos1-0/+81
2010-10-17[glib] Add poppler_page_render_for_printing_with_options()Carlos Garcia Campos1-9/+68
2010-09-13[glib] doc: Document PopplerPage:label propertyCarlos Garcia Campos1-0/+5
2010-09-13[glib] Add poppler_page_get_label()Carlos Garcia Campos1-13/+34
2010-09-13[glib] Avoid core headers to be parsed by the g-i scannerCarlos Garcia Campos1-0/+2
2010-07-20[glib] Add poppler_page_add_annot()Carlos Garcia Campos1-0/+19
2010-07-08[glib] Fix poppler_page_find_tex() when called more than onceCarlos Garcia Campos1-1/+1
2010-07-08[glib] Add poppler_page_get_selected_text()Carlos Garcia Campos1-11/+32
2010-07-05[glib] docs: add some more introspection annotationsCarlos Garcia Campos1-2/+2
2010-07-02[glib] docs: Add GObject introspection annotationsCarlos Garcia Campos1-8/+15
2010-07-02[glib] docs: deprecate GDK APICarlos Garcia Campos1-0/+8
2010-07-01[glib] docs: Add index of new symbols for versions 0.12, 0.14 and 0.16Carlos Garcia Campos1-0/+2
2010-07-01[glib] docs: document boxed types defined in poppler-pageCarlos Garcia Campos1-0/+147
2010-07-01[glib] Remove splash header fileCarlos Garcia Campos1-1/+0
2010-06-30[glib] docs: do not use gtk-doc templatesCarlos Garcia Campos1-0/+6
2010-06-19[glib] Fix links/annots area for rotated documents with page CropBox not star...Carlos Garcia Campos1-15/+10
2010-06-16[glib] Add poppler_page_get_text_layout()Daniel Garcia1-0/+91
2010-06-15[glib] Add some G_UNLIKELY()Carlos Garcia Campos1-7/+10
2010-06-15[glib] Use g_slice for mappings and PopplerRectangleCarlos Garcia Campos1-32/+18
2010-06-15[glib] Use poppler_image_mapping_free() instead of g_free()Carlos Garcia Campos1-1/+1
2010-06-15[glib] Remove poppler_mapping_free and use poppler_link_mapping_free insteadCarlos Garcia Campos1-8/+1
2010-06-15[glib] Use _new() methods instead of g_new() to create boxed structsCarlos Garcia Campos1-3/+3
2010-04-12[glib] Use existing cairo api when rendering to a pixbufCarlos Garcia Campos1-134/+93
2010-03-18[glib] Move find_annot_movie_for_action() from page to actionCarlos Garcia Campos1-79/+0
2010-03-15[glib] Add support for screen annotationCarlos Garcia Campos1-0/+3
2010-03-15[glib] Add support for movie actionsCarlos Garcia Campos1-1/+80
2010-03-15[glib] Add support for movie annotationsCarlos Garcia Campos1-0/+3
2010-01-24[glib] Make glib frontend unconditionally use cairo output deviceCarlos Garcia Campos1-232/+5
2010-01-23[glib] Use TextOutputDev to get TextPage when we haven't rendered the pageCarlos Garcia Campos1-9/+18
2009-11-15[glib] Add support for file attachment annotationsThomas Viehmann1-0/+3