summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1541/+0
(bzr r12785)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-42/+52
(bzr r12782)
2013-10-27fix warningsJohan B. C. Engelen1-1/+1
(bzr r12734)
2013-07-31Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel1-5/+5
(bzr r11608.1.110)
2013-07-30Further refactoring of EventContexts.Markus Engel1-23/+23
(bzr r11608.1.109)
2013-06-17Removed hard coded keybinding from event-context.cpp and added the ↵Christoffer Holmstedt1-7/+0
appropiate function call in verbs.cpp (bzr r12379.1.1)
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz1-0/+2
has it. (bzr r12353)
2013-06-04Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz1-0/+2
versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-12/+12
(bzr r12310)
2013-04-21Removed some unused files; more refactoring in EventContext tree.Markus Engel1-2/+2
(bzr r11608.1.104)
2013-04-21More cleaning.Markus Engel1-11/+13
(bzr r11608.1.103)
2013-04-21Cleaned up a bit.Markus Engel1-115/+165
(bzr r11608.1.102)
2013-04-20Merging of EventContext classes complete.Markus Engel1-87/+16
(bzr r11608.1.98)
2013-04-20Further changes to EventContexts; they work without GObjectMarkus Engel1-46/+60
(bzr r11608.1.97)
2013-04-13Replaced casting macros for EventContext tree; added contructors.Markus Engel1-7/+4
(bzr r11608.1.96)
2013-04-12Added prefPaths to contexts; modified SPFactoryMarkus Engel1-4/+4
(bzr r11608.1.94)
2013-04-09Added constructors to EventContext tree / some missing virtual pads.Markus Engel1-41/+72
(bzr r11608.1.90)
2013-04-08Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel1-1/+41
(bzr r11608.1.89)
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
2013-02-01Fix for 1091582 : Problem when entering space in text after space tool toggling.John Smith1-0/+1
(bzr r12085)
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
2013-01-26More GObject boilerplate reductionAlex Valavanis1-23/+2
(bzr r12064)
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-4/+2
(bzr r12001)
2012-12-30Fix GObject pointer conversion warnings in event contextAlex Valavanis1-5/+4
(bzr r12000)
2012-12-14Fix for 383871 : Let space switch to selector tool even when used for panningJohn Smith1-22/+48
(bzr r11954)
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-14/+14
(bzr r11867)
2012-10-04code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton1-1/+1
they are not used elsewhere. (bzr r11735)
2012-09-25Fix for 172190 : Hand/Pan tool cursor on middle-dragJohn Smith1-0/+36
(bzr r11703)
2012-09-18Fix for 979567 : Object context menu (right-click) acts on bottom-most ↵John Smith1-0/+10
instead of top-most object under cursor position (bzr r11672)
2012-09-06Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith1-0/+13
(bzr r11655)
2012-09-05Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time ↵John Smith1-1/+1
only pick (bzr r11652)
2012-07-23Fix canvas scroll events in GTK+ 3Alex Valavanis1-0/+10
Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566)
2012-07-12Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem1-14/+40
Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
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/+0
(bzr r11460)
2012-05-27Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis1-9/+7
Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-84/+1
(bzr r11318)
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-9/+0
(bzr r11316)
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-35/+122
(bzr r11250)
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+12
(bzr r11196)
2012-04-05C++ify context menu:Kris De Gussem1-8/+6
- c++ified context-menu.cpp (and included in interface.cpp) - removed dozens of pointer conversions (of which some were erroneous) - fixed a memory leak - added some null pointer checks to prevent crashes (bzr r11160)
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
(bzr r11011)
2012-01-23Patch from John Smith for 623660Josh Andler1-1/+1
(bzr r10921)
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-4/+8
(bzr r10826)
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop1-109/+109
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-10-27Fixing more broken and split doc comments.Jon A. Cruz1-2/+1
(bzr r10697)
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-15/+15
(bzr r10659)
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-1/+1
fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900)
2010-09-06Color preview in cursorJasper van de Gronde1-11/+35
(bzr r9743)