index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
path-chemistry.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-10-16
Inkscape::XML::Node::addChildAtPos
Thomas Holder
1
-10
/
+4
2019-09-16
Improve casts from voids and fix a issue when fill/stroke is unset set deskto...
Jabier Arraiza
1
-2
/
+2
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-3
/
+3
2019-03-18
Keep generic attributes with "Simplify" et. al
Thomas Holder
1
-54
/
+118
2019-01-02
modernize loops
Marc Jeanmougin
1
-2
/
+1
2019-01-01
Minor style fixes
Marc Jeanmougin
1
-3
/
+2
2018-12-08
Accelerate the break-apart operation for larger paths by disabling redrawing ...
Olli Parviainen
1
-3
/
+7
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
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
-21
/
+21
2018-06-02
Fixes on convert to paths LPE shapes
Jabier Arraiza
1
-5
/
+13
2018-04-26
Fix bug when converting to paths cliped and masked LPE elemets
Jabiertxo Arraiza Cenoz
1
-13
/
+13
2018-03-27
Minor cleanup of warnings. No functional change.
Felipe Corrêa da Silva Sanches
1
-2
/
+2
2018-03-26
Allow upadate shapen innside groups with LPE
Jabier Arraiza
1
-2
/
+2
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-3
/
+3
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-14
/
+21
2018-01-08
Misc. typos
luz.paz
1
-3
/
+3
2017-12-14
Add break apart. Thanks Maren
Jabier Arraiza
1
-3
/
+0
2017-12-14
Make optional convert clone to path by a prefs option
Jabier Arraiza
1
-3
/
+12
2017-12-14
This commit:
Jabiertxo Arraiza Cenoz
1
-10
/
+5
2017-10-31
fix removing class when object to path
Aurèle Duda
1
-0
/
+4
2017-10-29
Fix a bug converting to paths nested LPE with powerstroke
Jabier Arraiza
1
-2
/
+6
2017-10-14
Fixing problems with nested LPE and convert to paths
Jabier Arraiza
1
-2
/
+0
2017-10-01
Removed all GSList occurences in .h files
Marc Jeanmougin
1
-5
/
+3
2017-09-30
Fix bug #1719505 segfault on convert to path
Jabier Arraiza
1
-1
/
+6
2017-05-18
fix a brunch of memory leaks
chr
1
-1
/
+2
2016-12-03
Improvements and fixes for buds pointed by suv on measure line LPE
Jabiertxof
1
-1
/
+2
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-81
/
+90
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-4
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-0
/
+4
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-4
/
+0
2016-07-13
Propagate changes to object tree with changes in style element
Tavmjong Bah
1
-3
/
+3
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-5
/
+5
2016-04-08
Bug #1552765 fixed Break Apart dont handle well stroke with in documents diff...
Jabier Arraiza Cenoz
1
-10
/
+4
2016-03-04
Fix for bug 415471 and 1553182 related to undo with eraser tool
Jabier Arraiza Cenoz
1
-8
/
+10
2015-11-13
static code analysis
Kris De Gussem
1
-6
/
+6
2015-10-02
Use different method to find text to save when converting text to path.
Tavmjong Bah
1
-8
/
+8
2015-05-07
fix for stl "remove"
Marc Jeanmougin
1
-2
/
+2
2015-05-07
better fix, using std::remove instead of std::erase
Marc Jeanmougin
1
-6
/
+2
2015-05-07
fix crash when converting a group of objects to path
Marc Jeanmougin
1
-2
/
+6
2015-04-28
Save original text in 'aria-label' attribute for accessibilty reasons.
Tavmjong Bah
1
-1
/
+11
2015-04-26
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
1
-1
/
+1
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-2
/
+2
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-32
/
+17
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-36
/
+37
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-62
/
+63
2014-12-25
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
1
-15
/
+13
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-6
/
+6
2014-12-21
Purge sp_desktop_message_stack
Liam P. White
1
-8
/
+8
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-4
/
+4
[next]