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
*
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
*
|
Fix fill between many LPE to start up with current path
Jabier Arraiza Cenoz
2016-11-02
1
-0
/
+3
*
|
Close the bounding box path LPE
Jabier Arraiza Cenoz
2016-11-02
1
-0
/
+1
*
|
allows for denser screens in zoom correction factors
Marc Jeanmougin
2016-10-28
1
-1
/
+1
*
|
Fix regression in loop prevention
Marc Jeanmougin
2016-10-27
3
-27
/
+16
*
|
Prevent image drag/drop from grouping
Marc Jeanmougin
2016-10-26
1
-1
/
+12
|
/
*
Fix signals
Marc Jeanmougin
2016-10-25
4
-39
/
+23
*
CPPification: almost all sp_object_set_whatever and sp_selection_whatever glo...
Marc Jeanmougin
2016-10-24
29
-996
/
+984
*
CMake: inkscape.com needs the "-mconsole" linker flag to be useful
Eduard Braun
2016-10-22
1
-0
/
+2
[next]