summaryrefslogtreecommitdiffstats
path: root/src/select-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1252/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-21/+30
(bzr r12782)
2013-08-04cppcheckKris De Gussem1-55/+52
(bzr r12467)
2013-08-03reduce variable scopeJohan B. C. Engelen1-8/+6
(bzr r12464)
2013-08-03Cleaned up.Markus Engel1-44/+44
(bzr r11608.1.117)
2013-07-30Further refactoring of EventContexts.Markus Engel1-2/+2
(bzr r11608.1.109)
2013-07-05Adjust sizes of listsMartin Owens1-1/+1
(bzr r12401.1.2)
2013-07-04Improve handle xpm loading using rotateMartin Owens1-14/+16
(bzr r12401.1.1)
2013-07-03Modified dbus interface so that it works in console mode (--dbus-listen)Eric Greveson1-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)
2013-05-02alt + scroll to select messes up opacityRaphael Rosch1-13/+51
Fixed bugs: - https://launchpad.net/bugs/1092374 (bzr r12319)
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-32/+32
(bzr r12310)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-3/+3
(bzr r11608.1.104)
2013-04-21Cleaned up a bit.Markus Engel1-281/+338
(bzr r11608.1.102)
2013-04-20Moved factories to different files.Markus Engel1-1/+1
(bzr r11608.1.100)
2013-04-20Merging of EventContext classes complete.Markus Engel1-112/+12
(bzr r11608.1.98)
2013-04-20Further changes to EventContexts; they work without GObjectMarkus Engel1-0/+36
(bzr r11608.1.97)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-0/+16
(bzr r11608.1.96)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-0/+2
(bzr r11608.1.94)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-7/+16
(bzr r11608.1.90)
2013-04-08patch by Damjan Velickovski for rotation snap degrees, Bug 525508Alvin Penner1-2/+2
Fixed bugs: - https://launchpad.net/bugs/525508 (bzr r12274)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-8/+42
(bzr r11608.1.89)
2013-01-24More GObject boilerplate cleanupAlex Valavanis1-33/+8
(bzr r12059)
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-9/+9
(bzr r12001)
2012-10-06Fix for 587019 : Select and transform mouse cursor changes to normal cursor ↵John Smith1-2/+3
on object duplication (bzr r11739)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-2/+2
they are not used elsewhere. (bzr r11735)
2012-07-21Fix for 816496 : Alt+mouse wheel z-order cycling, add option to cycle wrapJohn Smith1-4/+9
(bzr r11561)
2012-07-10Shortcuts. Fix for Bug #167796 (zoom keys (shortcuts) 3,4,6 on numeric pad ↵Nicolas Dufour1-4/+0
not working). (bzr r11537)
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+1
(bzr r11460)
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-63/+1
(bzr r11318)
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+8
(bzr r11196)
2012-04-09Replace deprecated GDK key symbolsAlex Valavanis1-49/+115
(bzr r11194)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r11011)
2012-02-12Header cleaningAlex Valavanis1-0/+1
(bzr r10963)
2012-01-12Initial C++ification of SPCanvas.Jon A. Cruz1-6/+6
(bzr r10873)
2012-01-04More GSEAL issuesAlex Valavanis1-11/+22
(bzr r10836)
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop1-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)
2011-09-19removing useless messages to stdout.Felipe Corr??a da Silva Sanches1-1/+0
(bzr r10640)
2011-08-21DBUS. Merging lp:~joakim-verona/inkscape/dbus-fixes changes.Nicolas Dufour1-0/+8
(bzr r10559)
2011-08-06Rewrite NRArenaItem hierarchy into C++Krzysztof Kosi??ski1-9/+9
(bzr r10347.1.21)
2011-06-24Switch to GObjectAlex Valavanis1-1/+1
(bzr r10350.1.3)
2011-04-17add new preference widget for a number with a unit.Johan B. C. Engelen1-2/+2
change Preferences > Steps to this new widget (bzr r10177)
2011-02-21Finished cleanup of outated SP_OBJECT_DOCUMENT C macro.Jon A. Cruz1-7/+7
(bzr r10060)
2010-12-28Initialize pointer.Maximilian Albert1-0/+1
(bzr r9987)
2010-12-23Fix crash in cycle-selection (and restructure internals).Maximilian Albert1-30/+62
(bzr r9980)
2010-12-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-0/+3
header. (bzr r9978.1.1)
2010-12-22Enable item-selection by cycling through them (using Alt+mouse wheel scroll).Maximilian Albert1-2/+115
(bzr r9976)
2010-07-02New Class SPDocumentUndo created which takes care of c++fying some non ↵Abhishek Sharma Public1-2/+2
SPDocument based methods (bzr r9546.1.3)
2010-07-01C++fied SPDocument addedAbhishek Sharma Public1-2/+2
(bzr r9546.1.2)
2010-04-06Revert the inverted coordinate system fix. 3D Boxes and guidesKrzysztof Kosi??ski1-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)