summaryrefslogtreecommitdiffstats
path: root/src/extension/internal/ps.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge from fe-movedTed Gould2008-11-211-1797/+0
| | | (bzr r6891)
* Merging from trunkTed Gould2008-10-111-2/+2
| | | (bzr r6884)
* NR:: to Geom:: for most of src/extension/Johan B. C. Engelen2008-08-121-18/+18
| | | (bzr r6612)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-081-1/+1
| | | (bzr r6593)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-051-3/+2
| | | (bzr r6564)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-031-2/+0
| | | (bzr r6540)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* convert ps output to 2geomJohan B. C. Engelen2008-07-121-37/+48
| | | (bzr r6278)
* 2geomify print, fill and stroke methods of extensionsJohan B. C. Engelen2008-07-121-4/+9
| | | (bzr r6274)
* change NR::Matrix to Geom:: for many sp_item_xxx_affine functionsJohan B. C. Engelen2008-06-121-1/+1
| | | (bzr r5915)
* complete adding const to have only NArtBpath const * get_bpath() const; for ↵Johan B. C. Engelen2008-05-091-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 Floryan2008-04-231-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)
* r19076@shi: ted | 2008-04-21 15:42:45 -0700Ted Gould2008-04-211-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)
* No more NRMatrix or NRPoint.Jasper van de Gronde2008-03-211-33/+34
| | | (bzr r5149)
* Applying Gail's patch for font-specificationBryce Harrington2008-01-051-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)
* Warning cleanup (including OFFSET_OF warning)Jon A. Cruz2007-12-011-3/+3
| | | (bzr r4150)
* Use computed fill-rule value when setting fill in cairo pdf/ps export.gustav_b2007-10-241-1/+1
| | | (bzr r3951)
* revert partly 16042 include filesAdib Taraben2007-09-121-1/+5
| | | (bzr r3736)
* (PrintPS::begin): Change isspace to g_ascii_isspace.Peter Moulder2007-09-121-7/+22
| | | | | print.cpp, extension/internal/ps.cpp: Fix some #includes. (bzr r3725)
* Purged fill type enumJon A. Cruz2007-09-101-14/+14
| | | (bzr r3706)
* commited Solaris 2.8 / gcc-3.2.3 fixesMarkus Schwarzenberg2007-03-011-0/+4
| | | (bzr r2485)
* API change: render methods now take a cairo_t (not yet used)bulia byak2007-03-011-1/+1
| | | (bzr r2472)
* relocated unix print dialog outside of extension call pathKees Cook2007-02-181-119/+35
| | | (bzr r2390)
* correctly ifdef the new print dialogKees Cook2007-02-061-2/+7
| | | (bzr r2335)
* initial support for gtk print dialog, if availableKees Cook2007-02-051-3/+91
| | | (bzr r2331)
* fix [ 1561416 ] EPS export brokentheAdib2006-12-261-4/+6
| | | (bzr r2104)
* fix for [ 1597605 ] Fontnames containing spaces are incorrectly written to PStheAdib2006-12-261-2/+9
| | | (bzr r2103)
* Fix for bug #1561416, as suggested by kuestereiUlf Erikson2006-12-111-4/+6
| | | (bzr r2088)
* last fixes from patch 1219308bulia byak2006-12-111-6/+6
| | | (bzr r2087)
* fix for bug #1600900, freetype internals must not be used.St??phane Gimenez2006-12-021-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)
* remove g++ 4.1.1 compiler errorsBob Jamison2006-11-181-2/+2
| | | (bzr r1980)
* patch 1219308 for embedding type 1 fonts into ps/eps outputbulia byak2006-11-181-35/+524
| | | (bzr r1977)
* Removed spaces from font names in EPS export. Also removed the parentheses ↵Johan B. C. Engelen2006-09-051-5/+8
| | | | | (they were inserted to remove a syntax error due to the spaces) (bzr r1694)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-1/+1
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-1/+1
| | | | | one major janitorial task we identified.... (bzr r1633)
* Fix for bug #1514977 (Text export in EPS file)Ulf Erikson2006-07-021-10/+16
| | | | | and Corrected transform of rotated/scaled images. (bzr r1336)
* patch to fix multiple ps and pdf problems by Ulf Eriksonbulia byak2006-07-011-93/+64
| | | (bzr r1331)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-2/+3
| | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044)
* whoops, quoting of %MenTaLguY2006-05-231-1/+1
| | | (bzr r973)
* move %%EOF to end of output documentMenTaLguY2006-05-231-3/+2
| | | (bzr r972)
* add %%EOF trailer for DSC-complianceMenTaLguY2006-05-211-0/+2
| | | (bzr r911)
* r11029@tres: ted | 2006-03-18 11:01:42 -0800Ted Gould2006-03-291-1/+1
| | | | | Updating the default destination to "| lp" (bzr r356)
* fix 1311015bulia byak2006-02-231-1/+1
| | | (bzr r175)
* r10820@tres: ted | 2006-01-29 16:56:50 -0800Ted Gould2006-01-301-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)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+1264
(bzr r1)