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
2019-11-03
refactor: Eliminate SPIString::value_default
Thomas Holder
1
-3
/
+2
2019-10-28
refactor: TypedSPI
Thomas Holder
1
-2
/
+2
2019-10-16
Inkscape::XML::Node::addChildAtPos
Thomas Holder
1
-26
/
+11
2019-10-12
Move from deprecated GTimeVal to g_get_monotonic_time()
Jabier Arraiza
1
-4
/
+1
2019-08-18
reduce usage of desktop coordinates (#341)
Thomas Holder
1
-6
/
+5
2019-07-27
Make doc2dt a document property
Thomas Holder
1
-14
/
+11
2019-06-14
Fix grouping performance
Marc Jeanmougin
1
-0
/
+1
2019-06-12
Refactor: convert rotate_rel() to a method.
Shlomi Fish
1
-1
/
+1
2019-06-06
Refactoring: call setAttribute() directly.
Shlomi Fish
1
-7
/
+7
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
1
-3
/
+3
2019-01-02
modernize loops
Marc Jeanmougin
1
-32
/
+29
2018-11-27
Add a rotation action.
Tavmjong Bah
1
-9
/
+11
2018-11-08
Clarify licenses
Max Gaukler
1
-1
/
+2
2018-10-22
Remove 'document-private.h' where not needed plus some other header cleanup.
Tavmjong Bah
1
-1
/
+0
2018-10-06
Removed typo introduced in previous commit
luz.paz
1
-1
/
+1
2018-10-06
Misc. typos
luz.paz
1
-38
/
+38
2018-10-01
Remove #include "config.h" wherever possible
Eduard Braun
1
-4
/
+0
2018-09-29
fix 90 deg cw/ccw rotation with inverted y-axis
Thomas Holder
1
-1
/
+2
2018-09-28
Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expected
Jabier Arraiza
1
-6
/
+15
2018-09-21
minor correction to MR
Marc Jeanmougin
1
-2
/
+2
2018-09-19
fix bug 1791694
Xortex
1
-0
/
+9
2018-09-12
New option to invert y-axis
Thomas Holder
1
-31
/
+17
2018-09-11
Several more typos
luz.paz
1
-1
/
+1
2018-09-08
Update selection-chemistry.cpp
Samuel Buttigieg
1
-13
/
+13
2018-09-08
fix Bug #1786269
Xortex
1
-0
/
+15
2018-08-05
Fixes compiling bugs
Jabier Arraiza
1
-1
/
+1
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
[next]