| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | complete adding const to have only NArtBpath const * get_bpath() const; for ↵ | Johan B. C. Engelen | 2008-05-09 | 1 | -12/+10 |
| | | | | | | 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 | -0/+4 |
| | | | | | | | - 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) | ||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -10/+10 |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | ||||
| * | Fixed undo for eraser to be a single step | Jon A. Cruz | 2008-04-27 | 1 | -0/+6 |
| | | | | (bzr r5528) | ||||
| * | No more NRMatrix or NRPoint. | Jasper van de Gronde | 2008-03-21 | 1 | -2/+2 |
| | | | | (bzr r5149) | ||||
| * | Node tool: snap to paths and their nodes, incl. to the path currently being ↵ | Diederik van Lierop | 2008-03-08 | 1 | -2/+2 |
| | | | | | | edited (bzr r4989) | ||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 |
| | | | | (bzr r4629) | ||||
| * | + Fix bug #179840, forking of LPEs | Johan B. C. Engelen | 2008-01-02 | 1 | -0/+1 |
| | | | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367) | ||||
| * | 1) Fix bug #178312 | Diederik van Lierop | 2007-12-27 | 1 | -30/+48 |
| | | | | | | 2) Fix constrained snapping to objects (bzr r4314) | ||||
| * | Allow SPFlowtexts to be used in boolean operations | gustav_b | 2007-10-21 | 1 | -1/+1 |
| | | | | (bzr r3938) | ||||
| * | Clean up code a bit. | Johan B. C. Engelen | 2007-09-14 | 1 | -11/+2 |
| | | | | (bzr r3747) | ||||
| * | preserve path effect through simplification | bulia byak | 2007-09-06 | 1 | -7/+25 |
| | | | | (bzr r3694) | ||||
| * | enable Path_for_item to work on flowtext | bulia byak | 2007-08-07 | 1 | -2/+4 |
| | | | | (bzr r3406) | ||||
| * | fix issue introduced in r14229 | MenTaLguY | 2007-06-27 | 1 | -1/+1 |
| | | | | (bzr r3115) | ||||
| * | implementing snapping to images | Diederik van Lierop | 2007-06-26 | 1 | -0/+5 |
| | | | | (bzr r3110) | ||||
| * | Change paint bucket path union to properly create only one undo event, ↵ | John Bintz | 2007-03-31 | 1 | -1/+9 |
| | | | | | | rather than two (bzr r2792) | ||||
| * | plumb XML::Document parameter into duplication, courtesy of bryce | MenTaLguY | 2007-03-20 | 1 | -1/+1 |
| | | | | (bzr r2723) | ||||
| * | copyedit; use IMMEDIATE_MESSAGE and remove canvas update in the middle; ↵ | bulia byak | 2007-03-18 | 1 | -10/+9 |
| | | | | | | remove disableInteraction - not needed without the canvas update; set busy cursor (bzr r2686) | ||||
| * | fix 1659445 without unfixing 1595030 | bulia byak | 2007-03-13 | 1 | -4/+4 |
| | | | | (bzr r2636) | ||||
| * | Switch selection bounds and center to use NR::Maybe, addressing most of the | MenTaLguY | 2007-03-11 | 1 | -2/+5 |
| | | | | | | recent bbox regressions. (bzr r2604) | ||||
| * | adapt code to new Maybe/bbox regime | MenTaLguY | 2007-03-04 | 1 | -13/+20 |
| | | | | (bzr r2538) | ||||
| * | switch from invokeBbox to getBounds (need to fix problems with empty | MenTaLguY | 2007-03-04 | 1 | -15/+12 |
| | | | | | | rect handling, though) (bzr r2536) | ||||
| * | refactor sp_svg_transform_write to return a dynamically-allocated string | MenTaLguY | 2007-02-28 | 1 | -5/+3 |
| | | | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466) | ||||
| * | Factor out bpath_to_Path | John Bintz | 2007-02-25 | 1 | -6/+11 |
| | | | | (bzr r2431) | ||||
| * | continue switching sp_repr_new* over to XML::Document::create* | Aaron Spike | 2007-01-22 | 1 | -7/+14 |
| | | | | (bzr r2258) | ||||
| * | Fixed crash when doing a boolean union when nothing is selected. | Johan B. C. Engelen | 2007-01-07 | 1 | -3/+8 |
| | | | | (bzr r2145) | ||||
| * | Fix for 1595030 (Stroke width after Union changed in a strange way). | gustav_b | 2006-12-29 | 1 | -6/+20 |
| | | | | (bzr r2108) | ||||
| * | Renaming sp-marker.* to marker.* | Bryce Harrington | 2006-12-06 | 1 | -1/+1 |
| | | | | (bzr r2077) | ||||
| * | allow union on a single object for the purpose of removing self overlaps | Aaron Spike | 2006-11-10 | 1 | -1/+1 |
| | | | | (bzr r1935) | ||||
| * | preserve clip/mask for stroke-to-path also | bulia byak | 2006-10-25 | 1 | -0/+6 |
| | | | | (bzr r1859) | ||||
| * | undo annotations | gustav_b | 2006-10-10 | 1 | -6/+13 |
| | | | | (bzr r1795) | ||||
| * | undo annotations | bulia byak | 2006-10-05 | 1 | -9/+8 |
| | | | | (bzr r1768) | ||||
| * | fix bug #1568462 boolean operation remove mask/clip-path | popolon.org | 2006-10-03 | 1 | -2/+15 |
| | | | | (bzr r1761) | ||||
| * | Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & ↵ | Johan B. C. Engelen | 2006-09-30 | 1 | -0/+15 |
| | | | | | | clip-path" (bzr r1729) | ||||
| * | inform user of progress during long-running simplify operations | John Bintz | 2006-08-13 | 1 | -0/+27 |
| | | | | (bzr r1597) | ||||
| * | patch from John Bintz, adding pref to simplify multiple paths separately | MenTaLguY | 2006-07-22 | 1 | -31/+56 |
| | | | | (bzr r1457) | ||||
| * | undo annotations | gustav_b | 2006-07-09 | 1 | -21/+10 |
| | | | | (bzr r1380) | ||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -7/+24 |
| | | | | (bzr r1315) | ||||
| * | replace nr_new() with g_new(), and try to converge on using the glib ↵ | MenTaLguY | 2006-05-28 | 1 | -1/+2 |
| | | | | | | allocator a little more instead of the others (aside from libgc) (bzr r1044) | ||||
| * | correctly treat dashes and markers when converting stroke to path, fixes 933482 | bulia byak | 2006-05-26 | 1 | -14/+106 |
| | | | | (bzr r1015) | ||||
| * | fix 1445003 | bulia byak | 2006-05-21 | 1 | -2/+2 |
| | | | | (bzr r920) | ||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -4/+4 |
| | | | | (bzr r787) | ||||
| * | use std::vector rather than dynamically-sized automatic arrays | MenTaLguY | 2006-05-09 | 1 | -4/+5 |
| | | | | (bzr r784) | ||||
| * | one more tweak of boolop precision | bulia byak | 2006-04-17 | 1 | -2/+2 |
| | | | | (bzr r536) | ||||
| * | Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵ | MenTaLguY | 2006-04-17 | 1 | -17/+17 |
| | | | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532) | ||||
| * | reduce flattening precision back somewhat, to prevent too many new nodes ↵ | bulia byak | 2006-04-14 | 1 | -2/+2 |
| | | | | | | appearing after a boolop (bzr r516) | ||||
| * | switch get_nearest_position and get_point to using supplied livarot Path ↵ | bulia byak | 2006-04-01 | 1 | -17/+4 |
| | | | | | | instead of creating one each time from an item (bzr r384) | ||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+1607 |
| (bzr r1) | |||||
