| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -1060/+0 |
| | | | | (bzr r6891) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -24/+24 |
| | | | | (bzr r6612) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -2/+2 |
| | | | | (bzr r6593) | ||||
| * | don't call cairo_new_path in feed_pathvector_to_cairo (like the old ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -0/+2 |
| | | | | | | feed_path_to_cairo didn't do) (bzr r6311) | ||||
| * | remove no longer needed inclusions | Johan B. C. Engelen | 2008-07-12 | 1 | -3/+0 |
| | | | | (bzr r6277) | ||||
| * | * remove code duplication from pdf-cairo extension | Johan B. C. Engelen | 2008-07-12 | 1 | -43/+6 |
| | | | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276) | ||||
| * | 2geomify print, fill and stroke methods of extensions | Johan B. C. Engelen | 2008-07-12 | 1 | -4/+9 |
| | | | | (bzr r6274) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
| * | patch 181692 | bulia byak | 2008-06-12 | 1 | -1/+6 |
| | | | | (bzr r5893) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+2 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | Fixed some further issues with Internal extensions after the introduction of ↵ | Marcin Floryan | 2008-04-23 | 1 | -5/+5 |
| | | | | | | schema for INX files (the boolean values now spelled in lower case). This fixes an intermediate problem of Inkscape concerning its native SVG files as a loosy format. (bzr r5496) | ||||
| * | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 2008-04-21 | 1 | -1/+1 |
| | | | | | | | | | | Core of having a real namespace for Inkscape extensions. r19077@shi: ted | 2008-04-21 15:50:12 -0700 First layer of adding NS r19078@shi: ted | 2008-04-21 15:56:03 -0700 Whew, doing the rest of them. (bzr r5483) | ||||
| * | make sure --export-area-canvas works for pdf export too | bulia byak | 2008-04-16 | 1 | -12/+12 |
| | | | | (bzr r5455) | ||||
| * | reproduce the ancestors transform when exporting a single object | bulia byak | 2008-04-01 | 1 | -3/+23 |
| | | | | (bzr r5290) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -10/+10 |
| | | | | (bzr r5149) | ||||
| * | enable --export-id and --export-area-drawing for PDF export | bulia byak | 2008-03-12 | 1 | -2/+7 |
| | | | | (bzr r5063) | ||||
| * | Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with ↵ | Johan B. C. Engelen | 2008-03-02 | 1 | -2/+1 |
| | | | | | | the "quark-prueba.svg" file (bzr r4923) | ||||
| * | vertical flip on RENDER_WITH_PANGO_CAIRO text output | Adib Taraben | 2008-03-02 | 1 | -52/+65 |
| | | | | (bzr r4920) | ||||
| * | Applying Gail's patch for font-specification | Bryce Harrington | 2008-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | (Closes LP: #169973) - New attribute in an object's style string called -inkscape-font-specification stores full font name - This will be useful when we can support fonts that don't fit into the confines of CSS (if either pango enhances their PangoFontDescription structure, or we can get around its limitations) - Framework in place to separate font families from their "styles" (faces) in the text and font dialog - need only the code that does the actual separation - Text and Styles dialog shows only fonts it can handle (bzr r4392) | ||||
| * | Use computed fill-rule value when setting fill in cairo pdf/ps export. | gustav_b | 2007-10-24 | 1 | -1/+1 |
| | | | | (bzr r3951) | ||||
| * | Purged fill type enum | Jon A. Cruz | 2007-09-10 | 1 | -23/+23 |
| | | | | (bzr r3706) | ||||
| * | Revert warning-remove edit. Needed for switch | Bob Jamison | 2007-04-22 | 1 | -1/+1 |
| | | | | (bzr r2947) | ||||
| * | remove warnings | Bob Jamison | 2007-04-22 | 1 | -1/+1 |
| | | | | (bzr r2945) | ||||
| * | "fix" gradients; things need to be resolved on the Cairo side, of course | MenTaLguY | 2006-11-10 | 1 | -4/+4 |
| | | | | (bzr r1933) | ||||
| * | fix alpha compositing in PDF export | MenTaLguY | 2006-11-10 | 1 | -13/+17 |
| | | | | (bzr r1932) | ||||
| * | see, if someone else with actual time had done this they probably wouldn't ↵ | MenTaLguY | 2006-08-17 | 1 | -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 Jamison | 2006-08-11 | 1 | -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. | miklosh | 2006-08-10 | 1 | -2/+2 |
| | | | | (bzr r1579) | ||||
| * | Use std::vector. | miklosh | 2006-08-10 | 1 | -18/+11 |
| | | | | (bzr r1577) | ||||
| * | Changed the PANGO_GLYPH_* defines to their actual values so skipping empty ↵ | miklosh | 2006-08-06 | 1 | -4/+4 |
| | | | | | | or unknown glyphs work with older pangoes also. (bzr r1569) | ||||
| * | Added Ulf's various PDF fixes. | miklosh | 2006-08-06 | 1 | -6/+11 |
| | | | | (bzr r1567) | ||||
| * | fix "not found" build problem with older pangoes | Bob Jamison | 2006-08-02 | 1 | -0/+2 |
| | | | | (bzr r1540) | ||||
| * | add #include <pango> for people with older versions | Bob Jamison | 2006-08-01 | 1 | -0/+1 |
| | | | | (bzr r1538) | ||||
| * | change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO | miklosh | 2006-07-31 | 1 | -8/+8 |
| | | | | (bzr r1535) | ||||
| * | change USE_PANGO_CAIRO to HAVE_PANGO_CAIRO | Bob Jamison | 2006-07-31 | 1 | -1/+1 |
| | | | | (bzr r1533) | ||||
| * | Make sure file compiles with or without HAVE_PANGO_CAIRO | Bob Jamison | 2006-07-31 | 1 | -1/+7 |
| | | | | (bzr r1532) | ||||
| * | change USE_PANGO_CAIRO to HAVE_PANGO_CAIRO | Bob Jamison | 2006-07-31 | 1 | -9/+15 |
| | | | | (bzr r1530) | ||||
| * | fix build breakers | Bob Jamison | 2006-07-31 | 1 | -3/+3 |
| | | | | (bzr r1529) | ||||
| * | Add Miklos's new Cairo PDF rendering | Bob Jamison | 2006-07-28 | 1 | -0/+1030 |
| (bzr r1502) | |||||
