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
*
even with zero opacity, paths must be selectable in outline mode
bulia byak
2008-06-29
1
-3
/
+5
*
return results from 2geom path instead of old path
Johan B. C. Engelen
2008-06-29
1
-5
/
+5
*
remove unused function first_bpath
Johan B. C. Engelen
2008-06-29
2
-18
/
+2
*
pen tool: use SPCurve::last_segment in favor of last_bpath
Johan B. C. Engelen
2008-06-29
1
-9
/
+12
*
add SPCurve::first_segment and last_segment
Johan B. C. Engelen
2008-06-29
2
-2
/
+38
*
replace some spcurve->last_bpath calls with spcurve->is_empty
Johan B. C. Engelen
2008-06-29
2
-4
/
+3
*
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
2008-06-29
4
-24
/
+33
*
recognize HLineSegment and VLineSegment in feeding paths to cairo
Johan B. C. Engelen
2008-06-29
1
-4
/
+6
*
add commented HLineSegment and VLineSegment to svg writer
Johan B. C. Engelen
2008-06-29
1
-0
/
+5
*
warning cleanup
Felipe Corr??a da Silva Sanches
2008-06-28
1
-2
/
+2
*
remove unused function
bulia byak
2008-06-28
1
-44
/
+0
*
sodipodi:docname is obsolete
MenTaLguY
2008-06-27
1
-2
/
+1
*
Added conditional fallback for call in GLib 2.14+
Jon A. Cruz
2008-06-27
1
-0
/
+4
*
use spcurve methods instead of macro (which references to old nartbpath) to d...
Johan B. C. Engelen
2008-06-26
1
-2
/
+1
*
noop: be more consistent with function names (get_pathvector => set_pathvector)
Johan B. C. Engelen
2008-06-26
4
-5
/
+5
*
use 2geom path for bbox calculation. (gets rid of yet another reference to ol...
Johan B. C. Engelen
2008-06-26
1
-9
/
+6
*
don't use splivarot to get livarot path, use livarot's LoadPathVector method ...
Johan B. C. Engelen
2008-06-26
4
-82
/
+18
*
use CairoRenderContext::renderPathVector
Johan B. C. Engelen
2008-06-26
1
-4
/
+2
*
add CairoRenderContext::renderPathVector
Johan B. C. Engelen
2008-06-26
2
-0
/
+15
*
don't use splivarot to get livarot path, just use LoadPathVector method
Johan B. C. Engelen
2008-06-26
1
-2
/
+2
*
use all 2geom typed pathv_matrix_point_bbox_wind_distance
Johan B. C. Engelen
2008-06-26
1
-4
/
+4
*
add const to pointers that are not written to
Johan B. C. Engelen
2008-06-26
2
-7
/
+5
*
use all 2geom typed pathv_matrix_point_bbox_wind_distance
Johan B. C. Engelen
2008-06-26
1
-3
/
+3
*
add const to references that are not written to
Johan B. C. Engelen
2008-06-26
2
-9
/
+8
*
use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...
Johan B. C. Engelen
2008-06-26
2
-8
/
+4
*
rewrite nr_path_matrix_point_bbox_wind_distance in 2geom terms: pathv_matrix_...
Johan B. C. Engelen
2008-06-26
2
-0
/
+313
*
Do not have menu entry for SVG Fonts if they are not enabled
Jon A. Cruz
2008-06-26
1
-0
/
+2
*
moving the fonts dialog to a more logical place (though it still does not wor...
bulia byak
2008-06-26
1
-2
/
+1
*
Fixed compilation when the new SVG font stuff is not enabled.
Jon A. Cruz
2008-06-26
6
-15
/
+13
*
* remove g_warnings
Felipe Corr??a da Silva Sanches
2008-06-26
2
-15
/
+35
*
fix bbox calculation for groups that contain groups with nothing in them (zer...
Johan B. C. Engelen
2008-06-25
1
-1
/
+1
*
help detection of path read bug
Johan B. C. Engelen
2008-06-25
1
-6
/
+11
*
adding list of available SVGFonts to the SVGFonts dialog
Felipe Corr??a da Silva Sanches
2008-06-25
3
-2
/
+63
*
warning cleanup
Felipe Corr??a da Silva Sanches
2008-06-25
2
-3
/
+3
*
missing files from previous commit
Felipe Corr??a da Silva Sanches
2008-06-25
2
-0
/
+77
*
adding a dialog for SVG Fonts
Felipe Corr??a da Silva Sanches
2008-06-25
5
-0
/
+17
*
Warning cleanup
Jon A. Cruz
2008-06-25
1
-1
/
+1
*
adding ifdef HAVE_CONFIG_H
Felipe Corr??a da Silva Sanches
2008-06-25
10
-10
/
+40
*
whitespace
bulia byak
2008-06-24
2
-35
/
+33
*
added unicode block (codepoint ranges) lookups
Bob Jamison
2008-06-24
2
-32
/
+361
*
improve speed of getting curves to cairo, the same way as boundingbox calcula...
Johan B. C. Engelen
2008-06-24
1
-12
/
+30
*
kill the green fish
bulia byak
2008-06-24
1
-2
/
+2
*
add #include <string.h> for memset(), so that it is portable
Bob Jamison
2008-06-24
1
-0
/
+2
*
Resolve ID clashes when pasting (fixes bug 165936).
Stephen Silver
2008-06-24
6
-223
/
+300
*
Cmake: remove header files from source lists
Joshua L. Blocher
2008-06-24
35
-967
/
+105
*
delivarotify, render with cairo; regression: cairo cannot do inverse
bulia byak
2008-06-24
1
-59
/
+54
*
delivarotify, render with cairo, use nr_path functions for bbox and distance
bulia byak
2008-06-24
2
-291
/
+68
*
delivarotify, render with cairo
bulia byak
2008-06-24
2
-93
/
+20
*
add helpers for creating cairo_t for a canvas buf
bulia byak
2008-06-24
2
-6
/
+25
*
update for 32 instead of 24 bpp canvas buf
bulia byak
2008-06-24
5
-17
/
+17
[next]