summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix for 587019 : Select and transform mouse cursor changes to normal cursor ↵John Smith2012-10-061-2/+3
| | | | | on object duplication (bzr r11739)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-2/+2
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 816496 : Alt+mouse wheel z-order cycling, add option to cycle wrapJohn Smith2012-07-211-4/+9
| | | (bzr r11561)
* Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad ↵Nicolas Dufour2012-07-101-4/+0
| | | | | not working). (bzr r11537)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+1
| | | (bzr r11460)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-63/+1
| | | (bzr r11318)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+8
| | | (bzr r11196)
* Replace deprecated GDK key symbolsAlex Valavanis2012-04-091-49/+115
| | | (bzr r11194)
* (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | (bzr r11011)
* Header cleaningAlex Valavanis2012-02-121-0/+1
| | | (bzr r10963)
* Initial C++ification of SPCanvas.Jon A. Cruz2012-01-121-6/+6
| | | (bzr r10873)
* More GSEAL issuesAlex Valavanis2012-01-041-11/+22
| | | (bzr r10836)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-041-3/+13
| | | | | | | snap-closest-point-only-option has been activated. Works for the selector tool, but also when scaling/stretching/skewing a selection of nodes in the node tool 2) Cleanup and simplification of the code that finds the closest snapsource (bzr r10720)
* removing useless messages to stdout.Felipe Corr??a da Silva Sanches2011-09-191-1/+0
| | | (bzr r10640)
* Merge rendering cache branch (GSoC 2011)Krzysztof Kosi??ski2011-08-251-9/+9
|\ | | | | (bzr r10579)
| * Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski2011-08-061-9/+9
| | | | | | (bzr r10347.1.21)
* | DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour2011-08-211-0/+8
|/ | | (bzr r10559)
* Switch to GObjectAlex Valavanis2011-06-241-1/+1
| | | (bzr r10350.1.3)
* add new preference widget for a number with a unit.Johan B. C. Engelen2011-04-171-2/+2
| | | | | change Preferences > Steps to this new widget (bzr r10177)
* Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz2011-02-211-7/+7
| | | (bzr r10060)
* Initialize pointer.Maximilian Albert2010-12-281-0/+1
| | | (bzr r9987)
* Fix crash in cycle-selection (and restructure internals).Maximilian Albert2010-12-231-30/+62
| | | (bzr r9980)
* 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)