index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
unclump.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-2
/
+2
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-2
/
+4
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-2
/
+2
2016-04-21
minor warning cleanup.
Jon A. Cruz
1
-2
/
+6
2015-10-29
static code analysis
Kris De Gussem
1
-5
/
+5
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-5
/
+5
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-17
/
+19
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-31
/
+26
2014-09-27
Update to experimental r13565
Liam P. White
1
-0
/
+1
2014-08-31
Header cleanup: stop using Glib types where they aren't truly needed. Eases G...
Liam P. White
1
-0
/
+1
2012-10-04
code cleanup: add own includes to cpp files or make the functions static if t...
Campbell Barton
1
-9
/
+10
2011-10-03
Another minor pass of Doxygen cleanup.
Jon A. Cruz
1
-2
/
+3
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-2
/
+2
2011-07-17
- rename SPItem::i2d_affine to i2dt_affine, to clarify that it is item-to-des...
Johan B. C. Engelen
1
-4
/
+4
2011-06-23
Remove more of libnr
Krzysztof Kosi??ski
1
-0
/
+1
2011-02-22
Finished cleanup of outdated SP_OBJECT_REPR C macro.
Jon A. Cruz
1
-2
/
+2
2011-02-02
update to latest 2geom !
Johan B. C. Engelen
1
-2
/
+2
2010-11-17
Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...
Chris Morgan
1
-1
/
+1
2010-06-29
This is the first c++ification commit from me. It handles sp-line, sp-polylin...
Abhishek Sharma Public
1
-6
/
+6
2010-03-02
Cleanup on id access.
Jon A. Cruz
1
-17
/
+17
2009-02-21
Move files from the src/dialogs/ directory to the places where they
Krzysztof Kosi??ski
1
-0
/
+0
2008-12-30
get rid of a lot of no longer needed "libnr/nr-..." includes.
Johan B. C. Engelen
1
-1
/
+0
2008-11-21
Merge from fe-moved
Ted Gould
1
-10
/
+18
2008-10-11
Merging from trunk
Ted Gould
1
-2
/
+2
2008-09-18
Yet another NR ==> Geom change
Maximilian Albert
1
-70
/
+70
2008-08-08
remove many unnecessary to_2geom and from_2geom calls
Johan B. C. Engelen
1
-6
/
+6
2008-08-05
NR::Maybe => boost::optional
Johan B. C. Engelen
1
-2
/
+2
2008-06-12
change NR::Matrix to Geom:: for many sp_item_xxx_affine functions
Johan B. C. Engelen
1
-4
/
+4
2007-03-18
add required includes for gcc 4.3 and fix a const issue -- patch #1675635
MenTaLguY
1
-0
/
+1
2007-03-04
adapt code to new Maybe/bbox regime
MenTaLguY
1
-7
/
+16
2007-03-04
switch from invokeBbox to getBounds (need to fix problems with empty
MenTaLguY
1
-2
/
+2