summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* A pasted selection is supposed to snap to the grid, but this cannot work the ...Diederik van Lierop2007-11-141-6/+1
* Warning cleanupJon A. Cruz2007-11-041-67/+69
* noop: comment stylePeter Moulder2007-10-311-8/+7
* CodingStyle: const placement. (noop; checked no change to .o file.)Peter Moulder2007-10-311-35/+42
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+18
* ensure copy/paste of style between gradient stops worksbulia byak2007-10-221-11/+22
* fix unlinking clones when moving original to another layerbulia byak2007-10-161-4/+4
* Fix g_return_if_fail failure: It can validly happen that fit_canvas_to_select...Peter Moulder2007-10-111-1/+4
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-091-0/+77
* sorry for debug message. deleted.Johan B. C. Engelen2007-09-141-1/+0
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-141-0/+6
* Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert2007-09-111-1/+1
* Purged fill type enumJon A. Cruz2007-09-101-3/+3
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and pat...Johan B. C. Engelen2007-09-041-0/+48
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+5
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-1/+1
* A few additions to ensure that editing trefs is not allowed (and doesn't caus...Gail Carmichael2007-07-171-1/+13
* bug 1243190: add tref element support; limited editing support thus far (patc...Richard Hughes2007-07-111-7/+22
* use an accessor method to get filter from stylebulia byak2007-06-271-2/+2
* switch SPStyle to using SPFilterReference for filters; sp_style_new now requi...bulia byak2007-06-271-3/+4
* more unreffing temporary styles properlybulia byak2007-06-271-1/+1
* Add translator hint.Colin Marquardt2007-06-171-0/+2
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-10/+8
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-6/+3
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-69/+82
* re-introduce isEmpty testsMenTaLguY2007-03-171-5/+5
* string disambigbulia byak2007-03-161-1/+1
* move sp_document_done() out into verbs.cppAaron Spike2007-03-121-13/+9
* send verb ids into history and remove casting errorsAaron Spike2007-03-121-11/+13
* add verbs for unlocking and unhiding all objects globaly or within the curren...Aaron Spike2007-03-121-0/+56
* argh, missed selection-chemistry somehowMenTaLguY2007-03-111-3/+3
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-34/+54
* Merge further bbox workMenTaLguY2007-03-101-23/+29
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-1/+1
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point w...MenTaLguY2007-03-051-4/+4
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-36/+41
* fix an error in rounding negative coordsbulia byak2007-03-021-3/+6
* fix mental's typo! found purely by chancebulia byak2007-03-021-1/+1
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-16/+9
* fix 1332884bulia byak2007-02-241-2/+2
* some more refactoringbulia byak2007-02-241-11/+20
* make selection_contains_both_clone_and_original reusablebulia byak2007-02-241-17/+25
* allow grouping a single objectbulia byak2007-02-111-7/+1
* temporary fix: prevent crash when clipping/masking an object with its own clonebulia byak2007-01-261-0/+24
* start switching sp_repr_new* over to XML::Document::create*, and rename creat...MenTaLguY2007-01-211-4/+9
* text fixesbulia byak2007-01-181-2/+2
* patch 1623967, fixes bug 1332888 and the wrong move of original-with-clone se...bulia byak2007-01-051-8/+12
* Renaming sp-marker.* to marker.*Bryce Harrington2006-12-061-1/+1
* Adding some documentation for things related to markersBryce Harrington2006-11-181-4/+15
* factor out retrieving export hints from selection and document; use that for ...bulia byak2006-11-131-11/+113