summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
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
2012-11-28glib-demo: Fix warning on unused variable selectionHib Eris1-1/+0
2012-11-28glib-demo: Fix warnings on unused variablesHib Eris1-3/+1
2012-11-26glib/cmake: Include Gio-2.0 for introspectionPino Toscano1-1/+1
2012-11-26glib/cmake: Show all suppressed introspection scanner warningsPino Toscano1-1/+1
2012-11-25glib: Fix returns tag in PopplerAttachmentSaveFunc api docCarlos Garcia Campos1-1/+1
2012-11-25glib: Add missing ":" at the end of some functions documentationJosé Aliste3-12/+12
2012-11-25glib: Exclude poppler-input-stream.h from introspection filesHib Eris1-1/+1
2012-11-25glib: Include Gio-2.0 for introspectionHib Eris1-1/+1
2012-11-25glib: Show all suppressed introspection scanner warningsHib Eris1-1/+1
2012-11-24Update fill and stroke color in CairoOutputDev::startPageJason Crain1-1/+1
2012-11-24glib: Ensure text is only computed on first renderJosé Aliste1-5/+4
2012-11-24glib: check if words end with spacesJason Crain1-27/+35
2012-10-06glib: chain up finalize to the parent classCarlos Garcia Campos2-0/+8
2012-09-21Increase sonamespoppler-0.21.0Albert Astals Cid2-2/+2
2012-09-11Allow multiple fonts in a TextWordJason Crain1-20/+29
2012-08-15build: remove extra fontconfig CFLAGS and LIBSPino Toscano1-3/+1
2012-06-02glib-demo: Add find options to find demoCarlos Garcia Campos1-1/+60
2012-06-02glib-demo: Show search matches in a document viewCarlos Garcia Campos1-35/+218
2012-06-02glib: Add poppler_page_find_text_with_optionsThomas Schenker4-13/+62
2012-05-24glib docs: fix typoAdrian Johnson1-2/+2
2012-05-21Compile++Albert Astals Cid1-3/+3
2012-05-21CompileAlbert Astals Cid1-0/+2
2012-05-20glib-demo: Make text characters list fill and expand in text demoCarlos Garcia Campos1-1/+1
2012-05-20glib-demo: Add a button to remove annots from the annot viewCarlos Garcia Campos1-7/+41
2012-05-20glib: Add poppler_page_remove_annot()Carlos Garcia Campos3-0/+22
2012-05-20glib: Take a reference of the core annotation when creating a PopplerAnnotCarlos Garcia Campos1-31/+22
2012-05-19glib-demo: Fix runtime warningCarlos Garcia Campos1-1/+1
2012-05-19gtk-tests: Port to GTK+ 3.0Carlos Garcia Campos19-489/+320
2012-05-13glib-demo: Use poppler_document_new_from_gfile to load the given uriCarlos Garcia Campos1-7/+2