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