index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
object
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Patrick improvements to verbs toggle menu items
Jabiertxof
2019-07-29
2
-3
/
+4
*
Fix some issues with inverse coordinates pointed by Maren
Jabier Arraiza
2019-07-28
1
-2
/
+2
*
Add verbs update checkbuttons in menu. Also do improvements requested in http...
Jabier Arraiza
2019-07-28
1
-1
/
+7
*
Make doc2dt a document property
Thomas Holder
2019-07-27
4
-23
/
+18
*
Improvements finish pointed by Maren
Jabier Arraiza
2019-07-19
1
-1
/
+1
*
Improvemets to power pencil
Jabiertxof
2019-07-19
1
-0
/
+2
*
working on powerpencil in other thread
Jabier Arraiza
2019-07-14
2
-8
/
+6
*
Fix coding style
Jabiertxof
2019-07-08
1
-3
/
+3
*
Improvements to temming allow diferent on dark themes
Jabiertxof
2019-07-08
1
-3
/
+3
*
Fix various minor typos
Yuri Chornoivan
2019-07-01
5
-5
/
+5
*
Remove experimental code to work in MR and fixes for selectors
Jabier Arraiza
2019-06-23
1
-5
/
+9
*
Merge branch 'fix-bbox-filter' of gitlab.com:octycs/inkscape
Marc Jeanmougin
2019-06-20
1
-3
/
+3
|
\
|
*
Fix bounding box cache invalidation for filters
octycs
2019-06-20
1
-3
/
+3
*
|
Merge branch 'copypasta' of gitlab.com:nathanal/inkscape
Marc Jeanmougin
2019-06-20
1
-16
/
+19
|
\
\
|
*
|
Change TextPath to Text positioning
Nathan Lee
2019-06-03
1
-32
/
+19
|
*
|
Crashfix deleting path with invisible text on path
Nathan Lee
2019-06-03
1
-5
/
+21
*
|
|
Merge branch 'refactoring' of gitlab.com:shlomif/inkscape
Marc Jeanmougin
2019-06-20
5
-59
/
+58
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Refactoring: replace funcs with methods.
Shlomi Fish
2019-06-12
5
-40
/
+40
|
*
|
Refactor: convert rotate_rel() to a method.
Shlomi Fish
2019-06-12
4
-19
/
+18
*
|
|
Fix crash after deleting a grouped connection
Nathan Lee
2019-06-14
1
-0
/
+1
|
/
/
*
|
Minor cleanup (remove unneeded win32-specific defines)
Patrick Storz
2019-06-09
1
-3
/
+0
*
|
Preferences: Work around issue with parsing unsigned integers
Patrick Storz
2019-06-08
1
-1
/
+1
*
|
fix inbox#549 Rectangle missing left side
Thomas Holder
2019-06-08
1
-0
/
+3
*
|
Style fixes.
Shlomi Fish
2019-06-06
1
-6
/
+6
*
|
Refactoring: call setAttribute() directly.
Shlomi Fish
2019-06-06
14
-32
/
+32
*
|
Merge changes
Alexander Valavanis
2019-06-05
4
-9
/
+61
|
\
|
|
*
Cache bounding box of shapes
octycs
2019-06-01
2
-0
/
+20
|
*
Allow rects be LPE like other primitives
Jabier Arraiza
2019-06-01
2
-9
/
+41
*
|
Hackfest2019: Rm tautological tests
Alexander Valavanis
2019-05-27
16
-17
/
+0
|
/
*
Improvemets to GeomPathstroke and Offset LPE
Jabiertxof
2019-05-21
1
-1
/
+1
*
Fork LPE if necesary also in LPEItem childs
Jabiertxof
2019-05-16
2
-2
/
+12
*
Support percentage (include default) values for linear and radial gradient at...
Tavmjong Bah
2019-05-14
4
-11
/
+86
*
Remove support for LCMS 1
Karl Cheng
2019-05-12
4
-103
/
+58
*
fix inbox#380 Rotation center flipped with y-axis
Thomas Holder
2019-04-17
1
-3
/
+10
*
Make sure Layout.wrap_mode is initialized and defined.
Tavmjong Bah
2019-04-15
1
-0
/
+2
*
Fix for line positioning in wrapped multi-line text.
Tavmjong Bah
2019-04-15
1
-0
/
+5
*
Fix nullptr deref after connector delete
Bryce Harrington
2019-04-14
1
-2
/
+6
*
More document.h cleanup.
Tavmjong Bah
2019-04-06
4
-11
/
+11
*
Replace IS_NAN with std::isnan (exists since C++11)
Patrick Storz
2019-04-02
1
-3
/
+3
*
Misc. typos
luz.paz
2019-03-26
2
-6
/
+6
*
Fix text rendering when Inkscape multi-line text has an empty first line.
Tavmjong Bah
2019-03-23
2
-3
/
+47
*
Allow guide duplication in guides dialog
Marc Jeanmougin
2019-03-22
2
-0
/
+5
*
Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)
Joseph Da Silva
2019-03-20
1
-6
/
+2
*
Merge: Avoid the “using std::*;” or “using namespace std;” construct
Martin Owens
2019-03-06
5
-35
/
+24
|
\
|
*
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
2019-03-06
5
-35
/
+24
*
|
Merge: Fix crash on opening file with text on path...
Martin Owens
2019-03-06
1
-11
/
+9
|
\
\
|
*
|
Stop crash on loading text on path
Nathan Lee
2019-03-06
1
-11
/
+9
|
|
/
*
|
Merge in Rescue code for restoring last used window geometry MR !534
Martin Owens
2019-03-06
2
-11
/
+33
|
\
\
|
|
/
|
/
|
|
*
Fix query for monitor dimensions
Patrick Storz
2019-02-20
1
-4
/
+0
|
*
Rescue code for restoring last used window geometry
Patrick Storz
2019-02-20
2
-7
/
+33
[next]