summaryrefslogtreecommitdiffstats
path: root/src/gradient-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Patch by Daniel_J for 522327Josh Andler2010-04-011-1/+1
| | | (bzr r9267)
* Cleanup of gradients and stops.Jon A. Cruz2010-03-081-2/+2
| | | (bzr r9163)
* Whitespace cleanup.Jon A. Cruz2010-03-051-23/+23
| | | (bzr r9146)
* Gradient editor: don't show pre-snap indicator when hovering above the knot ↵Diederik van Lierop2010-02-141-1/+1
| | | | | of a gradient stop (bzr r9091)
* Tiny bit of refactoring (inverting some logic)Diederik van Lierop2010-02-061-1/+1
| | | (bzr r9059)
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+9
| | | (bzr r9034)
* Remove redundancy from snapping API (type of snapsource no longer has to be ↵Diederik van Lierop2010-01-231-1/+1
| | | | | specified explicitly) (bzr r9014)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-3/+3
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-3/+3
| | | (bzr r8404)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-181-1/+0
| | | | | of the related warning messages (bzr r8302)
* Don't crash when closing document with gradient tool being active (fixes bug ↵Diederik van Lierop2009-06-061-0/+3
| | | | | #380934) (bzr r8015)
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-121-3/+1
| | | (bzr r7693)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-3/+1
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* The snap indicator's tooltip now displays "A to B", whereas before it only ↵Diederik van Lierop2009-02-201-1/+1
| | | | | displayed "B". (bzr r7335)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-15/+19
| | | | | | | be turned on and off explicitely within each context. This prevents delayed snapping events from being fired after the context or context's state has changed. - Creating single dots now snaps (bzr r7172)
* Merge from fe-movedTed Gould2008-11-211-17/+17
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-9/+12
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-3/+3
| | | (bzr r6839)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-2/+2
| | | (bzr r6793)
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-5/+5
| | | (bzr r6630)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-3/+3
| | | (bzr r6606)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* Fix a regression in the snapper, caused by me. Sorry!Diederik van Lierop2008-05-161-3/+3
| | | (bzr r5680)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-1/+2
| | | | | snapped or not, instead of leaving it up to the various tools. This should prevent these tools from moving to (0,0) if they bluntly use the value returned by the snapping mechanism without checking whether snapping has really occured. (bzr r5659)
* - Major refactoring of snapping related code...Diederik van Lierop2008-04-301-2/+3
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Extended messages to make full use of pluralsMarcin Floryan2008-02-191-7/+24
| | | (bzr r4783)
* first i18n patch from Marcin, more to followAlexandre Prokoudine2008-02-191-1/+1
| | | (bzr r4778)
* fix picking color when dragging from empty space: from topmost, not last ↵bulia byak2008-02-181-1/+8
| | | | | selected object (bzr r4766)
* Add plural form to status bar message in gradient context (patch by Marcin ↵Maximilian Albert2008-02-031-1/+1
| | | | | Floryan; closes LP #188696) (bzr r4642)
* use gobble_key_events to speed up keyboard movesbulia byak2007-11-211-16/+24
| | | (bzr r4121)
* fix warnings and delete gradient pixmap that will not be usedJohan B. C. Engelen2007-11-161-1/+0
| | | (bzr r4092)
* warning cleanupJon A. Cruz2007-11-021-2/+2
| | | (bzr r4012)
* make sure ctrl-alt-click adds node to the gradient that's actually clickedbulia byak2007-10-221-3/+5
| | | (bzr r3939)
* refactor most of adding stops at point into gradient-drag; fix crashbulia byak2007-10-161-120/+11
| | | (bzr r3908)
* Shift+drag to select within rectbulia byak2007-10-121-13/+34
| | | (bzr r3894)
* scroll desktop to selected handle after Tab/Shift-Tab; allow Ins to work ↵bulia byak2007-10-121-2/+22
| | | | | even if a single dragger is selected (bzr r3892)
* add gradient selection describer for statusbarbulia byak2007-10-071-0/+60
| | | (bzr r3853)
* simplify gradient by ctrl+lbulia byak2007-10-071-18/+99
| | | (bzr r3849)
* implement ins to create new stopsbulia byak2007-10-061-47/+124
| | | (bzr r3843)
* reenable stop moving by keys, add select-allbulia byak2007-10-051-0/+8
| | | (bzr r3838)
* Fixed unsafe hardcoding of buffer sizeJon A. Cruz2007-09-241-1/+1
| | | (bzr r3791)
* Only in the selector tool we should snap in bbox mode (PointType = ↵Diederik van Lierop2007-08-071-1/+1
| | | | | SNAPPOINT_BBOX) (bzr r3415)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-3/+3
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* 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)
* Gradient tool: fork gradients when adding a stopJohan B. C. Engelen2007-03-251-1/+1
| | | (bzr r2759)
* plumb XML::Document parameter into duplication, courtesy of bryceMenTaLguY2007-03-201-1/+1
| | | (bzr r2723)
* Implementing feature request #1673807: snapping of gradient handlesDiederik van Lierop2007-03-201-3/+5
| | | (bzr r2722)
* commentbulia byak2007-03-091-2/+2
| | | (bzr r2587)
* Fix initialisation problem.Johan B. C. Engelen2007-02-211-57/+56
| | | (bzr r2414)
* Gradient tool: moved stop-deletion to ::GrDrag and made it much more robust ↵Johan B. C. Engelen2007-02-031-74/+1
| | | | | and predictable. (bzr r2319)