index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
selection-chemistry.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
2016-08-03
1
-24
/
+1
*
Reverted changes to r15024 after many building problems
Adrian Boguszewski
2016-07-28
1
-1
/
+24
*
Removed unused includes, decrease compilation time
Adrian Boguszewski
2016-07-28
1
-24
/
+1
*
function to release object from group
Raphael Rosch
2016-04-14
1
-0
/
+32
*
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
2016-04-12
1
-2
/
+2
*
Perfomance optimization bugfix
Marc Jeanmougin
2015-12-13
1
-0
/
+3
*
static code analysis
Kris De Gussem
2015-11-06
1
-70
/
+69
*
Quick fix for previous fix (i cannot understand why the previous fix still wo...
Marc Jeanmougin
2015-09-05
1
-1
/
+1
*
better ordering of setting the ids in the group to symbol code
Marc Jeanmougin
2015-09-05
1
-3
/
+2
*
Fix z-order in creating symbols
Marc Jeanmougin
2015-09-05
1
-1
/
+2
*
Fix duplicate order
Marc Jeanmougin
2015-05-26
1
-2
/
+2
*
merged trunk
Tomasz Boczkowski
2015-05-11
1
-5
/
+20
|
\
|
*
duplicating layers now respect prefs for clone relinking
Marc Jeanmougin
2015-05-09
1
-5
/
+20
*
|
merged trunk
Tomasz Boczkowski
2015-05-09
1
-85
/
+65
|
\
|
|
*
fix crash introduces by recent rev when clipping
Marc Jeanmougin
2015-05-09
1
-4
/
+5
|
*
fixed logic error in earlier fix
Marc Jeanmougin
2015-05-08
1
-10
/
+12
|
*
refactor sp_selection_set_mask
Marc Jeanmougin
2015-05-08
1
-62
/
+32
|
*
fixes various bugs with clipping and masking
Marc Jeanmougin
2015-05-08
1
-18
/
+16
|
*
fix for stl "remove"
Marc Jeanmougin
2015-05-07
1
-4
/
+4
|
*
better fix, using std::remove instead of std::erase
Marc Jeanmougin
2015-05-07
1
-12
/
+4
|
*
fix crash when converting a group of objects to path
Marc Jeanmougin
2015-05-07
1
-4
/
+12
|
*
fix sorts
Marc Jeanmougin
2015-05-06
1
-4
/
+4
|
*
"select same..." no longer returns groups.
Marc Jeanmougin
2015-05-06
1
-0
/
+9
*
|
renamed SPPattern methods to match coding style
Tomasz Boczkowski
2015-05-03
1
-4
/
+4
*
|
merged trunk
Tomasz Boczkowski
2015-05-03
1
-6
/
+7
|
\
|
|
*
fix crash when setting clip
Marc Jeanmougin
2015-05-02
1
-6
/
+7
*
|
merge with trunk
Tomasz Boczkowski
2015-05-02
1
-513
/
+412
|
\
|
|
*
Fixed comparison function used in sorts
Marc Jeanmougin
2015-05-02
1
-3
/
+3
|
*
Fixed crash bug due to some overlooked function changed in the recent merge.
Marc Jeanmougin
2015-05-01
1
-6
/
+6
|
*
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
2015-04-27
1
-14
/
+14
|
*
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
2015-04-26
1
-7
/
+3
|
*
more cast cleanup
Marc Jeanmougin
2015-02-27
1
-18
/
+18
|
*
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
1
-85
/
+63
|
*
Merge, resolved conflicts
Marc Jeanmougin
2015-02-23
1
-58
/
+54
|
|
\
|
*
|
added a set to the Selection
Marc Jeanmougin
2015-02-19
1
-5
/
+5
|
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
1
-194
/
+179
|
*
|
I can't really understand why, but i can now launch inkscape without it segfa...
mc
2015-02-18
1
-47
/
+35
|
*
|
OMG IT'S COMPILING.
Mc
2015-02-18
1
-91
/
+83
|
*
|
Just...
mc
2015-02-18
1
-7
/
+6
|
*
|
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
2015-02-17
1
-413
/
+366
*
|
|
merged SPPattern c++-sification from svgpaints branch
Tomasz Boczkowski
2015-04-25
1
-13
/
+11
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
SPPattern c++-sification: replaced function by methods pt3
Tomasz Boczkowski
2014-05-29
1
-1
/
+1
|
*
|
SPPattern c++-sification: replaced function by methods
Tomasz Boczkowski
2014-05-28
1
-3
/
+3
|
*
|
SPPattern c++-sification: replacing pattern_ functions by methods pt1
Tomasz Boczkowski
2014-05-27
1
-3
/
+4
|
*
|
SPPattern c++-sification: replaced GSList by std::list
Tomasz Boczkowski
2014-05-27
1
-4
/
+2
*
|
|
Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933
Marc Jeanmougin
2015-02-21
1
-2
/
+1
*
|
|
Fix for bug 1409591 :
Marc Jeanmougin
2015-02-20
1
-64
/
+32
*
|
|
Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo...
mc
2015-02-16
1
-0
/
+23
|
|
/
|
/
|
*
|
Remove sp_style_new().
Tavmjong Bah
2014-12-25
1
-4
/
+5
*
|
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
1
-52
/
+52
[next]