summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-0/+3
| | | | | header. (bzr r9978.1.1)
* Enable item-selection by cycling through them (using Alt+mouse wheel scroll).Maximilian Albert2010-12-221-2/+115
| | | (bzr r9976)
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-10/+11
|\ | | | | (bzr r9945.1.1)
| * New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public2010-07-021-2/+2
| | | | | | | | | | SPDocument based methods (bzr r9546.1.3)
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
|/ | | (bzr r9546.1.2)
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-12/+12
| | | | | | require an XML-level backwards compatibility mechanism to fix properly, and it's too late in the 0.48 cycle to introduce it. (bzr r9298)
* Fix rotation in node and select toolKrzysztof Kosi??ski2010-04-031-4/+4
| | | (bzr r9281.1.2)
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-8/+8
| | | (bzr r9281.1.1)
* Patch by Daniel_J for 522327Josh Andler2010-04-011-1/+1
| | | (bzr r9267)
* new (actually old, i just updated, cleaned and enabled them) cursors for ↵buliabyak2010-02-051-22/+21
| | | | | mouseover and dragging in selector (bzr r9056)
* make when_selected and when_nothing customizable strings, settable via ↵buliabyak2010-02-051-3/+8
| | | | | selection describer constructor (bzr r9055)
* When snapping while translating, use the bounding box corners of each ↵Diederik van Lierop2009-08-091-1/+1
| | | | | selected item instead of the selection as a whole (fixes bug #404941) (bzr r8449)
* Make the snap delay mechanism easier to implement for the devs, and get rid ↵Diederik van Lierop2009-07-181-8/+4
| | | | | of the related warning messages (bzr r8302)
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-1/+2
| | | (bzr r8293)
* Only load from preferences when really needed, which might help reducing the ↵Diederik van Lierop2009-05-101-11/+12
| | | | | processor load a bit (bug #167525) (bzr r7850)
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-121-2/+4
| | | (bzr r7693)
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-2/+6
| | | | | | - Rename lots of variables and methods to make them easier to understand - Add snapping to the connector tool (bzr r7589)
* allow full mouse dragging, rotating, scaling, etc. if a single layer is the ↵Ed Halley2009-03-141-0/+5
| | | | | selection (bzr r7490)
* make doubleclick not only switch to text but also position cursorbulia byak2009-02-161-1/+3
| | | (bzr r7300)
* do not change cursor if desktop has set it to waitingbulia byak2009-01-281-6/+10
| | | (bzr r7202)
* - The snap-delay mechanism should now be more robust. From now on, it must ↵Diederik van Lierop2009-01-251-6/+6
| | | | | | | 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)
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-12/+12
| | | (bzr r7032)
* Merge from fe-movedTed Gould2008-11-211-1/+1
| | | (bzr r6891)
* From trunkTed Gould2008-10-271-11/+16
| | | (bzr r6885)
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
| | | (bzr r6839)
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-1/+1
| | | (bzr r6793)
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-14/+14
| | | (bzr r6630)
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where ↵Maximilian Albert2008-08-141-18/+18
| | | | | the desktop is readily available in the calling function) (bzr r6629)
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
| | | (bzr r6569)
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-2/+2
| | | (bzr r6222)
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-2/+2
| | | (bzr r6220)
* enable entering 3D boxes as groupsbulia byak2008-02-271-2/+2
| | | (bzr r4874)
* fix bug: selected group gets moved even when click+drag on an object on top ↵bulia byak2008-02-081-0/+8
| | | | | of it (bzr r4681)
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
| | | (bzr r4629)
* Add possibility to convert objects (only rectangles and 3D boxes currently) ↵Maximilian Albert2008-01-111-0/+7
| | | | | to guidelines. Also see corresponding post on the mailing list; in particular, feel free to revert it if this is inappropriate during Frost phase. (bzr r4462)
* Fundamentally reworked version of the 3D box tool (among many other things, ↵Maximilian Albert2007-12-131-2/+4
| | | | | this fixes bugs #168900 and #168868). See mailing list for details. Sorry for this single large commit but it was unfeasible to keep the history. (bzr r4224)
* speed up keyboard scale and rotation toobulia byak2007-12-061-6/+18
| | | (bzr r4182)
* use gobble_key_events to speed up keyboard movesbulia byak2007-11-211-16/+24
| | | (bzr r4121)
* gobble motion events when dragging selection - looks like with recent gtk, ↵bulia byak2007-08-201-3/+2
| | | | | this does not lose grab anymore (bzr r3547)
* due to the order of processing events, we must disable lmb handling in ↵bulia byak2007-07-291-4/+4
| | | | | children contexts so that parent event context can handle it for space panning (bzr r3341)
* switch scale/rotate mode with Shift+sbulia byak2007-07-081-0/+9
| | | (bzr r3196)
* unconditionally stop only button-1 rubberbands on mouseoverbulia byak2007-04-251-1/+3
| | | (bzr r2961)
* fix leftover rubberband after switching to selector while draggingbulia byak2007-04-181-0/+1
| | | (bzr r2921)
* fix selecting in groups with altbulia byak2007-04-161-3/+4
| | | (bzr r2907)
* fix select under by alt+click; prevent potential refcount leakbulia byak2007-04-131-2/+6
| | | (bzr r2880)
* use touchpath selection when rubberbanding with Alt; do move-selected with ↵bulia byak2007-04-121-28/+72
| | | | | Alt only when there's selection, otherwise force touchpath; update statusbar comments (bzr r2865)
* make conversions away from NR::Maybe explicitMenTaLguY2007-03-041-3/+3
| | | (bzr r2530)
* trying to nail the elusive disabled-mouse bug: if you're going to grab ↵bulia byak2006-11-221-0/+8
| | | | | something, ungrab what you was holding before (bzr r2005)
* button-down event may have been missed (e.g. when you do button-1 down while ↵bulia byak2006-11-221-2/+4
| | | | | button-3 is down), so we can't just assume we have rubberband. This fixes the stray rubberband bug, especially annoying on windows with a tablet (bzr r2002)
* implement select next/prev as verbsbulia byak2006-11-061-12/+0
| | | (bzr r1917)