summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* libavoid/region.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder2008-07-051-0/+2
| | | | | 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 r6174)
* jabber_whiteboard/message-node.h: Supply missing #includes/declarations so ↵Peter Moulder2008-07-051-0/+1
| | | | | that we 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 r6173)
* ink-action.h: Supply missing #includes/declarations so that we don't depend ↵Peter Moulder2008-07-051-0/+1
| | | | | on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6172)
* helper/unit-tracker.h: Supply missing #includes/declarations so that we ↵Peter Moulder2008-07-051-0/+1
| | | | | 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 r6171)
* 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)
* context-fns.h: Supply missing #includes/declarations so that we don't depend ↵Peter Moulder2008-07-051-0/+2
| | | | | on order of .h file inclusion. (Detected by check-header-compile.) (Using separate commits to facilitate diagnosis/resolution of any problems; comments welcome.) (bzr r6168)
* conn-avoid-ref.h: Supply missing #includes/declarations so that we don't ↵Peter Moulder2008-07-051-6/+6
| | | | | 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 r6167)
* check-header-compile.in: Update list of needed CPPFLAGS.Peter Moulder2008-07-051-3/+10
| | | | | | Ignore dom/* headers for the moment. Updates to list of .h files that shouldn't be tested. (bzr r6166)
* fix a long-standing bug with Undo after Fit canvas to selection/drawing.Peter Moulder2008-07-053-21/+56
| | | (bzr r6165)
* EOL fixupsJon A. Cruz2008-07-0511-14897/+14897
| | | (bzr r6164)
* Warning cleanupJon A. Cruz2008-07-052-7/+8
| | | (bzr r6163)
* another fix for parallel knotholder and nodepathbulia byak2008-07-051-3/+2
| | | (bzr r6162)
* fix crash triggered by having both knotholder and nodepath at the same timebulia byak2008-07-051-6/+2
| | | (bzr r6161)
* create pathvector_for_curve method.Johan B. C. Engelen2008-07-043-2/+25
| | | (bzr r6160)
* 2geomify calculation of number of markers on a pathJohan B. C. Engelen2008-07-041-3/+8
| | | (bzr r6159)
* use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵Johan B. C. Engelen2008-07-044-20/+19
| | | | | for straightlines. this because the closing line segment is special class ClosingSegment : public LineSegment. (bzr r6158)
* convert a path to guides using 2geom callsJohan B. C. Engelen2008-07-041-18/+16
| | | (bzr r6157)
* Warning cleanupJon A. Cruz2008-07-048-11/+13
| | | (bzr r6156)
* change some SP_CURVE_BPATH to get_bpathJohan B. C. Engelen2008-07-044-5/+6
| | | (bzr r6155)
* add readme file to 2geom directory to warn people not to make code changes thereJohan B. C. Engelen2008-07-041-0/+7
| | | (bzr r6154)
* Fix Camouflage pattern (see bug 245301).Stephen Silver2008-07-041-2/+2
| | | (bzr r6153)
* Make pen/pencil shapes work in spiro mode, tooMaximilian Albert2008-07-041-5/+4
| | | (bzr r6152)
* Remove oncanvas_editable attribute for PointParams; use their internal shape ↵Maximilian Albert2008-07-043-5/+7
| | | | | settings for the knotholder handle (bzr r6151)
* Keep original path by default for LPEMirrorReflectMaximilian Albert2008-07-042-0/+6
| | | (bzr r6150)
* EOL fixupJon A. Cruz2008-07-0411-4522/+4522
| | | (bzr r6149)
* Fixed includesJon A. Cruz2008-07-041-2/+2
| | | (bzr r6148)
* Correct path separators and missed variable assignment due to indentionJon A. Cruz2008-07-041-103/+103
| | | (bzr r6147)
* Fixed EOLsJon A. Cruz2008-07-041-111/+111
| | | (bzr r6146)
* Poly::shifted: simplify to discard mention of handling negative argument value.Peter Moulder2008-07-042-22/+8
| | | (bzr r6145)
* Fixed initialization order.Jon A. Cruz2008-07-041-1/+1
| | | (bzr r6144)
* Mark suspicious ignoring of parametersJon A. Cruz2008-07-041-0/+1
| | | (bzr r6143)
* Mark a missing case statementJon A. Cruz2008-07-041-0/+1
| | | (bzr r6142)
* Mask out dead code causing warningJon A. Cruz2008-07-041-8/+10
| | | (bzr r6141)
* 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 pencil-context logicJohan B. C. Engelen2008-07-031-1/+1
| | | (bzr r6138)
* 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)
* update 2geom (svn rev1433). how far away is automatic filelist building on ↵Johan B. C. Engelen2008-07-031-98/+103
| | | | | linux? (i.e. btool) (bzr r6135)
* update 2geom (svn rev1433)Johan B. C. Engelen2008-07-03100-891/+4734
| | | (bzr r6134)
* Patch so Inkscape will compile on Solaris 10 from LP ↵Joshua L. Blocher2008-07-038-18/+19
| | | | | https://bugs.launchpad.net/inkscape/+bug/245173 (bzr r6133)
* Tests for svg-affine and svg-length (the latter is not much more than a ↵Jasper van de Gronde2008-07-034-0/+521
| | | | | stub) and a CxxTest version of the list-container tests. (bzr r6132)
* added new LPE and remove obsolete entriesAlexandre Prokoudine2008-07-031-2/+1
| | | (bzr r6131)
* add commentsMaximilian Albert2008-07-031-0/+4
| | | (bzr r6130)
* Add new shape 'crescendo' in dropdown box of pen toolMaximilian Albert2008-07-032-1/+18
| | | (bzr r6129)
* When drawing with activated shape in pencil/pen tool, apply the original ↵Maximilian Albert2008-07-031-2/+19
| | | | | stroke color as fill and unset stroke (bzr r6128)
* First shot at a dropdown selector for various shapes in pen/pencil tool, ↵Maximilian Albert2008-07-035-9/+115
| | | | | | | along the lines of Valerie's blueprint. TODO: more paths for the dropdown, read them from a separate file; show images for the choices, not text (bzr r6127)
* New LPE: OffsetMaximilian Albert2008-07-035-1/+158
| | | (bzr r6126)
* Partial 2geom update (anticipating changes that will be part of the next ↵Maximilian Albert2008-07-032-3/+19
| | | | | major update anyway, so overwriting them on next update is not a problem) (bzr r6125)