summaryrefslogtreecommitdiff
path: root/glib/poppler-annot.cc
AgeCommit message (Expand)AuthorFilesLines
2020-02-10glib: automatic handle of page's cropbox on annotsNelson Benítez León1-22/+87
2018-10-08annots: Use std::unique_ptr instead of new/deleteCarlos Garcia Campos1-17/+8
2018-04-05Add some more constAlbert Astals Cid1-9/+9
2018-01-08Run clang-tidy with modernize nullptrAlbert Astals Cid1-32/+32
2015-04-19glib: Fix segfault when creating PopplerActionJason Crain1-2/+2
2015-04-18glib: Add poppler_annot_markup_set_popup_rectangle()Carlos Garcia Campos1-0/+31
2014-07-25glib: Return NULL in poppler_annot_get_contents also for empty stringsCarlos Garcia Campos1-1/+1
2014-03-30glib: Fix the first coord of the qudrilateral in create_poppler_quads_from_an...Thomas Liebetraut1-1/+1
2014-01-19glib: Make vertices a constructor parameter of line annotationsCarlos Garcia Campos1-2/+10
2014-01-19glib: Add PopplerAnnotTextMarkup class and subtypesGermán Poo-Caamaño1-0/+264
2013-12-05glib: Add implementation of Square and Circle annotationsGermán Poo-Caamaño1-26/+237
2013-11-19glib: Add support for simple line annotationsGermán Poo-Caamaño1-0/+79
2013-11-17glib: Add getter and setter for annotation's rectangleGermán Poo-Caamaño1-0/+48
2012-12-08glib: Add poppler_annot_set_flagsJosé Aliste1-0/+22
2012-11-25glib: Add missing ":" at the end of some functions documentationJosé Aliste1-1/+1
2012-05-20glib: Take a reference of the core annotation when creating a PopplerAnnotCarlos Garcia Campos1-31/+22
2012-02-06Merge branch 'master' into xpdf303mergeAlbert Astals Cid1-7/+8
2012-02-04gtk-doc: Fix typo'sHib Eris1-3/+3
2012-01-30Fix build with latest mingw-w64 headersHib Eris1-0/+1
2012-01-20glib: various minor introspection and documentation improvementsEvan Nemerson1-4/+4
2011-09-04xpdf303: Create annots with a doc instead of xref + catalogCarlos Garcia Campos1-2/+2
2011-05-27Make FileSpec a class and move EmbFile from Catalog to FileSpecCarlos Garcia Campos1-3/+3
2011-03-28Revert "Patch for embedding videos in to the pdf"Carlos Garcia Campos1-33/+0
2011-03-17Patch for embedding videos in to the pdfSrinivas Adicherla1-0/+33
2010-10-09[glib] docs: Document poppler_annot_markup_get_date()Carlos Garcia Campos1-0/+9
2010-07-20[glib] annots: Add several setter methodsCarlos Garcia Campos1-25/+253
2010-07-02[glib] docs: Add GObject introspection annotationsCarlos Garcia Campos1-23/+22
2010-07-01[glib] docs: Add index of new symbols for versions 0.12, 0.14 and 0.16Carlos Garcia Campos1-0/+17
2010-06-30[glib] docs: do not use gtk-doc templatesCarlos Garcia Campos1-0/+6
2010-03-15[glib] Add poppler_annot_get_page_index() to get the page associated to annotCarlos Garcia Campos1-0/+19
2010-03-15[glib] Add support for screen annotationCarlos Garcia Campos1-0/+75
2010-03-15[glib] Add support for movie annotationsCarlos Garcia Campos1-0/+97
2009-12-06Use fixed size array in AnnotColorCarlos Garcia Campos1-1/+1
2009-11-15[glib] Add poppler_annot_file_attachment_get_name()Carlos Garcia Campos1-7/+29
2009-11-15[glib] Add support for file attachment annotationsThomas Viehmann1-4/+65
2009-06-04[glib] Hyphenate UTF-8 and UTF-16BEJeremy C. Reed1-1/+1
2009-06-01[glib] Add poppler_annot_markup_has_popup()Carlos Garcia Campos1-0/+20
2009-05-08[glib] Add poppler_annot_markup_get_popup_rectangleCarlos Garcia Campos1-0/+35
2009-05-06[glib] Several fixes in poppler_annot_get_color()Carlos Garcia Campos1-15/+21
2009-04-24Update copyright headersCarlos Garcia Campos1-0/+1
2009-04-21[glib] Fix poppler_annot_markup_get_date()Carlos Garcia Campos1-11/+11
2009-04-21[glib] Add info about the return value in poppler_annot_get_modified() docCarlos Garcia Campos1-1/+3
2009-04-21[glib] Implement poppler_annot_set_contents()Carlos Garcia Campos1-0/+25
2009-02-21[glib] Add a macro to define boxed typesCarlos Garcia Campos1-12/+3
2008-09-20Remove some warnings and errors when compiling with gcc and -pedanticTomas Are Haavet1-4/+4
2008-04-04Updated glib bindings.Iñigo Martínez1-22/+5
2008-03-23Fixed wrong functions.Iñigo Martínez1-2/+2
2008-03-21Fixed poppler glib public api.Iñigo Martínez1-2/+2
2008-03-12Make GDK dependency option for glib bindingsCarlos Garcia Campos1-13/+13
2008-03-11Add preliminary annotations support in the glib frontendIñigo Martínez1-0/+776