index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix bug 1665595 and prevent other LPE the same bug when using ACTIVE_DOCUMENT
Jabiertxof
2017-02-18
5
-76
/
+114
*
Fix bug on rotate copies with one line vertical input
Jabiertxof
2017-02-18
1
-3
/
+6
*
Implement Undo. Respond to external changes to <style> element.
Tavmjong Bah
2017-02-18
2
-38
/
+117
*
improve dot dash support in wmf export
mathog
2017-02-17
1
-1
/
+22
*
resolve bug 1665421
mathog
2017-02-17
1
-0
/
+10
*
Remmove unneded conditional from rotate copies and mirror symmetry
Jabiertxof
2017-02-16
2
-2
/
+2
*
Fix crashes when element is not shape in rotate copies and mirror symmetry. r...
Jabiertxof
2017-02-16
2
-5
/
+2
*
[Bug #1426613] moving a selection of frame and text-flowed-into-frame displac...
Nicolas Dufour
2017-02-16
1
-1
/
+1
*
Fix compile for Trusty. (Colliding definitions of isinf between C99 and C++11...
Tavmjong Bah
2017-02-15
1
-2
/
+2
*
Rewrite and cleanup of style dialog. Still WIP.
Tavmjong Bah
2017-02-14
4
-919
/
+791
*
Extensions: Add 'appearance="url"' to desccription parameters.
Eduard Braun
2017-02-13
3
-5
/
+12
*
Extensions: Fix potential security issue with "description" parameters.
Eduard Braun
2017-02-13
1
-5
/
+5
*
AboutBox: Remove superfluous space in website URL
Eduard Braun
2017-02-13
1
-1
/
+1
*
Extensions: Do not require name for pure UI elements (i.e. parameters that do...
Eduard Braun
2017-02-13
1
-2
/
+9
*
Extensions: Fix for old versions of gtkmm
Eduard Braun
2017-02-13
1
-1
/
+2
*
Extensions: Work around gtk3 width/height calculation bug for long labels
Eduard Braun
2017-02-13
10
-12
/
+31
*
Extensions: Make "int" and "float" parameters specifying 'appearance="full"'e...
Eduard Braun
2017-02-13
2
-2
/
+2
*
Extensions: Harmonize appearance and try to simplify layouting a bit
Eduard Braun
2017-02-12
4
-11
/
+23
*
Extensions: Make "indent" attribute a common attribute for all parameters tha...
Eduard Braun
2017-02-12
22
-183
/
+276
*
Fix and improve window sizing and positioning behavior when opening new docum...
Eduard Braun
2017-02-11
1
-26
/
+38
*
Fix a critical warning on convert to paths https://bugs.launchpad.net/inkscap...
Jabiertxof
2017-02-11
1
-1
/
+1
*
Fix a memory leak introduced in r15421 and r15501 respectively
Eduard Braun
2017-02-11
4
-8
/
+19
*
Fix bug #1662812 Converting Stroke to Path messes document's structure
Jabiertxof
2017-02-10
1
-22
/
+40
*
temporarily sets decimal separator locale to C to fix files correctly (Users ...
Marc Jeanmougin
2017-02-10
1
-0
/
+3
*
Add missing "#include <glibmm/regex.h>" for previous commit
Eduard Braun
2017-02-10
1
-0
/
+1
*
Fix encoding/escaping issues with symbols loaded from .vss (Visio stencils) f...
Eduard Braun
2017-02-10
1
-19
/
+28
*
Do not delete presentation attributes. Styling source is now tracked
Tavmjong Bah
2017-02-10
1
-1
/
+4
*
[Bug #1662439] Instant crash when trying to move svg symbol.
Nicolas Dufour
2017-02-09
1
-1
/
+3
*
Add naive selector validation on entry in style dialog.
Tavmjong Bah
2017-02-08
3
-24
/
+64
*
Allow dialog to be resizable. (Fixed inheritance.) Also basic housekeeping.
Tavmjong Bah
2017-02-08
2
-8
/
+33
*
Fix g_warnings (typo in action name).
Tavmjong Bah
2017-02-08
1
-1
/
+1
*
[Bug #1658320] Color names have additional numbers.
peregrine
2017-02-08
1
-2
/
+2
*
fix two memory leaks
peregrine
2017-02-07
2
-0
/
+4
*
Fix Gdk deprecations
Alex Valavanis
2017-02-07
1
-2
/
+25
*
Fix some new Gdk deprecations
Alex Valavanis
2017-02-07
2
-11
/
+32
*
Default style source to SP_STYLE_SRC_STYLE_PROP. Only set style_src on succes...
Tavmjong Bah
2017-02-07
1
-2
/
+4
*
Add new 'Strict' build type for deprecation checking
Alex Valavanis
2017-02-07
1
-0
/
+4
*
This commit fixes bug #1657874
Jabiertxof
2017-02-06
4
-6
/
+7
*
Remove some unneeded < C++11 fallback code
Alex Valavanis
2017-02-06
12
-93
/
+4
*
forward-port from 0.92.x the line height conversion from <.92 to >=.92
Marc Jeanmougin
2017-02-05
6
-4
/
+214
*
add missing header
Marc Jeanmougin
2017-02-05
1
-0
/
+2
*
fix crash when inserting nodes
Shlomi Fish
2017-02-05
1
-2
/
+13
*
Fix styling breakage from r15471.
Tavmjong Bah
2017-02-05
2
-3
/
+3
*
Fix C++11 errors and warnings with g++-7
Alex Valavanis
2017-02-05
30
-84
/
+145
*
Fixes bug:1654808 along a option to fuse when paths points are coincidant
Jabiertxof
2017-02-04
4
-14
/
+27
*
Fix for bug #1655156 Object -> Clip -> Apply distorts objects properties.
Jabiertxof
2017-02-04
1
-0
/
+1
*
Fixes bug 1655160 in stich subpaths
Jabiertxof
2017-02-04
2
-7
/
+6
*
Merge in GSoC style dialog. (Work in progress.)
Tavmjong Bah
2017-02-04
19
-207
/
+1746
|
\
|
*
Add some more comments to improve code understanding
kamalpreetgrewal
2016-08-20
4
-66
/
+100
|
*
Pass remaining simple class selector tests
kamalpreetgrewal
2016-08-19
1
-15
/
+20
[next]