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
2018-06-20
Replace typedef struct with struct in POD type declarations.
Emmanuel Gil Peyrot
1
-4
/
+4
2018-06-18
Run clang-tidy’s modernize-use-emplace pass.
Emmanuel Gil Peyrot
1
-1
/
+1
2018-06-18
Run clang-tidy’s modernize-use-bool-literals pass.
Emmanuel Gil Peyrot
1
-3
/
+3
2018-06-18
Run clang-tidy’s modernize-use-nullptr pass.
Emmanuel Gil Peyrot
1
-67
/
+67
2018-04-26
Fix bug when converting to paths cliped and masked LPE elemets
Jabiertxo Arraiza Cenoz
1
-6
/
+12
2018-03-26
Base LPE refactor
Jabier Arraiza
1
-7
/
+7
2018-01-30
Move classes derived from SPObject to own directory.
Tavmjong Bah
1
-61
/
+71
2018-01-08
Misc. typos
luz.paz
1
-2
/
+2
2017-11-16
Fix title problems
Jabiertxo Arraiza Cenoz
1
-13
/
+22
2017-11-16
Working on fix
Jabier Arraiza
1
-7
/
+34
2017-11-07
Misc. typos
Unknown
1
-2
/
+2
2017-11-02
Move finctions away object sets
Jabier Arraiza
1
-24
/
+2
2017-11-01
Added inverse mask and clippath
Jabier Arraiza
1
-0
/
+1
2017-11-01
Add widget to color and some refactoring
Jabier Arraiza
1
-2
/
+23
2017-10-28
Bug fixes previous to overlay implementation
Jabier Arraiza
1
-5
/
+11
2017-10-14
Fixing problems with nested LPE and convert to paths
Jabier Arraiza
1
-0
/
+4
2017-10-02
third batch
Marc Jeanmougin
1
-54
/
+20
2017-10-02
Second batch
Marc Jeanmougin
1
-24
/
+18
2017-09-24
Transform duplicate object only when clipping or masking
Stefano Facchini
1
-16
/
+21
2017-09-24
Remove unused parameter in SPItem::doWriteTransform
Stefano Facchini
1
-12
/
+12
2017-09-21
Fix for bug #1715433 Clone original LPE can no longer be used to fill a power...
Jabier Arraiza
1
-12
/
+19
2017-09-16
Fix a bug on uninicialitated variable, that perform diferent results in debug...
Jabier Arraiza
1
-12
/
+0
2017-09-13
Fixes for clone original LPE
Jabiertxo Arraiza Cenoz
1
-2
/
+4
2017-09-09
Fix a bug when creating a cloned LPE with fill between many
Jabier Arraiza
1
-3
/
+5
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
[next]