summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2011-09-19removing useless messages to stdout.Felipe Corr??a da Silva Sanches1-1/+0
2011-08-21DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour1-0/+8
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-9/+9
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-2/+2
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-7/+7
2010-12-28Initialize pointer.Maximilian Albert1-0/+1
2010-12-23Fix crash in cycle-selection (and restructure internals).Maximilian Albert1-30/+62
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz1-0/+3
2010-12-22Enable item-selection by cycling through them (using Alt+mouse wheel scroll).Maximilian Albert1-2/+115
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public1-2/+2
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-12/+12
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