summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2013-06-17Removed hard coded keybinding from event-context.cpp and added the appropiate...Christoffer Holmstedt1-7/+0
2013-06-06Added configure/ifdef guards to only bring in the needed #include if glibmm h...Jon A. Cruz1-0/+2
2013-06-04Correct to compile against recent gtkmm, including updated macports versions....Jon A. Cruz1-0/+2
2013-04-28Temporily fix abiguous macros before later removal.Jon A. Cruz1-12/+12
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-02-01Fix for 1091582 : Problem when entering space in text after space tool toggling.John Smith1-0/+1
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis1-2/+1
2013-01-26More GObject boilerplate reductionAlex Valavanis1-23/+2
2012-12-31Replace C-style pointer casts in event contextsAlex Valavanis1-4/+2
2012-12-30Fix GObject pointer conversion warnings in event contextAlex Valavanis1-5/+4
2012-12-14Fix for 383871 : Let space switch to selector tool even when used for panningJohn Smith1-22/+48
2012-11-11cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis1-14/+14
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-1/+1
2012-09-25Fix for 172190 : Hand/Pan tool cursor on middle-dragJohn Smith1-0/+36
2012-09-18Fix for 979567 : Object context menu (right-click) acts on bottom-most instea...John Smith1-0/+10
2012-09-06Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith1-0/+13
2012-09-05Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...John Smith1-1/+1
2012-07-23Fix canvas scroll events in GTK+ 3Alex Valavanis1-0/+10
2012-07-12Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem1-14/+40
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-4/+0
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+0
2012-05-27Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis1-9/+7
2012-05-03Eliminated duplication of GTK key defines.Jon A. Cruz1-84/+1
2012-05-03Adding base configurable sizing of controls/handles.Jon A. Cruz1-9/+0
2012-04-15Get rid of remaining deprecated GDK Key symbolsAlex Valavanis1-35/+122
2012-04-09Replace deprecated gdk_cursor_unrefAlex Valavanis1-0/+12
2012-04-05C++ify context menu:Kris De Gussem1-8/+6
2012-02-25(cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem1-1/+1
2012-01-23Patch from John Smith for 623660Josh Andler1-1/+1
2012-01-03Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis1-4/+8
2011-11-041) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop1-109/+109
2011-10-27Fixing more broken and split doc comments.Jon A. Cruz1-2/+1
2011-10-03Another minor pass of Doxygen cleanup.Jon A. Cruz1-15/+15
2011-06-03Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis1-2/+1
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan1-1/+1
2010-09-06Color preview in cursorJasper van de Gronde1-11/+35
2010-08-28Fix LP bug #622350: Discard events when desktop->event_context has not been s...Diederik van Lierop1-8/+15
2010-02-21Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop1-3/+3
2010-02-14Implementation of snap delay mechanism for guidesDiederik van Lierop1-23/+70
2010-02-06Tiny bit of refactoring (inverting some logic)Diederik van Lierop1-1/+5
2010-01-30Finally introducing the pre-snap indicatorDiederik van Lierop1-0/+10
2010-01-23Fix snap bug as reported by Arcadie Cracan on the developers mailing list, da...Diederik van Lierop1-13/+9
2010-01-23Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop1-652/+625
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-0/+7
2009-12-30Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop1-167/+167
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-1/+0
2009-10-05fix shift+middle button zoom area when there are other modifiers in the mask;...bulia byak1-1/+1
2009-09-21fix by Diederik for 422972bulia byak1-2/+6
2009-07-18Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop1-65/+20
2009-05-10Only load from preferences when really needed, which might help reducing the ...Diederik van Lierop1-9/+10