summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Expand)AuthorFilesLines
2009-07-30Revert "Remove unneeded files from repo"Carlos Garcia Campos1-2/+2
2009-07-08[glib-demo] Fix a typoCarlos Garcia Campos1-1/+1
2009-07-01[glib-demo] Do not use gio if glib < 2.15Carlos Garcia Campos1-2/+31
2009-06-30[glib-demo] Do not fill the surface before renderingCarlos Garcia Campos1-9/+2
2009-06-20[glib-demo] Allow using relative paths in demo applicationCarlos Garcia Campos1-12/+5
2009-06-19[glib-demo] Destroy pattern after using itCarlos Garcia Campos1-0/+1
2009-06-19[glib-demo] Use a transparent surface and fill it in white after renderingCarlos Garcia Campos1-3/+9
2009-06-19[glib-demo] Use cairo_paint instead of rectangle + fillCarlos Garcia Campos1-2/+1
2009-06-09[glib] Fix a crash when a destination points to an invalid pageCarlos Garcia Campos1-8/+13
2009-06-06Remove unneeded files from repoChristian Persch1-2/+2
2009-06-05[CMake] Add poppler version defines and version check macroPino Toscano1-0/+9
2009-06-05[CMake] switch poppler-features.h.cmake to a more autotools-like syntaxPino Toscano2-2/+2
2009-06-05[glib] Use g_strerror instead of strerrorCarlos Garcia Campos1-1/+1
2009-06-05Add poppler version defines and version check macroChristian Persch4-0/+100
2009-06-04[glib] Hyphenate UTF-8 and UTF-16BEJeremy C. Reed2-3/+3
2009-06-01[glib-demo] Use poppler_annot_markup_has_popup()Carlos Garcia Campos1-3/+4
2009-06-01[glib] Add poppler_annot_markup_has_popup()Carlos Garcia Campos2-0/+21
2009-05-08[glib] Add poppler_annot_markup_get_popup_rectangleCarlos Garcia Campos3-0/+45
2009-05-06[glib] Several fixes in poppler_annot_get_color()Carlos Garcia Campos2-29/+32
2009-04-29PopplerAttachment refers its document.Kouhei Sutou1-6/+35
2009-04-25[glib] Only create checksum string for valid checksumsCarlos Garcia Campos1-2/+3
2009-04-24Update copyright headersCarlos Garcia Campos2-0/+2
2009-04-21add poppler-date.{cc,h}Pino Toscano1-0/+2
2009-04-21[glib-demo] Fix dates handling in annots demoCarlos Garcia Campos1-55/+14
2009-04-21[glib-demo] GTime is deprecated, use time_t insteadCarlos Garcia Campos2-2/+2
2009-04-21[glib-demo] Use format_date from utils and remove duplicated codeCarlos Garcia Campos1-25/+2
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] Fix a typo in poppler_date_parse documentationCarlos Garcia Campos1-1/+1
2009-04-21[glib] Add poppler_date_parse to parse PDF format date stringsCarlos Garcia Campos7-40/+110
2009-04-21[glib] Implement poppler_annot_set_contents()Carlos Garcia Campos2-0/+27
2009-04-20Extend test-poppler-glib to show more page annotations and actionsCarlos Garcia Campos1-0/+68
2009-04-11More gmalloc → gmallocnAlbert Astals Cid1-1/+1
2009-04-10[glib] Print annotations with the print flag enabledCarlos Garcia Campos1-0/+2
2009-03-22Improved error reporting of ErrOpenFile errorsEric Toombs1-3/+11
2009-03-02[glib] Correctly handle doc->saveAs() error code.Carlos Garcia Campos1-4/+33
2009-02-21[glib] Make sure filename is valid utf-8 for remote destsCarlos Garcia Campos1-2/+1
2009-02-21[glib] Add a macro to define boxed typesCarlos Garcia Campos5-151/+53
2009-02-21[glib] Use template files to create poppler-enumsCarlos Garcia Campos3-30/+82
2009-02-21glib small doc comment correctionsThomas Viehmann3-3/+3
2009-02-21Make glib API reference more completeThomas Viehmann5-2/+511
2009-02-01[glib-demo] Fix a typo in format stringCarlos Garcia Campos1-1/+1
2009-01-07Require cmake 2.6.0, remove two cmake files provided upstreamAlbert Astals Cid1-1/+1
2008-12-26Fix compile warnings on auto imports for mingw32Hib Eris2-1/+3
2008-12-22Fix compile warning on format typeHib Eris1-1/+1
2008-12-22[demo] use the proper format field for gsize typesPino Toscano1-1/+1
2008-12-20add find.c and text.cPino Toscano1-0/+2
2008-12-20[glib-demo] Add find demoCarlos Garcia Campos4-1/+318
2008-12-20[glib-demo] Add Text demoCarlos Garcia Campos4-1/+211
2008-12-20[glib] Use TextPage instead of TextOutputDev when cairo is enabledCarlos Garcia Campos2-45/+107