| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2008-11-21 | Merge from fe-moved | Ted Gould | 1 | -1797/+0 | |
| (bzr r6891) | |||||
| 2008-10-11 | Merging from trunk | Ted Gould | 1 | -2/+2 | |
| (bzr r6884) | |||||
| 2008-08-12 | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 1 | -18/+18 | |
| (bzr r6612) | |||||
| 2008-08-08 | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r6593) | |||||
| 2008-08-05 | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 1 | -3/+2 | |
| (bzr r6564) | |||||
| 2008-08-03 | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 1 | -2/+0 | |
| (bzr r6540) | |||||
| 2008-07-25 | update to 2geom rev. 1507 | Johan B. C. Engelen | 1 | -0/+2 | |
| (bzr r6416) | |||||
| 2008-07-12 | convert ps output to 2geom | Johan B. C. Engelen | 1 | -37/+48 | |
| (bzr r6278) | |||||
| 2008-07-12 | 2geomify print, fill and stroke methods of extensions | Johan B. C. Engelen | 1 | -4/+9 | |
| (bzr r6274) | |||||
| 2008-06-12 | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 1 | -1/+1 | |
| (bzr r5915) | |||||
| 2008-05-09 | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 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) | |||||
| 2008-04-23 | Fixed some further issues with Internal extensions after the introduction of ↵ | Marcin Floryan | 1 | -4/+4 | |
| 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) | |||||
| 2008-04-21 | r19076@shi: ted | 2008-04-21 15:42:45 -0700 | Ted Gould | 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) | |||||
| 2008-03-21 | No more NRMatrix or NRPoint. | Jasper van de Gronde | 1 | -33/+34 | |
| (bzr r5149) | |||||
| 2008-01-05 | Applying Gail's patch for font-specification | Bryce Harrington | 1 | -2/+3 | |
| (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) | |||||
| 2007-12-01 | Warning cleanup (including OFFSET_OF warning) | Jon A. Cruz | 1 | -3/+3 | |
| (bzr r4150) | |||||
| 2007-10-24 | Use computed fill-rule value when setting fill in cairo pdf/ps export. | gustav_b | 1 | -1/+1 | |
| (bzr r3951) | |||||
| 2007-09-12 | revert partly 16042 include files | Adib Taraben | 1 | -1/+5 | |
| (bzr r3736) | |||||
| 2007-09-12 | (PrintPS::begin): Change isspace to g_ascii_isspace. | Peter Moulder | 1 | -7/+22 | |
| print.cpp, extension/internal/ps.cpp: Fix some #includes. (bzr r3725) | |||||
| 2007-09-10 | Purged fill type enum | Jon A. Cruz | 1 | -14/+14 | |
| (bzr r3706) | |||||
| 2007-03-01 | commited Solaris 2.8 / gcc-3.2.3 fixes | Markus Schwarzenberg | 1 | -0/+4 | |
| (bzr r2485) | |||||
| 2007-03-01 | API change: render methods now take a cairo_t (not yet used) | bulia byak | 1 | -1/+1 | |
| (bzr r2472) | |||||
| 2007-02-18 | relocated unix print dialog outside of extension call path | Kees Cook | 1 | -119/+35 | |
| (bzr r2390) | |||||
| 2007-02-06 | correctly ifdef the new print dialog | Kees Cook | 1 | -2/+7 | |
| (bzr r2335) | |||||
| 2007-02-05 | initial support for gtk print dialog, if available | Kees Cook | 1 | -3/+91 | |
| (bzr r2331) | |||||
| 2006-12-26 | fix [ 1561416 ] EPS export broken | theAdib | 1 | -4/+6 | |
| (bzr r2104) | |||||
| 2006-12-26 | fix for [ 1597605 ] Fontnames containing spaces are incorrectly written to PS | theAdib | 1 | -2/+9 | |
| (bzr r2103) | |||||
| 2006-12-11 | Fix for bug #1561416, as suggested by kuesterei | Ulf Erikson | 1 | -4/+6 | |
| (bzr r2088) | |||||
| 2006-12-11 | last fixes from patch 1219308 | bulia byak | 1 | -6/+6 | |
| (bzr r2087) | |||||
| 2006-12-02 | fix for bug #1600900, freetype internals must not be used. | St??phane Gimenez | 1 | -3/+3 | |
| but, the replacement "FT_Get_X11_Font_Format" is still a hack, headers says: "It should only be used by the FreeType 2 font backend of the XFree86 font server." (bzr r2060) | |||||
| 2006-11-18 | remove g++ 4.1.1 compiler errors | Bob Jamison | 1 | -2/+2 | |
| (bzr r1980) | |||||
| 2006-11-18 | patch 1219308 for embedding type 1 fonts into ps/eps output | bulia byak | 1 | -35/+524 | |
| (bzr r1977) | |||||
| 2006-09-05 | Removed spaces from font names in EPS export. Also removed the parentheses ↵ | Johan B. C. Engelen | 1 | -5/+8 | |
| (they were inserted to remove a syntax error due to the spaces) (bzr r1694) | |||||
| 2006-08-25 | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 1 | -1/+1 | |
| need to rethink and incrementally change gbooleans to bools (bzr r1637) | |||||
| 2006-08-23 | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 1 | -1/+1 | |
| one major janitorial task we identified.... (bzr r1633) | |||||
| 2006-07-02 | Fix for bug #1514977 (Text export in EPS file) | Ulf Erikson | 1 | -10/+16 | |
| and Corrected transform of rotated/scaled images. (bzr r1336) | |||||
| 2006-07-01 | patch to fix multiple ps and pdf problems by Ulf Erikson | bulia byak | 1 | -93/+64 | |
| (bzr r1331) | |||||
| 2006-05-28 | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 1 | -2/+3 | |
| allocator a little more instead of the others (aside from libgc) (bzr r1044) | |||||
| 2006-05-23 | whoops, quoting of % | MenTaLguY | 1 | -1/+1 | |
| (bzr r973) | |||||
| 2006-05-23 | move %%EOF to end of output document | MenTaLguY | 1 | -3/+2 | |
| (bzr r972) | |||||
| 2006-05-21 | add %%EOF trailer for DSC-compliance | MenTaLguY | 1 | -0/+2 | |
| (bzr r911) | |||||
| 2006-03-29 | r11029@tres: ted | 2006-03-18 11:01:42 -0800 | Ted Gould | 1 | -1/+1 | |
| Updating the default destination to "| lp" (bzr r356) | |||||
| 2006-02-23 | fix 1311015 | bulia byak | 1 | -1/+1 | |
| (bzr r175) | |||||
| 2006-01-30 | r10820@tres: ted | 2006-01-29 16:56:50 -0800 | Ted Gould | 1 | -1/+3 | |
| Making it so all the important strings in the INX files are translateable. Also added in a 'clear-n_.h' to change the N_() macro from an inline function to a pure macro. Lastly, added in submenus for the effects. (bzr r55) | |||||
