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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-05-02
fix crash when setting clip
Marc Jeanmougin
1
-6
/
+7
2015-05-02
Fixed comparison function used in sorts
Marc Jeanmougin
1
-3
/
+3
2015-05-01
Fixed crash bug due to some overlooked function changed in the recent merge.
Marc Jeanmougin
1
-6
/
+6
2015-04-27
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
1
-14
/
+14
2015-04-26
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
1
-7
/
+3
2015-02-27
more cast cleanup
Marc Jeanmougin
1
-18
/
+18
2015-02-27
corrected the casts (hopefully)
Marc Jeanmougin
1
-85
/
+63
2015-02-21
Fix for the performance loss in ungrouping observed by Tavmjong in rev 13933
Marc Jeanmougin
1
-2
/
+1
2015-02-20
Fix for bug 1409591 :
Marc Jeanmougin
1
-64
/
+32
2015-02-19
added a set to the Selection
Marc Jeanmougin
1
-5
/
+5
2015-02-19
Put a few std::vector<SPitem*>
Marc Jeanmougin
1
-194
/
+179
2015-02-18
I can't really understand why, but i can now launch inkscape without it segfa...
mc
1
-47
/
+35
2015-02-18
OMG IT'S COMPILING.
Mc
1
-91
/
+83
2015-02-18
Just...
mc
1
-7
/
+6
2015-02-17
At first, I was thinking "I just have to go to the selection file, and change...
Marc Jeanmougin
1
-413
/
+366
2015-02-16
Clones. Fix for bug #1245339 (When changing a clone's parent's layer, the clo...
mc
1
-0
/
+23
2014-12-25
Remove sp_style_new().
Tavmjong Bah
1
-4
/
+5
2014-12-21
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
1
-52
/
+52
2014-12-21
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
1
-1
/
+1
2014-12-21
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
1
-35
/
+35
2014-11-28
fix errors in string conversion. (rev13762, 13763)
Johan B. C. Engelen
1
-6
/
+6
2014-11-25
More c++ string usage.
Johan B. C. Engelen
1
-16
/
+7
2014-11-25
More C++ string usage.
Johan B. C. Engelen
1
-4
/
+2
2014-11-25
Fix applying LPE to clones (through the "+" button in the LPE dialog).
Johan B. C. Engelen
1
-2
/
+8
2014-11-15
ignore this commit
Jabier Arraiza Cenoz
1
-1
/
+1
2014-11-15
Macro cleanup of commented out code.
Jon A. Cruz
1
-1
/
+1
2014-11-13
Fixed bugs pointed by su_v.
Jabier Arraiza Cenoz
1
-1
/
+1
2014-11-12
Fix a bug releasing LPE clip and mask
Jabier Arraiza Cenoz
1
-1
/
+1
2014-11-08
Black list some properties that shouldn't appear in default styles.
Tavmjong Bah
1
-0
/
+3
2014-11-03
update svg-length-test.h from 90 to 96 dpi
Alvin Penner
1
-3
/
+3
2014-10-24
Correct casting from wrong variable.
Jon A. Cruz
1
-1
/
+1
2014-10-24
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
1
-235
/
+366
2014-10-05
Move more UI code into ui/
Liam P. White
1
-2
/
+2
2014-10-05
Rename marker.cpp -> sp-marker.cpp to reflect inclusion in SP-tree
Liam P. White
1
-1
/
+1
2014-09-29
this patch fix the problem whith clips and mask update in live effects.
Jabier Arraiza Cenoz
1
-0
/
+4
2014-09-27
Update to experimental r13565
Liam P. White
1
-43
/
+154
2014-09-12
i18n. Adding context to the "Group" verb (undo history).
Nicolas Dufour
1
-1
/
+1
2014-08-16
Fix shift of transformation center on pasting
Diederik van Lierop
1
-6
/
+8
2014-08-14
Clone Original -> Fill Between Many
Liam P. White
1
-43
/
+42
2014-08-14
Fix some transformation center regressions, related to the viewbox/units changes
Diederik van Lierop
1
-5
/
+2
2014-07-12
Fix moving of item center: 1) at paste and 2) at changing document units
Diederik van Lierop
1
-2
/
+5
2014-06-27
5. Refactoring of Application class: make copy/assignment operators private, ...
Liam P. White
1
-1
/
+1
2014-06-27
Remove the incorrect fix for the bug 1241902
Jabier Arraiza Cenoz
1
-4
/
+0
2014-06-27
Remove the incorrect fix for the bug 1241902
Jabier Arraiza Cenoz
1
-4
/
+0
2014-06-26
3. remove dead code, refactor existing code. Connect overlooked signals.
Liam P. White
1
-1
/
+1
2014-06-25
1. make it compile
Liam P. White
1
-1
/
+1
2014-06-14
Add clip group option from Ponyscape
Liam P. White
1
-0
/
+112
2014-06-11
Fix for bug #1241902
Jabier Arraiza Cenoz
1
-0
/
+4
2014-06-07
Fix for Bug #1241902 -
Jabier Arraiza Cenoz
1
-0
/
+4
2014-05-29
SPPattern c++-sification: replaced function by methods pt3
Tomasz Boczkowski
1
-1
/
+1
[prev]
[next]