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
2014-10-24
Address possible-yet-unlikely null parent scenario.
Jon A. Cruz
1
-3
/
+3
2014-10-24
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
1
-21
/
+29
2014-10-12
path combine: add an assert to indicate that item list cannot be empty
Johan B. C. Engelen
1
-0
/
+1
2014-09-27
Update to experimental r13565
Liam P. White
1
-0
/
+8
2014-03-25
fix crash introduced in rev. 13199. (revert the change to Glib::string (cras...
Johan B. C. Engelen
1
-8
/
+8
2014-03-24
add convenience functions to deal with Glib::ustrings for setting repr attrib...
Johan B. C. Engelen
1
-2
/
+2
2014-03-24
sp_selected_path_combine: simplify code, prevent memleak waiting to happen u...
Johan B. C. Engelen
1
-13
/
+8
2014-03-12
Reverted swatches
Liam P. White
1
-0
/
+8
2013-10-04
C++
Johan B. C. Engelen
1
-1
/
+1
2013-09-25
C++ify calling a few SPLPEItem functions, much more work than expected... slo...
Johan B. C. Engelen
1
-1
/
+1
2013-08-12
Allow Object to Path verb from non-GUI (DBus) interface
Eric Greveson
1
-6
/
+4
2013-05-01
Fix for Bug #257223 (Object to Path should work for Connectors) by Matthew Pe...
Nicolas Dufour
1
-0
/
+8
2012-02-12
Header cleaning
Alex Valavanis
1
-0
/
+2
2012-01-17
add underscores to some member variables.
Johan B. C. Engelen
1
-1
/
+1
2012-01-17
turn SPPath into a class, and add some methods...
Johan B. C. Engelen
1
-3
/
+3
2012-01-17
part 1 of SPPath cleanup for LPE... remove duplicated original_curve in SPPat...
Johan B. C. Engelen
1
-1
/
+1
2012-01-08
Warning and uninitialized variable cleanup.
Jon A. Cruz
1
-6
/
+7
2011-12-08
Switch to top-level glib headers. Thanks to DimStar for patch
Alex Valavanis
1
-1
/
+1
2011-07-16
Cleanup of oudated/redundant SP_ITEM() macro use.
Jon A. Cruz
1
-4
/
+6
2011-02-21
Finished cleanup of outdated SP_OBJECT_PARENT C macro.
Jon A. Cruz
1
-46
/
+49
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-06
C++ification of SPObject continued along with the onset of XML Privatisation....
Abhishek Sharma Public
1
-2
/
+4
2010-07-02
New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...
Abhishek Sharma Public
1
-4
/
+4
2010-03-14
fix pasting of LPE stacks
Johan B. C. Engelen
1
-1
/
+33
2010-01-09
fix regression caused by rev. 8927 (reported in LP bug #495483 by ~suv)
Diederik van Lierop
1
-0
/
+1
2009-12-30
When combining paths: clear the selection before deleting the original objects
Diederik van Lierop
1
-6
/
+10
2009-08-06
Revert recent refactoring changes by johnce because they break the build, whi...
Maximilian Albert
1
-2
/
+2
2009-08-05
SPDocument->Document
johnce
1
-2
/
+2
2009-05-25
reverse nodetypes order (Bug #179866)
Thomas Holder
1
-1
/
+7
2009-03-29
fix simplify, combine, break for LPE paths
bulia byak
1
-8
/
+10
2008-12-29
fix crash, allow combine to work transparently on groups
bulia byak
1
-3
/
+9
2008-10-27
From trunk
Ted Gould
1
-23
/
+78
2008-09-07
LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ...
Johan B. C. Engelen
1
-1
/
+0
2008-08-24
Fix for Bug 238113 (preserve title/desc for various Inkscape operations)
Jeff Schiller
1
-0
/
+15
2008-08-14
Remove further instances of SP_ACTIVE_DESKTOP
Maximilian Albert
1
-19
/
+7
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-2
/
+2
2008-07-17
convert all SPCurve's points and matrices arguments and return types to 2Geom
Johan B. C. Engelen
1
-1
/
+1
2008-07-14
convert object to path: replace check for empty path with 2geomified method o...
Johan B. C. Engelen
1
-1
/
+1
2008-06-22
split paths using 2geom PathVector
Johan B. C. Engelen
1
-3
/
+3
2008-06-08
Patch from sas for LP #231690 (crash when combining two paths)
Maximilian Albert
1
-5
/
+5
2008-06-06
for path-chemistry.cpp, start using 2geompath for svg_write: sp_svg_write_pat...
Johan B. C. Engelen
1
-4
/
+4
2008-06-06
merge gsoc2008_johan_path2geom into trunk
Johan B. C. Engelen
1
-1
/
+1
2008-05-30
LPE STACKING!
Johan B. C. Engelen
1
-1
/
+1
2008-05-09
- try to use more forward declarations for less dependencies on display/curve.h
Johan B. C. Engelen
1
-2
/
+2
2008-05-08
merge inline patch from Jimmy
MenTaLguY
1
-2
/
+2
2008-05-05
struct SPCurve => class SPCurve
Johan B. C. Engelen
1
-13
/
+13
2008-04-24
enable combine/breakapart to work with lpes properly
bulia byak
1
-6
/
+28
2008-04-12
Preserve transform of topmost object when combining paths (fixing bug 215255).
Jasper van de Gronde
1
-4
/
+6
2008-03-29
Fix passing wrong pointer type when using the tweak tool on 3D boxes
Maximilian Albert
1
-1
/
+1
[prev]
[next]