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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2019-05-16
Fork LPE if necesary also in LPEItem childs
Jabiertxof
2
-2
/
+12
2019-05-14
Support percentage (include default) values for linear and radial gradient at...
Tavmjong Bah
4
-11
/
+86
2019-05-12
Remove support for LCMS 1
Karl Cheng
4
-103
/
+58
2019-04-17
fix inbox#380 Rotation center flipped with y-axis
Thomas Holder
1
-3
/
+10
2019-04-15
Make sure Layout.wrap_mode is initialized and defined.
Tavmjong Bah
1
-0
/
+2
2019-04-15
Fix for line positioning in wrapped multi-line text.
Tavmjong Bah
1
-0
/
+5
2019-04-14
Fix nullptr deref after connector delete
Bryce Harrington
1
-2
/
+6
2019-04-06
More document.h cleanup.
Tavmjong Bah
4
-11
/
+11
2019-04-02
Replace IS_NAN with std::isnan (exists since C++11)
Patrick Storz
1
-3
/
+3
2019-03-26
Misc. typos
luz.paz
2
-6
/
+6
2019-03-23
Fix text rendering when Inkscape multi-line text has an empty first line.
Tavmjong Bah
2
-3
/
+47
2019-03-22
Allow guide duplication in guides dialog
Marc Jeanmougin
2
-0
/
+5
2019-03-20
Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)
Joseph Da Silva
1
-6
/
+2
2019-03-06
Stop crash on loading text on path
Nathan Lee
1
-11
/
+9
2019-03-06
Avoid the “using std::*;” or “using namespace std;” constructs.
Emmanuel Gil Peyrot
5
-35
/
+24
2019-03-03
Enable global snapping preference by default
Patrick Storz
1
-1
/
+1
2019-02-20
Remove unneded code from previous commit
Jabiertxof
1
-22
/
+1
2019-02-20
Fix for issue 95: Crash on applying Perspective/Envelope LPE to a group
Jabiertxof
1
-0
/
+1
2019-02-20
Give more descriptive names to document file related variables and functions.
Tavmjong Bah
4
-8
/
+8
2019-02-20
Fix query for monitor dimensions
Patrick Storz
1
-4
/
+0
2019-02-20
Rescue code for restoring last used window geometry
Patrick Storz
2
-7
/
+33
2019-02-18
Fix #91 "guides around the page" with y-axis down
Thomas Holder
1
-6
/
+7
2019-02-01
clang-tidy recent changes
Alexander Valavanis
1
-3
/
+3
2019-01-24
Demangle: Switch to std::shared_ptr.
Emmanuel Gil Peyrot
1
-1
/
+1
2019-01-24
Event: Switch all call sites from Util::ptr_shared to char const* or std::sha...
Emmanuel Gil Peyrot
1
-6
/
+6
2019-01-06
Fix segfault when a masked object is transformed
octycs
1
-1
/
+1
2019-01-02
modernize loops (2)
Marc Jeanmougin
1
-3
/
+3
2019-01-02
modernize loops
Marc Jeanmougin
25
-254
/
+223
2019-01-02
Prevent reverting a drawing from closing Inkscape when only one window is open.
Tavmjong Bah
1
-2
/
+4
2018-12-26
fix crash with missing image xlink:href attribute
Thomas Holder
1
-0
/
+6
2018-12-24
rebase_hrefs: store IRI (UTF-8), not URI (ASCII)
Thomas Holder
2
-0
/
+90
2018-12-21
Allow edit LPE on nestad groups
Jabiertxof
4
-4
/
+4
2018-12-16
Inkscape::URI::Impl -> shared_ptr
Thomas Holder
2
-75
/
+8
2018-12-16
add some Inkscape::URI tests
Thomas Holder
1
-0
/
+2
2018-12-15
Remove unused transform functions related to LPE and improvements to fill-bet...
Jabier Arraiza
4
-39
/
+1
2018-12-14
Round-trip SVG 2 flowed text with SVG 1.1 backup.
Tavmjong Bah
2
-49
/
+296
2018-12-13
extract_uri: fix, test, document
Thomas Holder
2
-12
/
+9
2018-12-13
remove most of Inkscape::URI::Impl
Thomas Holder
2
-57
/
+37
2018-12-13
remove Inkscape::URI::fromUtf8
Thomas Holder
2
-38
/
+0
2018-12-09
remove Inkscape::URI::getFullPath
Thomas Holder
4
-64
/
+28
2018-12-09
fix, test, and document more Inkscape::URI methods
Thomas Holder
2
-20
/
+69
2018-12-03
Minor comment/alignment changes.
Tavmjong Bah
2
-1
/
+4
2018-12-03
Remove dependance of SVGViewWidget on SVGView and View. Remove SVGView.
Tavmjong Bah
2
-11
/
+12
2018-12-01
Fix merging
Jabier Arraiza
1
-1
/
+1
2018-12-01
Fix merge to master and add shortcut
Jabier Arraiza
1
-1
/
+1
2018-11-30
Replace void* by SPItem* to avoid static casts.
Tavmjong Bah
1
-1
/
+1
2018-11-29
Start of making View independent of GUI.
Tavmjong Bah
2
-16
/
+34
2018-11-14
Use better syntax, clean up before reloading and call SPObjet release
Martin Owens
1
-4
/
+8
2018-11-14
Move getStyles to styles and clean up on destruction.
Martin Owens
2
-19
/
+20
2018-11-13
Add capability to get style rulesets as SPStyle objects
Martin Owens
2
-6
/
+25
[next]