| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵ | Johan B. C. Engelen | 2008-09-07 | 1 | -1/+0 |
| | | | | | | references to nr-path.h) (bzr r6774) | ||||
| * | If a snapper needs a reference to a SPNamedView or a SPDesktop, then get ↵ | Diederik van Lierop | 2008-09-07 | 4 | -7/+7 |
| | | | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773) | ||||
| * | comment typo | bulia byak | 2008-09-05 | 1 | -1/+1 |
| | | | | (bzr r6765) | ||||
| * | convert moveto, lineto and curveto native to Point, instead of going to ↵ | Johan B. C. Engelen | 2008-09-04 | 1 | -10/+6 |
| | | | | | | gdouble to go back to Point again.... (bzr r6759) | ||||
| * | comment update | bulia byak | 2008-09-01 | 1 | -1/+9 |
| | | | | (bzr r6754) | ||||
| * | Temporary switch to handle api change in Cairo 1.7+ | Bob Jamison | 2008-08-14 | 1 | -0/+40 |
| | | | | (bzr r6622) | ||||
| * | fix spcurve test | Johan B. C. Engelen | 2008-08-13 | 1 | -1/+1 |
| | | | | (bzr r6618) | ||||
| * | make spcurve::first_point and last_point boost::optional | Johan B. C. Engelen | 2008-08-13 | 3 | -27/+33 |
| | | | | (bzr r6617) | ||||
| * | return boost::optional for second and penultimate points of SPCurve | Johan B. C. Engelen | 2008-08-13 | 3 | -33/+42 |
| | | | | (bzr r6616) | ||||
| * | Move all of the snapper code to 2geom | Diederik van Lierop | 2008-08-11 | 4 | -34/+34 |
| | | | | (bzr r6606) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 4 | -16/+16 |
| | | | | (bzr r6593) | ||||
| * | Fixed svg-path (and display/curve) tests to properly handle closepath and ↵ | Jasper van de Gronde | 2008-08-08 | 1 | -6/+10 |
| | | | | | | made a check target. (bzr r6592) | ||||
| * | 1) When pasting, use an offset that is a multiple of the grid pitch (got ↵ | Diederik van Lierop | 2008-08-06 | 2 | -13/+9 |
| | | | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580) | ||||
| * | add dashed path option | bulia byak | 2008-08-06 | 2 | -2/+8 |
| | | | | (bzr r6572) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 7 | -10/+10 |
| | | | | (bzr r6569) | ||||
| * | fix 252547: skip explicitly hidden objects when calculating bbox of group | bulia byak | 2008-08-05 | 1 | -1/+2 |
| | | | | (bzr r6566) | ||||
| * | replace unnecessary exception catching with a check beforehand. | Johan B. C. Engelen | 2008-08-05 | 1 | -3/+3 |
| | | | | (bzr r6565) | ||||
| * | Use is_straight_curve() instead of three separate dynamic casts | Diederik van Lierop | 2008-08-05 | 2 | -7/+4 |
| | | | | (bzr r6564) | ||||
| * | Make unit tests build on Linux again | Jasper van de Gronde | 2008-08-04 | 1 | -1/+2 |
| | | | | (bzr r6555) | ||||
| * | fix error in appending paths to existing paths. fixes bug #253639 | Johan B. C. Engelen | 2008-08-03 | 1 | -1/+1 |
| | | | | (bzr r6550) | ||||
| * | Minor cleanup work on macros | Jon A. Cruz | 2008-08-03 | 5 | -11/+11 |
| | | | | (bzr r6546) | ||||
| * | Fixed const-correctness | Jon A. Cruz | 2008-08-03 | 4 | -10/+10 |
| | | | | (bzr r6545) | ||||
| * | Replaced deprecated GtkType creation with GType | Jon A. Cruz | 2008-08-03 | 4 | -24/+26 |
| | | | | (bzr r6541) | ||||
| * | remove many needless references to n-art-bpath.h | Johan B. C. Engelen | 2008-08-03 | 3 | -5/+0 |
| | | | | (bzr r6540) | ||||
| * | remove old nartbpath to cairo method | Johan B. C. Engelen | 2008-08-02 | 2 | -98/+4 |
| | | | | (bzr r6532) | ||||
| * | Enable exception handling for CxxTest in Makefiles | Jasper van de Gronde | 2008-08-02 | 1 | -1/+1 |
| | | | | (bzr r6524) | ||||
| * | SPCurve unit tests | Jasper van de Gronde | 2008-08-02 | 3 | -71/+324 |
| | | | | (bzr r6523) | ||||
| * | 2geomify a lot of NR::Points to Geom::Point | Johan B. C. Engelen | 2008-08-01 | 2 | -3/+3 |
| | | | | (bzr r6513) | ||||
| * | replace matrix division code. | Johan B. C. Engelen | 2008-08-01 | 1 | -3/+3 |
| | | | | (bzr r6512) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-08-01 | 1 | -1/+1 |
| | | | | (bzr r6495) | ||||
| * | Move coordinate transform workaround to a more logical place | Maximilian Albert | 2008-07-30 | 2 | -11/+19 |
| | | | | (bzr r6471) | ||||
| * | Temporarily move the code from display/canvas-text.(h|cpp) to ↵ | Maximilian Albert | 2008-07-29 | 3 | -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. Cruz | 2008-07-27 | 1 | -1/+1 |
| | | | | (bzr r6429) | ||||
| * | update to 2geom rev. 1507 | Johan B. C. Engelen | 2008-07-25 | 1 | -0/+2 |
| | | | | (bzr r6416) | ||||
| * | include <string.h>. also remove const conversion warning | Bob Jamison | 2008-07-22 | 1 | -1/+2 |
| | | | | (bzr r6399) | ||||
| * | New CanvasText item; TODO: works quite well but updating may be incorrect ↵ | Maximilian Albert | 2008-07-22 | 3 | -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 Gronde | 2008-07-19 | 1 | -0/+5 |
| | | | | (bzr r6362) | ||||
| * | fix artefacts left by text cursor and disappearing cursor on empty canvas | bulia byak | 2008-07-18 | 1 | -4/+6 |
| | | | | (bzr r6342) | ||||
| * | convert all SPCurve's points and matrices arguments and return types to 2Geom | Johan B. C. Engelen | 2008-07-17 | 2 | -113/+48 |
| | | | | (bzr r6339) | ||||
| * | The new CxxTest unit tests now also work on Linux! (Note that test-all | Jasper van de Gronde | 2008-07-17 | 1 | -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. Engelen | 2008-07-16 | 2 | -3/+7 |
| | | | | (bzr r6332) | ||||
| * | remove all old nartbpath code from SPCurve!!! (in other words, ↵ | Johan B. C. Engelen | 2008-07-16 | 2 | -883/+68 |
| | | | | | | lib2geomification of SPCurve complete) (bzr r6330) | ||||
| * | remove last calls to spcurve::get_length outside of spcurve. (canvas-bpath ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -2/+2 |
| | | | | | | rendering code) (bzr r6312) | ||||
| * | don't call cairo_new_path in feed_pathvector_to_cairo (like the old ↵ | Johan B. C. Engelen | 2008-07-15 | 1 | -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. Engelen | 2008-07-14 | 1 | -2/+2 |
| | | | | | | SPCurve a = 1;) (bzr r6310) | ||||
| * | noop: add comment about multiple consecutive movetos | Johan B. C. Engelen | 2008-07-14 | 1 | -1/+3 |
| | | | | (bzr r6305) | ||||
| * | fix 248419 | bulia byak | 2008-07-14 | 1 | -1/+1 |
| | | | | (bzr r6303) | ||||
| * | 2geomify pov-out extension | Johan B. C. Engelen | 2008-07-13 | 1 | -0/+1 |
| | | | | (bzr r6284) | ||||
| * | * remove code duplication from pdf-cairo extension | Johan B. C. Engelen | 2008-07-12 | 2 | -5/+7 |
| | | | | | | * try to fix line closing bug when using cairo. didn't succeed (bzr r6276) | ||||
| * | add simplified feed_path_to_cairo functions | Johan B. C. Engelen | 2008-07-12 | 2 | -5/+49 |
| | | | | (bzr r6275) | ||||
