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-renderer.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
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-bool-literals pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-use-equals-default pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-8
/
+8
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-19
/
+19
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-19
/
+19
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-17
/
+16
2017-10-17
Replace boost::scoped_ptr
Jan Lingscheid
1
-2
/
+1
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-6
/
+2
2016-09-02
Inline two "style" variables.
Shlomi Fish
1
-4
/
+2
2016-09-02
Remove a pointless == for bool
Shlomi Fish
1
-1
/
+1
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-2
/
+2
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-4
/
+4
2016-03-08
Add PDF/PS output support for 'paint-order' property.
Tavmjong Bah
1
-1
/
+29
2015-10-29
static code analysis
Kris De Gussem
1
-1
/
+1
2015-05-04
Fix crash in PDF export introduced in r14074
Marc Jeanmougin
1
-1
/
+1
2015-03-17
Exporting. Fix for Bug #1414835 (PDF/PS/EPS export of filtered objects includ...
Nicolas Dufour
1
-1
/
+1
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-2
/
+1
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-1
/
+1
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-3
/
+2
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-4
/
+4
2014-11-25
Allow marker orientation to have units ('deg', 'rad', 'grad', 'turn').
Tavmjong Bah
1
-5
/
+5
2014-11-10
Removed SP_USE/SP_IS_USE Gtk-ish macros and cleaned affected files.
Jon A. Cruz
1
-74
/
+90
2014-11-02
change default pdf import resolution to 96 dpi
Alvin Penner
1
-1
/
+1
2014-10-14
Implement marker 'orient' attribute value 'auto-start-reverse'.
Tavmjong Bah
1
-5
/
+7
2014-10-14
Merged hatch pdf and png export code
Tomasz Boczkowski
1
-0
/
+16
2014-10-05
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
Liam P. White
1
-1
/
+1
2014-08-20
Implement SVG2 marker 'orient' attribute value 'auto-start-reverse' (renderin...
Tavmjong Bah
1
-5
/
+7
2014-02-25
Revert unintended checkin.
Tavmjong Bah
1
-3
/
+3
2014-02-25
Rewrite of symbol creation code. Partial fix for 1201325.
Tavmjong Bah
1
-3
/
+3
2014-01-15
Revert r12544. Fixes bug 1256449 (Clipping missing on Cairo-based exports). N...
Tavmjong Bah
1
-3
/
+3
2013-09-19
Do not require a new layer for clipping paths in the Cairo renderer.
Adrian Johnson
1
-2
/
+2
2013-09-19
Encapsulate the shared memory hack for Cairo and GdkPixbuf in a class
Krzysztof Kosi??ski
1
-16
/
+10
2013-09-13
Improve the functions which create GdkPixbuf from Cairo surface
Krzysztof Kosi??ski
1
-3
/
+8
2013-08-28
Improve code readability.
Matthew Petroff
1
-2
/
+2
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-2
/
+2
2013-08-26
Move omit text feature from cairo renderer to context
David R. Bild
1
-6
/
+0
2013-07-31
Eliminate "unit-constants.h".
Matthew Petroff
1
-9
/
+9
2012-10-28
fix margin for PDF exporting page area
Johan B. C. Engelen
1
-10
/
+15
2012-10-28
add bleed/margin to pdf export
Johan B. C. Engelen
1
-1
/
+2
2012-04-02
Fix for 367607 : Remove deprecated GTK+ symbols - Deprecated *_unref symbols ...
John Smith
1
-1
/
+1
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-8
/
+8
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
1
-1
/
+0
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
1
-1
/
+0
2011-08-27
Remove all NRRect use.
Krzysztof Kosi??ski
1
-17
/
+19
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-48
/
+38
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
1
-1
/
+0
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
1
-4
/
+3
[next]