| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Corrected initialization order. | Jon A. Cruz | 2008-12-05 | 1 | -5/+3 |
| | | | | (bzr r6946) | ||||
| * | Small changes to Gaussian filtering that make part of the IIR code a bit ↵ | Jasper van de Gronde | 2008-12-02 | 1 | -8/+15 |
| | | | | | | clearer (and possibly very, very slightly faster) and that eliminate any unnecessary filtering (if the kernel width is just one pixel it doesn't perform any filtering at all). (bzr r6931) | ||||
| * | When snapping only the closest node, draw an indicator at that node | Diederik van Lierop | 2008-11-26 | 2 | -12/+55 |
| | | | | (bzr r6903) | ||||
| * | Defined HAVE_OPENMP in build.xml and included config.h from ↵ | Jasper van de Gronde | 2008-11-26 | 1 | -0/+2 |
| | | | | | | nr-filter-gaussian.cpp to actually make the define work (on Windows). (bzr r6902) | ||||
| * | Fixed OpenMP dependency to be optional. | Jon A. Cruz | 2008-11-25 | 1 | -0/+14 |
| | | | | (bzr r6900) | ||||
| * | Merging in the OpenMP work from the mailing list with some improved build files. | Ted Gould | 2008-11-23 | 1 | -29/+42 |
| | | | | (bzr r6893) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 23 | -122/+157 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -29/+44 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 25 | -197/+364 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 21 | -193/+193 |
| | | | | (bzr r6884) | ||||
| * | Tweak of member to Geom class | Bob Jamison | 2008-09-19 | 2 | -3/+3 |
| | | | | (bzr r6849) | ||||
| * | Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug. | Bob Jamison | 2008-09-19 | 1 | -2/+2 |
| | | | | (bzr r6846) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 22 | -243/+243 |
| | | | | (bzr r6839) | ||||
| * | NR ==> Geom conversion in sp-canvas | Maximilian Albert | 2008-09-18 | 2 | -14/+14 |
| | | | | (bzr r6838) | ||||
| * | Some NR::Point ==> Geom::Point replacements | Maximilian Albert | 2008-09-18 | 2 | -84/+84 |
| | | | | (bzr r6835) | ||||
| * | Fix minor breakage in grid preferences caused by pref refactoring. | Krzysztof Kosi??ski | 2008-09-17 | 2 | -5/+6 |
| | | | | (bzr r6831) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 2 | -22/+26 |
| | | | | | | | | | the Inkscape::Preferences class. Removed all use of prefs_get_string_attribute(), pref_path_get_nth_child() and create_pref() in favor of the new API. Replaced some "0 or 1" integer preferences with booleans. (bzr r6823) | ||||
| * | fix UI node counting | Johan B. C. Engelen | 2008-09-13 | 1 | -0/+9 |
| | | | | (bzr r6804) | ||||
| * | fix curve test. curve with empty pathvector is *not* closed. | Johan B. C. Engelen | 2008-09-11 | 1 | -1/+1 |
| | | | | (bzr r6795) | ||||
| * | fix curve::penultimate_point old behavior. no longer triggers 2geom exception. | Johan B. C. Engelen | 2008-09-11 | 1 | -3/+8 |
| | | | | (bzr r6794) | ||||
| * | convert almost all libnrtype to Geom:: | Johan B. C. Engelen | 2008-09-11 | 2 | -8/+8 |
| | | | | (bzr r6793) | ||||
| * | add quick comment | Johan B. C. Engelen | 2008-09-10 | 1 | -0/+6 |
| | | | | (bzr r6786) | ||||
| * | 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) | ||||
