summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enable safe support for motion hintsMenTaLguY2008-07-081-10/+33
| | | (bzr r6218)
* cleanup unused methods in spcurveJohan B. C. Engelen2008-07-072-129/+7
| | | (bzr r6213)
* improve documentation of SPCurve::last_segmentJohan B. C. Engelen2008-07-071-3/+2
| | | (bzr r6203)
* display/nr-filter-pixops.h: Supply missing #includes/declarations so that we ↵Peter Moulder2008-07-051-0/+2
| | | | | don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6170)
* display/inkscape-cairo.h: Supply missing #includes/declarations so that we ↵Peter Moulder2008-07-051-1/+6
| | | | | don't depend on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6169)
* EOL fixupsJon A. Cruz2008-07-051-347/+347
| | | (bzr r6164)
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen2008-07-042-10/+9
| | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158)
* Warning cleanupJon A. Cruz2008-07-041-1/+1
| | | (bzr r6156)
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-041-1/+2
| | | (bzr r6155)
* remove left-overs from making SPCurve a proper class with methodsJohan B. C. Engelen2008-07-031-27/+0
| | | (bzr r6140)
* start removing old path code in spcurve. start with const functionsJohan B. C. Engelen2008-07-031-39/+2
| | | (bzr r6139)
* improve spcurve::second_point and document its behaviorJohan B. C. Engelen2008-07-031-4/+18
| | | (bzr r6137)
* noop, add commentJohan B. C. Engelen2008-07-031-0/+4
| | | (bzr r6136)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-032-2/+2
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* CxxTest unit tests can now be built on Windows, also adds CxxTest versions ↵Jasper van de Gronde2008-07-011-0/+347
| | | | | of most UTEST unit tests. (These new CxxTest tests are not part of make check on Linux yet.) (bzr r6106)
* simplify SPCurve::penultimate_point and return 2geom typeJohan B. C. Engelen2008-06-301-10/+6
| | | (bzr r6102)
* add SPCurve::get_segment_countJohan B. C. Engelen2008-06-302-0/+17
| | | (bzr r6100)
* even with zero opacity, paths must be selectable in outline modebulia byak2008-06-291-3/+5
| | | (bzr r6093)
* return results from 2geom path instead of old pathJohan B. C. Engelen2008-06-291-5/+5
| | | (bzr r6092)
* remove unused function first_bpathJohan B. C. Engelen2008-06-292-18/+2
| | | (bzr r6091)
* add SPCurve::first_segment and last_segmentJohan B. C. Engelen2008-06-292-2/+38
| | | (bzr r6089)
* recognize HLineSegment and VLineSegment while looping through curvesJohan B. C. Engelen2008-06-291-2/+3
| | | (bzr r6087)
* recognize HLineSegment and VLineSegment in feeding paths to cairoJohan B. C. Engelen2008-06-291-4/+6
| | | (bzr r6086)
* noop: be more consistent with function names (get_pathvector => set_pathvector)Johan B. C. Engelen2008-06-262-3/+3
| | | (bzr r6078)
* use 2geom path for bbox calculation. (gets rid of yet another reference to ↵Johan B. C. Engelen2008-06-261-9/+6
| | | | | old nartbpath in spcurve!) (bzr r6077)
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-4/+4
| | | (bzr r6072)
* use all 2geom typed pathv_matrix_point_bbox_wind_distanceJohan B. C. Engelen2008-06-261-3/+3
| | | (bzr r6070)
* use pathv_matrix_point_bbox_wind_distance instead of ↵Johan B. C. Engelen2008-06-262-8/+4
| | | | | nr_path_matrix_point_bbox_wind_distance everywhere (bzr r6068)
* Fixed compilation when the new SVG font stuff is not enabled.Jon A. Cruz2008-06-262-7/+6
| | | (bzr r6063)
* whitespacebulia byak2008-06-242-35/+33
| | | (bzr r6053)
* improve speed of getting curves to cairo, the same way as boundingbox ↵Johan B. C. Engelen2008-06-241-12/+30
| | | | | calculation was optimized: do not create transformed path, transform the path's points instead (bzr r6051)
* add #include <string.h> for memset(), so that it is portableBob Jamison2008-06-241-0/+2
| | | (bzr r6049)
* delivarotify, render with cairo; regression: cairo cannot do inversebulia byak2008-06-241-59/+54
| | | (bzr r6045)
* delivarotify, render with cairo, use nr_path functions for bbox and distancebulia byak2008-06-242-291/+68
| | | (bzr r6044)
* delivarotify, render with cairobulia byak2008-06-242-93/+20
| | | (bzr r6043)
* add helpers for creating cairo_t for a canvas bufbulia byak2008-06-242-6/+25
| | | (bzr r6042)
* update for 32 instead of 24 bpp canvas bufbulia byak2008-06-245-17/+17
| | | (bzr r6041)
* delivarotifybulia byak2008-06-241-5/+0
| | | (bzr r6040)
* no more creating and looping over extra buffers for rendering canvas arena, ↵bulia byak2008-06-241-123/+11
| | | | | draw to the canvas buf directly now that it's also 32bpp (bzr r6039)
* switch to 32bpp canvasbuf, create cairo context for it, optionally output to ↵bulia byak2008-06-242-28/+60
| | | | | screen using cairo too (for now off, as it's slower than gdk) (bzr r6038)
* update for 32bpp canvas buf; delivarotifybulia byak2008-06-242-185/+1
| | | (bzr r6037)
* use exact bbox again in updating shapesJohan B. C. Engelen2008-06-231-4/+2
| | | (bzr r6034)
* sorry to have broken buildJohan B. C. Engelen2008-06-231-1/+1
| | | (bzr r6031)
* convert optimizing check into 2geom terms. hopefully correct, please review ↵Johan B. C. Engelen2008-06-231-2/+26
| | | | | if you have time (bzr r6030)
* implement kerning by glyph-name, g1 and g2 attributesFelipe Corr??a da Silva Sanches2008-06-231-3/+15
| | | (bzr r6026)
* use LoadPathVector instead of LoadArtBPath everywhereJohan B. C. Engelen2008-06-222-5/+6
| | | (bzr r6017)
* * src/2geom/isnan.h, src/libcola/cola.cpp, src/style.cpp, src/seltrans.cpp,mjwybrow2008-06-224-4/+4
| | | | | | | | | | | | | | | | | | | src/libcola/gradient_projection.cpp, src/libvpsc/generate-constraints.cpp, src/libnr/nr-types.cpp, src/libnr/nr-point-fns-test.cpp, src/isnan.h, src/libnr/nr-point-fns.cpp, src/libnr/in-svg-plane-test.cpp, src/doxygen-main.cpp, src/display/nr-filter-composite.cpp, src/display/nr-filter-merge.cpp, src/display/nr-filter-gaussian.cpp, src/display/bezier-utils.cpp, src/Makefile_insert, src/eraser-context.cpp, src/dyna-draw-context.cpp, src/tweak-context.cpp, src/sp-namedview.cpp, src/libnr/in-svg-plane-test.h, src/libnr/nr-point-fns-test.h, src/mod360-test.h, src/CMakeLists.txt, src/2geom/linear.h: Properly fix the conflicting isnan.h problem: 1) Update src/2geom/isnan.h to match newest Inkscape src/isnana.h (Also commited this change to lib2geom project repository) 2) Remove Inkscape's src/isnan.h 3) Update all files to include src/2geom/isnan.h instead of src/isnan.h (bzr r6013)
* add comment (original update code used exact bbox)Johan B. C. Engelen2008-06-161-0/+2
| | | (bzr r5967)
* have bbox calculation code use new helper/geom.cpp function. This makes it ↵Johan B. C. Engelen2008-06-161-5/+3
| | | | | easier to optimize it later. (bzr r5966)
* First step towards making helper paths for LPE items work betterMaximilian Albert2008-06-162-3/+9
| | | (bzr r5954)