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
*
Allow rects be LPE like other primitives
Jabier Arraiza
2019-06-01
5
-36
/
+41
*
fix #140 scaled text flow into frame
Thomas Holder
2019-05-31
1
-2
/
+3
*
fix global-buffer-overflow (AddressSanitizer)
Thomas Holder
2019-05-30
1
-2
/
+2
*
macOS: gtk-mac-integration
Thomas Holder
2019-05-29
3
-0
/
+49
*
Rename effect attribute to "implements-custom-gui"
Sergei Izmailov
2019-05-29
1
-1
/
+1
*
Fix indentation
Sergei Izmailov
2019-05-29
1
-3
/
+3
*
Rename "suppress-working-dialog" effect attribute to "application"
Sergei Izmailov
2019-05-29
1
-1
/
+1
*
feature: Allow effect extensions to disable working dialog
Sergei Izmailov
2019-05-29
1
-1
/
+4
*
Fix formatting
Sergei Izmailov
2019-05-28
1
-9
/
+11
*
Fix segfault for bad `--pdf-page` argument values
Sergei Izmailov
2019-05-28
2
-3
/
+18
*
Merge branch 'master' of gitlab.com:inkscape/inkscape
Marc Jeanmougin
2019-05-28
2
-2
/
+4
|
\
|
*
Prevent settng PDF page to less than 1. Fixes #265.
Tavmjong Bah
2019-05-28
1
-1
/
+3
|
*
Set default PDF page to 1 (PDF's don't have page 0).
Tavmjong Bah
2019-05-28
1
-1
/
+1
*
|
Update pofiles
Marc Jeanmougin
2019-05-28
1
-2
/
+1
|
/
*
Fix align-to of text objects
Tobias Ellinghaus
2019-05-28
1
-5
/
+5
*
Allow translations in LPE add dialog
Jabier Arraiza
2019-05-27
1
-1
/
+1
*
Merge branch 'xgettextMigration'
Marc Jeanmougin
2019-05-27
1
-1
/
+1
|
\
|
*
Improve xgettext process
Marc Jeanmougin
2019-05-27
1
-1
/
+1
*
|
Revert back to using Gio::APPLICATION_NON_UNIQUE. See commit for reasons.
Tavmjong Bah
2019-05-27
1
-5
/
+11
*
|
Fix a issue compiling with a obsolete value I forget remove in prev comit
Jabier Arraiza
2019-05-27
1
-2
/
+1
*
|
Add hide operand, work on groups and allow shapes as parameters in LPE Bool
Jabier Arraiza
2019-05-26
5
-19
/
+86
*
|
Add check for empty text on path
Nathan Lee
2019-05-26
1
-1
/
+2
*
|
Remove some couts and delete uneeded LPE parameter
Jabier Arraiza
2019-05-26
2
-10
/
+1
*
|
Allow open paths in mirror symmetry LPE
Jabier Arraiza
2019-05-26
1
-49
/
+19
*
|
Fix gradient toolbar comboboxes and reverse
Nathan Lee
2019-05-26
4
-15
/
+11
*
|
Rename wrong named function
Jabiertxof
2019-05-25
4
-11
/
+10
*
|
Allow style as attribute in CopyRotate LPE and Mirror Symmetry
Jabiertxof
2019-05-25
4
-22
/
+75
*
|
Fix a bug defaulting some parameters
Jabiertxof
2019-05-24
2
-13
/
+13
*
|
Revert wrong commit in Rotate LPE
Jabiertxof
2019-05-24
2
-14
/
+5
*
|
Improvements to Copy Rotate LPE
Jabiertxof
2019-05-23
3
-122
/
+39
*
|
Speed improvemets to offset LPE
Jabiertxof
2019-05-22
1
-32
/
+12
*
|
Remove ResourceManager dep on Glib::object.
Shlomi Fish
2019-05-22
2
-5
/
+2
*
|
Allow scale offset in groups using the knot like in paths
Jabiertxof
2019-05-22
2
-15
/
+48
*
|
Extract a common expression into a variable/const.
Shlomi Fish
2019-05-22
1
-103
/
+105
*
|
fix the build.
Shlomi Fish
2019-05-22
1
-1
/
+0
*
|
Convert to a more portable C++11 check.
Shlomi Fish
2019-05-22
1
-0
/
+1
*
|
Fix formatting and trailing space.
Shlomi Fish
2019-05-22
1
-5
/
+5
*
|
Extract a common expression into a variable/const.
Shlomi Fish
2019-05-22
1
-56
/
+58
*
|
Allow offset mixed in open and closed subpats. LPE Offset
Jabiertxof
2019-05-22
1
-21
/
+29
*
|
Add speed improvements to LPE offset
Jabier Arraiza
2019-05-22
1
-9
/
+32
*
|
LPE offfset improvements
Jabier Arraiza
2019-05-21
2
-50
/
+90
*
|
Tiny refactor and simplify of offset LPE
Jabiertxof
2019-05-21
1
-23
/
+8
*
|
Improvemets to GeomPathstroke and Offset LPE
Jabiertxof
2019-05-21
6
-215
/
+210
*
|
Fix alignment of ruler ticks
Diederik van Lierop
2019-05-20
5
-27
/
+25
*
|
Fix pixel alignment of box selection cue
Diederik van Lierop
2019-05-20
1
-9
/
+4
*
|
Small fix
Diederik van Lierop
2019-05-20
1
-2
/
+2
*
|
Change the data type of size/width/height of the controls to unsigned int
Diederik van Lierop
2019-05-20
13
-55
/
+52
*
|
More pixel-level alignment fixes for various controls, by making all controls...
Diederik van Lierop
2019-05-20
8
-45
/
+40
*
|
Another pixel alignment fix
Diederik van Lierop
2019-05-20
1
-7
/
+17
*
|
Fix the alignment of the guideline origin (and other controls), such that it ...
Diederik van Lierop
2019-05-20
4
-43
/
+58
[next]