index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
extension
/
internal
/
ps.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge from fe-moved
Ted Gould
2008-11-21
1
-1797
/
+0
*
Merging from trunk
Ted Gould
2008-10-11
1
-2
/
+2
*
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
2008-08-12
1
-18
/
+18
*
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
2008-08-08
1
-1
/
+1
*
Use is_straight_curve() instead of three separate dynamic casts
Diederik van Lierop
2008-08-05
1
-3
/
+2
*
remove many needless references to n-art-bpath.h
Johan B. C. Engelen
2008-08-03
1
-2
/
+0
*
update to 2geom rev. 1507
Johan B. C. Engelen
2008-07-25
1
-0
/
+2
*
convert ps output to 2geom
Johan B. C. Engelen
2008-07-12
1
-37
/
+48
*
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
2008-07-12
1
-4
/
+9
*
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
2008-06-12
1
-1
/
+1
*
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
2008-05-09
1
-2
/
+2
*
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
2008-04-23
1
-4
/
+4
*
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
2008-04-21
1
-1
/
+1
*
No more NRMatrix or NRPoint.
Jasper van de Gronde
2008-03-21
1
-33
/
+34
*
Applying Gail's patch for font-specification
Bryce Harrington
2008-01-05
1
-2
/
+3
*
Warning cleanup (including OFFSET_OF warning)
Jon A. Cruz
2007-12-01
1
-3
/
+3
*
Use computed fill-rule value when setting fill in cairo pdf/ps export.
gustav_b
2007-10-24
1
-1
/
+1
*
revert partly 16042 include files
Adib Taraben
2007-09-12
1
-1
/
+5
*
(PrintPS::begin): Change isspace to g_ascii_isspace.
Peter Moulder
2007-09-12
1
-7
/
+22
*
Purged fill type enum
Jon A. Cruz
2007-09-10
1
-14
/
+14
*
commited Solaris 2.8 / gcc-3.2.3 fixes
Markus Schwarzenberg
2007-03-01
1
-0
/
+4
*
API change: render methods now take a cairo_t (not yet used)
bulia byak
2007-03-01
1
-1
/
+1
*
relocated unix print dialog outside of extension call path
Kees Cook
2007-02-18
1
-119
/
+35
*
correctly ifdef the new print dialog
Kees Cook
2007-02-06
1
-2
/
+7
*
initial support for gtk print dialog, if available
Kees Cook
2007-02-05
1
-3
/
+91
*
fix [ 1561416 ] EPS export broken
theAdib
2006-12-26
1
-4
/
+6
*
fix for [ 1597605 ] Fontnames containing spaces are incorrectly written to PS
theAdib
2006-12-26
1
-2
/
+9
*
Fix for bug #1561416, as suggested by kuesterei
Ulf Erikson
2006-12-11
1
-4
/
+6
*
last fixes from patch 1219308
bulia byak
2006-12-11
1
-6
/
+6
*
fix for bug #1600900, freetype internals must not be used.
St??phane Gimenez
2006-12-02
1
-3
/
+3
*
remove g++ 4.1.1 compiler errors
Bob Jamison
2006-11-18
1
-2
/
+2
*
patch 1219308 for embedding type 1 fonts into ps/eps output
bulia byak
2006-11-18
1
-35
/
+524
*
Removed spaces from font names in EPS export. Also removed the parentheses (t...
Johan B. C. Engelen
2006-09-05
1
-5
/
+8
*
peeled back the gboolean code as it hit on some complexity theory principles...
Jon Phillips
2006-08-25
1
-1
/
+1
*
Ok, committed msgloan's patch to convert gbooleans to bools thus completing
Jon Phillips
2006-08-23
1
-1
/
+1
*
Fix for bug #1514977 (Text export in EPS file)
Ulf Erikson
2006-07-02
1
-10
/
+16
*
patch to fix multiple ps and pdf problems by Ulf Erikson
bulia byak
2006-07-01
1
-93
/
+64
*
replace nr_new() with g_new(), and try to converge on using the glib allocato...
MenTaLguY
2006-05-28
1
-2
/
+3
*
whoops, quoting of %
MenTaLguY
2006-05-23
1
-1
/
+1
*
move %%EOF to end of output document
MenTaLguY
2006-05-23
1
-3
/
+2
*
add %%EOF trailer for DSC-compliance
MenTaLguY
2006-05-21
1
-0
/
+2
*
r11029@tres: ted | 2006-03-18 11:01:42 -0800
Ted Gould
2006-03-29
1
-1
/
+1
*
fix 1311015
bulia byak
2006-02-23
1
-1
/
+1
*
r10820@tres: ted | 2006-01-29 16:56:50 -0800
Ted Gould
2006-01-30
1
-1
/
+3
*
moving trunk for module inkscape
MenTaLguY
2006-01-16
1
-0
/
+1264