summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* update GdkSeat usageAlexander Valavanis2017-07-111-1/+20
|
* Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens2017-06-301-1/+1
|
* Implement rotation via desktop to window affine.Tavmjong Bah2017-03-201-4/+0
| | | | | | Remove rotation via viewbox. Still some work to do... (bzr r15603)
* Disable rotate guides in doc rotationJabiertxof2017-02-041-3/+3
| | | (bzr r15470)
* Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-011-0/+4
| | | (bzr r15142.1.28)
* Use Gdk::Seat instead of Gdk::DeviceManagerAlex Henrie2016-08-081-1/+11
| | | (bzr r15046.1.1)
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-39/+7
| | | (bzr r15023.2.8)
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-3/+1
| | | (bzr r15023.2.7)
* desktop-events: Fix deprecated GdkCursor APIAlex Valavanis2016-04-111-26/+23
| | | (bzr r14782)
* Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+3
| | | (bzr r14500.1.9)
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-6/+7
| | | (bzr r14500.1.8)
* Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-1/+3
| | | (bzr r14500.1.5)
* Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz2015-12-031-0/+3
| | | (bzr r14500.1.4)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
| | | (bzr r14059.2.1)
* desktop-events: Get rid of GList usage.Alex Valavanis2015-02-121-20/+21
| | | (bzr r13919)
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
| | | (bzr r13820)
* Purge sp_desktop_canvasLiam P. White2014-12-211-5/+5
| | | (bzr r13811)
* Correct guide placement when created by dragging onto canvas or by creating ↵Tavmjong Bah2014-11-261-1/+12
| | | | | guides around object/page. (bzr r13771)
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.253)
* Refactor SPGuide to use more C++Liam P. White2014-10-041-24/+34
| | | (bzr r13341.1.241)
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
| | | (bzr r13341.1.192)
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-2/+2
| | | (bzr r13459)
* Fixed some unused variables warnings.Markus Engel2014-07-221-1/+0
| | | (bzr r13458)
* Remove Snap menu item and improve grid menu item textMartin Owens2014-03-261-0/+1
| | | (bzr r13213)
* add another break. It is not strictly necessary here, but who knows what ↵Johan B. C. Engelen2014-01-101-0/+1
| | | | | code is added below in the future. (bzr r12912)
* Stop button_release events causing an enter_notify with a simple break. ↵Martin Owens2014-01-101-0/+1
| | | | | | | | Fixes bug #1255791 Fixed bugs: - https://launchpad.net/bugs/1255791 (bzr r12911)
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
| | | (bzr r12785)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-5/+5
| | | (bzr r12782)
* Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-1/+0
| | | (bzr r12380.1.47)
* Removed "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp".Matthew Petroff2013-07-191-2/+0
| | | (bzr r12380.1.31)
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243)
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-3/+0
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1105504 (bzr r12067)
* Fix for 171333 : Adjust icon for moving guides - Hand iconJohn Smith2012-10-181-1/+1
| | | (bzr r11807)
* Fix for 171333 : Adjust icon for moving guidesJohn Smith2012-10-171-1/+10
| | | (bzr r11806)
* code cleanup: add own includes to cpp files or make the functions static if ↵Campbell Barton2012-10-041-0/+1
| | | | | they are not used elsewhere. (bzr r11735)
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-29/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529)
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-231-3/+22
| | | (bzr r11511)
* Stop deriving SPCanvasItem from GtkObjectAlex Valavanis2012-06-091-1/+1
| | | (bzr r11469.1.1)
* Fix for 951580 : Ruler click toggles guide visibilityJohn Smith2012-06-011-9/+33
| | | (bzr r11448)
* Get rid of remaining deprecated GdkDevice API usageAlex Valavanis2012-05-271-0/+12
| | | (bzr r11426)
* More GtkObject fixesAlex Valavanis2012-05-181-0/+4
| | | (bzr r11382)
* syntx of null pointer dereference checksKris De Gussem2012-05-121-12/+14
| | | (bzr r11358)
* Eliminated duplication of GTK key defines.Jon A. Cruz2012-05-031-63/+1
| | | (bzr r11318)
* Work around for some missing glibmm headers in gtkmm (should be fixed in ↵Alex Valavanis2012-04-171-5/+0
| | | | | gtkmm 3.4) (bzr r11261)
* Get rid of remaining deprecated GDK Key symbolsAlex Valavanis2012-04-151-7/+73
| | | (bzr r11250)
* Replace deprecated gdk_window_get_pointerAlex Valavanis2012-04-091-2/+8
| | | (bzr r11197)
* Replace deprecated gdk_cursor_unrefAlex Valavanis2012-04-091-0/+12
| | | (bzr r11196)
* Warning cleanup.Jon A. Cruz2012-04-041-1/+1
| | | (bzr r11144)
* More header cleanup/fwd declarationsAlex Valavanis2012-02-151-0/+1
| | | (bzr r10986)
* 1) Add checkboxes for perpendicular and tangential snapping to the document ↵Diederik van Lierop2012-02-141-19/+48
| | | | | | | properties dialog (on the snap tab) 2) Newly created guides (dragged off the ruler) will take on the angle of the curve that's being snapped to (either perpendicularly or tangentialy, depending of the settings in the document properties dialog) (bzr r10975)