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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
noop: add comment about multiple consecutive movetos
Johan B. C. Engelen
2008-07-14
1
-1
/
+3
*
fix 248419
bulia byak
2008-07-14
1
-1
/
+1
*
2geomify pov-out extension
Johan B. C. Engelen
2008-07-13
1
-0
/
+1
*
* remove code duplication from pdf-cairo extension
Johan B. C. Engelen
2008-07-12
2
-5
/
+7
*
add simplified feed_path_to_cairo functions
Johan B. C. Engelen
2008-07-12
2
-5
/
+49
*
fix crash on svnfonts dialog
Felipe Corr??a da Silva Sanches
2008-07-12
2
-8
/
+3
*
use new 2geom function. This ensures we cannot end up in infinite loop while ...
Johan B. C. Engelen
2008-07-11
1
-1
/
+1
*
* removed the auxiliary GtkWindow
Felipe Corr??a da Silva Sanches
2008-07-11
2
-37
/
+4
*
render glyphs using 2geom pathvector instead of artbpath of font-glyph
Johan B. C. Engelen
2008-07-08
1
-9
/
+9
*
2geomify SPCurve::new_from_rect
Johan B. C. Engelen
2008-07-08
2
-7
/
+5
*
instrument event latency
MenTaLguY
2008-07-08
1
-0
/
+14
*
disable motion hints again; still some subtle issues to work out
MenTaLguY
2008-07-08
1
-7
/
+4
*
False alarm; re-enable them
MenTaLguY
2008-07-08
1
-1
/
+1
*
disable motion hints again
MenTaLguY
2008-07-08
1
-1
/
+1
*
I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASK
MenTaLguY
2008-07-08
1
-5
/
+6
*
disable motion hints again
MenTaLguY
2008-07-08
1
-1
/
+1
*
enable safe support for motion hints
MenTaLguY
2008-07-08
1
-10
/
+33
*
cleanup unused methods in spcurve
Johan B. C. Engelen
2008-07-07
2
-129
/
+7
*
improve documentation of SPCurve::last_segment
Johan B. C. Engelen
2008-07-07
1
-3
/
+2
*
display/nr-filter-pixops.h: Supply missing #includes/declarations so that we ...
Peter Moulder
2008-07-05
1
-0
/
+2
*
display/inkscape-cairo.h: Supply missing #includes/declarations so that we do...
Peter Moulder
2008-07-05
1
-1
/
+6
*
EOL fixups
Jon A. Cruz
2008-07-05
1
-347
/
+347
*
use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...
Johan B. C. Engelen
2008-07-04
2
-10
/
+9
*
Warning cleanup
Jon A. Cruz
2008-07-04
1
-1
/
+1
*
change some SP_CURVE_BPATH to get_bpath
Johan B. C. Engelen
2008-07-04
1
-1
/
+2
*
remove left-overs from making SPCurve a proper class with methods
Johan B. C. Engelen
2008-07-03
1
-27
/
+0
*
start removing old path code in spcurve. start with const functions
Johan B. C. Engelen
2008-07-03
1
-39
/
+2
*
improve spcurve::second_point and document its behavior
Johan B. C. Engelen
2008-07-03
1
-4
/
+18
*
noop, add comment
Johan B. C. Engelen
2008-07-03
1
-0
/
+4
*
Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.n...
Joshua L. Blocher
2008-07-03
2
-2
/
+2
*
CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...
Jasper van de Gronde
2008-07-01
1
-0
/
+347
*
simplify SPCurve::penultimate_point and return 2geom type
Johan B. C. Engelen
2008-06-30
1
-10
/
+6
*
add SPCurve::get_segment_count
Johan B. C. Engelen
2008-06-30
2
-0
/
+17
*
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
*
add SPCurve::first_segment and last_segment
Johan B. C. Engelen
2008-06-29
2
-2
/
+38
*
recognize HLineSegment and VLineSegment while looping through curves
Johan B. C. Engelen
2008-06-29
1
-2
/
+3
*
recognize HLineSegment and VLineSegment in feeding paths to cairo
Johan B. C. Engelen
2008-06-29
1
-4
/
+6
*
noop: be more consistent with function names (get_pathvector => set_pathvector)
Johan B. C. Engelen
2008-06-26
2
-3
/
+3
*
use 2geom path for bbox calculation. (gets rid of yet another reference to ol...
Johan B. C. Engelen
2008-06-26
1
-9
/
+6
*
use all 2geom typed pathv_matrix_point_bbox_wind_distance
Johan B. C. Engelen
2008-06-26
1
-4
/
+4
*
use all 2geom typed pathv_matrix_point_bbox_wind_distance
Johan B. C. Engelen
2008-06-26
1
-3
/
+3
*
use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...
Johan B. C. Engelen
2008-06-26
2
-8
/
+4
*
Fixed compilation when the new SVG font stuff is not enabled.
Jon A. Cruz
2008-06-26
2
-7
/
+6
*
whitespace
bulia byak
2008-06-24
2
-35
/
+33
*
improve speed of getting curves to cairo, the same way as boundingbox calcula...
Johan B. C. Engelen
2008-06-24
1
-12
/
+30
*
add #include <string.h> for memset(), so that it is portable
Bob Jamison
2008-06-24
1
-0
/
+2
*
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
[prev]
[next]