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
...
|
*
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
*
|
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
2014-12-21
1
-1
/
+1
*
|
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
1
-35
/
+35
*
|
fix errors in string conversion. (rev13762, 13763)
Johan B. C. Engelen
2014-11-28
1
-6
/
+6
*
|
Update to trunk r13766
Liam P. White
2014-11-26
1
-22
/
+17
|
\
\
|
*
|
More c++ string usage.
Johan B. C. Engelen
2014-11-25
1
-16
/
+7
|
*
|
More C++ string usage.
Johan B. C. Engelen
2014-11-25
1
-4
/
+2
|
*
|
Fix applying LPE to clones (through the "+" button in the LPE dialog).
Johan B. C. Engelen
2014-11-25
1
-2
/
+8
*
|
|
Update to trunk r13750
Liam P. White
2014-11-24
1
-2
/
+2
|
\
|
|
|
*
|
Macro cleanup of commented out code.
Jon A. Cruz
2014-11-15
1
-1
/
+1
|
*
|
Fix a bug releasing LPE clip and mask
Jabier Arraiza Cenoz
2014-11-12
1
-1
/
+1
*
|
|
Update to trunk r13690
Liam P. White
2014-11-09
1
-3
/
+6
|
\
|
|
|
*
|
Black list some properties that shouldn't appear in default styles.
Tavmjong Bah
2014-11-08
1
-0
/
+3
|
*
|
update svg-length-test.h from 90 to 96 dpi
Alvin Penner
2014-11-03
1
-3
/
+3
*
|
|
Update to trunk r13648
Liam P. White
2014-10-31
1
-237
/
+366
|
\
|
|
|
*
|
Update to trunk r13638
Liam P. White
2014-10-25
1
-237
/
+366
|
|
\
\
|
|
*
|
Correct casting from wrong variable.
Jon A. Cruz
2014-10-24
1
-1
/
+1
|
|
*
|
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
2014-10-24
1
-235
/
+366
[prev]
[next]