summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Snap guides to (intersections of) guides (closes bug #331143)Diederik van Lierop2009-02-251-4/+10
| | | (bzr r7370)
* Move files from the src/dialogs/ directory to the places where they Krzysztof Kosi??ski2009-02-211-22/+21
| | | | | should be. Build libinkscape.a - should reduce link time. (bzr r7337)
* quick ad-hoc fix to restore guide draggingMaximilian Albert2009-01-271-1/+1
| | | (bzr r7189)
* display guide anchor on canvas; anchor and angle can be edited by mouseMaximilian Albert2009-01-261-21/+99
| | | (bzr r7180)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-10/+15
| | | | | | | 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)
* Switching tools based on tablet device now handles many devices of same typeNiko Kiirala2009-01-111-23/+22
| | | (bzr r7118)
* From trunkTed Gould2008-10-271-3/+4
| | | (bzr r6885)
* Yet another NR ==> Geom changeMaximilian Albert2008-09-181-7/+7
| | | (bzr r6840)
* Move all of the snapper code to 2geomDiederik van Lierop2008-08-111-17/+17
| | | (bzr r6606)
* 2geomify a lot of NR::Points to Geom::PointJohan B. C. Engelen2008-08-011-5/+5
| | | (bzr r6513)
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-1/+1
| | | (bzr r6222)
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-1/+1
| | | (bzr r6220)
* Add a centralized check (i.e. in the snapper mechanism) whether we've ↵Diederik van Lierop2008-05-121-8/+6
| | | | | 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-17/+9
| | | | | - Enabling snap indicator for all remaining tools (bzr r5556)
* Make the eraser tool the default tool for an ERASER deviceJon A. Cruz2008-04-291-1/+1
| | | (bzr r5541)
* Refactor snapper and snapindicator (in order to enable the snapindicator in ↵Diederik van Lierop2008-04-071-4/+4
| | | | | the selector tool) (bzr r5374)
* new: guide snapping indicator! see if you like it, comments are always welcome!Johan B. C. Engelen2008-03-031-0/+4
| | | (bzr r4945)
* remove flashing test indicator on pointparam.Johan B. C. Engelen2008-03-021-4/+16
| | | | | | | | | remove some leftover code from point param code remove test pointparam from LPEKnot added SnapIndicator added SnapIndicator to SPDesktop, and a call from guidesnapping to display a snapindicator when a guide is snapped. fix canvas-temporary-item-list.cpp (bzr r4931)
* Simplified tool selection and remember tool per device during a sessionJon A. Cruz2008-02-271-23/+17
| | | (bzr r4883)
* Added preference UI item to toggle tablet tool switchingJon A. Cruz2008-02-261-3/+5
| | | (bzr r4858)
* Initial cut of switching tools to match tablet input device.Jon A. Cruz2008-02-261-0/+144
| | | (bzr r4857)
* Make guidelines quickly deletable by using Ctrl+click (is Ctrl a suitable ↵Maximilian Albert2008-01-271-0/+7
| | | | | modifier for this?) (bzr r4604)
* copyeditbulia byak2008-01-251-1/+1
| | | (bzr r4591)
* angled guidelines: create angled line when dragging from edge of rulersJohan B. C. Engelen2007-12-241-8/+24
| | | (bzr r4296)
* when dragging from rulers close to the edges, one gets 45 degree angled ↵Johan B. C. Engelen2007-12-231-4/+28
| | | | | guidelines. (bzr r4295)
* remember and use geom::point normal when dragging new guidesJohan B. C. Engelen2007-12-231-4/+6
| | | (bzr r4293)
* guidelines: minor correctionsJohan B. C. Engelen2007-12-201-1/+1
| | | | | add point reading to repr-util.cpp (bzr r4264)
* fix guide draggingJohan B. C. Engelen2007-12-191-2/+2
| | | (bzr r4260)
* guides: switch from using one position coordinate to Geom::Point point_on_lineJohan B. C. Engelen2007-12-191-30/+15
| | | (bzr r4258)
* rename guide parameters to match snapping code naming convention.Johan B. C. Engelen2007-12-191-2/+2
| | | | | start conversion to use point_on_line instead of position. (bzr r4257)
* start of getting angled guidelines.Johan B. C. Engelen2007-12-161-1/+1
| | | | | | define guide's normal instead of vertical/horizontal. rendering is not implemented for angled guides yet. (bzr r4243)
* warning cleanupJon A. Cruz2007-11-021-1/+1
| | | (bzr r4012)
* Improve snapping of newly created guidesDiederik van Lierop2007-09-161-9/+6
| | | (bzr r3765)
* Also snap new guides, which are being dragged off the ruler.Diederik van Lierop2007-09-071-4/+11
| | | (bzr r3701)
* Implement snapping of guides while dragging them, and snap TO item centers ↵Diederik van Lierop2007-08-281-2/+14
| | | | | (we only had snapping FROM item centers so far) (bzr r3603)
* start switching sp_repr_new* over to XML::Document::create*, and rename ↵MenTaLguY2007-01-211-1/+2
| | | | | create methods to match DOM (bzr r2253)
* undo annotationsbulia byak2006-10-051-3/+5
| | | (bzr r1767)
* delete unused functionbulia byak2006-08-181-17/+0
| | | (bzr r1611)
* patch from Gustav Broberg: undo annotations and history dialogbulia byak2006-06-291-2/+4
| | | (bzr r1315)
* eliminate GDK_POINTER_MOTION_HINT_MASK that broke dragging with tablet pen ↵bulia byak2006-05-211-3/+2
| | | | | with newer gtk versions (bzr r919)
* Converting guideline properties dialog to gtkmm (first step - ↵Andrius Ramanauskas2006-04-281-204/+2
| | | | | straightforward conversion) (bzr r606)
* Get rid of the SP_DT_* macros which do nothing more than provide additional, ↵MenTaLguY2006-04-171-2/+2
| | | | | confusing, names for other functions. If shorter names are desired, the actual functions should be renamed -- or better, made into member functions. (bzr r532)
* bulk trailing spaces removal. consistency through MD5 of binaryRalf Stephan2006-02-151-21/+21
| | | (bzr r149)
* moving trunk for module inkscapeMenTaLguY2006-01-161-0/+452
(bzr r1)