summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-9/+9
2012-10-06Fix for 587019 : Select and transform mouse cursor changes to normal cursor o...John Smith1-2/+3
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-2/+2
2012-07-21Fix for 816496 : Alt+mouse wheel z-order cycling, add option to cycle wrapJohn Smith1-4/+9
2012-07-10Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad no...Nicolas Dufour1-4/+0
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+1
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-63/+1
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+8
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-49/+115
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2012-02-12Header cleaningAlex Valavanis1-0/+1
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-6/+6
2012-01-04More GSEAL issuesAlex Valavanis1-11/+22
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop1-3/+13
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