summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-2/+3
| | | (bzr r10659)
* Merge from trunkKrzysztof Kosi??ski2011-07-061-1/+1
|\ | | | | (bzr r10347.1.5)
| * Gtk cleanup: gtk_object_get_dataAlex Valavanis2011-06-261-1/+1
| | | | | | (bzr r10350.1.8)
* | Remove more of libnrKrzysztof Kosi??ski2011-06-231-9/+9
|/ | | (bzr r10347.1.2)
* add preference for relative guideline rotation snapping (see rev 10303)Johan B. C. Engelen2011-06-151-8/+20
| | | (bzr r10307)
* shift+ctrl dragging a guideline: fix to snap to angles with original angle ↵Johan B. C. Engelen2011-06-141-9/+14
| | | | | as offset, like rotating normal objects (bzr r10303)
* Adding inkscape:label parameter to guidelines so that our guidelanes can ↵Felipe Corr??a da Silva Sanches2011-05-181-1/+1
| | | | | display labels (we still dont have a user interface, but files with that parameter will render correctly) (bzr r10209)
* Pass removing some outdated C-macro use.Jon A. Cruz2011-02-201-1/+1
| | | (bzr r10059)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-9/+10
|\ | | | | (bzr r9945.1.1)
| * XML Privatisation Stuff after a long timeAbhishek Sharma public2010-08-111-4/+7
| | | | | | (bzr r9546.1.12)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-4/+4
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
* | Clear pointers in the snapmanager if they're no longer needed.Diederik van Lierop2010-08-111-4/+8
| | | | | | (bzr r9697)
* | - do not use shift to disable snapping while holding shift to rotate a guideDiederik van Lierop2010-07-181-8/+6
|/ | | | | | - snap guides to paths too - always show the same snap indicator (bzr r9625)
* 1) When rotating a guide, don't try to snap when <ctrl> is pressed to ↵Diederik van Lierop2010-03-071-9/+17
| | | | | | | constrain to angle increments 2) When dragging the guide origin along the guide, then don't change the mousepointer to the rotation arrows if shift is pressed (bzr r9160)
* While dragging or rotating a guide, <shift>-key now disables snapping. (Just ↵Diederik van Lierop2010-03-071-17/+24
| | | | | before dragging starts, the <shift>-key is still used to decide whether we translate or rotate) (bzr r9159)
* Make sure that guides always snap correctly when dropping them, and improve ↵Diederik van Lierop2010-02-211-11/+5
| | | | | perseverance of snap-indicator (bzr r9103)
* Noop: removing and updating comments, fixing indentationDiederik van Lierop2010-02-191-3/+0
| | | (bzr r9101)
* Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-10/+19
| | | (bzr r9088)
* Revert recent refactoring changes by johnce because they break the build, ↵Maximilian Albert2009-08-061-1/+1
| | | | | which cannot be fixed easily. (bzr r8422)
* SPDocument->Documentjohnce2009-08-051-1/+1
| | | (bzr r8404)
* Snap guides to grids (fixes bug #170741)Diederik van Lierop2009-08-021-25/+4
| | | (bzr r8381)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-181-26/+7
| | | | | of the related warning messages (bzr r8302)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-61/+108
| | | (bzr r8293)
* change cursor over guide, snap with Ctrlbulia byak2009-06-221-2/+37
| | | (bzr r8142)
* When dragging the origin of a guide along that guide, we should use ↵Diederik van Lierop2009-06-021-18/+32
| | | | | constrained snapping instead of free snapping. Also make sure that we snap to paths too, not just to guides (bzr r7973)
* Whether we drag a guide's origin or rotate the guide around its origin is ↵Diederik van Lierop2009-04-021-2/+2
| | | | | now independent of zoom (bzr r7607)
* Fix a minor regression caused by one of my previous commits: the snap-window ↵Diederik van Lierop2009-04-011-1/+1
| | | | | was closed where it should have been opened (bzr r7604)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-14/+14
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* Fix bug #333762: snapping a guide while dragging/rotating, it always ends up ↵Diederik van Lierop2009-03-131-1/+8
| | | | | being just a little bit off (started occuring after the recent guide handling improvements) (bzr r7481)
* A better fix for bug #331864 (snap-delay related)Diederik van Lierop2009-03-041-0/+9
| | | (bzr r7417)
* Fix #331864Diederik van Lierop2009-02-281-2/+17
| | | (bzr r7390)
* 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)