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
/
odf.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-07-01
Fix various minor typos
Yuri Chornoivan
1
-1
/
+1
2019-04-06
More document.h cleanup.
Tavmjong Bah
1
-2
/
+2
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-1
/
+1
2018-11-18
Fix stream class locations
Alexander Valavanis
1
-2
/
+2
2018-11-16
Fix format string
Alexander Valavanis
1
-1
/
+1
2018-11-08
Clarify licenses
Max Gaukler
1
-23
/
+12
2018-11-07
fix bug 1793940 ODG image export
Thomas Holder
1
-57
/
+28
2018-10-06
Misc. typos
luz.paz
1
-1
/
+1
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-6
/
+0
2018-09-23
fix .odg and .fx export with inverted y-axis
Thomas Holder
1
-15
/
+9
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-06-18
Run clang-tidy’s modernize-deprecated-headers pass.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-7
/
+7
2018-05-04
Revert "Fix include order with clang-tidy check llvm-include-order"
Marc Jeanmougin
1
-14
/
+14
2018-04-29
Fix include order with clang-tidy check llvm-include-order
Marc Jeanmougin
1
-14
/
+14
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-11
/
+11
2018-01-24
Fix handling of filenames of linked images in .odg export
Eduard Braun
1
-4
/
+1
2017-11-07
Misc. typos
Unknown
1
-2
/
+2
2017-03-20
Implement rotation via desktop to window affine.
Tavmjong Bah
1
-8
/
+1
2016-11-05
Add exporters
Jabier Arraiza Cenoz
1
-1
/
+8
2016-08-17
Use M_PI, M_PI_2. We use these constants everywhere so if they are not define...
Tavmjong Bah
1
-4
/
+1
2015-04-27
2Geom sync - initial commit
Krzysztof Kosi??ski
1
-3
/
+2
2014-02-26
Remove DOM directory and reduce size of inkscape. Use Inkscape::URI and save ...
Martin Owens
1
-13
/
+6
2013-08-27
Added viewBox implement document unit support.
Matthew Petroff
1
-1
/
+2
2013-08-03
Cleaned up.
Markus Engel
1
-1
/
+1
2013-06-21
odf metadata - let's begin with a first step to full ODF compatibility
Kris De Gussem
1
-17
/
+27
2013-04-20
minor odg export update
Kris De Gussem
1
-37
/
+32
2013-04-12
odg export: some work on gradients
Kris De Gussem
1
-53
/
+34
2013-04-03
odf export: code clean up and preparatory work to allow gradients in export. ...
Kris De Gussem
1
-661
/
+374
2013-03-11
Drop duplicate io code ( Bug #1120585 )
Kris De Gussem
1
-11
/
+7
2013-03-11
fix build warnings / cppcheck ( Bug #1120585 )
Kris De Gussem
1
-34
/
+42
2013-03-08
Preparation to merge /dom/io and /io code (bug #1120585 )
Kris De Gussem
1
-44
/
+68
2013-03-03
ODF output: write correct Inkscape version number to metadata
Kris De Gussem
1
-26
/
+6
2012-11-11
cppcheck: Convert more C-style pointer casts to GObject or C++
Alex Valavanis
1
-1
/
+1
2012-06-07
cppcheck
Kris De Gussem
1
-3
/
+7
2012-02-15
cppcheck
Kris De Gussem
1
-3
/
+0
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
1
-1
/
+1
2011-10-15
cppcheck
Kris De Gussem
1
-6
/
+6
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-10
/
+5
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-3
/
+3
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-19
/
+19
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-07-14
SPShape c++ified to the extent it was possible and more changes done for XML ...
Abhishek Sharma Public
1
-1
/
+1
2010-07-01
C++fied SPDocument added
Abhishek Sharma Public
1
-2
/
+2
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-2
/
+2
2010-03-09
Initial F&S dialog setting of swatch colors.
Jon A. Cruz
1
-1
/
+1
2010-03-08
Cleanup of gradients and stops.
Jon A. Cruz
1
-1
/
+1
2010-03-06
New tab in Fill&Stroke dialog for swatch fills.
Jon A. Cruz
1
-1
/
+1
2009-12-16
Patches 3-11 from 488862 for a number of memleaks and allocation/deallocation...
Josh Andler
1
-2
/
+2
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-1
/
+1
[next]