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
*
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
*
|
Enable global snapping preference by default
Patrick Storz
2019-03-03
1
-1
/
+1
*
|
Remove unneded code from previous commit
Jabiertxof
2019-02-20
1
-22
/
+1
*
|
Fix for issue 95: Crash on applying Perspective/Envelope LPE to a group
Jabiertxof
2019-02-20
1
-0
/
+1
*
|
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
2019-02-20
4
-8
/
+8
|
/
*
Fix #91 "guides around the page" with y-axis down
Thomas Holder
2019-02-18
1
-6
/
+7
*
clang-tidy recent changes
Alexander Valavanis
2019-02-01
1
-3
/
+3
*
Demangle: Switch to std::shared_ptr.
Emmanuel Gil Peyrot
2019-01-24
1
-1
/
+1
*
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
2019-01-24
1
-6
/
+6
*
Fix segfault when a masked object is transformed
octycs
2019-01-06
1
-1
/
+1
*
modernize loops (2)
Marc Jeanmougin
2019-01-02
1
-3
/
+3
[next]