summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
* Header cleaningAlex Valavanis2012-02-121-0/+1
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-6/+6
* More GSEAL issuesAlex Valavanis2012-01-041-11/+22
* 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop2011-11-041-3/+13
* removing useless messages to stdout.Felipe Corr??a da Silva Sanches2011-09-191-1/+0
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-9/+9
|\
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+9
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-0/+8
|/
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-2/+2
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-7/+7
* Initialize pointer.Maximilian Albert2010-12-281-0/+1
* Fix crash in cycle-selection (and restructure internals).Maximilian Albert2010-12-231-30/+62
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ...Jon A. Cruz2010-12-231-0/+3
* Enable item-selection by cycling through them (using Alt+mouse wheel scroll).Maximilian Albert2010-12-221-2/+115
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-10/+11
|\
| * New Class SPDocumentUndo created which takes care of c++fying some non SPDocu...Abhishek Sharma Public2010-07-021-2/+2
| * C++fied SPDocument addedAbhishek Sharma Public2010-07-011-2/+2
|/
* Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski2010-04-061-12/+12
* Fix rotation in node and select toolKrzysztof Kosi??ski2010-04-031-4/+4
* Initial fix for the inverted coordinate system bugKrzysztof Kosi??ski2010-04-031-8/+8
* Patch by Daniel_J for 522327Josh Andler2010-04-011-1/+1
* new (actually old, i just updated, cleaned and enabled them) cursors for mous...buliabyak2010-02-051-22/+21
* make when_selected and when_nothing customizable strings, settable via select...buliabyak2010-02-051-3/+8
* When snapping while translating, use the bounding box corners of each selecte...Diederik van Lierop2009-08-091-1/+1
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-8/+4
* Implement guide behaviour as discussed on the mailing listMaximilian Albert2009-07-161-1/+2
* Only load from preferences when really needed, which might help reducing the ...Diederik van Lierop2009-05-101-11/+12
* Fix two "snap window not opened" warningsDiederik van Lierop2009-04-121-2/+4
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-2/+6
* allow full mouse dragging, rotating, scaling, etc. if a single layer is the s...Ed Halley2009-03-141-0/+5
* make doubleclick not only switch to text but also position cursorbulia byak2009-02-161-1/+3
* do not change cursor if desktop has set it to waitingbulia byak2009-01-281-6/+10
* - The snap-delay mechanism should now be more robust. From now on, it must be...Diederik van Lierop2009-01-251-6/+6
* More NR ==> Geom changesJoshua L. Blocher2008-12-281-12/+12
* Merge from fe-movedTed Gould2008-11-211-1/+1
* From trunkTed Gould2008-10-271-11/+16
* Next roud of NR ==> Geom conversionMaximilian Albert2008-09-181-1/+1
* convert almost all libnrtype to Geom::Johan B. C. Engelen2008-09-111-1/+1
* Removal of SP_ACTIVE_DESKTOP, next takeMaximilian Albert2008-08-141-14/+14
* Get rid of a whole bunch of further instances of SP_ACTIVE_DESKTOP (where the...Maximilian Albert2008-08-141-18/+18
* NR::Maybe => boost::optionalJohan B. C. Engelen2008-08-051-1/+1
* I'm an idiot who forgot that MOTION_HINT_MASK still needs MOTION_MASKMenTaLguY2008-07-081-2/+2
* enable motion hints for non-freehand actionsMenTaLguY2008-07-081-2/+2
* enable entering 3D boxes as groupsbulia byak2008-02-271-2/+2
* fix bug: selected group gets moved even when click+drag on an object on top o...bulia byak2008-02-081-0/+8
* Applying fixes for gcc 4.3 build issues (closes LP: #169115)Bryce Harrington2008-01-311-0/+2
* Add possibility to convert objects (only rectangles and 3D boxes currently) t...Maximilian Albert2008-01-111-0/+7
* Fundamentally reworked version of the 3D box tool (among many other things, t...Maximilian Albert2007-12-131-2/+4