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
2017-09-09
This commit is based on a coment on bug #1670644. And allow to fill the fill ...
Jabier Arraiza
1
-0
/
+1
2017-06-28
Refactor profile directory use and promote IO::Resource get_path and get_file...
Martin Owens
1
-1
/
+2
2017-05-23
selection chemistry: cancel if we hit top/bottom
chr
1
-4
/
+12
2017-05-23
selection chemistry: implement z-stack order
chr
1
-0
/
+39
2017-05-18
fix a brunch of memory leaks
chr
1
-2
/
+5
2017-03-13
Replace rectangle based zooming by affine based zooming.
Tavmjong Bah
1
-3
/
+1
2017-02-16
[Bug #1426613] moving a selection of frame and text-flowed-into-frame displac...
Nicolas Dufour
1
-1
/
+1
2017-02-04
Fix for bug #1655156 Object -> Clip -> Apply distorts objects properties.
Jabiertxof
1
-0
/
+1
2017-01-21
Fix "swap fill and stroke" for multiple objects in selection
alexandru.roman
1
-1
/
+70
2016-11-06
Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it.
Alexander Brock
1
-0
/
+1
2016-11-06
Remove duplicate code from unlinkRecursive() and fix issue with clones of groups
Alexander Brock
1
-19
/
+4
2016-11-06
further cppification
Marc Jeanmougin
1
-23
/
+11
2016-11-04
Make ObjectSet::unlink() work for clones which are both clipped and masked
Alexander Brock
1
-12
/
+5
2016-11-04
Preserve clips when unlinking clones
Alexander Brock
1
-27
/
+52
2016-11-02
Add some unit tests for object-set cppification
Marc Jeanmougin
1
-3
/
+3
2016-10-27
Add recursive clone unlink feature
Alexander Brock
1
-98
/
+178
2016-10-24
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
1
-590
/
+515
2016-09-15
Fix minor problem in previous commit
Marc Jeanmougin
1
-1
/
+1
2016-09-15
Duplicating text along path and its path relinks to the new path (if the pref...
Marc Jeanmougin
1
-8
/
+16
2016-08-03
Removed unused includes, decreased compilation time. Once again
Adrian Boguszewski
1
-24
/
+1
2016-07-28
Reverted changes to r15024 after many building problems
Adrian Boguszewski
1
-1
/
+24
2016-07-28
Removed unused includes, decrease compilation time
Adrian Boguszewski
1
-24
/
+1
2016-07-27
Renamed some functions, fixed tests
Adrian Boguszewski
1
-48
/
+49
2016-07-20
Changed arguments and names of selection chemistry functions
Adrian Boguszewski
1
-144
/
+145
2016-07-14
Renamed children list in SPObject
Adrian Boguszewski
1
-10
/
+10
2016-07-14
Last part of new SPObject children list
Adrian Boguszewski
1
-14
/
+14
2016-07-13
Second part of new SPObject children list
Adrian Boguszewski
1
-20
/
+23
2016-07-11
First part of new SPObject children list
Adrian Boguszewski
1
-3
/
+3
2016-07-01
Added xmlNodes as range function
Adrian Boguszewski
1
-10
/
+10
2016-06-25
Moved next functions, added namespace, renamed range functions
Adrian Boguszewski
1
-41
/
+41
2016-05-21
Fixing undo thing
Jabier Arraiza Cenoz
1
-14
/
+17
2016-04-14
function to release object from group
Raphael Rosch
1
-0
/
+32
2016-04-12
Hackfest 2016: un-obfuscate the SPCanvas widget.
Krzysztof Kosi??ski
1
-2
/
+2
2015-12-13
Perfomance optimization bugfix
Marc Jeanmougin
1
-0
/
+3
2015-11-06
static code analysis
Kris De Gussem
1
-70
/
+69
2015-09-05
Quick fix for previous fix (i cannot understand why the previous fix still wo...
Marc Jeanmougin
1
-1
/
+1
2015-09-05
better ordering of setting the ids in the group to symbol code
Marc Jeanmougin
1
-3
/
+2
2015-09-05
Fix z-order in creating symbols
Marc Jeanmougin
1
-1
/
+2
2015-05-26
Fix duplicate order
Marc Jeanmougin
1
-2
/
+2
2015-05-09
duplicating layers now respect prefs for clone relinking
Marc Jeanmougin
1
-5
/
+20
2015-05-09
fix crash introduces by recent rev when clipping
Marc Jeanmougin
1
-4
/
+5
2015-05-08
fixed logic error in earlier fix
Marc Jeanmougin
1
-10
/
+12
2015-05-08
refactor sp_selection_set_mask
Marc Jeanmougin
1
-62
/
+32
2015-05-08
fixes various bugs with clipping and masking
Marc Jeanmougin
1
-18
/
+16
2015-05-07
fix for stl "remove"
Marc Jeanmougin
1
-4
/
+4
2015-05-07
better fix, using std::remove instead of std::erase
Marc Jeanmougin
1
-12
/
+4
2015-05-07
fix crash when converting a group of objects to path
Marc Jeanmougin
1
-4
/
+12
2015-05-06
fix sorts
Marc Jeanmougin
1
-4
/
+4
2015-05-06
"select same..." no longer returns groups.
Marc Jeanmougin
1
-0
/
+9
2015-05-03
renamed SPPattern methods to match coding style
Tomasz Boczkowski
1
-4
/
+4
[prev]
[next]