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
*
fixed enum order + added cpp files to POFILES.in
Michael Soegtrop
2017-06-05
2
-6
/
+4
*
merged with latest version of lpe-bool and trunk
Michael Soegtrop
2017-06-05
979
-44152
/
+31180
|
\
|
*
Porting the pre-92 file update message from 0.92.x to trunk:
Marc Jeanmougin
2017-06-04
5
-533
/
+477
|
*
Add very raw page loading using links
Martin Owens
2017-06-04
3
-6
/
+52
|
*
Merge bugfixes for xverbs
Dmitry Zhulanov
2017-06-04
1
-19
/
+50
|
|
\
|
|
*
replace fopen with g_fopen
dmitry.zhulanov@gmail.com
2017-06-04
1
-1
/
+2
|
|
*
minor fixes
dmitry.zhulanov@gmail.com
2017-06-03
1
-2
/
+2
|
|
*
abort Inkscape if XFileOpen command fails
dmitry.zhulanov@gmail.com
2017-06-03
1
-1
/
+1
|
|
*
handle svg documents relative to .yaml path
dmitry.zhulanov@gmail.com
2017-06-03
1
-17
/
+40
|
|
*
check if file exist
dmitry.zhulanov@gmail.com
2017-06-03
1
-2
/
+6
|
|
*
fix crash in XFileOpen
dmitry.zhulanov@gmail.com
2017-06-03
1
-0
/
+1
|
|
*
improve open .yaml error message and exit with error
dmitry.zhulanov@gmail.com
2017-06-01
1
-2
/
+4
|
*
|
Add list of OpenType tables available in selected font.
Tavmjong Bah
2017-06-03
2
-25
/
+35
|
*
|
Avoid name conflict with libwmf (wmf_free).
Tavmjong Bah
2017-06-01
3
-3
/
+4
|
*
|
Use uniform name for input and output (and PDF is an ISO standard and no long...
Tavmjong Bah
2017-06-01
1
-2
/
+2
|
*
|
Sort File Save and File Input file type menus.
Tavmjong Bah
2017-05-31
1
-3
/
+77
|
*
|
Fix broken fix for bug pointed by parclytaxel in IRC
Jabier Arraiza Cenoz
2017-05-30
1
-0
/
+3
|
*
|
Fix bug pointed by parclytaxel in IRC
Jabier Arraiza Cenoz
2017-05-30
1
-3
/
+2
|
*
|
Alow write to repr on hidden LPE parameters
Jabier Arraiza Cenoz
2017-05-29
2
-2
/
+5
|
*
|
Fix PDF export with respect to 'image-rendering'.
Tavmjong Bah
2017-05-29
1
-5
/
+5
|
*
|
Update for CSS 3 'image-rendering'.
Tavmjong Bah
2017-05-29
2
-4
/
+10
|
*
|
Fix bug #1694111 also fixes noumerous bugfixes on LPE undo. And shapes are im...
Jabiertxof
2017-05-29
11
-37
/
+55
|
*
|
Fix bug on crash if undefined LPE load
Jabiertxof
2017-05-28
1
-1
/
+3
|
*
|
Add a new value to LPE 'is_load' to know the lpe is just load, no previous v...
Jabiertxof
2017-05-28
4
-0
/
+5
|
*
|
Allow doOnRemove in all LPE
Jabiertxof
2017-05-28
1
-6
/
+1
|
*
|
Remove dabug line
Jabiertxof
2017-05-28
1
-1
/
+0
|
*
|
Remove original-d from clip and mask LPE if keep paths
Jabiertxof
2017-05-28
1
-20
/
+20
|
*
|
Force not original-d if the clip-path or mask has not a LPE allowed to change it
Jabiertxof
2017-05-28
4
-64
/
+140
|
*
|
Allow LPE clip or mask hasent effect applied
Jabiertxof
2017-05-27
1
-1
/
+5
|
*
|
More fixes to LPE
Jabiertxof
2017-05-27
14
-88
/
+47
|
*
|
Change bad named vars
Jabiertxof
2017-05-27
13
-24
/
+27
|
*
|
Order LPE parameters
Jabier Arraiza Cenoz
2017-05-26
2
-2
/
+2
|
*
|
Improve methods on rotate copies LPE
Jabier Arraiza Cenoz
2017-05-26
5
-46
/
+58
|
*
|
Allow rotate on split items over Rotate copies LPE
Jabier Arraiza Cenoz
2017-05-25
1
-0
/
+7
|
|
/
|
*
selection chemistry: cancel if we hit top/bottom
chr
2017-05-23
1
-4
/
+12
|
*
fix a brunch of memory leaks pt.2
chr
2017-05-23
5
-10
/
+25
|
*
bugfix: change active layer
chr
2017-05-23
2
-0
/
+11
|
*
opject panel: rework shotcuts: let the user decide
chr
2017-05-23
1
-27
/
+36
|
*
object panel: don't block F2 key, use return to edit cell
chr
2017-05-23
1
-5
/
+7
|
*
object panel: search function blocks too many keystrokes
chr
2017-05-23
1
-0
/
+2
|
*
selection chemistry: implement z-stack order
chr
2017-05-23
7
-10
/
+71
|
*
object panel: don't scroll to layer when leaving object group
chr
2017-05-18
1
-1
/
+1
|
*
ObjectsPanel: Polish collapse/expand behaviour
chr
2017-05-18
2
-5
/
+9
|
*
object manager panel: fix clip/mask icons
chr
2017-05-18
3
-16
/
+22
|
*
stroke-style: fix preloading no-marker
chr
2017-05-18
1
-4
/
+10
|
*
fix a brunch of memory leaks
chr
2017-05-18
6
-4
/
+12
|
*
bugfix crash while moving objects
chr
2017-05-18
1
-2
/
+3
|
*
fix crash
dmitry.zhulanov@gmail.com
2017-05-17
1
-0
/
+1
|
*
fix naming
dmitry.zhulanov@gmail.com
2017-05-17
1
-33
/
+4
|
*
Fix build warning
Eduard Braun
2017-05-14
1
-1
/
+1
[next]