summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
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
2013-05-21Do not use deprecated gtk_scrolled_window_add_with_viewport()Hib Eris5-0/+20
2013-04-06Make our mutexes recursiveAlbert Astals Cid1-0/+3
2013-03-24glib: Always start from the beginning when starting a new search on a pageCarlos Garcia Campos1-1/+4
2013-01-28A few more missing GoffsetsAdrian Johnson1-1/+1
2013-01-25Large file supportAdrian Johnson2-13/+13
2013-01-19Make rendering thread-safeThomas Freitag2-0/+5
2012-12-150.21.4 soversion increasespoppler-0.21.4Albert Astals Cid2-2/+2
2012-12-08glib-demo: Update the demo to modify flags of annotationsJosé Aliste1-0/+65
2012-12-08glib: Add poppler_annot_set_flagsJosé Aliste2-0/+24
2012-12-02glib-demo: Do not use deprecated gtk_color_button_{get,set}_rgba()Hib Eris1-0/+16
2012-12-01Fix compile warning on unused variable filename_gHib Eris1-1/+1
2012-11-28glib-demo: Fix warning on signednessHib Eris1-1/+1
2012-11-28glib-demo: Fix set but unused warningHib Eris1-3/+6
2012-11-28glib-demo: pgd_text_view_query_tooltip(): return a gbooleanHib Eris1-1/+3
2012-11-28glib-demo: Remove set but unused variable textinfoHib Eris1-2/+0
2012-11-28glib-demo: Fix warning "operation on 'page' may be undefined [-Wsequence-point]"Hib Eris1-1/+1
2012-11-28glib-demo: Remove unused variable slice_selectorHib Eris1-1/+1
2012-11-28glib-demo: Remove unused variable regionHib Eris1-1/+0
2012-11-28glib-demo: Do not use 'text' uninitializedHib Eris1-1/+1