summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-28Fix LP bug #622350: Discard events when desktop->event_context has not been s...Diederik van Lierop1-8/+15
2010-02-21Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop1-3/+3
2010-02-14Implementation of snap delay mechanism for guidesDiederik van Lierop1-23/+70
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-1/+5
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+10
2010-01-23Fix snap bug as reported by Arcadie Cracan on the developers mailing list, da...Diederik van Lierop1-13/+9
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-652/+625
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-0/+7
2009-12-30Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop1-167/+167
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-1/+0
2009-10-05fix shift+middle button zoom area when there are other modifiers in the mask;...bulia byak1-1/+1
2009-09-21fix by Diederik for 422972bulia byak1-2/+6
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-65/+20
2009-05-10Only load from preferences when really needed, which might help reducing the ...Diederik van Lierop1-9/+10
2009-05-01Fix crash when dragging radial gradient (bug #363668)Diederik van Lierop1-4/+13
2009-04-03Fix middle-mouse-button-zooming in node-context with snap-delay enabledDiederik van Lierop1-0/+8
2009-04-01Delete the delayed snap event, killing any pending timers, when the event-con...Diederik van Lierop1-0/+4
2009-03-31Some minor snap-delay modificationsDiederik van Lierop1-2/+8
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-22/+226
2009-01-08move shape_editor from node context to the parent class, event contextbulia byak1-40/+2
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-46/+46
2008-09-25Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould1-0/+17
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-08-30NR => Geom for (almost all of) event-context.h/.cppJohan B. C. Engelen1-17/+17
2008-08-18Debugging messages in event-context for mouse and keyboard interactionMaximilian Albert1-0/+43
2008-08-18Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ...Maximilian Albert1-0/+15
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-5/+5
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-07-19another place to make mouse cursor switching immediatebulia byak1-0/+1
2008-07-08I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY1-3/+3
2008-07-08enable motion hints for non-freehand actionsMenTaLguY1-3/+3
2008-06-04C++ify knotholdersMaximilian Albert1-1/+1
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-25first set of updates to headers for clean gcc 4.3 buildsKees Cook1-0/+1
2007-12-20(Hopefully) proper fix this time for stolen 'D + modifier' shortcuts.Maximilian Albert1-6/+4
2007-12-20Make Shift+Ctrl+D (Document Properties dialog) work again (was shadowed by th...Maximilian Albert1-0/+4
2007-12-18Use 'D' to toggle (not just switch to) the dropper tool; closes bug/RFE #170590Maximilian Albert1-0/+30
2007-11-21fix gobble_key_events so it also handles release eventsbulia byak1-3/+4
2007-11-02warning cleanupJon A. Cruz1-6/+6
2007-08-23remove slowest_buffer - we no longer use it in sp-canvasbulia byak1-8/+2
2007-07-29optionally zoom with mousewheel without modifiersbulia byak1-1/+5
2007-07-29optional panning by spacebulia byak1-8/+45
2007-04-25a better way to start rubberbandbulia byak1-7/+6
2007-03-14reset waiting_cursor when setting any otherbulia byak1-0/+1
2007-03-04make conversions away from NR::Maybe explicitMenTaLguY1-2/+2
2007-03-03decouple click and drag release handlers to fix bug where zooming in by middl...bulia byak1-4/+9
2007-02-25move a global to a class property; reduce the use of is_scrolling to prevent ...bulia byak1-1/+1
2007-02-24guaranteed to pan the canvas all the way from mouse-press point to mouse-rele...bulia byak1-3/+11
2007-02-19make sure scrolling acceleration does not hiccup on complex slow-rendering dr...bulia byak1-7/+15