summaryrefslogtreecommitdiffstats
path: root/src/extension/internal (unfollow)
Commit message (Expand)AuthorFilesLines
2006-10-08Comment out cairo-ft for font rendering. We should not need to depend on fre...Bob Jamison1-1/+6
2006-10-02Fixed a few warnings and hardcoded PANGO_GLYPH_* constantsmiklosh1-12/+13
2006-10-02Fixed the disabled debug macro which caused warningsmiklosh1-1/+1
2006-10-02Cleaned up virtual destructor problem and compile warnings.Jon A. Cruz5-6/+37
2006-10-01Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pairmiklosh1-0/+5
2006-10-01Added forgotten #ifdef HAVE_CAIRO_PDF/#endif pairmiklosh1-0/+4
2006-10-01PNG output for Cairo renderermiklosh1-0/+2
2006-10-01PNG output for Cairo renderermiklosh1-0/+128
2006-10-01PNG output for Cairo renderermiklosh1-0/+46
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-1/+7
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+133
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+50
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+614
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+85
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+1425
2006-10-01Initial commit of Cairo renderer for PDF exportmiklosh1-0/+198
2006-09-05Removed spaces from font names in EPS export. Also removed the parentheses (t...Johan B. C. Engelen1-5/+8
2006-08-26gboolean -> bool conversion commit 1. Modifies code to do with getting the u...Michael G. Sloan1-2/+3
2006-08-25peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips4-7/+7
2006-08-25I peeled back my changes because of some deep error.Jon Phillips1-1/+1
2006-08-24Cleaned up more of the gboolean to bool janitorial task...great!Jon Phillips1-1/+1
2006-08-23Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips4-7/+7
2006-08-17see, if someone else with actual time had done this they probably wouldn't be...MenTaLguY4-0/+16
2006-08-13Fixed: Wrong colour space was used in images with transparency.Ulf Erikson1-0/+5
2006-08-11Tweak switch so that pango-cairo can be used in situations where cairo is bui...Bob Jamison1-2/+2
2006-08-10Removed left-in debug stuff.miklosh1-2/+2
2006-08-10Use std::vector.miklosh1-2/+1
2006-08-10Use std::vector.miklosh1-18/+11
2006-08-08Fix for Bug #1535136 (Export PDF with transparent gradient fails whith pdflla...Ulf Erikson1-0/+14
2006-08-07CleanupUlf Erikson3-97/+76
2006-08-06Changed the PANGO_GLYPH_* defines to their actual values so skipping empty or...miklosh1-4/+4
2006-08-06Notify save failure by throwing "save_failed".miklosh1-5/+13
2006-08-06Added Ulf's various PDF fixes.miklosh1-6/+11
2006-08-05Embed bitmap images (with transparency). No compression yet. Best used for sm...Ulf Erikson1-101/+87
2006-08-05Notify save failure by throwing "save_failed".Ulf Erikson2-6/+14
2006-08-05Fix for eccentric elliptic gradients.Ulf Erikson1-0/+14
2006-08-05Bug 1527659 (Lack of canvas dimensions integrity from SVG to PDF)Ulf Erikson2-7/+6
2006-08-05Flush to file more often to avoid huge StringStreams.Ulf Erikson2-74/+82
2006-08-02fix "not found" build problem with older pangoesBob Jamison1-0/+2
2006-08-01add #include <pango> for people with older versionsBob Jamison1-0/+1
2006-07-31change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIROmiklosh1-1/+1
2006-07-31change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIROmiklosh1-8/+8
2006-07-31change USE_PANGO_CAIRO to HAVE_PANGO_CAIROBob Jamison1-1/+1
2006-07-31Make sure file compiles with or without HAVE_PANGO_CAIROBob Jamison1-1/+7
2006-07-31change USE_PANGO_CAIRO to HAVE_PANGO_CAIROBob Jamison2-11/+20
2006-07-31fix build breakersBob Jamison2-5/+4
2006-07-31r13127@tres: ted | 2006-07-30 22:18:42 -0700Ted Gould5-67/+226
2006-07-31r13110@tres: ted | 2006-07-30 22:13:21 -0700Ted Gould1-0/+38
2006-07-31r13109@tres: ted | 2006-07-30 22:11:20 -0700Ted Gould1-2/+17
2006-07-31r13108@tres: ted | 2006-07-30 12:27:51 -0700Ted Gould3-32/+125