summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Expand)AuthorAgeFilesLines
* * removed the auxiliary GtkWindowFelipe Corr??a da Silva Sanches2008-07-112-37/+4
* render glyphs using 2geom pathvector instead of artbpath of font-glyphJohan B. C. Engelen2008-07-081-9/+9
* 2geomify SPCurve::new_from_rectJohan B. C. Engelen2008-07-082-7/+5
* instrument event latencyMenTaLguY2008-07-081-0/+14
* disable motion hints again; still some subtle issues to work outMenTaLguY2008-07-081-7/+4
* False alarm; re-enable themMenTaLguY2008-07-081-1/+1
* disable motion hints againMenTaLguY2008-07-081-1/+1
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-5/+6
* disable motion hints againMenTaLguY2008-07-081-1/+1
* enable safe support for motion hintsMenTaLguY2008-07-081-10/+33
* cleanup unused methods in spcurveJohan B. C. Engelen2008-07-072-129/+7
* improve documentation of SPCurve::last_segmentJohan B. C. Engelen2008-07-071-3/+2
* display/nr-filter-pixops.h: Supply missing #includes/declarations so that we ...Peter Moulder2008-07-051-0/+2
* display/inkscape-cairo.h: Supply missing #includes/declarations so that we do...Peter Moulder2008-07-051-1/+6
* EOL fixupsJon A. Cruz2008-07-051-347/+347
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types f...Johan B. C. Engelen2008-07-042-10/+9
* Warning cleanupJon A. Cruz2008-07-041-1/+1
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+2
* remove left-overs from making SPCurve a proper class with methodsJohan B. C. Engelen2008-07-031-27/+0
* start removing old path code in spcurve. start with const functionsJohan B. C. Engelen2008-07-031-39/+2
* improve spcurve::second_point and document its behaviorJohan B. C. Engelen2008-07-031-4/+18
* noop, add commentJohan B. C. Engelen2008-07-031-0/+4
* Patch so Inkscape will compile on Solaris 10 from LP https://bugs.launchpad.n...Joshua L. Blocher2008-07-032-2/+2
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions of...Jasper van de Gronde2008-07-011-0/+347
* simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen2008-06-301-10/+6
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-302-0/+17
* even with zero opacity, paths must be selectable in outline modebulia byak2008-06-291-3/+5
* return results from 2geom path instead of old pathJohan B. C. Engelen2008-06-291-5/+5
* remove unused function first_bpathJohan B. C. Engelen2008-06-292-18/+2
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-292-2/+38
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-2/+3
* recognize HLineSegment and VLineSegment in feeding paths to cairoJohan B. C. Engelen2008-06-291-4/+6
* 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