summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2010-04-03Fix rotation in node and select toolKrzysztof Kosi??ski1-4/+4
2010-04-03Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski1-8/+8
2010-04-01Patch by Daniel_J for 522327Josh Andler1-1/+1
2010-02-05new (actually old, i just updated, cleaned and enabled them) cursors for mous...buliabyak1-22/+21
2010-02-05make when_selected and when_nothing customizable strings, settable via select...buliabyak1-3/+8
2009-08-09When snapping while translating, use the bounding box corners of each selecte...Diederik van Lierop1-1/+1
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-8/+4
2009-07-16Implement guide behaviour as discussed on the mailing listMaximilian Albert1-1/+2
2009-05-10Only load from preferences when really needed, which might help reducing the ...Diederik van Lierop1-11/+12
2009-04-12Fix two "snap window not opened" warningsDiederik van Lierop1-2/+4
2009-03-29- Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop1-2/+6
2009-03-14allow full mouse dragging, rotating, scaling, etc. if a single layer is the s...Ed Halley1-0/+5
2009-02-16make doubleclick not only switch to text but also position cursorbulia byak1-1/+3
2009-01-28do not change cursor if desktop has set it to waitingbulia byak1-6/+10
2009-01-25- The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop1-6/+6
2008-12-28More NR ==> Geom changesJoshua L. Blocher1-12/+12
2008-11-21Merge from fe-movedTed Gould1-1/+1
2008-10-27From trunkTed Gould1-11/+16
2008-09-18Next roud of NR ==> Geom conversionMaximilian Albert1-1/+1
2008-09-11convert almost all libnrtype to Geom::Johan B. C. Engelen1-1/+1
2008-08-14Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert1-14/+14
2008-08-14Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert1-18/+18
2008-08-05NR::Maybe => boost::optionalJohan B. C. Engelen1-1/+1
2008-07-08I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY1-2/+2
2008-07-08enable motion hints for non-freehand actionsMenTaLguY1-2/+2
2008-02-27enable entering 3D boxes as groupsbulia byak1-2/+2
2008-02-08fix bug: selected group gets moved even when click+drag on an object on top o...bulia byak1-0/+8
2008-01-31Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington1-0/+2
2008-01-11Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert1-0/+7
2007-12-13Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert1-2/+4
2007-12-06speed up keyboard scale and rotation toobulia byak1-6/+18
2007-11-21use gobble_key_events to speed up keyboard movesbulia byak1-16/+24
2007-08-20gobble motion events when dragging selection - looks like with recent gtk, th...bulia byak1-3/+2
2007-07-29due to the order of processing events, we must disable lmb handling in childr...bulia byak1-4/+4
2007-07-08switch scale/rotate mode with Shift+sbulia byak1-0/+9
2007-04-25unconditionally stop only button-1 rubberbands on mouseoverbulia byak1-1/+3
2007-04-18fix leftover rubberband after switching to selector while draggingbulia byak1-0/+1
2007-04-16fix selecting in groups with altbulia byak1-3/+4
2007-04-13fix select under by alt+click; prevent potential refcount leakbulia byak1-2/+6
2007-04-12use touchpath selection when rubberbanding with Alt; do move-selected with Al...bulia byak1-28/+72
2007-03-04make conversions away from NR::Maybe explicitMenTaLguY1-3/+3
2006-11-22trying to nail the elusive disabled-mouse bug: if you're going to grab someth...bulia byak1-0/+8
2006-11-22button-down event may have been missed (e.g. when you do button-1 down while ...bulia byak1-2/+4
2006-11-06implement select next/prev as verbsbulia byak1-12/+0
2006-10-19remove color cursorsJosh Andler1-4/+4
2006-10-01Other tools now also retain there specific statusbar text when pressing alt/s...Johan B. C. Engelen1-3/+4
2006-10-01While moving or transforming a selected object, the statusbartext with transf...Johan B. C. Engelen1-0/+4
2006-09-24Added forced redraws to other toolsJohn Bintz1-1/+16
2006-09-17When an object is selected and Alt is pressed: now the cursor changes to the ...Johan B. C. Engelen1-0/+15
2006-07-23added SPDesktop::updateNow() and forced redraw of canvas upon completion of s...John Bintz1-0/+2