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