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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Bug #1552765 fixed Break Apart dont handle well stroke with in documents diff...
Jabier Arraiza Cenoz
2016-04-08
1
-10
/
+4
*
Fix for bug 415471 and 1553182 related to undo with eraser tool
Jabier Arraiza Cenoz
2016-03-04
1
-8
/
+10
*
static code analysis
Kris De Gussem
2015-11-13
1
-6
/
+6
*
Use different method to find text to save when converting text to path.
Tavmjong Bah
2015-10-02
1
-8
/
+8
*
fix for stl "remove"
Marc Jeanmougin
2015-05-07
1
-2
/
+2
*
better fix, using std::remove instead of std::erase
Marc Jeanmougin
2015-05-07
1
-6
/
+2
*
fix crash when converting a group of objects to path
Marc Jeanmougin
2015-05-07
1
-2
/
+6
*
updated with trunk
Marc Jeanmougin
2015-04-29
1
-2
/
+10
|
\
|
*
Save original text in 'aria-label' attribute for accessibilty reasons.
Tavmjong Bah
2015-04-28
1
-1
/
+11
*
|
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
2015-04-26
1
-1
/
+1
*
|
more cast cleanup
Marc Jeanmougin
2015-02-27
1
-2
/
+2
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-32
/
+17
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-36
/
+37
*
|
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-62
/
+63
|
/
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
1
-15
/
+13
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-6
/
+6
*
Purge sp_desktop_message_stack
Liam P. White
2014-12-21
1
-8
/
+8
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-4
/
+4
*
Update to trunk r13638
Liam P. White
2014-10-25
1
-24
/
+32
|
\
|
*
Address possible-yet-unlikely null parent scenario.
Jon A. Cruz
2014-10-24
1
-3
/
+3
|
*
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
2014-10-24
1
-21
/
+29
*
|
Update to trunk r13621
Liam P. White
2014-10-17
1
-0
/
+1
|
\
|
|
*
path combine: add an assert to indicate that item list cannot be empty
Johan B. C. Engelen
2014-10-12
1
-0
/
+1
*
|
Update to trunk
Liam P. White
2014-03-26
1
-15
/
+10
|
\
|
|
*
fix crash introduced in rev. 13199. (revert the change to Glib::string (cras...
Johan B. C. Engelen
2014-03-25
1
-8
/
+8
|
*
add convenience functions to deal with Glib::ustrings for setting repr attrib...
Johan B. C. Engelen
2014-03-24
1
-2
/
+2
|
*
sp_selected_path_combine: simplify code, prevent memleak waiting to happen u...
Johan B. C. Engelen
2014-03-24
1
-13
/
+8
*
|
Reverted swatches
Liam P. White
2014-03-12
1
-0
/
+8
|
/
*
C++
Johan B. C. Engelen
2013-10-04
1
-1
/
+1
*
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
2013-09-25
1
-1
/
+1
*
Allow Object to Path verb from non-GUI (DBus) interface
Eric Greveson
2013-08-12
1
-6
/
+4
*
Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Pe...
Nicolas Dufour
2013-05-01
1
-0
/
+8
*
Header cleaning
Alex Valavanis
2012-02-12
1
-0
/
+2
*
add underscores to some member variables.
Johan B. C. Engelen
2012-01-17
1
-1
/
+1
*
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
2012-01-17
1
-3
/
+3
*
part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...
Johan B. C. Engelen
2012-01-17
1
-1
/
+1
*
Warning and uninitialized variable cleanup.
Jon A. Cruz
2012-01-08
1
-6
/
+7
*
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
2011-12-08
1
-1
/
+1
*
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
2011-07-16
1
-4
/
+6
*
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
2011-02-21
1
-46
/
+49
*
Merge and cleanup of GSoC C++-ification project.
Jon A. Cruz
2010-12-12
1
-17
/
+24
|
\
|
*
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++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
2010-07-06
1
-2
/
+4
|
*
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
2010-07-02
1
-4
/
+4
*
|
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
2010-11-17
1
-1
/
+1
|
/
*
fix pasting of LPE stacks
Johan B. C. Engelen
2010-03-14
1
-1
/
+33
*
fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)
Diederik van Lierop
2010-01-09
1
-0
/
+1
*
When combining paths: clear the selection before deleting the original objects
Diederik van Lierop
2009-12-30
1
-6
/
+10
*
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
2009-08-06
1
-2
/
+2
*
SPDocument->Document
johnce
2009-08-05
1
-2
/
+2
[next]