| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | libavoid/region.h: Supply missing #includes/declarations so that we don't ↵ | Peter Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 1 | -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 Moulder | 2008-07-05 | 3 | -21/+56 | |
| | | | | (bzr r6165) | |||||
| * | EOL fixups | Jon A. Cruz | 2008-07-05 | 11 | -14897/+14897 | |
| | | | | (bzr r6164) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-05 | 2 | -7/+8 | |
| | | | | (bzr r6163) | |||||
| * | another fix for parallel knotholder and nodepath | bulia byak | 2008-07-05 | 1 | -3/+2 | |
| | | | | (bzr r6162) | |||||
| * | fix crash triggered by having both knotholder and nodepath at the same time | bulia byak | 2008-07-05 | 1 | -6/+2 | |
| | | | | (bzr r6161) | |||||
| * | create pathvector_for_curve method. | Johan B. C. Engelen | 2008-07-04 | 3 | -2/+25 | |
| | | | | (bzr r6160) | |||||
| * | 2geomify calculation of number of markers on a path | Johan B. C. Engelen | 2008-07-04 | 1 | -3/+8 | |
| | | | | (bzr r6159) | |||||
| * | use if(dynamic_cast<>) instead of if(typeid==) to check 2geom segment types ↵ | Johan B. C. Engelen | 2008-07-04 | 4 | -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 calls | Johan B. C. Engelen | 2008-07-04 | 1 | -18/+16 | |
| | | | | (bzr r6157) | |||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-04 | 8 | -11/+13 | |
| | | | | (bzr r6156) | |||||
| * | change some SP_CURVE_BPATH to get_bpath | Johan B. C. Engelen | 2008-07-04 | 4 | -5/+6 | |
| | | | | (bzr r6155) | |||||
| * | add readme file to 2geom directory to warn people not to make code changes there | Johan B. C. Engelen | 2008-07-04 | 1 | -0/+7 | |
| | | | | (bzr r6154) | |||||
| * | Fix Camouflage pattern (see bug 245301). | Stephen Silver | 2008-07-04 | 1 | -2/+2 | |
| | | | | (bzr r6153) | |||||
| * | Make pen/pencil shapes work in spiro mode, too | Maximilian Albert | 2008-07-04 | 1 | -5/+4 | |
| | | | | (bzr r6152) | |||||
| * | Remove oncanvas_editable attribute for PointParams; use their internal shape ↵ | Maximilian Albert | 2008-07-04 | 3 | -5/+7 | |
| | | | | | | settings for the knotholder handle (bzr r6151) | |||||
| * | Keep original path by default for LPEMirrorReflect | Maximilian Albert | 2008-07-04 | 2 | -0/+6 | |
| | | | | (bzr r6150) | |||||
| * | EOL fixup | Jon A. Cruz | 2008-07-04 | 11 | -4522/+4522 | |
| | | | | (bzr r6149) | |||||
| * | Fixed includes | Jon A. Cruz | 2008-07-04 | 1 | -2/+2 | |
| | | | | (bzr r6148) | |||||
| * | Correct path separators and missed variable assignment due to indention | Jon A. Cruz | 2008-07-04 | 1 | -103/+103 | |
| | | | | (bzr r6147) | |||||
| * | Fixed EOLs | Jon A. Cruz | 2008-07-04 | 1 | -111/+111 | |
| | | | | (bzr r6146) | |||||
| * | Poly::shifted: simplify to discard mention of handling negative argument value. | Peter Moulder | 2008-07-04 | 2 | -22/+8 | |
| | | | | (bzr r6145) | |||||
| * | Fixed initialization order. | Jon A. Cruz | 2008-07-04 | 1 | -1/+1 | |
| | | | | (bzr r6144) | |||||
| * | Mark suspicious ignoring of parameters | Jon A. Cruz | 2008-07-04 | 1 | -0/+1 | |
| | | | | (bzr r6143) | |||||
| * | Mark a missing case statement | Jon A. Cruz | 2008-07-04 | 1 | -0/+1 | |
| | | | | (bzr r6142) | |||||
| * | Mask out dead code causing warning | Jon A. Cruz | 2008-07-04 | 1 | -8/+10 | |
| | | | | (bzr r6141) | |||||
| * | remove left-overs from making SPCurve a proper class with methods | Johan B. C. Engelen | 2008-07-03 | 1 | -27/+0 | |
| | | | | (bzr r6140) | |||||
| * | start removing old path code in spcurve. start with const functions | Johan B. C. Engelen | 2008-07-03 | 1 | -39/+2 | |
| | | | | (bzr r6139) | |||||
| * | improve pencil-context logic | Johan B. C. Engelen | 2008-07-03 | 1 | -1/+1 | |
| | | | | (bzr r6138) | |||||
| * | improve spcurve::second_point and document its behavior | Johan B. C. Engelen | 2008-07-03 | 1 | -4/+18 | |
| | | | | (bzr r6137) | |||||
| * | noop, add comment | Johan B. C. Engelen | 2008-07-03 | 1 | -0/+4 | |
| | | | | (bzr r6136) | |||||
| * | update 2geom (svn rev1433). how far away is automatic filelist building on ↵ | Johan B. C. Engelen | 2008-07-03 | 1 | -98/+103 | |
| | | | | | | linux? (i.e. btool) (bzr r6135) | |||||
| * | update 2geom (svn rev1433) | Johan B. C. Engelen | 2008-07-03 | 100 | -891/+4734 | |
| | | | | (bzr r6134) | |||||
| * | Patch so Inkscape will compile on Solaris 10 from LP ↵ | Joshua L. Blocher | 2008-07-03 | 8 | -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 Gronde | 2008-07-03 | 4 | -0/+521 | |
| | | | | | | stub) and a CxxTest version of the list-container tests. (bzr r6132) | |||||
| * | added new LPE and remove obsolete entries | Alexandre Prokoudine | 2008-07-03 | 1 | -2/+1 | |
| | | | | (bzr r6131) | |||||
| * | add comments | Maximilian Albert | 2008-07-03 | 1 | -0/+4 | |
| | | | | (bzr r6130) | |||||
| * | Add new shape 'crescendo' in dropdown box of pen tool | Maximilian Albert | 2008-07-03 | 2 | -1/+18 | |
| | | | | (bzr r6129) | |||||
| * | When drawing with activated shape in pencil/pen tool, apply the original ↵ | Maximilian Albert | 2008-07-03 | 1 | -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 Albert | 2008-07-03 | 5 | -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: Offset | Maximilian Albert | 2008-07-03 | 5 | -1/+158 | |
| | | | | (bzr r6126) | |||||
| * | Partial 2geom update (anticipating changes that will be part of the next ↵ | Maximilian Albert | 2008-07-03 | 2 | -3/+19 | |
| | | | | | | major update anyway, so overwriting them on next update is not a problem) (bzr r6125) | |||||
