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