| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Beware: some 2geom functions can throw useful exceptions! fixing crash bug ↵ | Johan B. C. Engelen | 2010-10-23 | 1 | -5/+12 |
| | | | | | | | | | 614751 Fixed bugs: - https://launchpad.net/bugs/614751 (bzr r9845) | ||||
| * | Don't try displaying markers for completely empty paths, fixes crash. | Johan B. C. Engelen | 2010-10-23 | 1 | -4/+8 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/511577 (bzr r9843) | ||||
| * | Avoid self-snapping when dragging a rotation center, and draw the rotation ↵ | Diederik van Lierop | 2010-07-24 | 1 | -45/+45 |
| | | | | | | center at the snapped position (bzr r9641) | ||||
| * | Fix snapping to midpoints of closing segments | Diederik van Lierop | 2010-07-19 | 1 | -40/+46 |
| | | | | (bzr r9627) | ||||
| * | - "Snap nodes or handles" button now also includes smooth nodes | Diederik van Lierop | 2010-05-21 | 1 | -1/+18 |
| | | | | | | - Improved snap tooltips (bzr r9440) | ||||
| * | * improve boundingbox calculation: include strokecaps. | Johan B. C. Engelen | 2010-04-10 | 1 | -137/+166 |
| | | | | | | * increasing boundingbox calculation precision for selection to marker, selection to pattern and fit canvas to selection (bzr r9307) | ||||
| * | Refactoring the snapping API (making it easier to maintain and understand ↵ | Diederik van Lierop | 2010-01-09 | 1 | -25/+18 |
| | | | | | | for the devs) (bzr r8960) | ||||
| * | Patch for 456148 by Johan | Josh Andler | 2009-11-08 | 1 | -161/+247 |
| | | | | (bzr r8825) | ||||
| * | Revert recent refactoring changes by johnce because they break the build, ↵ | Maximilian Albert | 2009-08-06 | 1 | -2/+2 |
| | | | | | | which cannot be fixed easily. (bzr r8422) | ||||
| * | SPDocument->Document | johnce | 2009-08-05 | 1 | -2/+2 |
| | | | | (bzr r8404) | ||||
| * | Fix the crash reported in bug #342755 | Diederik van Lierop | 2009-04-28 | 1 | -56/+62 |
| | | | | (bzr r7790) | ||||
| * | The snap indicator's tooltip now displays "A to B", whereas before it only ↵ | Diederik van Lierop | 2009-02-20 | 1 | -7/+14 |
| | | | | | | displayed "B". (bzr r7335) | ||||
| * | warning fix | bulia byak | 2009-02-14 | 1 | -1/+1 |
| | | | | (bzr r7292) | ||||
| * | - Snap to the midpoint of shapes and bboxes | Diederik van Lierop | 2009-01-18 | 1 | -13/+28 |
| | | | | | | | | - 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) | ||||
| * | Added a new toolbar with snapping controls | Diederik van Lierop | 2009-01-10 | 1 | -5/+5 |
| | | | | (bzr r7107) | ||||
| * | fix bbox calculation of markers | Johan B. C. Engelen | 2009-01-04 | 1 | -58/+73 |
| | | | | (bzr r7073) | ||||
| * | make 'marker' property work (shorthand for start, mid and end markers); ↵ | Johan B. C. Engelen | 2009-01-02 | 1 | -102/+109 |
| | | | | | | inkscape now passes svg testsuite painting-marker-03-f.svg (bzr r7061) | ||||
| * | More NR ==> Geom changes | Joshua L. Blocher | 2008-12-28 | 1 | -4/+4 |
| | | | | (bzr r7032) | ||||
| * | 1) snap midpoints of line segments (both as source and as target) | Diederik van Lierop | 2008-12-14 | 1 | -133/+156 |
| | | | | | | 2) snap intersections within a single shape (as source; as target was already implemented) (bzr r7008) | ||||
| * | Merge from fe-moved | Ted Gould | 2008-11-21 | 1 | -88/+88 |
| | | | | (bzr r6891) | ||||
| * | Merge from trunk | Ted Gould | 2008-11-01 | 1 | -2/+8 |
| | | | | (bzr r6890) | ||||
| * | Merge from trunk | Ted Gould | 2008-10-31 | 1 | -0/+3 |
| | | | | (bzr r6887) | ||||
| * | From trunk | Ted Gould | 2008-10-27 | 1 | -39/+42 |
| | | | | (bzr r6885) | ||||
| * | Merging from trunk | Ted Gould | 2008-10-11 | 1 | -2/+2 |
| | | | | (bzr r6884) | ||||
| * | it's not a good idea to change key of arenaitem in the middle of an update; ↵ | bulia byak | 2008-09-23 | 1 | -10/+0 |
| | | | | | | not only this is unnecessary, but it results in a hard to catch windows-only crash (bzr r6871) | ||||
| * | Next roud of NR ==> Geom conversion | Maximilian Albert | 2008-09-18 | 1 | -17/+17 |
| | | | | (bzr r6839) | ||||
| * | fix per SVG spec: bbox for paint servers must be exclusive of a stroke width ↵ | bulia byak | 2008-08-25 | 1 | -1/+1 |
| | | | | | | etc., ie be geometric (bzr r6714) | ||||
| * | whitespace | bulia byak | 2008-08-25 | 1 | -62/+61 |
| | | | | (bzr r6713) | ||||
| * | NR:: to Geom:: for most of src/extension/ | Johan B. C. Engelen | 2008-08-12 | 1 | -8/+8 |
| | | | | (bzr r6612) | ||||
| * | fix marker behavior for moveto-only paths | Johan B. C. Engelen | 2008-08-08 | 1 | -16/+54 |
| | | | | (bzr r6596) | ||||
| * | remove many unnecessary to_2geom and from_2geom calls | Johan B. C. Engelen | 2008-08-08 | 1 | -8/+8 |
| | | | | (bzr r6593) | ||||
| * | NR::Maybe => boost::optional | Johan B. C. Engelen | 2008-08-05 | 1 | -2/+2 |
| | | | | (bzr r6569) | ||||
| * | 2geomify snappoint finding for SPShapes. | Johan B. C. Engelen | 2008-07-14 | 1 | -30/+32 |
| | | | | (bzr r6296) | ||||
| * | 2geomify print, fill and stroke methods of extensions | Johan B. C. Engelen | 2008-07-12 | 1 | -6/+2 |
| | | | | (bzr r6274) | ||||
| * | substitute macro with function call | Johan B. C. Engelen | 2008-07-07 | 1 | -2/+2 |
| | | | | (bzr r6210) | ||||
| * | fix number of marker counting in shape | Johan B. C. Engelen | 2008-07-07 | 1 | -8/+32 |
| | | | | (bzr r6208) | ||||
| * | remove dead code | Johan B. C. Engelen | 2008-07-07 | 1 | -267/+4 |
| | | | | (bzr r6207) | ||||
| * | fix orientation of markers | Johan B. C. Engelen | 2008-07-07 | 1 | -38/+40 |
| | | | | (bzr r6205) | ||||
| * | Warning cleanup | Jon A. Cruz | 2008-07-05 | 1 | -0/+1 |
| | | | | (bzr r6163) | ||||
| * | 2geomify calculation of number of markers on a path | Johan B. C. Engelen | 2008-07-04 | 1 | -3/+8 |
| | | | | (bzr r6159) | ||||
| * | sp_shape now uses 2geom PathVector for all marker positions | Johan B. C. Engelen | 2008-06-20 | 1 | -20/+132 |
| | | | | (bzr r6010) | ||||
| * | sp_shape_render for cairo-renderer extension now uses 2geom for marker positions | Johan B. C. Engelen | 2008-06-20 | 1 | -1/+1 |
| | | | | (bzr r6009) | ||||
| * | 2geomify sp_shape_update_marker_view. | Johan B. C. Engelen | 2008-06-20 | 1 | -16/+94 |
| | | | | (bzr r6007) | ||||
| * | use 2geom method to calc boundingbox of shape | Johan B. C. Engelen | 2008-06-16 | 1 | -7/+7 |
| | | | | (bzr r5968) | ||||
| * | change NR::Matrix to Geom:: for many sp_item_xxx_affine functions | Johan B. C. Engelen | 2008-06-12 | 1 | -2/+2 |
| | | | | (bzr r5915) | ||||
| * | plumb XML::Documents in everywhere | MenTaLguY | 2008-06-11 | 1 | -3/+3 |
| | | | | (bzr r5884) | ||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -2/+2 |
| | | | | (bzr r5823) | ||||
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -16/+16 |
| | | | | | | accessing the protected member of SPCurve. Nowhere in Inkscape source is the path data changed of SPCurve, except within SPCurve's own methods ! So removed the non-const NArtBpath* get_bpath. (bzr r5642) | ||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+3 |
| | | | | | | | - change _bpath to private member of SPCurve, obtain and set with get_bpath and set_bpath. - added const methods, so protect changes to _bpath in SPCurve (bzr r5636) | ||||
