summaryrefslogtreecommitdiffstats
path: root/src/gradient-drag.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-06-29This is the first c++ification commit from me. It handles sp-line, sp-polylin...Abhishek Sharma Public1-2/+2
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-1/+1
2010-05-08Fix bounding box snapping (LP562205, comment 6, issue II)Diederik van Lierop1-1/+1
2010-03-09Initial F&S dialog setting of swatch colors.Jon A. Cruz1-1/+1
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-11/+11
2010-03-06New tab in Fill&Stroke dialog for swatch fills.Jon A. Cruz1-7/+8
2010-02-14Gradient editor: don't show pre-snap indicator when hovering above the knot o...Diederik van Lierop1-0/+16
2010-02-14Implement snapping of gradient stopsDiederik van Lierop1-0/+6
2010-02-07Fix path transformation (LP bug #515237)Krzysztof Kosi??ski1-1/+4
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-48/+48
2010-01-09Refactoring the snapping API (making it easier to maintain and understand for...Diederik van Lierop1-3/+3
2010-01-01Refactor snapping of gradient handles; now behaves like all other snapping, i...Diederik van Lierop1-49/+21
2009-12-24refactoring the snapping code (laying the groundwork for my next commit which...Diederik van Lierop1-2/+2
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-1/+1
2009-08-05SPDocument->Documentjohnce1-1/+1
2009-04-12Improved wording for the snap indicator: gradients snap to their parent's bou...Diederik van Lierop1-2/+2
2009-03-08Reworked internals of color and drag-n-drop.Jon A. Cruz1-1/+1
2009-02-23Fix snapping when dragging gradients (implement the snap delay, use snap tole...Diederik van Lierop1-5/+4
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-3/+3
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-13/+13
2008-11-26When snapping only the closest node, draw an indicator at that nodeDiederik van Lierop1-1/+1
2008-11-21Merge from fe-movedTed Gould1-63/+78
2008-10-27From trunkTed Gould1-4/+7
2008-10-11Merging from trunkTed Gould1-7/+7
2008-09-21- refactor snapping code, removing code duplicationDiederik van Lierop1-2/+2
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-1/+1
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-08-01change knot.h to Geom::Point only instead of NR::Point.Johan B. C. Engelen1-9/+9
2008-05-04Next steps in implementing the snapping indicatorDiederik van Lierop1-2/+2
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-8/+5
2008-04-07Refactor snapper and snapindicator (in order to enable the snapindicator in t...Diederik van Lierop1-8/+10
2008-03-26system clipboard support (bug #170185) from Chris KosiƄskiMenTaLguY1-26/+3
2008-03-04snapindicator for gradient knotsJohan B. C. Engelen1-0/+13
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2007-11-29make the alt-drag profile symmetricbulia byak1-1/+1
2007-11-08warning cleanupJon A. Cruz1-3/+3
2007-11-04Warning cleanupJon A. Cruz1-26/+26
2007-11-01fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressedJohan B. C. Engelen1-3/+16
2007-10-22add copy-to-clipboard for selected stopsbulia byak1-4/+58
2007-10-22fix pasting style where style or fill is nonebulia byak1-3/+3
2007-10-16add dropColor; mouseovered knots red; store item for each line, for adding st...bulia byak1-40/+143
2007-10-12fix error in structure, typobulia byak1-8/+7
2007-10-12select within rectbulia byak1-0/+15
2007-10-12proper averaging of all selected draggers on query style; select-next/prev re...bulia byak1-21/+32
2007-10-11implement moving midstops with arrow keys, some refactoringbulia byak1-45/+101
2007-10-07copyeditbulia byak1-3/+3
2007-10-07implement alt+drag of stopsbulia byak1-2/+23
2007-10-06fix dragging when center and radius are both selectedbulia byak1-2/+2
2007-10-06new selection utility methods; refactoring to allow finding grabber without k...bulia byak1-23/+50