summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2010-07-08[glib] Fix poppler_page_find_tex() when called more than onceCarlos Garcia Campos1-1/+1
2010-06-19[glib] Fix links/annots area for rotated documents with page CropBox not star...Carlos Garcia Campos1-15/+10
2010-06-13do not distribute these two filesAlbert Astals Cid1-4/+3
2010-06-08Increase soname as _PopplerActionMovie struct grewAlbert Astals Cid2-2/+2
2010-05-250.13.4poppler-0.13.4Albert Astals Cid12-0/+83
2010-04-21[glib-demo] Compile with -DGSEAL_ENABLEAndre Klapper3-7/+7
2010-04-12[glib] Use existing cairo api when rendering to a pixbufCarlos Garcia Campos1-134/+93
2010-03-27gtk-doc changesAlbert Astals Cid5-13/+31
2010-03-20[CMake] poppler-glib uses the freetype API, so it must explicitly link to itPino Toscano1-1/+1
2010-03-18[glib] Use g_slice_new/free instead of g_new/free to alloc/free iteratorsCarlos Garcia Campos1-14/+13
2010-03-18[glib] Move find_annot_movie_for_action() from page to actionCarlos Garcia Campos3-92/+82
2010-03-18[glib-demo] OCG State Actions demoCarlos Garcia Campos1-0/+64
2010-03-18[glib] Add support for OCG State actionsCarlos Garcia Campos3-1/+150
2010-03-18[glib] Make get_layer_rbgroup() and get_layers() doc funcs public for interna...Carlos Garcia Campos2-6/+9
2010-03-17[CMake] link poppler-glib to the gdk2 libraries, if gdk2 was foundPino Toscano1-0/+3
2010-03-17[CMake] set all the definitions for poppler-glib in a single placePino Toscano1-2/+2
2010-03-17[CMake] no need to check for BUILD_GTK_TESTS for single testsPino Toscano1-2/+2
2010-03-15[build] Update cmake filesCarlos Garcia Campos1-0/+4
2010-03-15[glib-demo] Rendition actions demoCarlos Garcia Campos1-0/+112
2010-03-15[glib] Add support for rendition actionsCarlos Garcia Campos2-1/+35
2010-03-15[glib] Add PopplerMedia representing a Rendition Media ClipCarlos Garcia Campos5-0/+361
2010-03-15[glib-demo] Add page number to annots demoCarlos Garcia Campos1-0/+4
2010-03-15[glib] Add poppler_annot_get_page_index() to get the page associated to annotCarlos Garcia Campos2-0/+20
2010-03-15[glib-demo] Annot screen demoCarlos Garcia Campos1-0/+17
2010-03-15[glib] Add support for screen annotationCarlos Garcia Campos5-0/+88
2010-03-15[glib-demo] Annot and links movie demoCarlos Garcia Campos3-1/+137
2010-03-15[glib] Add support for movie actionsCarlos Garcia Campos4-8/+125
2010-03-15[glib] Add support for movie annotationsCarlos Garcia Campos5-0/+112
2010-03-15[glib] Add PopplerMovie classCarlos Garcia Campos5-0/+188
2010-03-07[CMake] remove the generated poppler-enums.{c,h} in the clean targetPino Toscano1-0/+4
2010-03-07[CMake] use the --template option of glib-mkenums (like done with autotools)Pino Toscano1-20/+4
2010-03-07[CMake] set POPPLER_GLIB_DISABLE_DEPRECATED and POPPLER_GLIB_DISABLE_SINGLE_I...Pino Toscano1-1/+5
2010-03-07reorder to match what's in the correspondent .inPino Toscano1-1/+1
2010-03-07[CMake] GDK_FEATURE is no more needed herePino Toscano1-1/+0
2010-03-07[CMake] first look for Cairo, then for GLib/GDK/GTKPino Toscano1-1/+0
2010-03-07[CMake] enhance/rewrite a bit the FindCairo modulePino Toscano1-1/+1
2010-01-26Add POPPLER_WITH_GDK in cmake build systemAlbert Astals Cid2-0/+2
2010-01-25Only build demos and test if told so. Install poppler-layer.hMaciej Mrozowski1-4/+5
2010-01-24only compile glib frontend if cairo is foundAlbert Astals Cid1-18/+7
2010-01-24compileAlbert Astals Cid1-0/+1
2010-01-24[glib-demo] Remove #ifdef HAVE_CAIRO macros from several demosCarlos Garcia Campos3-93/+9
2010-01-24[glib] Make glib frontend unconditionally use cairo output deviceCarlos Garcia Campos7-289/+10
2010-01-23[glib] Use TextOutputDev to get TextPage when we haven't rendered the pageCarlos Garcia Campos1-9/+18
2010-01-15[glib-demo/cmake] compile print.cPino Toscano1-0/+1
2010-01-15[glib-demo] Add print demoCarlos Garcia Campos4-1/+171
2010-01-15[glib-demo] Add render for printing option to render demoCarlos Garcia Campos1-9/+38
2010-01-07[glib] Use PDFDoc(wchar_t *, ...) on WindowsHib Eris1-3/+19
2009-12-06Use fixed size array in AnnotColorCarlos Garcia Campos1-1/+1
2009-11-15[glib-demo] Show attachment name in FileAttachment annot properties tableCarlos Garcia Campos1-0/+5
2009-11-15[glib] Add poppler_annot_file_attachment_get_name()Carlos Garcia Campos2-7/+30