index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ui
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes a few of jenkins warnings
Marc Jeanmougin
2015-05-08
6
-18
/
+6
*
fix for stl "remove"
Marc Jeanmougin
2015-05-07
1
-1
/
+1
*
better fix, using std::remove instead of std::erase
Marc Jeanmougin
2015-05-07
1
-3
/
+1
*
fix crash when converting a group of objects to path
Marc Jeanmougin
2015-05-07
1
-1
/
+3
*
updated with trunk
Marc Jeanmougin
2015-04-29
1
-4
/
+0
|
\
|
*
Fix unnecessary inclusion of glibmm/threads.h. This can be resolved by ensur...
Alex Valavanis
2015-04-27
1
-4
/
+0
*
|
removed a few useless SP_OBJECT() casts
Marc Jeanmougin
2015-04-27
1
-1
/
+1
*
|
Just reread the entire diff against trunk. Given the diff size, i must have f...
Marc Jeanmougin
2015-04-26
1
-1
/
+1
*
|
merging
Marc Jeanmougin
2015-04-26
14
-315
/
+314
|
\
|
|
*
Replace GList by std::vector
Tavmjong Bah
2015-04-14
2
-35
/
+25
|
*
Fix coding style issues in bspline/spirolive code
Jabier Arraiza Cenoz
2015-04-10
5
-232
/
+239
|
*
ui/tools: sp. fixes (cosmetic)
Bryce Harrington
2015-03-19
7
-8
/
+8
|
*
Fix for a potential (though unlikely) dereference of null pointer in the spra...
Nicolas Dufour
2015-03-14
1
-32
/
+34
|
*
Rename <meshGradient> to <mesh>, <meshRow> to <meshrow>, <meshPatch> to <mesh...
Tavmjong Bah
2015-03-01
1
-8
/
+8
*
|
merge
Marc Jeanmougin
2015-04-26
22
-216
/
+0
|
\
|
|
*
Strip ToolFactory
Liam P. White
2015-02-25
22
-216
/
+0
*
|
more cast cleanup
Marc Jeanmougin
2015-02-27
3
-5
/
+5
*
|
corrected the casts (hopefully)
Marc Jeanmougin
2015-02-27
9
-36
/
+22
*
|
added a set to the Selection
Marc Jeanmougin
2015-02-19
1
-1
/
+1
*
|
Put a few std::vector<SPitem*>
Marc Jeanmougin
2015-02-19
12
-49
/
+47
*
|
Just...
mc
2015-02-18
13
-113
/
+105
|
/
*
Commenting dead assignments.
Nicolas Dufour
2015-02-08
1
-2
/
+2
*
Fix for bug #1130348 (Paint bucket filling multiple regions crashes when scro...
Kim Maxim (fixer21k)
2015-01-25
1
-1
/
+1
*
Fixing build error on Ubuntu (GThread error due to include ordering).
Nicolas Dufour
2015-01-12
1
-2
/
+3
*
Undo. Partial fix for Bug #171990 (pen tool commit for each node for more gra...
Jeremiah Darais
2015-01-12
2
-85
/
+107
*
Fix for bug #758718 (Color Picker/Dropper: Color selection area not lined up ...
mc
2014-12-31
1
-3
/
+3
*
Remove sp_style_write_string() and sp_style_write_difference().
Tavmjong Bah
2014-12-25
1
-12
/
+7
*
Remove sp_desktop_document and finish cleanup of desktop-handles.h
Liam P. White
2014-12-21
24
-108
/
+110
*
Purge sp_desktop_controls
Liam P. White
2014-12-21
8
-14
/
+14
*
Purge sp_desktop_message_stack
Liam P. White
2014-12-21
2
-2
/
+2
*
Purge sp_desktop_sketch and sp_desktop_tempgroup
Liam P. White
2014-12-21
9
-28
/
+28
*
Purge sp_desktop_drawing
Liam P. White
2014-12-21
2
-3
/
+3
*
Purge sp_desktop_canvas
Liam P. White
2014-12-21
4
-21
/
+21
*
Purge sp_desktop_namedview in favor of SPDesktop::getNamedView
Liam P. White
2014-12-21
2
-2
/
+2
*
Deprecate and remove sp_desktop_selection in favor of SPDesktop::getSelection
Liam P. White
2014-12-21
22
-96
/
+96
*
Fix snapping bug in pen tool
Diederik van Lierop
2014-12-04
1
-3
/
+7
*
Replace INKSCAPE.active_desktop() by SP_ACTIVE_DESKTOP for easier grepability
Liam P. White
2014-11-26
1
-1
/
+1
*
Update to trunk r13766
Liam P. White
2014-11-26
7
-10
/
+10
|
\
|
*
Fix a bug in pen/cil modes triangle in/out
Jabier Arraiza Cenoz
2014-11-24
1
-1
/
+1
|
*
Units: make it absolutely clear that Document properties unit dropdown is for...
Johan B. C. Engelen
2014-11-24
6
-9
/
+9
*
|
Update to trunk r13750
Liam P. White
2014-11-24
3
-5
/
+3
|
\
|
|
*
modify sequence of events. (Bug 1247801)
Alvin Penner
2014-11-19
1
-1
/
+1
|
*
Purged GTKish SP_IS_RECT_CONTEXT/SP_RECT_CONTEXT macros.
Jon A. Cruz
2014-11-15
1
-3
/
+1
|
*
Fixed bug in node point selection to LPE.
Jabier Arraiza Cenoz
2014-11-12
1
-1
/
+1
*
|
Update to trunk r13690
Liam P. White
2014-11-09
2
-1
/
+11
|
\
|
|
*
Refactor to remove references to Desktop/Ui in Effect, bspline and fillet-cha...
Jabier Arraiza Cenoz
2014-11-05
1
-0
/
+10
|
*
Correct check-for-layer that should have been check-for-group. Fixes bug #138...
Jon A. Cruz
2014-11-02
1
-1
/
+1
*
|
Update to trunk r13648
Liam P. White
2014-10-31
3
-79
/
+117
|
\
|
|
*
Update to trunk r13638
Liam P. White
2014-10-25
3
-79
/
+117
|
|
\
|
|
*
Initial removal of box3d outdated GTKish macros.
Jon A. Cruz
2014-10-24
3
-79
/
+117
[next]