index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
print.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-0
/
+9
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-06-21
Move global functions into SPPrintContext methods.
Emmanuel Gil Peyrot
1
-18
/
+17
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-6
/
+11
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-2
/
+0
2016-11-05
Add exporters
Jabier Arraiza Cenoz
1
-0
/
+2
2012-02-15
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...
Alex Valavanis
1
-2
/
+2
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-15
/
+8
2011-08-27
Remove NRRect use from the extension system
Krzysztof Kosi??ski
1
-17
/
+6
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-4
/
+6
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-7
/
+6
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-12
/
+3
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-2
/
+3
2011-04-15
No more PrintWin32, including no special cases for non-Unicode Windows anymore.
Jasper van de Gronde
1
-37
/
+0
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-6
/
+6
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-3
/
+3
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-11
/
+11
2009-12-20
Warning cleanup
Jon A. Cruz
1
-0
/
+1
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
2008-09-16
remove extra unref; now ref/unref is done by show/hide; this used to stop thi...
bulia byak
1
-3
/
+0
2008-08-12
NR:: to Geom:: for most of src/extension/
Johan B. C. Engelen
1
-7
/
+7
2008-07-12
2geomify print, fill and stroke methods of extensions
Johan B. C. Engelen
1
-4
/
+4
2008-05-09
complete adding const to have only NArtBpath const * get_bpath() const; for a...
Johan B. C. Engelen
1
-2
/
+2
2008-03-21
No more NRMatrix or NRPoint.
Jasper van de Gronde
1
-5
/
+5
2007-12-23
Removed Win32 only Print Direct verb, which was an exact clone of normal print
Joel Holdsworth
1
-1
/
+1
2007-12-22
Fixed the parenting of the print dialog so that it cannot fall behind the mai...
Joel Holdsworth
1
-2
/
+2
2007-12-12
Warning cleanup
Jon A. Cruz
1
-1
/
+2
2007-12-10
Implement cross-architecture print dialog using cairo and PNG backends.
Kees Cook
1
-170
/
+16
2007-11-04
Warning cleanup
Jon A. Cruz
1
-25
/
+26
2007-10-16
Unix printing: use correct paper size instead of defaulting to letter size
Diederik van Lierop
1
-5
/
+28
2007-09-19
r16619@tres: ted | 2007-09-18 21:09:29 -0700
Ted Gould
1
-4
/
+0
2007-09-12
(PrintPS::begin): Change isspace to g_ascii_isspace.
Peter Moulder
1
-7
/
+6
2007-03-01
commited Solaris 2.8 / gcc-3.2.3 fixes
Markus Schwarzenberg
1
-0
/
+4
2007-02-18
relocated unix print dialog outside of extension call path
Kees Cook
1
-0
/
+102