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
/
cairo-ps-out.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-09-01
Update internal extensions for latest .inx format changes
Patrick Storz
1
-28
/
+28
2019-08-31
Refactor a lot of the parameter handling code
Patrick Storz
1
-2
/
+2
2019-03-28
An a few more config.h fixes
Patrick Storz
1
-4
/
+0
2019-01-18
fix compilation with HAVE_CAIRO_PDF=0
Thomas Holder
1
-1
/
+2
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-1
/
+1
2018-06-19
Run clang-tidy’s modernize-redundant-void-arg pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-9
/
+9
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-7
/
+7
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-7
/
+7
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-4
/
+2
2017-12-22
Show appropriate warning if non-existent export ID is specified
Eduard Braun
1
-0
/
+3
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-5
/
+2
2016-11-05
Add exporters
Jabier Arraiza Cenoz
1
-2
/
+5
2016-06-11
Extensions: Use underscored variants of parameters / attribute names in inter...
Eduard Braun
1
-20
/
+20
2015-01-28
Fix for Bug #437567 (PDF Save As dialog convert text to paths option is confu...
Kence (casey.peel@gmail.com)
1
-8
/
+14
2015-01-17
Fix EPS export area (Bug #1411208)
su_v
1
-5
/
+5
2014-11-02
change default pdf import resolution to 96 dpi
Alvin Penner
1
-2
/
+2
2014-06-06
revise email theadib
Adib Taraben
1
-1
/
+1
2014-01-15
drop useless checks for hard Cairo version dependency
Alex Valavanis
1
-4
/
+0
2013-09-15
UI message uniformisation
Kris De Gussem
1
-1
/
+1
2013-08-26
Move omit text feature from cairo renderer to context
David R. Bild
1
-1
/
+1
2013-08-05
code cleanup (cppcheck)
Johan B. C. Engelen
1
-6
/
+6
2013-05-29
Fix for command line EPS/PS export (bug 1173776). Patch from Vinipsmaker.
Tavmjong Bah
1
-4
/
+24
2013-03-24
Translations. Fix for Bug #1159349 (Undefined files in po/POTFILES.in) by Mas...
Nicolas Dufour
1
-4
/
+4
2012-10-28
add bleed/margin to pdf export
Johan B. C. Engelen
1
-3
/
+3
2012-09-05
Fix for 499965 : PS Output : Convert export area to radio buttons
John Smith
1
-54
/
+52
2012-02-29
Header tidying, suppress all gdk deprecation errors in gtkmm
Alex Valavanis
1
-0
/
+1
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-6
/
+3
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-1
/
+0
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-1
/
+1
2011-01-07
Export. Fix PS/EPS export (Bug #698340, PS Level Restriction reversed.
Nicolas Dufour
1
-2
/
+2
2010-09-10
Extensions. Consistency fix and UI improvements (internal extensions and filt...
Nicolas Dufour
1
-6
/
+6
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-1
/
+1
2010-06-29
pdf/ps/eps+latex: output tex code to ".pdf_tex" instead of to ".tex"
Johan B. C. Engelen
1
-12
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-3
/
+3
2010-02-26
latex export: add transparency export for pdf
Johan B. C. Engelen
1
-2
/
+2
2010-02-22
- change cmdline option to --export-latex.
Johan B. C. Engelen
1
-13
/
+66
2009-12-20
Warning cleanup
Jon A. Cruz
1
-12
/
+12
2009-08-07
Change "canvas" to "page" to be consistent with use in all other dialogs and
Tavmjong Bah
1
-8
/
+8
2009-08-06
Make PDF, PS, and EPS dialogs consistent.
Tavmjong Bah
1
-4
/
+4
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-3
/
+3
2009-08-05
SPDocument->Document
johnce
1
-3
/
+3
2009-04-30
copyedit labels, expand range
bulia byak
1
-2
/
+2
2009-04-06
noop: Rename argument from uri to filename for Extension::...::save implement...
Peter Moulder
1
-6
/
+6
2008-11-30
unify labels
bulia byak
1
-2
/
+2
2008-11-21
Merge from fe-moved
Ted Gould
1
-2
/
+2
2008-10-27
From trunk
Ted Gould
1
-133
/
+74
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-1
/
+0
2008-09-01
enable EPS export via cairo, use it instead of the old native one
bulia byak
1
-2
/
+156
[next]