summaryrefslogtreecommitdiffstats
path: root/src/path-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* speed up converting many objects to paths, add waiting cursors and statusbar ↵bulia byak2007-09-261-8/+45
| | | | | messages (bzr r3803)
* export single-item-to-path functionbulia byak2007-08-071-2/+3
| | | (bzr r3404)
* doc: document a minor bug (or unexpected behaviour).Peter Moulder2007-05-171-1/+3
| | | (bzr r3020)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-3/+6
| | | | | create methods to match DOM (bzr r2253)
* undo annotationsbulia byak2006-10-051-3/+3
| | | (bzr r1768)
* Patch by Popolon to fix bug "[ 1562520 ] Object to path removes mask & ↵Johan B. C. Engelen2006-09-301-0/+11
| | | | | clip-path" (bzr r1729)
* peeled back the gboolean code as it hit on some complexity theory principles...Jon Phillips2006-08-251-2/+2
| | | | | need to rethink and incrementally change gbooleans to bools (bzr r1637)
* Ok, committed msgloan's patch to convert gbooleans to bools thus completingJon Phillips2006-08-231-2/+2
| | | | | one major janitorial task we identified.... (bzr r1633)
* undo annotationsgustav_b2006-07-101-1/+1
| | | (bzr r1390)
* undo annotationsgustav_b2006-07-091-2/+2
| | | (bzr r1380)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-4/+8
| | | (bzr r1315)
* replace nr_new() with g_new(), and try to converge on using the glib ↵MenTaLguY2006-05-281-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 byak2006-05-281-2/+6
| | | | | selection wholesale instead of one by one (bzr r1038)
* eliminate direct accesses to SPCurve::bpathMenTaLguY2006-05-091-5/+5
| | | (bzr r787)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-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 pathbulia byak2006-03-281-0/+3
| | | (bzr r314)
* (sp_selected_path_reverse): Fix when multiple paths are selected. Also fix ↵Peter Moulder2006-03-091-4/+5
| | | | | a small memory leak. (bzr r219)
* CodingStyle: whitespacePeter Moulder2006-03-091-247/+258
| | | (bzr r218)
* CodingStyle: const placementPeter Moulder2006-03-091-3/+3
| | | (bzr r217)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-7/+7
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+369
(bzr r1)