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
*
Filters. New Customizable Colored Drop Shadow filter (experimental).
Nicolas Dufour
2010-09-10
2
-0
/
+66
*
Extensions. Consistency fix and UI improvements (internal extensions and filt...
Nicolas Dufour
2010-09-10
33
-72
/
+72
*
Fixed valgrind-detected issue with tooltip shortcuts and profile manager on d...
Jon A. Cruz
2010-09-10
4
-28
/
+66
*
Minor cleanup.
Jon A. Cruz
2010-09-09
1
-51
/
+68
*
Extensions. General UI improvements (gnome HIG). New group header extension p...
Nicolas Dufour
2010-09-07
9
-57
/
+176
*
Connected two toolbar buttons with the associated verbs
Jasper van de Gronde
2010-09-07
2
-9
/
+15
*
Automatically add shortcuts to tooltips
Jasper van de Gronde
2010-09-06
8
-95
/
+67
*
Color preview in cursor
Jasper van de Gronde
2010-09-06
11
-56
/
+170
*
Updated Win32 executable VersionInfo tables for 0.48+devel.
Chris Morgan
2010-09-04
2
-10
/
+10
*
Extensions. UI consistency fixes and UI improvements (new help tabs when need...
Nicolas Dufour
2010-09-03
1
-2
/
+2
*
Extensions. Tooltips are now translatable (Bug #629726).
Nicolas Dufour
2010-09-03
1
-1
/
+1
*
Fix file permissions (Bug #314381).
Nicolas Dufour
2010-08-30
2
-0
/
+0
*
fix bug where bbox is calculated wrong for paths with markers when the path h...
Johan B. C. Engelen
2010-08-29
1
-8
/
+7
*
Fix LP bug #622350: Discard events when desktop->event_context has not been s...
Diederik van Lierop
2010-08-28
2
-9
/
+22
*
i18n. Context cleanup (context|string replaced with C_).
Nicolas Dufour
2010-08-22
16
-114
/
+56
*
Snapmanager in pencil tool: setup() must be followed by unSetup() to clear po...
Diederik van Lierop
2010-08-22
1
-3
/
+4
*
When doing a constrained snap, then don't try snapping the mouse pointer itse...
Diederik van Lierop
2010-08-20
3
-28
/
+43
*
Connector tool: pointers should be nulled after snapping
Diederik van Lierop
2010-08-16
1
-12
/
+22
*
2nd attempt at fixing the crash introduced in rev. #9692. This should nail it!
Diederik van Lierop
2010-08-15
3
-5
/
+5
*
Fix a crash and add more safety checks to catch NULL pointers
Diederik van Lierop
2010-08-14
3
-5
/
+31
*
Fix funny behavior when dragging near the start node of a path
Krzysztof Kosi??ski
2010-08-13
1
-1
/
+4
*
Fix node editor crash when dragging near the last node of a path
Krzysztof Kosi??ski
2010-08-13
1
-1
/
+1
*
Fixes bug #590047: assertion crash in libavoid when marking shapes as not
Michael Wybrow
2010-08-13
1
-3
/
+4
*
Fixes bug #478597 where the connector context crash due to asserting that
Michael Wybrow
2010-08-13
1
-2
/
+4
*
Fix bug #612756 where connectors with zero length (due to being clipped
Michael Wybrow
2010-08-13
1
-5
/
+22
*
Correct application of older Win32 patch. Fixes bug #616589.
Jon A. Cruz
2010-08-12
1
-1
/
+1
*
Fix a crash introduced by my previous commit
Diederik van Lierop
2010-08-11
2
-2
/
+0
*
Fix crash 411940 by Alisher Niyazov
Josh Andler
2010-08-11
1
-0
/
+1
*
Catch bad save dialog sizes on Win32. Fixes bug #285267.
Jon A. Cruz
2010-08-11
1
-6
/
+32
*
Clear pointers in the snapmanager if they're no longer needed.
Diederik van Lierop
2010-08-11
18
-15
/
+69
*
Implement constrained snapping to nodes
Diederik van Lierop
2010-08-10
7
-27
/
+65
*
Add a constrained snap method that takes multiple constraints. This reduces t...
Diederik van Lierop
2010-08-07
4
-102
/
+85
*
Corects delete/delete[] issue. Fixes bug #613723.
Jon A. Cruz
2010-08-06
1
-27
/
+31
*
A modification of pixops_mix that allows for input images that extend beyond ...
Jasper van de Gronde
2010-08-04
1
-87
/
+39
*
Fix to background handling that avoids both duplication and aliasing as much ...
Jasper van de Gronde
2010-08-04
4
-101
/
+75
*
Added reinterpret_cast to work around a difference of opinion between gcc ver...
Jasper van de Gronde
2010-08-04
1
-1
/
+2
*
Fix for subtle bug in parsing export area, found by Vaughn Spurlin using Cove...
Jasper van de Gronde
2010-08-04
1
-1
/
+1
*
Small fix to emf filter that makes it build using TDM's mingw 4.5.0
Jasper van de Gronde
2010-08-04
1
-1
/
+1
*
New feature: to exchange position of two objects (bug #171944)
Nicolas Dufour
2010-08-03
3
-19
/
+167
*
powerstroke: add code that handles closed paths
Johan B. C. Engelen
2010-07-31
1
-27
/
+66
*
powerstroke: redefine meaning of offset point parameter values. now knots mov...
Johan B. C. Engelen
2010-07-30
3
-17
/
+38
*
i18n. Fix for Bug #611025 (Setup for widescreen work does not show translated).
Nicolas Dufour
2010-07-30
1
-1
/
+1
*
powerstroke: add visually 'nice' interpolator, good enough for now
Johan B. C. Engelen
2010-07-28
1
-1
/
+23
*
powerstroke: code only, added bad interpolator
Johan B. C. Engelen
2010-07-28
1
-4
/
+45
*
powerstroke: fix terrible bug, clean up code, add interpolator framework
Johan B. C. Engelen
2010-07-28
1
-26
/
+52
*
powerstroke: ctrl+click inserts new stroke knot. BUGGY. reselect object after...
Johan B. C. Engelen
2010-07-28
1
-1
/
+9
*
Fix rendering of "plain" SVG text.
Tavmjong Bah
2010-07-28
2
-12
/
+31
*
Safer fix for bug #579932 that won't leak memory.
Jon A. Cruz
2010-07-28
3
-17
/
+18
*
Duplicate the undo key passed to sp_document_maybe_done, instead of simply
Krzysztof Kosi??ski
2010-07-27
3
-3
/
+8
*
powerstroke: sort point option
Johan B. C. Engelen
2010-07-27
2
-2
/
+15
[next]