summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+12
|\
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Color preview in cursorJasper van de Gronde2010-09-061-11/+35
* | Fix LP bug #622350: Discard events when desktop->event_context has not been s...Diederik van Lierop2010-08-281-8/+15
|/
* Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-211-3/+3
* Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-23/+70
* Tiny bit of refactoring (inverting some logic)Diederik van Lierop2010-02-061-1/+5
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+10
* Fix snap bug as reported by Arcadie Cracan on the developers mailing list, da...Diederik van Lierop2010-01-231-13/+9
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-652/+625
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-168/+169
|\
| * Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop2009-12-301-167/+167
* | * Implement node snapping.Krzysztof Kosi??ski2010-01-101-0/+7
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-1/+0
|/
* fix shift+middle button zoom area when there are other modifiers in the mask;...bulia byak2009-10-051-1/+1
* fix by Diederik for 422972bulia byak2009-09-211-2/+6
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-65/+20
* Only load from preferences when really needed, which might help reducing the ...Diederik van Lierop2009-05-101-9/+10
* Fix crash when dragging radial gradient (bug #363668)Diederik van Lierop2009-05-011-4/+13
* Fix middle-mouse-button-zooming in node-context with snap-delay enabledDiederik van Lierop2009-04-031-0/+8
* Delete the delayed snap event, killing any pending timers, when the event-con...Diederik van Lierop2009-04-011-0/+4
* Some minor snap-delay modificationsDiederik van Lierop2009-03-311-2/+8
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-22/+226
* move shape_editor from node context to the parent class, event contextbulia byak2009-01-081-40/+2
* Merge from fe-movedTed Gould2008-11-211-1/+1
* From trunkTed Gould2008-10-271-46/+46
* Sorry, I got off on a branch and ended up with a bunch of things. I'm just g...Ted Gould2008-09-251-0/+17
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
* NR => Geom for (almost all of) event-context.h/.cppJohan B. C. Engelen2008-08-301-17/+17
* Debugging messages in event-context for mouse and keyboard interactionMaximilian Albert2008-08-181-0/+43
* Add a ShapeEditor to LPEToolContext which allows us to edit nodes (switching ...Maximilian Albert2008-08-181-0/+15
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-5/+5
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* another place to make mouse cursor switching immediatebulia byak2008-07-191-0/+1
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-3/+3
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-3/+3
* C++ify knotholdersMaximilian Albert2008-06-041-1/+1
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* first set of updates to headers for clean gcc 4.3 buildsKees Cook2008-01-251-0/+1
* (Hopefully) proper fix this time for stolen 'D + modifier' shortcuts.Maximilian Albert2007-12-201-6/+4
* Make Shift+Ctrl+D (Document Properties dialog) work again (was shadowed by th...Maximilian Albert2007-12-201-0/+4
* Use 'D' to toggle (not just switch to) the dropper tool; closes bug/RFE #170590Maximilian Albert2007-12-181-0/+30
* fix gobble_key_events so it also handles release eventsbulia byak2007-11-211-3/+4
* warning cleanupJon A. Cruz2007-11-021-6/+6
* remove slowest_buffer - we no longer use it in sp-canvasbulia byak2007-08-231-8/+2
* optionally zoom with mousewheel without modifiersbulia byak2007-07-291-1/+5
* optional panning by spacebulia byak2007-07-291-8/+45
* a better way to start rubberbandbulia byak2007-04-251-7/+6
* reset waiting_cursor when setting any otherbulia byak2007-03-141-0/+1
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-041-2/+2