summaryrefslogtreecommitdiffstats
path: root/src/display (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge from fe-movedTed Gould2008-11-2123-122/+157
| | | (bzr r6891)
* Merge from trunkTed Gould2008-10-311-29/+44
| | | (bzr r6887)
* From trunkTed Gould2008-10-2725-197/+364
| | | (bzr r6885)
* Merging from trunkTed Gould2008-10-1121-193/+193
| | | (bzr r6884)
* Tweak of member to Geom classBob Jamison2008-09-192-3/+3
| | | (bzr r6849)
* Change function arg from NR::Matrix to Geom::Matrix. Possible serious bug.Bob Jamison2008-09-191-2/+2
| | | (bzr r6846)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-1822-243/+243
| | | (bzr r6839)
* NR ==> Geom conversion in sp-canvasMaximilian Albert2008-09-182-14/+14
| | | (bzr r6838)
* Some NR::Point ==> Geom::Point replacementsMaximilian Albert2008-09-182-84/+84
| | | (bzr r6835)
* Fix minor breakage in grid preferences caused by pref refactoring.Krzysztof Kosi??ski2008-09-172-5/+6
| | | (bzr r6831)
* Refactored preferences handling into a new version of Krzysztof Kosi??ski2008-09-162-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 countingJohan B. C. Engelen2008-09-131-0/+9
| | | (bzr r6804)
* fix curve test. curve with empty pathvector is *not* closed.Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6795)
* fix curve::penultimate_point old behavior. no longer triggers 2geom exception.Johan B. C. Engelen2008-09-111-3/+8
| | | (bzr r6794)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-112-8/+8
| | | (bzr r6793)
* add quick commentJohan B. C. Engelen2008-09-101-0/+6
| | | (bzr r6786)
* LIBNR REMOVAL. Deleted nr-path.h/.cpp which is no longer used. (removed all ↵Johan B. C. Engelen2008-09-071-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 Lierop2008-09-074-7/+7
| | | | | that reference via the SnapManager (instead of storing references in the snapper and accessing them directly) (bzr r6773)
* comment typobulia byak2008-09-051-1/+1
| | | (bzr r6765)
* convert moveto, lineto and curveto native to Point, instead of going to ↵Johan B. C. Engelen2008-09-041-10/+6
| | | | | gdouble to go back to Point again.... (bzr r6759)
* comment updatebulia byak2008-09-011-1/+9
| | | (bzr r6754)
* Temporary switch to handle api change in Cairo 1.7+Bob Jamison2008-08-141-0/+40
| | | (bzr r6622)
* fix spcurve testJohan B. C. Engelen2008-08-131-1/+1
| | | (bzr r6618)
* make spcurve::first_point and last_point boost::optionalJohan B. C. Engelen2008-08-133-27/+33
| | | (bzr r6617)
* return boost::optional for second and penultimate points of SPCurveJohan B. C. Engelen2008-08-133-33/+42
| | | (bzr r6616)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-114-34/+34
| | | (bzr r6606)
* remove many unnecessary to_2geom and from_2geom callsJohan B. C. Engelen2008-08-084-16/+16
| | | (bzr r6593)
* Fixed svg-path (and display/curve) tests to properly handle closepath and ↵Jasper van de Gronde2008-08-081-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 Lierop2008-08-062-13/+9
| | | | | | | lost during a previous round of refactoring) 2) Refactor some of the pasting code (bzr r6580)
* add dashed path optionbulia byak2008-08-062-2/+8
| | | (bzr r6572)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-057-10/+10
| | | (bzr r6569)
* fix 252547: skip explicitly hidden objects when calculating bbox of groupbulia byak2008-08-051-1/+2
| | | (bzr r6566)
* replace unnecessary exception catching with a check beforehand.Johan B. C. Engelen2008-08-051-3/+3
| | | (bzr r6565)
* Use is_straight_curve() instead of three separate dynamic castsDiederik van Lierop2008-08-052-7/+4
| | | (bzr r6564)
* 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)