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
...
*
|
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...
Diederik van Lierop
2011-09-02
14
-99
/
+99
*
|
Extensions. Fix for a potential crasher in the extension scripts.
Nicolas Dufour
2011-09-02
1
-1
/
+1
*
|
Extensions. Fix for bug #789122 (changing current layer through an extension)...
Nicolas Dufour
2011-08-31
1
-1
/
+19
*
|
fix compilation after const change in r10589
Johan B. C. Engelen
2011-08-30
1
-5
/
+5
*
|
Filters. Workaround for bug #808013 (Drop Shadow; 0.0 for blur doesn't work).
Nicolas Dufour
2011-08-30
1
-2
/
+8
*
|
Update to Potrace 1.10
Josh Andler
2011-08-30
16
-84
/
+74
*
|
UI. Fix for bug #817249 (Help->About Inkscape icon missing in rev 10505, Win32).
Nicolas Dufour
2011-08-29
1
-1
/
+1
*
|
Extensions. Fix for bug #813807 (Python error message window opens in a maxim...
Nicolas Dufour
2011-08-29
1
-1
/
+0
*
|
Remove forgotten call to print routine.
Tavmjong Bah
2011-08-29
1
-1
/
+0
*
|
Added comments.
Tavmjong Bah
2011-08-29
1
-5
/
+79
*
|
Correct typo in bounding box calculation for groups. Fixes LP #836536
Krzysztof Kosi??ski
2011-08-29
1
-1
/
+1
*
|
Fix compilation failure in DBus API
Krzysztof Kosi??ski
2011-08-29
1
-1
/
+1
*
|
Add minimal support for reading color-interpolation and color-interpolation-f...
Tavmjong Bah
2011-08-29
4
-6
/
+71
*
|
Fix compilation on Windows after libnr removal
Krzysztof Kosi??ski
2011-08-29
1
-1
/
+1
*
|
Completely remove libnr
Krzysztof Kosi??ski
2011-08-28
220
-4199
/
+1758
|
\
\
|
*
|
Completely remove libnr
Krzysztof Kosi??ski
2011-08-28
15
-133
/
+32
|
*
|
Remove nr-object.h and nr-macros.h
Krzysztof Kosi??ski
2011-08-28
14
-982
/
+181
|
*
|
Remove last forward declaration of NRPixBlock
Krzysztof Kosi??ski
2011-08-27
1
-2
/
+0
|
*
|
Remove nr-forward.h
Krzysztof Kosi??ski
2011-08-27
12
-62
/
+3
|
*
|
Remove unused function project_on_linesegment from nr-point-fns.h
Krzysztof Kosi??ski
2011-08-27
2
-23
/
+1
|
*
|
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
2011-08-27
61
-682
/
+38
|
*
|
Remove all NRRect use.
Krzysztof Kosi??ski
2011-08-27
22
-250
/
+178
|
*
|
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
2011-08-27
7
-26
/
+22
|
*
|
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
2011-08-27
54
-700
/
+376
|
*
|
Remove NRRect use from the extension system
Krzysztof Kosi??ski
2011-08-27
14
-308
/
+149
|
*
|
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
2011-08-27
81
-1042
/
+789
*
|
|
Tie the snapping of rectangle corners and quadrant points of ellipses to the ...
Diederik van Lierop
2011-08-28
2
-4
/
+6
*
|
|
Fix bug related to snapping to path intersections
Diederik van Lierop
2011-08-28
3
-7
/
+5
*
|
|
Filters. More cleanup, and some forgotten strings made translatable (thanks t...
Nicolas Dufour
2011-08-28
6
-29
/
+29
*
|
|
Allow snapping to path intersections without snapping to the paths themselves
Diederik van Lierop
2011-08-27
7
-17
/
+22
*
|
|
remove double backslash in pathname (Bug 805095)
Alvin Penner
2011-08-26
1
-0
/
+2
|
/
/
*
|
Fix "snap guides" toggle
Diederik van Lierop
2011-08-25
6
-52
/
+70
*
|
Filters. Removing unecessary height, width, x and y attributes in some filter...
Nicolas Dufour
2011-08-25
6
-31
/
+31
*
|
Merge rendering cache branch (GSoC 2011)
Krzysztof Kosi??ski
2011-08-25
155
-5111
/
+4988
|
\
\
|
*
|
Reduce default rendering cache size to 64 MiB
Krzysztof Kosi??ski
2011-08-25
4
-13
/
+18
|
*
|
Remove duplicate bbox data from DrawingShape
Krzysztof Kosi??ski
2011-08-25
4
-22
/
+5
|
*
|
Filter background rendering now matches the SVG specification.
Krzysztof Kosi??ski
2011-08-21
14
-126
/
+170
|
*
|
Fix rendering glitches appearing when filtered, cached groups have
Krzysztof Kosi??ski
2011-08-19
5
-20
/
+48
|
*
|
Fix large memory leaks in the swatches panel
Krzysztof Kosi??ski
2011-08-16
5
-29
/
+40
|
*
|
Add user preference for rendering cache size
Krzysztof Kosi??ski
2011-08-16
7
-48
/
+88
|
*
|
Add sanity checks against singular transforms in the drawing tree.
Krzysztof Kosi??ski
2011-08-16
5
-38
/
+15
|
*
|
Correctly invalidate cache of objects with background-accessing filters
Krzysztof Kosi??ski
2011-08-14
12
-85
/
+188
|
*
|
More generic handling of child type in DrawingItem.
Krzysztof Kosi??ski
2011-08-13
13
-64
/
+106
|
*
|
Do not leak cache objects in DrawingItem destructor
Krzysztof Kosi??ski
2011-08-09
1
-4
/
+2
|
*
|
Fix invalidation on scrolling
Krzysztof Kosi??ski
2011-08-09
2
-13
/
+14
|
*
|
Use cache even if only part of the redraw region is clean
Krzysztof Kosi??ski
2011-08-09
4
-41
/
+75
|
*
|
Turn off debug message spam
Krzysztof Kosi??ski
2011-08-09
2
-3
/
+3
|
*
|
Initial autocache work
Krzysztof Kosi??ski
2011-08-09
43
-225
/
+367
|
*
|
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
2011-08-07
68
-680
/
+619
|
*
|
Fix compilation (oops).
Krzysztof Kosi??ski
2011-08-06
4
-5
/
+5
[prev]
[next]