| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | 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 |
| * | delivarotify | bulia byak | 2008-06-24 | 1 | -5/+0 |
| * | no more creating and looping over extra buffers for rendering canvas arena, d... | bulia byak | 2008-06-24 | 1 | -123/+11 |
| * | switch to 32bpp canvasbuf, create cairo context for it, optionally output to ... | bulia byak | 2008-06-24 | 2 | -28/+60 |
| * | update for 32bpp canvas buf; delivarotify | bulia byak | 2008-06-24 | 2 | -185/+1 |
| * | use exact bbox again in updating shapes | Johan B. C. Engelen | 2008-06-23 | 1 | -4/+2 |
| * | sorry to have broken build | Johan B. C. Engelen | 2008-06-23 | 1 | -1/+1 |
| * | convert optimizing check into 2geom terms. hopefully correct, please review i... | Johan B. C. Engelen | 2008-06-23 | 1 | -2/+26 |
| * | implement kerning by glyph-name, g1 and g2 attributes | Felipe Corr??a da Silva Sanches | 2008-06-23 | 1 | -3/+15 |
| * | use LoadPathVector instead of LoadArtBPath everywhere | Johan B. C. Engelen | 2008-06-22 | 2 | -5/+6 |
| * | * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp, | mjwybrow | 2008-06-22 | 4 | -4/+4 |
| * | add comment (original update code used exact bbox) | Johan B. C. Engelen | 2008-06-16 | 1 | -0/+2 |
| * | have bbox calculation code use new helper/geom.cpp function. This makes it ea... | Johan B. C. Engelen | 2008-06-16 | 1 | -5/+3 |
| * | First step towards making helper paths for LPE items work better | Maximilian Albert | 2008-06-16 | 2 | -3/+9 |
| * | don't use exact bbox in nr_arena_shape_update (speed-up) | Johan B. C. Engelen | 2008-06-16 | 1 | -2/+2 |
| * | Fix nr_arena_shape_add_bboxes to what it was in the past. (the NPE was caused... | Johan B. C. Engelen | 2008-06-16 | 1 | -13/+17 |
| * | Fixed NPE | Jon A. Cruz | 2008-06-16 | 1 | -2/+4 |
| * | UnicodeRange class implementation. | Felipe Corr??a da Silva Sanches | 2008-06-16 | 1 | -2/+2 |
| * | fix typo in feed_path_to_cairo, potential bug | Johan B. C. Engelen | 2008-06-14 | 1 | -1/+1 |
| * | use 2geom types to calculate bounding box when updating arena shape | Johan B. C. Engelen | 2008-06-14 | 1 | -84/+39 |
| * | fix compile | Felipe Corr??a da Silva Sanches | 2008-06-10 | 1 | -2/+2 |
| * | add method to retrieve first and last path of SPCurve, fix error. | Johan B. C. Engelen | 2008-06-08 | 2 | -4/+36 |
| * | use feed_pathvector_to_cairo in display/nr-svgfonts.cpp | Johan B. C. Engelen | 2008-06-08 | 1 | -12/+18 |
| * | use feed_pathvector_to_cairo in display/nr-arena-shape.cpp | Johan B. C. Engelen | 2008-06-08 | 1 | -3/+4 |
| * | add rendering to cairo from Geom::Path and Geom::PathVector ! | Johan B. C. Engelen | 2008-06-08 | 2 | -6/+120 |
| * | Warning cleanup | Jon A. Cruz | 2008-06-07 | 1 | -6/+14 |
| * | add comments to SPCurve about 2geomify status of functions | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+8 |
| * | disable SPCurve path checking per default as it decreases performance by a lot. | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| * | - enable path checking for SPCurve | Johan B. C. Engelen | 2008-06-06 | 1 | -5/+14 |
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 7 | -165/+541 |
| * | Fix expression whose behaviour is undefined in C++. N.B. This “fix” invo... | Peter Moulder | 2008-06-05 | 1 | -3/+6 |
| * | Changed correct pixblock output mode for feSpecularlighting | Niko Kiirala | 2008-06-02 | 1 | -1/+1 |
| * | Fixed SVG compliance problems with feMorphology (bug 181995 at least) | Niko Kiirala | 2008-06-02 | 2 | -21/+50 |
| * | Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936) | Niko Kiirala | 2008-06-02 | 2 | -2/+2 |
| * | * commenting my code so that we increase SVGFonts "bus factor" in | Felipe Corr??a da Silva Sanches | 2008-06-01 | 1 | -29/+59 |
| * | * started implementing rendering of SVGFonts horizontal kerning | Felipe Corr??a da Silva Sanches | 2008-05-31 | 2 | -3/+14 |
| * | * implemented text_to_glyphs, so that now we can have ligadure glyphs | Felipe Corr??a da Silva Sanches | 2008-05-30 | 2 | -23/+53 |