summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* + Fix bug #179840, forking of LPEsJohan B. C. Engelen2008-01-021-5/+13
| | | | | + Groundwork for fixing transforming LPE bugs. TODO: implement the actual transformation of LPE parameters. (bzr r4367)
* Excised unneeded windows include that slipped in by mistake.gorodish2007-11-271-4/+0
| | | (bzr r4139)
* Undo compile breakJon A. Cruz2007-11-261-3/+4
| | | (bzr r4136)
* Fix for Bug #1823541: Added support for pasting bitmap data from the system ↵gorodish2007-11-251-1/+59
| | | | | clipboard. See bug report for details. (bzr r4135)
* A pasted selection is supposed to snap to the grid, but this cannot work the ↵Diederik van Lierop2007-11-141-6/+1
| | | | | | | way its implemented currently. If one of the points is currently snapped, then how can we make sure that that SAME point is snapped again after pasting? If it's another point that snaps, then this is useless... Furthermore it's also buggy currently (it messes up the grid snapping sensitivity), so I'm removing this functionality. If someone wants it back, we should rather round the paste offset to a multiple of the grid pitch. This way, something that was snapped to the grid before will stay snapped after pasting. (bzr r4083)
* Warning cleanupJon A. Cruz2007-11-041-67/+69
| | | (bzr r4025)
* noop: comment stylePeter Moulder2007-10-311-8/+7
| | | (bzr r3989)
* CodingStyle: const placement. (noop; checked no change to .o file.)Peter Moulder2007-10-311-35/+42
| | | (bzr r3988)
* LPE: implement 'edit next LPE parameter'. Accessible through key '7'.Johan B. C. Engelen2007-10-281-0/+18
| | | (bzr r3968)
* ensure copy/paste of style between gradient stops worksbulia byak2007-10-221-11/+22
| | | (bzr r3943)
* fix unlinking clones when moving original to another layerbulia byak2007-10-161-4/+4
| | | (bzr r3910)
* Fix g_return_if_fail failure: It can validly happen that ↵Peter Moulder2007-10-111-1/+4
| | | | | fit_canvas_to_selection is called when nothing is selected (just like many other verbs). So put new message in status bar and return rather than signalling an error with g_return_if_fail. (bzr r3873)
* apply John Cliff's patch [ 1743843 ] Create Marker from Selection Menu ItemJohan B. C. Engelen2007-10-091-0/+77
| | | (bzr r3864)
* sorry for debug message. deleted.Johan B. C. Engelen2007-09-141-1/+0
| | | (bzr r3746)
* fix pasting of LPE's across multiple document; plus a number of small fixes.Johan B. C. Engelen2007-09-141-0/+6
| | | (bzr r3745)
* Compute farthest-from-center point correctly in Alt+rotationMaximilian Albert2007-09-111-1/+1
| | | (bzr r3723)
* Purged fill type enumJon A. Cruz2007-09-101-3/+3
| | | (bzr r3706)
* LPE: add Paste LPE verb + menu item. add scale ratios to curve stitch and ↵Johan B. C. Engelen2007-09-041-0/+48
| | | | | path-along-path. remove trailing space in verbs.cpp. Fix initialization of BoolParam (bzr r3675)
* Commit LivePathEffect branch to trunk!Johan B. C. Engelen2007-08-141-0/+5
| | | | | (disabled extension/internal/bitmap/*.* in build.xml to fix compilation) (bzr r3472)
* 1) Changes to snapping preferences dialogDiederik van Lierop2007-07-281-1/+1
| | | | | | 2) Strict snapping implemented, i.e. bbox only to bbox and nodes only to paths/nodes 3) Renaming of some constants to improve readability (bzr r3331)
* A few additions to ensure that editing trefs is not allowed (and doesn't ↵Gail Carmichael2007-07-171-1/+13
| | | | | cause a crash). Also allows all trefs within a selection to be 'unlinked'. (bzr r3261)
* bug 1243190: add tref element support; limited editing support thus far ↵Richard Hughes2007-07-111-7/+22
| | | | | (patch by gbanaszk) (bzr r3227)
* use an accessor method to get filter from stylebulia byak2007-06-271-2/+2
| | | (bzr r3145)
* switch SPStyle to using SPFilterReference for filters; sp_style_new now ↵bulia byak2007-06-271-3/+4
| | | | | requires an SPDocument; SPURIReference and SPFilterReference have an alternative constructor taking an owner_document instead of owner object (bzr r3116)
* more unreffing temporary styles properlybulia byak2007-06-271-1/+1
| | | (bzr r3114)
* Add translator hint.Colin Marquardt2007-06-171-0/+2
| | | (bzr r3072)
* noop: Change fitToRect to take NR::Rect instead of old NRRect. Update callers.Peter Moulder2007-05-201-10/+8
| | | (bzr r3032)
* Removal of old grid code - fully enabled new grid code.Johan B. C. Engelen2007-04-151-6/+3
| | | (bzr r2904)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-69/+82
| | | (bzr r2723)
* re-introduce isEmpty testsMenTaLguY2007-03-171-5/+5
| | | (bzr r2679)
* string disambigbulia byak2007-03-161-1/+1
| | | (bzr r2672)
* move sp_document_done() out into verbs.cppAaron Spike2007-03-121-13/+9
| | | (bzr r2616)
* send verb ids into history and remove casting errorsAaron Spike2007-03-121-11/+13
| | | (bzr r2615)
* add verbs for unlocking and unhiding all objects globaly or within the ↵Aaron Spike2007-03-121-0/+56
| | | | | current layer (bzr r2613)
* argh, missed selection-chemistry somehowMenTaLguY2007-03-111-3/+3
| | | (bzr r2607)
* Switch selection bounds and center to use NR::Maybe, addressing most of theMenTaLguY2007-03-111-34/+54
| | | | | recent bbox regressions. (bzr r2604)
* Merge further bbox workMenTaLguY2007-03-101-23/+29
| | | (bzr r2596)
* specialize MaybeStorage for Rect, and start using reference maybes toMenTaLguY2007-03-091-1/+1
| | | | | avoid some copies (bzr r2582)
* Separate NRRect and NR::Rect a bit further; the goal is to get to the point ↵MenTaLguY2007-03-051-4/+4
| | | | | where there is no way to create an empty NR::Rect (bzr r2551)
* adapt code to new Maybe/bbox regimeMenTaLguY2007-03-041-36/+41
| | | (bzr r2538)
* fix an error in rounding negative coordsbulia byak2007-03-021-3/+6
| | | (bzr r2503)
* fix mental's typo! found purely by chancebulia byak2007-03-021-1/+1
| | | (bzr r2500)
* refactor sp_svg_transform_write to return a dynamically-allocated stringMenTaLguY2007-02-281-16/+9
| | | | | -- dynamic allocation won't hurt you, but buffer overruns will! (bzr r2466)
* fix 1332884bulia byak2007-02-241-2/+2
| | | (bzr r2426)
* some more refactoringbulia byak2007-02-241-11/+20
| | | (bzr r2425)
* make selection_contains_both_clone_and_original reusablebulia byak2007-02-241-17/+25
| | | (bzr r2424)
* allow grouping a single objectbulia byak2007-02-111-7/+1
| | | (bzr r2366)
* temporary fix: prevent crash when clipping/masking an object with its own clonebulia byak2007-01-261-0/+24
| | | (bzr r2290)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-4/+9
| | | | | create methods to match DOM (bzr r2253)
* text fixesbulia byak2007-01-181-2/+2
| | | (bzr r2241)