summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1541/+0
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-42/+52
| | | (bzr r12782)
* fix warningsJohan B. C. Engelen2013-10-271-1/+1
| | | (bzr r12734)
* Fixed SPObject ctor and dtor; removed singleton.h; some smaller changes.Markus Engel2013-07-311-5/+5
| | | (bzr r11608.1.110)
* Further refactoring of EventContexts.Markus Engel2013-07-301-23/+23
| | | (bzr r11608.1.109)
* Merged from trunk (r12419).Markus Engel2013-07-141-20/+15
|\ | | | | (bzr r11608.1.107)
| * Removed hard coded keybinding from event-context.cpp and added the ↵Christoffer Holmstedt2013-06-171-7/+0
| | | | | | | | | | appropiate function call in verbs.cpp (bzr r12379.1.1)
| * Added configure/ifdef guards to only bring in the needed #include if glibmm ↵Jon A. Cruz2013-06-061-0/+2
| | | | | | | | | | has it. (bzr r12353)
| * Correct to compile against recent gtkmm, including updated macports ↵Jon A. Cruz2013-06-041-0/+2
| | | | | | | | | | | | | | | | versions. Fixes bug #1179338. Fixed bugs: - https://launchpad.net/bugs/1179338 (bzr r12346.1.1)
| * Temporily fix abiguous macros before later removal.Jon A. Cruz2013-04-281-12/+12
| | | | | | (bzr r12310)
* | Removed some unused files; more refactoring in EventContext tree.Markus Engel2013-04-211-2/+2
| | | | | | (bzr r11608.1.104)
* | More cleaning.Markus Engel2013-04-211-11/+13
| | | | | | (bzr r11608.1.103)
* | Cleaned up a bit.Markus Engel2013-04-211-115/+165
| | | | | | (bzr r11608.1.102)
* | Merging of EventContext classes complete.Markus Engel2013-04-201-87/+16
| | | | | | (bzr r11608.1.98)
* | Further changes to EventContexts; they work without GObjectMarkus Engel2013-04-201-46/+60
| | | | | | (bzr r11608.1.97)
* | Replaced casting macros for EventContext tree; added contructors.Markus Engel2013-04-131-7/+4
| | | | | | (bzr r11608.1.96)
* | Added prefPaths to contexts; modified SPFactoryMarkus Engel2013-04-121-4/+4
| | | | | | (bzr r11608.1.94)
* | Added constructors to EventContext tree / some missing virtual pads.Markus Engel2013-04-091-41/+72
| | | | | | (bzr r11608.1.90)
* | Started conversion of SPEventContext tree; added virtual pads to all classes.Markus Engel2013-04-081-1/+41
|/ | | (bzr r11608.1.89)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Fix for 1091582 : Problem when entering space in text after space tool toggling.John Smith2013-02-011-0/+1
| | | (bzr r12085)
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* More GObject boilerplate reductionAlex Valavanis2013-01-261-23/+2
| | | (bzr r12064)
* Replace C-style pointer casts in event contextsAlex Valavanis2012-12-311-4/+2
| | | (bzr r12001)
* Fix GObject pointer conversion warnings in event contextAlex Valavanis2012-12-301-5/+4
| | | (bzr r12000)
* Fix for 383871 : Let space switch to selector tool even when used for panningJohn Smith2012-12-141-22/+48
| | | (bzr r11954)
* cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-14/+14
| | | (bzr r11867)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-1/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Fix for 172190 : Hand/Pan tool cursor on middle-dragJohn Smith2012-09-251-0/+36
| | | (bzr r11703)
* Fix for 979567 : Object context menu (right-click) acts on bottom-most ↵John Smith2012-09-181-0/+10
| | | | | instead of top-most object under cursor position (bzr r11672)
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+13
| | | (bzr r11655)
* Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time ↵John Smith2012-09-051-1/+1
| | | | | only pick (bzr r11652)
* Fix canvas scroll events in GTK+ 3Alex Valavanis2012-07-231-0/+10
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1016892 (bzr r11566)
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-121-14/+40
| | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
* 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/+0
| | | (bzr r11460)
* Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-271-9/+7
| | | | | | Fixed bugs: - https://launchpad.net/bugs/943200 (bzr r11429)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-84/+1
| | | (bzr r11318)
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-9/+0
| | | (bzr r11316)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-35/+122
| | | (bzr r11250)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+12
| | | (bzr r11196)
* C++ify context menu:Kris De Gussem2012-04-051-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)
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-1/+1
|\ | | | | (bzr r11027)
* | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
| | | | | | (bzr r11011)
* | Patch from John Smith for 623660Josh Andler2012-01-231-1/+1
| | | | | | (bzr r10921)
* | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+8
|/ | | (bzr r10826)
* 1) Cycle to the next-closest-snap-source when pressing tab, if the ↵Diederik van Lierop2011-11-041-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)
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
| | | (bzr r10697)
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-15/+15
| | | (bzr r10659)
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/792263 (bzr r10252.1.1)