summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make unit tests build on Linux againJasper van de Gronde2008-08-041-1/+2
| | | (bzr r6555)
* fix error in appending paths to existing paths. fixes bug #253639Johan B. C. Engelen2008-08-031-1/+1
| | | (bzr r6550)
* Minor cleanup work on macrosJon A. Cruz2008-08-035-11/+11
| | | (bzr r6546)
* Fixed const-correctnessJon A. Cruz2008-08-034-10/+10
| | | (bzr r6545)
* Replaced deprecated GtkType creation with GTypeJon A. Cruz2008-08-034-24/+26
| | | (bzr r6541)
* remove many needless references to n-art-bpath.hJohan B. C. Engelen2008-08-033-5/+0
| | | (bzr r6540)
* remove old nartbpath to cairo methodJohan B. C. Engelen2008-08-022-98/+4
| | | (bzr r6532)
* Enable exception handling for CxxTest in MakefilesJasper van de Gronde2008-08-021-1/+1
| | | (bzr r6524)
* SPCurve unit testsJasper van de Gronde2008-08-023-71/+324
| | | (bzr r6523)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-012-3/+3
| | | (bzr r6513)
* replace matrix division code.Johan B. C. Engelen2008-08-011-3/+3
| | | (bzr r6512)
* Warning cleanupJon A. Cruz2008-08-011-1/+1
| | | (bzr r6495)
* Move coordinate transform workaround to a more logical placeMaximilian Albert2008-07-302-11/+19
| | | (bzr r6471)
* Temporarily move the code from display/canvas-text.(h|cpp) to ↵Maximilian Albert2008-07-293-2/+297
| | | | | display/canvas-bpath.(h|cpp) to avoid a strange linker error :( (bzr r6465)
* Add tracking of skew factor and display in warning message.Jon A. Cruz2008-07-271-1/+1
| | | (bzr r6429)
* update to 2geom rev. 1507Johan B. C. Engelen2008-07-251-0/+2
| | | (bzr r6416)
* include <string.h>. also remove const conversion warningBob Jamison2008-07-221-1/+2
| | | (bzr r6399)
* New CanvasText item; TODO: works quite well but updating may be incorrect ↵Maximilian Albert2008-07-223-0/+325
| | | | | since update() is called before render() but only the latter gets passed the cairo context from which we can compute the text extents (we use a slightly kludgy workaround now) (bzr r6394)
* Consistently use (create/destroy)Suite in unit tests.Jasper van de Gronde2008-07-191-0/+5
| | | (bzr r6362)
* fix artefacts left by text cursor and disappearing cursor on empty canvasbulia byak2008-07-181-4/+6
| | | (bzr r6342)
* convert all SPCurve's points and matrices arguments and return types to 2GeomJohan B. C. Engelen2008-07-172-113/+48
| | | (bzr r6339)
* The new CxxTest unit tests now also work on Linux! (Note that test-all Jasper van de Gronde2008-07-171-0/+24
| | | | | | has become test-src and no longer includes ALL tests, just the tests in src/.) (bzr r6335)
* update to latest 2geom (rev1497)Johan B. C. Engelen2008-07-162-3/+7
| | | (bzr r6332)
* remove all old nartbpath code from SPCurve!!! (in other words, ↵Johan B. C. Engelen2008-07-162-883/+68
| | | | | lib2geomification of SPCurve complete) (bzr r6330)
* remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵Johan B. C. Engelen2008-07-151-2/+2
| | | | | rendering code) (bzr r6312)
* don't call cairo_new_path in feed_pathvector_to_cairo (like the old ↵Johan B. C. Engelen2008-07-151-6/+4
| | | | | feed_path_to_cairo didn't do) (bzr r6311)
* make SPCurve constructors explicit. (so e.g. it is impossible to write ↵Johan B. C. Engelen2008-07-141-2/+2
| | | | | SPCurve a = 1;) (bzr r6310)
* noop: add comment about multiple consecutive movetosJohan B. C. Engelen2008-07-141-1/+3
| | | (bzr r6305)
* fix 248419bulia byak2008-07-141-1/+1
| | | (bzr r6303)
* 2geomify pov-out extensionJohan B. C. Engelen2008-07-131-0/+1
| | | (bzr r6284)
* * remove code duplication from pdf-cairo extensionJohan B. C. Engelen2008-07-122-5/+7
| | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276)
* add simplified feed_path_to_cairo functionsJohan B. C. Engelen2008-07-122-5/+49
| | | (bzr r6275)
* fix crash on svnfonts dialogFelipe Corr??a da Silva Sanches2008-07-122-8/+3
| | | (bzr r6262)
* use new 2geom function. This ensures we cannot end up in infinite loop while ↵Johan B. C. Engelen2008-07-111-1/+1
| | | | | converting unexpected 2geom curve types to expected types. (bzr r6260)
* * removed the auxiliary GtkWindowFelipe Corr??a da Silva Sanches2008-07-112-37/+4
| | | | | * added font preview to the SvgFonts dialog (bzr r6254)
* render glyphs using 2geom pathvector instead of artbpath of font-glyphJohan B. C. Engelen2008-07-081-9/+9
| | | (bzr r6236)
* 2geomify SPCurve::new_from_rectJohan B. C. Engelen2008-07-082-7/+5
| | | (bzr r6235)
* instrument event latencyMenTaLguY2008-07-081-0/+14
| | | (bzr r6231)
* disable motion hints again; still some subtle issues to work outMenTaLguY2008-07-081-7/+4
| | | (bzr r6230)
* False alarm; re-enable themMenTaLguY2008-07-081-1/+1
| | | (bzr r6224)
* disable motion hints againMenTaLguY2008-07-081-1/+1
| | | (bzr r6223)
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-5/+6
| | | (bzr r6222)
* disable motion hints againMenTaLguY2008-07-081-1/+1
| | | (bzr r6221)
* 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)