summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/pdf-cairo.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* see, if someone else with actual time had done this they probably wouldn't ↵MenTaLguY2006-08-171-0/+4
| | | | | be tired and in a hurry and making stupid mistakes (bzr r1609)
* Tweak switch so that pango-cairo can be used in situations where cairo is ↵Bob Jamison2006-08-111-2/+2
| | | | | built without freetype. Including cairo-ft.h when cairo does not have freetype (such as cairo1.2.2 on win32) will cause an error. (bzr r1581)
* Removed left-in debug stuff.miklosh2006-08-101-2/+2
| | | (bzr r1579)
* Use std::vector.miklosh2006-08-101-18/+11
| | | (bzr r1577)
* Changed the PANGO_GLYPH_* defines to their actual values so skipping empty ↵miklosh2006-08-061-4/+4
| | | | | or unknown glyphs work with older pangoes also. (bzr r1569)
* Added Ulf's various PDF fixes.miklosh2006-08-061-6/+11
| | | (bzr r1567)
* fix "not found" build problem with older pangoesBob Jamison2006-08-021-0/+2
| | | (bzr r1540)
* add #include <pango> for people with older versionsBob Jamison2006-08-011-0/+1
| | | (bzr r1538)
* change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIROmiklosh2006-07-311-8/+8
| | | (bzr r1535)
* change USE_PANGO_CAIRO to HAVE_PANGO_CAIROBob Jamison2006-07-311-1/+1
| | | (bzr r1533)
* Make sure file compiles with or without HAVE_PANGO_CAIROBob Jamison2006-07-311-1/+7
| | | (bzr r1532)
* change USE_PANGO_CAIRO to HAVE_PANGO_CAIROBob Jamison2006-07-311-9/+15
| | | (bzr r1530)
* fix build breakersBob Jamison2006-07-311-3/+3
| | | (bzr r1529)
* Add Miklos's new Cairo PDF renderingBob Jamison2006-07-281-0/+1030
(bzr r1502)