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
/
pdf-cairo.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2008-11-21
Merge from fe-moved
Ted Gould
1
-1060
/
+0
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-24
/
+24
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-07-15
don't call cairo_new_path in feed_pathvector_to_cairo (like the old feed_path...
Johan B. C. Engelen
1
-0
/
+2
2008-07-12
remove no longer needed inclusions
Johan B. C. Engelen
1
-3
/
+0
2008-07-12
* remove code duplication from pdf-cairo extension
Johan B. C. Engelen
1
-43
/
+6
2008-07-12
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
1
-4
/
+9
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-2
/
+2
2008-06-12
patch 181692
bulia byak
1
-1
/
+6
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-2
/
+2
2008-04-23
Fixed some further issues with Internal extensions after the introduction of ...
Marcin Floryan
1
-5
/
+5
2008-04-21
r19076@shi: ted | 2008-04-21 15:42:45 -0700
Ted Gould
1
-1
/
+1
2008-04-16
make sure --export-area-canvas works for pdf export too
bulia byak
1
-12
/
+12
2008-04-01
reproduce the ancestors transform when exporting a single object
bulia byak
1
-3
/
+23
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-10
/
+10
2008-03-12
enable --export-id and --export-area-drawing for PDF export
bulia byak
1
-2
/
+7
2008-03-02
Remove double unreffing of pointer in pdf-cairo.cpp. Fixes Bug #178985 with ...
Johan B. C. Engelen
1
-2
/
+1
2008-03-02
vertical flip on RENDER_WITH_PANGO_CAIRO text output
Adib Taraben
1
-52
/
+65
2008-01-05
Applying Gail's patch for font-specification
Bryce Harrington
1
-1
/
+1
2007-10-24
Use computed fill-rule value when setting fill in cairo pdf/ps export.
gustav_b
1
-1
/
+1
2007-09-10
Purged fill type enum
Jon A. Cruz
1
-23
/
+23
2007-04-22
Revert warning-remove edit. Needed for switch
Bob Jamison
1
-1
/
+1
2007-04-22
remove warnings
Bob Jamison
1
-1
/
+1
2006-11-10
"fix" gradients; things need to be resolved on the Cairo side, of course
MenTaLguY
1
-4
/
+4
2006-11-10
fix alpha compositing in PDF export
MenTaLguY
1
-13
/
+17
2006-08-17
see, if someone else with actual time had done this they probably wouldn't be...
MenTaLguY
1
-0
/
+4
2006-08-11
Tweak switch so that pango-cairo can be used in situations where cairo is bui...
Bob Jamison
1
-2
/
+2
2006-08-10
Removed left-in debug stuff.
miklosh
1
-2
/
+2
2006-08-10
Use std::vector.
miklosh
1
-18
/
+11
2006-08-06
Changed the PANGO_GLYPH_* defines to their actual values so skipping empty or...
miklosh
1
-4
/
+4
2006-08-06
Added Ulf's various PDF fixes.
miklosh
1
-6
/
+11
2006-08-02
fix "not found" build problem with older pangoes
Bob Jamison
1
-0
/
+2
2006-08-01
add #include <pango> for people with older versions
Bob Jamison
1
-0
/
+1
2006-07-31
change HAVE_PANGO_CAIRO to RENDER_WITH_PANGO_CAIRO
miklosh
1
-8
/
+8
2006-07-31
change USE_PANGO_CAIRO to HAVE_PANGO_CAIRO
Bob Jamison
1
-1
/
+1
2006-07-31
Make sure file compiles with or without HAVE_PANGO_CAIRO
Bob Jamison
1
-1
/
+7
2006-07-31
change USE_PANGO_CAIRO to HAVE_PANGO_CAIRO
Bob Jamison
1
-9
/
+15
2006-07-31
fix build breakers
Bob Jamison
1
-3
/
+3
2006-07-28
Add Miklos's new Cairo PDF rendering
Bob Jamison
1
-0
/
+1030