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
*
Another fix for the status bar with mesh gradients.
Tavmjong Bah
2016-11-17
1
-1
/
+10
*
Remove debug line from last commit.
Tavmjong Bah
2016-11-17
1
-1
/
+0
*
Fix status bar messages for meshes and gradients.
Tavmjong Bah
2016-11-17
2
-5
/
+25
*
Fix path outline function for meshes with nrow != ncolumn.
Tavmjong Bah
2016-11-17
1
-1
/
+1
*
Do not return invalid vector gradient when switching from mesh to linear/radi...
Tavmjong Bah
2016-11-17
1
-1
/
+1
*
Ensure getVector() and getArray() return a valid gradient pointer.
Tavmjong Bah
2016-11-17
1
-4
/
+6
*
Split selected rows/columns in half using Insert key.
Tavmjong Bah
2016-11-16
3
-5
/
+78
*
Implement tweaking of mesh handle colors.
Tavmjong Bah
2016-11-14
1
-80
/
+102
*
Fit to bounding box: correct transform when mesh has a non-identity gradient ...
Tavmjong Bah
2016-11-12
1
-0
/
+9
*
Fix rare crash on undo break apart
Marc Jeanmougin
2016-11-12
2
-5
/
+7
*
Fix selection toolbar icons missing on start
Marc Jeanmougin
2016-11-12
1
-9
/
+9
*
Add a make inkscape_pot to regen potfile
Marc Jeanmougin
2016-11-11
1
-1
/
+1
*
Fix filter editor update
Marc Jeanmougin
2016-11-11
1
-0
/
+1
*
fix automatic dockbar resizing
Marc Jeanmougin
2016-11-11
2
-8
/
+1
*
patch for bug 1405292, start clipping with COPY instead of OR so GDI clipping...
mathog
2016-11-10
1
-1
/
+1
*
resizable undocked dialogs
Marc Jeanmougin
2016-11-09
1
-0
/
+2
*
merge boolop branch: Move boolop functions from sp_selected_path_<op> to Obje...
Marc Jeanmougin
2016-11-09
11
-156
/
+113
|
\
|
*
Move boolop functions from sp_selected_path_<op> to ObjectSet::path<op>
Alexander Brock
2016-11-09
11
-156
/
+113
*
|
Click-drag selects nodes rather than creates new mesh if mesh already exists.
Tavmjong Bah
2016-11-09
1
-1
/
+18
*
|
Enable swapping of fill and stroke when one is a mesh.
Tavmjong Bah
2016-11-09
1
-0
/
+6
*
|
Improve mesh handling in Fill and Stroke dialog.
Tavmjong Bah
2016-11-08
9
-118
/
+551
*
|
[Bug #1638472] Quadrant points of ellipse/circle fail to snap (as source or t...
suv-lp
2016-11-08
1
-3
/
+4
*
|
[Bug #262341] Tooltips for LPE tool modes do not show up as translated.
Nicolas Dufour
2016-11-08
1
-1
/
+1
*
|
Remove embedded build date, to allow reproducible building.
Mattia Rizzolo
2016-11-07
2
-2
/
+2
|
/
*
1639832 Blend and blur unspected results
Jabier Arraiza Cenoz
2016-11-07
2
-5
/
+8
*
fix cursor on big endian systems
mpasteven
2016-11-06
1
-0
/
+7
*
merge recursive unlink clones branch
Marc Jeanmougin
2016-11-06
5
-39
/
+112
|
\
|
*
Fix selection issue with ObjectSet::unlinkRecursive() and add tests for it.
Alexander Brock
2016-11-06
1
-0
/
+1
|
*
Remove duplicate code from unlinkRecursive() and fix issue with clones of groups
Alexander Brock
2016-11-06
1
-19
/
+4
|
*
Make ObjectSet::unlink() work for clones which are both clipped and masked
Alexander Brock
2016-11-04
1
-12
/
+5
|
*
Preserve clips when unlinking clones
Alexander Brock
2016-11-04
1
-27
/
+52
|
*
Add "Edit->Clone->Unlink Clones recursively" function (ObjectSet::unlinkRecur...
Alexander Brock
2016-11-04
5
-11
/
+80
|
|
\
|
|
*
Add recursive clone unlink feature
Alexander Brock
2016-10-27
5
-100
/
+199
*
|
|
Fix some bugs on pen/cil dropdown shapes
Jabier Arraiza Cenoz
2016-11-06
1
-42
/
+42
*
|
|
further cppification
Marc Jeanmougin
2016-11-06
5
-32
/
+17
*
|
|
Minor tweak
Jabier Arraiza Cenoz
2016-11-06
1
-1
/
+1
*
|
|
Fix bug on apply bend LPE from pen/cil without cliboard, nothin happends prev...
Jabier Arraiza Cenoz
2016-11-06
1
-1
/
+1
*
|
|
Move a header place
Jabier Arraiza Cenoz
2016-11-05
1
-1
/
+2
*
|
|
Fix last commit not working, LPE are cloned on copies
Jabier Arraiza Cenoz
2016-11-05
3
-7
/
+9
*
|
|
Fix a bug on duplicate item with multiples LPE on it. previously the LPE beco...
Jabier Arraiza Cenoz
2016-11-05
1
-23
/
+17
*
|
|
Fix change between multiples LPE in the same item
Jabier Arraiza Cenoz
2016-11-05
1
-12
/
+2
*
|
|
Fix bug:1639098
Jabier Arraiza Cenoz
2016-11-05
1
-2
/
+9
*
|
|
Fix bug:1639083 crach closing segment with shortcut LPE
Jabier Arraiza Cenoz
2016-11-05
4
-26
/
+39
*
|
|
Render meshes with old syntax using camelCase.
Tavmjong Bah
2016-11-04
1
-0
/
+6
*
|
|
Fix crash in some commandline usage
Marc Jeanmougin
2016-11-03
1
-1
/
+2
|
/
/
*
|
Revert two changes from r15177
Marc Jeanmougin
2016-11-03
1
-2
/
+2
*
|
Add some unit tests for object-set cppification
Marc Jeanmougin
2016-11-02
5
-6
/
+18
*
|
fix prefs icon
Tobias Ellinghaus
2016-11-02
1
-1
/
+1
*
|
fix none color in palettes with scrollbars
Tobias Ellinghaus
2016-11-02
1
-22
/
+14
*
|
Fix bug:1013141 crash deleting LPE
Jabier Arraiza Cenoz
2016-11-02
1
-1
/
+11
[next]