summaryrefslogtreecommitdiffstats
path: root/src/event-context.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace C-style pointer casts in event contextsAlex Valavanis2012-12-311-4/+2
* Fix GObject pointer conversion warnings in event contextAlex Valavanis2012-12-301-5/+4
* Fix for 383871 : Let space switch to selector tool even when used for panningJohn Smith2012-12-141-22/+48
* cppcheck: Convert more C-style pointer casts to GObject or C++Alex Valavanis2012-11-111-14/+14
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-1/+1
* Fix for 172190 : Hand/Pan tool cursor on middle-dragJohn Smith2012-09-251-0/+36
* Fix for 979567 : Object context menu (right-click) acts on bottom-most instea...John Smith2012-09-181-0/+10
* Fix for 580160 : Deleting a gradient stop using Shape tools deletes the objectJohn Smith2012-09-061-0/+13
* Fix for 172236 : Dropper in Fill-Stroke dialog, changed to be a one time only...John Smith2012-09-051-1/+1
* Fix canvas scroll events in GTK+ 3Alex Valavanis2012-07-231-0/+10
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-121-14/+40
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-4/+0
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+0
* Stop using deprecated GdkBitmap in custom cursorsAlex Valavanis2012-05-271-9/+7
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-84/+1
* Adding base configurable sizing of controls/handles.Jon A. Cruz2012-05-031-9/+0
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-35/+122
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+12
* C++ify context menu:Kris De Gussem2012-04-051-8/+6
* Merge Andrew's new OCAL dialog and clean headers. Please testAlex Valavanis2012-02-271-1/+1
|\
* | (cppcheck and janitorial tasks:) C-style casting to C++-style castingKris De Gussem2012-02-251-1/+1
* | Patch from John Smith for 623660Josh Andler2012-01-231-1/+1
* | Cleanup GSEAL issues and deprecated GtkTooltipsAlex Valavanis2012-01-031-4/+8
|/
* 1) Cycle to the next-closest-snap-source when pressing tab, if the snap-close...Diederik van Lierop2011-11-041-109/+109
* Fixing more broken and split doc comments.Jon A. Cruz2011-10-271-2/+1
* Another minor pass of Doxygen cleanup.Jon A. Cruz2011-10-031-15/+15
* Use generic headers in preparation for GTK+ 3 transitionAlex Valavanis2011-06-031-2/+1
* Merge and cleanup of GSoC C++-ification project.Jon A. Cruz2010-12-121-12/+12
|\
* | Super duper mega (fun!) commit: replaced encoding=utf-8 with fileencoding=utf...Chris Morgan2010-11-171-1/+1
* | Color preview in cursorJasper van de Gronde2010-09-061-11/+35
* | Fix LP bug #622350: Discard events when desktop->event_context has not been s...Diederik van Lierop2010-08-281-8/+15
|/
* Make sure that guides always snap correctly when dropping them, and improve p...Diederik van Lierop2010-02-211-3/+3
* Implementation of snap delay mechanism for guidesDiederik van Lierop2010-02-141-23/+70
* Tiny bit of refactoring (inverting some logic)Diederik van Lierop2010-02-061-1/+5
* Finally introducing the pre-snap indicatorDiederik van Lierop2010-01-301-0/+10
* Fix snap bug as reported by Arcadie Cracan on the developers mailing list, da...Diederik van Lierop2010-01-231-13/+9
* Remove redundancy from snapping API (type of snapsource no longer has to be s...Diederik van Lierop2010-01-231-652/+625
* * Merge from trunkKrzysztof Kosi??ski2010-01-141-168/+169
|\
| * Small snap bug has been eliminated, flowed text snapping now uses baseline, r...Diederik van Lierop2009-12-301-167/+167
* | * Implement node snapping.Krzysztof Kosi??ski2010-01-101-0/+7
* | First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-1/+0
|/
* fix shift+middle button zoom area when there are other modifiers in the mask;...bulia byak2009-10-051-1/+1
* fix by Diederik for 422972bulia byak2009-09-211-2/+6
* Make the snap delay mechanism easier to implement for the devs, and get rid o...Diederik van Lierop2009-07-181-65/+20
* Only load from preferences when really needed, which might help reducing the ...Diederik van Lierop2009-05-101-9/+10
* Fix crash when dragging radial gradient (bug #363668)Diederik van Lierop2009-05-011-4/+13
* Fix middle-mouse-button-zooming in node-context with snap-delay enabledDiederik van Lierop2009-04-031-0/+8
* Delete the delayed snap event, killing any pending timers, when the event-con...Diederik van Lierop2009-04-011-0/+4
* Some minor snap-delay modificationsDiederik van Lierop2009-03-311-2/+8
* - Move snap delay mechanism to the event context (used to be in SPCanvas)Diederik van Lierop2009-03-291-22/+226