summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-11Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop1-0/+3
2010-07-04Suppress gradient direction line for 'solid' gradients.Jon A. Cruz1-2/+0
2010-06-28Partial C++-ification of SPGradientJon A. Cruz1-1/+1
2010-04-01Patch by Daniel_J for 522327Josh Andler1-1/+1
2010-03-08Cleanup of gradients and stops.Jon A. Cruz1-2/+2
2010-03-05Whitespace cleanup.Jon A. Cruz1-23/+23
2010-02-14Gradient editor: don't show pre-snap indicator when hovering above the knot o...Diederik van Lierop1-1/+1
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-1/+1
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+9
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-1/+1
2009-08-06Revert recent refactoring changes by johnce because they break the build, whi...Maximilian Albert1-3/+3
2009-08-05SPDocument->Documentjohnce1-3/+3
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-1/+0
2009-06-06Don't crash when closing document with gradient tool being active (fixes bug ...Diederik van Lierop1-0/+3
2009-04-12Fix two "snap window not opened" warningsDiederik van Lierop1-3/+1
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-3/+1
2009-02-20The snap indicator's tooltip now displays "A to B", whereas before it only di...Diederik van Lierop1-1/+1
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-15/+19
2008-11-21Merge from fe-movedTed Gould1-17/+17
2008-10-27From trunkTed Gould1-9/+12
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-3/+3
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-2/+2
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-5/+5
2008-08-11Move all of the snapper code to 2geomDiederik van Lierop1-3/+3
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-05-16Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop1-3/+3
2008-05-12Add a centralized check (i.e. in the snapper mechanism) whether we've snapped...Diederik van Lierop1-1/+2
2008-04-30- Major refactoring of snapping related code...Diederik van Lierop1-2/+3
2008-02-19Extended messages to make full use of pluralsMarcin Floryan1-7/+24
2008-02-19first i18n patch from Marcin, more to followAlexandre Prokoudine1-1/+1
2008-02-18fix picking color when dragging from empty space: from topmost, not last sele...bulia byak1-1/+8
2008-02-03Add plural form to status bar message in gradient context (patch by Marcin Fl...Maximilian Albert1-1/+1
2007-11-21use gobble_key_events to speed up keyboard movesbulia byak1-16/+24
2007-11-16fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen1-1/+0
2007-11-02warning cleanupJon A. Cruz1-2/+2
2007-10-22make sure ctrl-alt-click adds node to the gradient that's actually clickedbulia byak1-3/+5
2007-10-16refactor most of adding stops at point into gradient-drag; fix crashbulia byak1-120/+11
2007-10-12Shift+drag to select within rectbulia byak1-13/+34
2007-10-12scroll desktop to selected handle after Tab/Shift-Tab; allow Ins to work even...bulia byak1-2/+22
2007-10-07add gradient selection describer for statusbarbulia byak1-0/+60
2007-10-07simplify gradient by ctrl+lbulia byak1-18/+99
2007-10-06implement ins to create new stopsbulia byak1-47/+124
2007-10-05reenable stop moving by keys, add select-allbulia byak1-0/+8
2007-09-24Fixed unsafe hardcoding of buffer sizeJon A. Cruz1-1/+1
2007-08-07Only in the selector tool we should snap in bbox mode (PointType = SNAPPOINT_...Diederik van Lierop1-1/+1
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-3/+3
2007-07-281) Changes to snapping preferences dialogDiederik van Lierop1-1/+1
2007-03-25Gradient tool: fork gradients when adding a stopJohan B. C. Engelen1-1/+1
2007-03-20plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY1-1/+1
2007-03-20Implementing feature request #1673807: snapping of gradient handlesDiederik van Lierop1-3/+5