| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Patch from sas for LP #231690 (crash when combining two paths) | Maximilian Albert | 2008-06-08 | 1 | -5/+5 | |
| | | | | (bzr r5853) | |||||
| * | for path-chemistry.cpp, start using 2geompath for svg_write: ↵ | Johan B. C. Engelen | 2008-06-06 | 1 | -4/+4 | |
| | | | | | | sp_svg_write_path(np->curve->get_pathvector() ); (bzr r5841) | |||||
| * | merge gsoc2008_johan_path2geom into trunk | Johan B. C. Engelen | 2008-06-06 | 1 | -1/+1 | |
| | | | | (bzr r5823) | |||||
| * | LPE STACKING! | Johan B. C. Engelen | 2008-05-30 | 1 | -1/+1 | |
| | | | | | | (many thanks to the french students who made this.) (bzr r5766) | |||||
| * | - try to use more forward declarations for less dependencies on display/curve.h | Johan B. C. Engelen | 2008-05-09 | 1 | -2/+2 | |
| | | | | | | | - 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) | |||||
| * | merge inline patch from Jimmy | MenTaLguY | 2008-05-08 | 1 | -2/+2 | |
| | | | | (bzr r5631) | |||||
| * | struct SPCurve => class SPCurve | Johan B. C. Engelen | 2008-05-05 | 1 | -13/+13 | |
| | | | | | | change all sp_curve_methods functions to SPCurve::methods. (bzr r5609) | |||||
| * | enable combine/breakapart to work with lpes properly | bulia byak | 2008-04-24 | 1 | -6/+28 | |
| | | | | (bzr r5510) | |||||
| * | Preserve transform of topmost object when combining paths (fixing bug 215255). | Jasper van de Gronde | 2008-04-12 | 1 | -4/+6 | |
| | | | | (bzr r5410) | |||||
| * | Fix passing wrong pointer type when using the tweak tool on 3D boxes | Maximilian Albert | 2008-03-29 | 1 | -1/+1 | |
| | | | | (bzr r5232) | |||||
| * | when applying LPE to rect, convert it to path first | Johan B. C. Engelen | 2008-03-28 | 1 | -2/+6 | |
| | | | | (bzr r5223) | |||||
| * | - Created a SPLPEItem class that handles applying a LPE to an Item | Bastien Bouclet | 2008-03-28 | 1 | -23/+51 | |
| | | | | | | | - LPEs can now be applied to groups - Updated the bend path to work properly with groups (bzr r5219) | |||||
| * | patch by Jasper: concatenate curves, not path strings (which would break ↵ | bulia byak | 2008-03-18 | 1 | -14/+14 | |
| | | | | | | with relative path commands) (bzr r5111) | |||||
| * | remove not-in-same-parent limitation in combine, allow it to skip non-paths | bulia byak | 2008-03-07 | 1 | -59/+64 | |
| | | | | (bzr r4981) | |||||
| * | Bugfix for bug #168283: possible to create empty paths via text -> object to ↵ | Joel Holdsworth | 2008-03-05 | 1 | -0/+8 | |
| | | | | | | path. Text that produces no glyphs is left unconverted. (bzr r4967) | |||||
| * | fix converting 3d boxes to path and ungrouping - do not lose selection, ↵ | bulia byak | 2008-02-25 | 1 | -6/+7 | |
| | | | | | | preserve style, id and clip/mask (bzr r4849) | |||||
| * | Applying fixes for gcc 4.3 build issues (closes LP: #169115) | Bryce Harrington | 2008-01-31 | 1 | -0/+2 | |
| | | | | (bzr r4629) | |||||
| * | Convert 3D boxes to ordinary groups before tweaking, ungrouping or applying ↵ | Maximilian Albert | 2008-01-09 | 1 | -0/+13 | |
| | | | | | | 'convert to path' (closes LP #179693 and #176646). (bzr r4439) | |||||
| * | Fix LP bug #179328 | Johan B. C. Engelen | 2008-01-02 | 1 | -4/+10 | |
| | | | | (bzr r4365) | |||||
| * | warning cleanup | Jon A. Cruz | 2007-11-02 | 1 | -2/+2 | |
| | | | | (bzr r4012) | |||||
| * | speed up converting many objects to paths, add waiting cursors and statusbar ↵ | bulia byak | 2007-09-26 | 1 | -8/+45 | |
| | | | | | | messages (bzr r3803) | |||||
| * | export single-item-to-path function | bulia byak | 2007-08-07 | 1 | -2/+3 | |
| | | | | (bzr r3404) | |||||
| * | doc: document a minor bug (or unexpected behaviour). | Peter Moulder | 2007-05-17 | 1 | -1/+3 | |
| | | | | (bzr r3020) | |||||
| * | start switching sp_repr_new* over to XML::Document::create*, and rename ↵ | MenTaLguY | 2007-01-21 | 1 | -3/+6 | |
| | | | | | | create methods to match DOM (bzr r2253) | |||||
| * | undo annotations | bulia byak | 2006-10-05 | 1 | -3/+3 | |
| | | | | (bzr r1768) | |||||
| * | Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & ↵ | Johan B. C. Engelen | 2006-09-30 | 1 | -0/+11 | |
| | | | | | | clip-path" (bzr r1729) | |||||
| * | 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) | |||||
| * | undo annotations | gustav_b | 2006-07-10 | 1 | -1/+1 | |
| | | | | (bzr r1390) | |||||
| * | undo annotations | gustav_b | 2006-07-09 | 1 | -2/+2 | |
| | | | | (bzr r1380) | |||||
| * | patch from Gustav Broberg: undo annotations and history dialog | bulia byak | 2006-06-29 | 1 | -4/+8 | |
| | | | | (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) | |||||
| * | break apart faster: prepend to list instead of append, add objects to ↵ | bulia byak | 2006-05-28 | 1 | -2/+6 | |
| | | | | | | selection wholesale instead of one by one (bzr r1038) | |||||
| * | eliminate direct accesses to SPCurve::bpath | MenTaLguY | 2006-05-09 | 1 | -5/+5 | |
| | | | | (bzr r787) | |||||
| * | 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) | |||||
| * | copy rotation center when converting to path | bulia byak | 2006-03-28 | 1 | -0/+3 | |
| | | | | (bzr r314) | |||||
| * | (sp_selected_path_reverse): Fix when multiple paths are selected. Also fix ↵ | Peter Moulder | 2006-03-09 | 1 | -4/+5 | |
| | | | | | | a small memory leak. (bzr r219) | |||||
| * | CodingStyle: whitespace | Peter Moulder | 2006-03-09 | 1 | -247/+258 | |
| | | | | (bzr r218) | |||||
| * | CodingStyle: const placement | Peter Moulder | 2006-03-09 | 1 | -3/+3 | |
| | | | | (bzr r217) | |||||
| * | bulk trailing spaces removal. consistency through MD5 of binary | Ralf Stephan | 2006-02-15 | 1 | -7/+7 | |
| | | | | (bzr r149) | |||||
| * | moving trunk for module inkscape | MenTaLguY | 2006-01-16 | 1 | -0/+369 | |
| (bzr r1) | ||||||
