summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1252/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-21/+30
| | | (bzr r12782)
* Merged from trunk (r12488).Markus Engel2013-08-301-21/+24
|\ | | | | (bzr r11608.1.120)
| * cppcheckKris De Gussem2013-08-041-55/+52
| | | | | | (bzr r12467)
| * reduce variable scopeJohan B. C. Engelen2013-08-031-8/+6
| | | | | | (bzr r12464)
* | Cleaned up.Markus Engel2013-08-031-44/+44
| | | | | | (bzr r11608.1.117)
* | Further refactoring of EventContexts.Markus Engel2013-07-301-2/+2
| | | | | | (bzr r11608.1.109)
* | Merged from trunk (r12419).Markus Engel2013-07-141-84/+125
|\| | | | | (bzr r11608.1.107)
| * Merge: scale, rotate and skew handles refactoringMartin Owens2013-07-051-13/+15
| |\ | | | | | | (bzr r12403)
| | * Adjust sizes of listsMartin Owens2013-07-051-1/+1
| | | | | | | | | (bzr r12401.1.2)
| | * Improve handle xpm loading using rotateMartin Owens2013-07-041-14/+16
| | | | | | | | | (bzr r12401.1.1)
| * | Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson2013-07-031-16/+16
| |/ | | | | | | | | | | | | | | Modified action context setup so that in console mode, when a document is added to the main inkscape app instance, it gets a selection model and layer model automatically set up for it Made a couple more verbs work in console mode (bzr r12387.1.4)
| * alt + scroll to select messes up opacityRaphael Rosch2013-05-021-13/+51
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1092374 (bzr r12319)
| * Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-32/+32
| | | | | | (bzr r12310)
* | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-3/+3
| | | | | | (bzr r11608.1.104)
* | Cleaned up a bit.Markus Engel2013-04-211-281/+338
| | | | | | (bzr r11608.1.102)
* | Moved factories to different files.Markus Engel2013-04-201-1/+1
| | | | | | (bzr r11608.1.100)
* | merged from trunk (r12287)Markus Engel2013-04-201-2/+2
|\| | | | | (bzr r11608.1.99)
| * patch by Damjan Velickovski for rotation snap degrees, Bug 525508Alvin Penner2013-04-081-2/+2
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/525508 (bzr r12274)
* | Merging of EventContext classes complete.Markus Engel2013-04-201-112/+12
| | | | | | (bzr r11608.1.98)
* | Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-0/+36
| | | | | | (bzr r11608.1.97)
* | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-0/+16
| | | | | | (bzr r11608.1.96)
* | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-0/+2
| | | | | | (bzr r11608.1.94)
* | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-7/+16
| | | | | | (bzr r11608.1.90)
* | Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-8/+42
|/ | | (bzr r11608.1.89)
* More GObject boilerplate cleanupAlex Valavanis2013-01-241-33/+8
| | | (bzr r12059)
* Replace C-style pointer casts in event contextsAlex Valavanis2012-12-311-9/+9
| | | (bzr r12001)
* 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)