summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-262-3/+3
* use 2geom path for bbox calculation. (gets rid of yet another reference to ol...Johan B. C. Engelen2008-06-261-9/+6
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-4/+4
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-3/+3
* use pathv_matrix_point_bbox_wind_distance instead of nr_path_matrix_point_bbo...Johan B. C. Engelen2008-06-262-8/+4
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-262-7/+6
* whitespacebulia byak2008-06-242-35/+33
* improve speed of getting curves to cairo, the same way as boundingbox calcula...Johan B. C. Engelen2008-06-241-12/+30
* add #include <string.h> for memset(), so that it is portableBob Jamison2008-06-241-0/+2
* delivarotify, render with cairo; regression: cairo cannot do inversebulia byak2008-06-241-59/+54
* delivarotify, render with cairo, use nr_path functions for bbox and distancebulia byak2008-06-242-291/+68
* delivarotify, render with cairobulia byak2008-06-242-93/+20
* add helpers for creating cairo_t for a canvas bufbulia byak2008-06-242-6/+25
* update for 32 instead of 24 bpp canvas bufbulia byak2008-06-245-17/+17
* delivarotifybulia byak2008-06-241-5/+0
* no more creating and looping over extra buffers for rendering canvas arena, d...bulia byak2008-06-241-123/+11
* switch to 32bpp canvasbuf, create cairo context for it, optionally output to ...bulia byak2008-06-242-28/+60
* update for 32bpp canvas buf; delivarotifybulia byak2008-06-242-185/+1
* use exact bbox again in updating shapesJohan B. C. Engelen2008-06-231-4/+2
* sorry to have broken buildJohan B. C. Engelen2008-06-231-1/+1
* convert optimizing check into 2geom terms. hopefully correct, please review i...Johan B. C. Engelen2008-06-231-2/+26
* implement kerning by glyph-name, g1 and g2 attributesFelipe Corr??a da Silva Sanches2008-06-231-3/+15
* use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen2008-06-222-5/+6
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-224-4/+4
* add comment (original update code used exact bbox)Johan B. C. Engelen2008-06-161-0/+2
* have bbox calculation code use new helper/geom.cpp function. This makes it ea...Johan B. C. Engelen2008-06-161-5/+3
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-162-3/+9
* don't use exact bbox in nr_arena_shape_update (speed-up)Johan B. C. Engelen2008-06-161-2/+2
* Fix nr_arena_shape_add_bboxes to what it was in the past. (the NPE was caused...Johan B. C. Engelen2008-06-161-13/+17
* Fixed NPEJon A. Cruz2008-06-161-2/+4
* UnicodeRange class implementation.Felipe Corr??a da Silva Sanches2008-06-161-2/+2
* fix typo in feed_path_to_cairo, potential bugJohan B. C. Engelen2008-06-141-1/+1
* use 2geom types to calculate bounding box when updating arena shapeJohan B. C. Engelen2008-06-141-84/+39
* fix compileFelipe Corr??a da Silva Sanches2008-06-101-2/+2
* add method to retrieve first and last path of SPCurve, fix error.Johan B. C. Engelen2008-06-082-4/+36
* use feed_pathvector_to_cairo in display/nr-svgfonts.cppJohan B. C. Engelen2008-06-081-12/+18
* use feed_pathvector_to_cairo in display/nr-arena-shape.cppJohan B. C. Engelen2008-06-081-3/+4
* add rendering to cairo from Geom::Path and Geom::PathVector !Johan B. C. Engelen2008-06-082-6/+120
* Warning cleanupJon A. Cruz2008-06-071-6/+14
* add comments to SPCurve about 2geomify status of functionsJohan B. C. Engelen2008-06-061-1/+8
* disable SPCurve path checking per default as it decreases performance by a lot.Johan B. C. Engelen2008-06-061-1/+1
* - enable path checking for SPCurveJohan B. C. Engelen2008-06-061-5/+14
* merge gsoc2008_johan_path2geom into trunkJohan B. C. Engelen2008-06-067-165/+541
* Fix expression whose behaviour is undefined in C++. N.B. This “fix” invo...Peter Moulder2008-06-051-3/+6
* Changed correct pixblock output mode for feSpecularlightingNiko Kiirala2008-06-021-1/+1
* Fixed SVG compliance problems with feMorphology (bug 181995 at least)Niko Kiirala2008-06-022-21/+50
* Fixed uninitialized data in rendering filter effects & colormatrix (bug 193936)Niko Kiirala2008-06-022-2/+2
* * commenting my code so that we increase SVGFonts "bus factor" in Felipe Corr??a da Silva Sanches2008-06-011-29/+59
* * started implementing rendering of SVGFonts horizontal kerningFelipe Corr??a da Silva Sanches2008-05-312-3/+14
* * implemented text_to_glyphs, so that now we can have ligadure glyphsFelipe Corr??a da Silva Sanches2008-05-302-23/+53