| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More accurate wording in snap tooltips | Diederik van Lierop | 2009-02-27 | 1 | -1/+1 |
| | | | | (bzr r7388) | ||||
| * | Fix for imprecise ellipse drawing by Alvin Penner. | Krzysztof Kosi??ski | 2009-02-24 | 1 | -4/+1 |
| | | | | (bzr r7366) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -6/+12 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | gcc warning cleanup | Felipe Corr??a da Silva Sanches | 2009-02-09 | 1 | -1/+1 |
| | | | | | | suggested parentheses (bzr r7252) | ||||
| * | fix percentage coordinates for ellipses. ↵ | Johan B. C. Engelen | 2009-01-25 | 1 | -5/+8 |
| | | | | | | (svgtestsuite-1.1/coords-units-02-b.svg) (bzr r7168) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -13/+21 |
| | | | | | | | | - Snap to the midpoint of paths and bbox edges - Refactor the snapping toggle, i.e. what snaps to what when toggling a specific option in the snapping toolbar PS: icons.svg has been modified, so use "make install" if needed (bzr r7144) | ||||
| * | NR -> 2Geom few more files | Joshua L. Blocher | 2008-12-05 | 1 | -11/+11 |
| | | | | (bzr r6959) | ||||
| * | Warning cleanup. | Jon A. Cruz | 2008-12-05 | 1 | -9/+9 |
| | | | | (bzr r6947) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -2/+11 |
| | | | | (bzr r6891) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -7/+7 |
| | | | | (bzr r6885) | ||||
| * | Refactored preferences handling into a new version of | Krzysztof Kosi??ski | 2008-09-16 | 1 | -6/+7 |
| | | | | | | | | | 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) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -1/+1 |
| | | | | (bzr r6593) | ||||
| * | warning cleanup | Felipe Corr??a da Silva Sanches | 2008-07-12 | 1 | -1/+1 |
| | | | | (bzr r6282) | ||||
| * | 2geomify ellipse creation | Johan B. C. Engelen | 2008-07-08 | 1 | -43/+15 |
| | | | | (bzr r6234) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -1/+1 |
| | | | | (bzr r5915) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -16/+12 |
| | | | | (bzr r5884) | ||||
| * | ellipses and groups now use 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -8/+3 |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5846) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 |
| | | | | (bzr r5823) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -3/+3 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -4/+6 |
| | | | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219) | ||||
| * | Remove g_print debugging statement. | Tavmjong Bah | 2008-02-04 | 1 | -1/+0 |
| | | | | (bzr r4650) | ||||
| * | Allow snapping from and to ellipses | Diederik van Lierop | 2008-01-13 | 1 | -8/+45 |
| | | | | (bzr r4475) | ||||
| * | Fundamentally reworked version of the 3D box tool (among many other things, ↵ | Maximilian Albert | 2007-12-13 | 1 | -0/+1 |
| | | | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224) | ||||
| * | Warning cleanup | Jon A. Cruz | 2007-11-04 | 1 | -5/+5 |
| | | | | (bzr r4025) | ||||
| * | Commit LivePathEffect branch to trunk! | Johan B. C. Engelen | 2007-08-14 | 1 | -0/+29 |
| | | | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472) | ||||
| * | heh, bool to begin with | MenTaLguY | 2007-01-24 | 1 | -2/+2 |
| | | | | (bzr r2269) | ||||
| * | switch to using SVG::PathString for building paths | MenTaLguY | 2007-01-24 | 1 | -26/+18 |
| | | | | (bzr r2268) | ||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -4/+9 |
| | | | | | | create methods to match DOM (bzr r2253) | ||||
| * | peeled back the gboolean code as it hit on some complexity theory principles... | Jon Phillips | 2006-08-25 | 1 | -2/+2 |
| | | | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637) | ||||
| * | Ok, committed msgloan's patch to convert gbooleans to bools thus completing | Jon Phillips | 2006-08-23 | 1 | -2/+2 |
| | | | | | | one major janitorial task we identified.... (bzr r1633) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+863 |
| (bzr r1) | |||||
