index
:
inkscape
livecoding
An experimental livecoding plugin for Inkscape
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
display
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-11-14
Fix text redraw problems (LP #837291)
Krzysztof Kosi??ski
1
-0
/
+2
2011-11-04
1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...
Diederik van Lierop
1
-1
/
+1
2011-11-04
add missing units to grid length interpretation (we have 4 different unit con...
Johan B. C. Engelen
2
-0
/
+8
2011-11-04
make significant digits consistent for grids
Johan B. C. Engelen
2
-7
/
+7
2011-10-29
Fixing initializer order and missing initializers.
Jon A. Cruz
1
-14
/
+21
2011-10-29
cppcheck: variable initialisation
Kris De Gussem
1
-0
/
+2
2011-10-27
Fixing more broken and split doc comments.
Jon A. Cruz
4
-4
/
+4
2011-10-25
Cleanup pass on documentation that was dumping garbage into doxygen output.
Jon A. Cruz
10
-27
/
+42
2011-10-15
cppcheck
Kris De Gussem
2
-5
/
+5
2011-10-08
update cmake file lists
Campbell Barton
1
-16
/
+15
2011-10-08
1) make snapping to clip/mask paths optional (see document properties dialog ...
Diederik van Lierop
2
-0
/
+39
2011-10-05
Cleanup for src/forward.h. (About 19 of the affected files did not require th...
Jon A. Cruz
2
-2
/
+4
2011-10-04
Cleaned up display-forward.h, including many redundant usages.
Jon A. Cruz
12
-62
/
+28
2011-10-02
Next pass of doxygen @brief cleanup.
Jon A. Cruz
15
-30
/
+35
2011-10-02
Removing redundant doxygen @brief tag.
Jon A. Cruz
12
-51
/
+85
2011-10-02
Warning cleanup.
Jon A. Cruz
5
-18
/
+12
2011-09-21
fix for cmake linking
Campbell Barton
1
-13
/
+16
2011-09-18
Snap to guide-path intersections, and don't snap to paths when only path inte...
Diederik van Lierop
1
-0
/
+3
2011-09-17
Make zero deviation Gaussian blur conform to the SVG specification.
Krzysztof Kosi??ski
1
-5
/
+5
2011-09-16
Correct the formula of the displacement map so that zero alpha value
Krzysztof Kosi??ski
1
-5
/
+6
2011-09-15
Fix typo that causes crashes when color management is enabled.
Krzysztof Kosi??ski
1
-1
/
+1
2011-09-06
Further fixes for text rendering and picking
Krzysztof Kosi??ski
1
-3
/
+6
2011-09-05
Fix bugs in text stroke rendering and picking
Krzysztof Kosi??ski
2
-17
/
+12
2011-09-02
Rename the struct "SnappedConstraints" to the more meaningfull "IntermSnapRes...
Diederik van Lierop
4
-12
/
+12
2011-08-27
Remove last forward declaration of NRPixBlock
Krzysztof Kosi??ski
1
-2
/
+0
2011-08-27
Completely remove NRRect, NRRectL, in-svg-plane.h
Krzysztof Kosi??ski
21
-27
/
+10
2011-08-27
Remove NRRect from paint servers and temporary calculations
Krzysztof Kosi??ski
1
-4
/
+2
2011-08-27
Update 2Geom. Remove all use of NRRectL.
Krzysztof Kosi??ski
42
-327
/
+190
2011-08-27
Refactor SPItem bounding box methods: remove NRRect usage and make code
Krzysztof Kosi??ski
1
-1
/
+1
2011-08-25
Reduce default rendering cache size to 64 MiB
Krzysztof Kosi??ski
2
-10
/
+15
2011-08-25
Remove duplicate bbox data from DrawingShape
Krzysztof Kosi??ski
3
-14
/
+5
2011-08-22
Refactoring of the snapping preferences; mainly about storing all toggles in ...
Diederik van Lierop
3
-10
/
+6
2011-08-21
Filter background rendering now matches the SVG specification.
Krzysztof Kosi??ski
14
-126
/
+170
2011-08-19
Fix rendering glitches appearing when filtered, cached groups have
Krzysztof Kosi??ski
5
-20
/
+48
2011-08-16
Add user preference for rendering cache size
Krzysztof Kosi??ski
4
-19
/
+53
2011-08-16
Add sanity checks against singular transforms in the drawing tree.
Krzysztof Kosi??ski
5
-38
/
+15
2011-08-14
Correctly invalidate cache of objects with background-accessing filters
Krzysztof Kosi??ski
12
-85
/
+188
2011-08-13
More generic handling of child type in DrawingItem.
Krzysztof Kosi??ski
13
-64
/
+106
2011-08-09
Do not leak cache objects in DrawingItem destructor
Krzysztof Kosi??ski
1
-4
/
+2
2011-08-09
Fix invalidation on scrolling
Krzysztof Kosi??ski
2
-13
/
+14
2011-08-09
Use cache even if only part of the redraw region is clean
Krzysztof Kosi??ski
4
-41
/
+75
2011-08-09
Turn off debug message spam
Krzysztof Kosi??ski
2
-3
/
+3
2011-08-09
Initial autocache work
Krzysztof Kosi??ski
43
-225
/
+367
2011-08-07
Rewrite NRArena -> Inkscape::Drawing. Call render and update
Krzysztof Kosi??ski
20
-405
/
+393
2011-08-06
Fix compilation (oops).
Krzysztof Kosi??ski
4
-5
/
+5
2011-08-06
Plug a giant gaping memory leak in Gaussian blur filter
Krzysztof Kosi??ski
1
-0
/
+7
2011-08-06
Document things figured out during the rewriting
Krzysztof Kosi??ski
9
-17
/
+115
2011-08-06
Rewrite NRArenaItem hierarchy into C++
Krzysztof Kosi??ski
35
-3323
/
+2213
2011-07-30
Memory leaks fix / code cleanup
Kris De Gussem
1
-2
/
+0
2011-07-28
Per-item render cache.
Krzysztof Kosi??ski
12
-176
/
+320
[prev]
[next]