summaryrefslogtreecommitdiff
path: root/glib
AgeCommit message (Collapse)AuthorFilesLines
2009-07-30Revert "Remove unneeded files from repo"Carlos Garcia Campos1-2/+2
This reverts commit 4cc9dee35e03d7b295a476f937ec0f2c43bb6592. See bug #22697.
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
Fixes bug #22530.
2009-06-30[glib-demo] Do not fill the surface before renderingCarlos Garcia Campos1-9/+2
The surface is guaranteed to be cleared
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
See bug #22094
2009-06-05[CMake] Add poppler version defines and version check macroPino Toscano1-0/+9
Add POPPLER_[MAJOR|MINOR|MICRO]_VERSION defines and POPPLER_CHECK_VERSION macro. FDO bug #22091.
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
Fixes bug #22095.
2009-06-05Add poppler version defines and version check macroChristian Persch4-0/+100
Add POPPLER_[MAJOR|MINOR|MICRO]_VERSION defines and POPPLER_CHECK_VERSION macro. FDO bug #22091.
2009-06-04[glib] Hyphenate UTF-8 and UTF-16BEJeremy C. Reed2-3/+3
Fixes bug #21953. where iconv() is called to fill in a text field, use "UTF-8" and "UTF-16BE" as encoding names rather than the less portable "UTF8" and "UTF16BE" -- this makes it work on NetBSD.
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
PopplerColor is compatible with GdkColor where every component is in the range of 0 to 65535, we were returning values between 0 and 1 but converted to guint16. We were also showing a warning when AnnotColor::colorTransparent is used, but we decided to return a PopplerColor * to be able to represent transparent color returning NULL, so it's actually supported.
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
Date field in Markup annots is also a PDF format date string, so it should be parsed and the resulting time_t used to create a correct GDate.
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
We need to make this public because the field M in the Annot dictionary might be a Date string (in PDF date format) or a text string. According to the PDF spec: "The preferred format is a date string as described in Section 3.8.3, “Dates,” but viewer applications should be prepared to accept and display a string in any format". The only way to know whether it's a PDF date string or not, is by trying to parse it. For this reason poppler_annot_get_modified() returns a gchar * instead of a time_t. So, viewers should try to parse the string in order to convert it to a time_t, and if it fails to parse, use the date string as provided by the document.
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
Based on path by Thomas Viehmann <tv@beamnet.de>
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
See bug #20660 for more information
2009-03-02[glib] Correctly handle doc->saveAs() error code.Carlos Garcia Campos1-4/+33
Fixes bug #19915.
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