summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2014-04-30glib: Fix multiple definition of PopplerTextSpanCarlos Garcia Campos1-3/+0
2014-03-30glib: Fix the first coord of the qudrilateral in create_poppler_quads_from_an...Thomas Liebetraut1-1/+1
2014-03-10glib: Use flags argument in poppler_structure_element_get_text()Adrian Perez de Castro3-6/+23
2014-03-06glib: Add missing underscore in method nameAdrian Perez de Castro1-1/+1
2014-03-05Rename getNumElements, getElement and appendElement as getNumChildren, getChi...Carlos Garcia Campos1-8/+8
2014-03-05glib: Update the documentation symbols after the PopplerStructureScope renameCarlos Garcia Campos1-2/+2
2014-03-05glib: Rename PopplerStructureScope as PopplerStructureTableScopeCarlos Garcia Campos2-13/+13
2014-03-05glib: Implement accessors for element attributesAdrian Perez de Castro3-18/+1597
2014-03-02glib: Fixes in the API reference documentationAdrian Perez de Castro3-4/+4
2014-03-01glib: Remove poppler_text_span_is_link() in headerAdrian Perez de Castro1-1/+0
2014-02-27glib: Remove unneeded POPPLER_STRUCTURE_ELEMENT_UNKNOWNAdrian Perez de Castro2-6/+7
2014-02-22glib: Add poppler_structure_element_is_grouping()Adrian Perez de Castro3-0/+22
2014-02-22glib: Handle missing structure element typesAdrian Perez de Castro2-8/+26
2014-02-09Fix cmake buildAlbert Astals Cid2-0/+3
2014-02-09glib-demo: Pane showing the document structureAdrian Perez de Castro4-0/+267
2014-02-09glib: Expose inline attributes of structure elementsAdrian Perez de Castro4-1/+297
2014-02-09glib: Expose the document structure treeAdrian Perez de Castro8-0/+831
2014-02-09glib-demo: Fix performance in text markup annotationsGermán Poo-Caamaño1-6/+13
2014-02-08glib: Fix gobject-introspection warningsCarlos Garcia Campos1-2/+2
2014-01-21glib-demo: Fix conding style issue in render.cAndres Gomez1-1/+1
2014-01-21glib-demo: Fix trailing whitespaces in render.cAndres Gomez1-2/+2
2014-01-21glib: Install error callbackChristian Persch1-0/+47
2014-01-19glib: Make vertices a constructor parameter of line annotationsCarlos Garcia Campos3-6/+14
2014-01-19glib-demo: Add support for PopplerTextAnnotMarkupGermán Poo-Caamaño1-26/+206
2014-01-19glib: Add PopplerAnnotTextMarkup class and subtypesGermán Poo-Caamaño6-0/+306
2014-01-19glib: Add PopplerQuadrilateral boxed typeGermán Poo-Caamaño4-0/+93
2013-12-06glib-demo: Increase the default size of the main windowCarlos Garcia Campos1-1/+1
2013-12-05glib-demo: Add Square and Circle annotations demoGermán Poo-Caamaño1-0/+19
2013-12-05glib: Add implementation of Square and Circle annotationsGermán Poo-Caamaño6-26/+286
2013-12-03glib-demo: Show number of charcters and text layout units in text demoCarlos Garcia Campos1-2/+2
2013-11-25glib-demo: Add an area selector to text demoCarlos Garcia Campos1-4/+110
2013-11-25glib: Add API to get text, text layout and text attributes for a given areaCarlos Garcia Campos3-5/+113
2013-11-22TextOutputDev: Honor the selection rectangle passed to TextPage::getSelection...Carlos Garcia Campos1-8/+14
2013-11-22glib-demo: Simplify annotations list and its propertiesGermán Poo-Caamaño1-55/+15
2013-11-19glib-demo: Add support for simple line annotationsGermán Poo-Caamaño1-8/+91
2013-11-19glib-demo: add color selection for new annotationsGermán Poo-Caamaño1-0/+34
2013-11-19glib: Add support for simple line annotationsGermán Poo-Caamaño6-0/+103
2013-11-19glib: Add PopplerPoint boxed typeGermán Poo-Caamaño4-0/+80
2013-11-17glib-demo: Add annotations interactivelyGermán Poo-Caamaño1-135/+213
2013-11-17glib: Add getter and setter for annotation's rectangleGermán Poo-Caamaño3-0/+54
2013-11-05glib-demo: Fix conding style issue in main.cAndres Gomez1-1/+1
2013-11-05glib-demo: Fix a typo in function nameAndres Gomez1-3/+3
2013-11-05glib-demo: Fix trailing whitespaces in main.cAndres Gomez1-7/+7
2013-11-05glib-demo: Make the Remove annotation button prominent in demoGermán Poo-Caamaño1-9/+13
2013-10-05glib-demo: Expand short names for annotations used in demoGermán Poo-Caamaño2-6/+6
2013-10-04glib-demo: Merge columns Type and Color in annotations demoGermán Poo-Caamaño1-12/+16
2013-10-04glib-demo: Rearrange layout for annotations in demoGermán Poo-Caamaño1-12/+118
2013-10-04glib-demo: Fix rectangle calculation for new annotations in demoGermán Poo-Caamaño1-2/+2
2013-07-30glib-demo: Remove GTK_DISABLE_DEPRECATED compilation flagCarlos Garcia Campos1-1/+0
2013-06-25glib: Use TextPage::getSelectionWords to build text layout and attributesCarlos Garcia Campos1-78/+90