index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
dialog
/
print.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
More document.h cleanup.
Tavmjong Bah
2019-04-06
1
-1
/
+1
*
Merge branch 'DontRotateCustomPaper' of gitlab.com:Skrapion/inkscape
Martin Owens
2019-03-06
1
-14
/
+19
|
\
|
*
Fix bug #630635: Print page size is incorrect: https://bugs.launchpad.net/ink...
Rick Yorgason
2018-11-04
1
-14
/
+19
*
|
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
2019-02-20
1
-1
/
+1
*
|
Clarify licenses
Max Gaukler
2018-11-08
1
-1
/
+2
|
/
*
Remembers printer settings between calls to the print dialogue. Fixes bug #17...
Rick Yorgason
2018-10-27
1
-0
/
+4
*
Remove #include "config.h" wherever possible
Eduard Braun
2018-10-01
1
-4
/
+0
*
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
2018-06-18
1
-2
/
+2
*
Print: Match document size against known paper sizes
Patrick McDermott
2018-05-20
1
-8
/
+32
*
Print: C++ify
Patrick McDermott
2018-05-20
1
-76
/
+66
*
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
2018-05-04
1
-2
/
+2
*
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
2018-04-29
1
-2
/
+2
*
Fix printing multiple copies of a document
Eduard Braun
2017-11-20
1
-1
/
+5
*
Drop obsolete wrapper around Glib::file_open_tmp
Stefano Facchini
2017-10-19
1
-2
/
+1
*
Minor code cleanup after baeb92c8b275ada9a09187772e11f8b32b7ae6ef
Eduard Braun
2017-07-19
1
-11
/
+1
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-2
/
+1
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+2
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-2
/
+1
*
merging
Marc Jeanmougin
2015-04-26
1
-19
/
+2
|
\
|
*
Fix for Bug #918319 (Printing offsets page).
Nicolas Dufour
2015-03-05
1
-19
/
+2
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-1
/
+1
*
|
Just...
mc
2015-02-18
1
-1
/
+1
|
/
*
fix Windows 64-bit build
Johan B. C. Engelen
2014-08-23
1
-2
/
+2
*
Fix build
Liam P. White
2014-08-13
1
-1
/
+3
*
Printing. Fix for Bug #264831 (Print settings not persistent).
Nicolas Dufour
2014-08-13
1
-1
/
+7
*
Fix format security errors
Alex Valavanis
2013-09-21
1
-3
/
+3
*
Improve code readability.
Matthew Petroff
2013-08-28
1
-2
/
+2
*
Added viewBox implement document unit support.
Matthew Petroff
2013-08-27
1
-4
/
+4
*
Eliminate "unit-constants.h".
Matthew Petroff
2013-07-31
1
-6
/
+6
*
add bleed/margin to pdf export
Johan B. C. Engelen
2012-10-28
1
-1
/
+1
*
Move gtkmm headers that internally re-enable deprecated gtk symbols to top. ...
Alex Valavanis
2012-02-15
1
-1
/
+1
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+1
*
dropped deprecated function sp_repr_get_double_attribute
Kris De Gussem
2012-01-07
1
-12
/
+14
*
Doxygen cleanup.
Jon A. Cruz
2011-10-03
1
-2
/
+3
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-5
/
+6
|
\
|
*
C++fied SPDocument added
Abhishek Sharma Public
2010-07-01
1
-4
/
+4
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
Warning cleanup
Jon A. Cruz
2009-12-20
1
-5
/
+9
*
patch by Adrian Johnson for 166678
bulia byak
2009-09-05
1
-1
/
+1
*
Fix for Bug #166678 (Paper size or orientation are not used when printing) b...
Nicolas Dufour
2009-08-12
1
-4
/
+11
*
Fix for Bug #373309 (Print has offset on page), by Adrian Johnson.
Nicolas Dufour
2009-08-12
1
-1
/
+20
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-1
/
+1
*
SPDocument->Document
johnce
2009-08-05
1
-1
/
+1
*
apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...
Adib Taraben
2009-04-24
1
-63
/
+0
*
apply printing w32 patch https://bugs.launchpad.net/inkscape/+bug/179988/comm...
Adib Taraben
2009-04-24
1
-1
/
+4
*
Improved version reporting. Add SVN revision and custom status to
Krzysztof Kosi??ski
2009-01-13
1
-0
/
+1
*
From trunk
Ted Gould
2008-10-27
1
-5
/
+15
*
Made bitmap printing use the DPI setting (bug 258916)
Niko Kiirala
2008-09-22
1
-3
/
+7
*
Ulf Ericson's patch for implementing missing properties in the new pdf exporter
bulia byak
2008-08-29
1
-1
/
+1
*
Fixing as per discussion in LP # 179988
Mike Pittman
2008-03-28
1
-3
/
+77
[next]