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