summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-13/+4
* Cursor changes with Guides updated (UI)Nathan Lee2019-04-131-1/+5
* desktop-widget: Make canvas privateAlexander Valavanis2018-12-061-241/+0
* Clarify licensesMax Gaukler2018-11-081-1/+2
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-4/+0
* New option to invert y-axisThomas Holder2018-09-121-2/+9
* Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot2018-06-211-1/+1
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-11/+11
* Make ToolBase::cursor use gdkmm and smart pointers.Emmanuel Gil Peyrot2018-06-121-1/+1
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-2/+2
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-2/+2
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-16/+25
* Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin2017-10-051-2/+2
* 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
* Disable rotate guides in doc rotationJabiertxof2017-02-041-3/+3
* Add some Vlava improvements from mailing listJabier Arraiza Cenoz2016-11-011-0/+4
* Use Gdk::Seat instead of Gdk::DeviceManagerAlex Henrie2016-08-081-1/+11
* Finish removing GTK+ 2 fallbacksAlex Valavanis2016-07-281-39/+7
* Drop remaining GTKMM 2 fallback supportAlex Valavanis2016-07-281-3/+1
* desktop-events: Fix deprecated GdkCursor APIAlex Valavanis2016-04-111-26/+23
* Fixes UX pointed in suv reviewJabier Arraiza Cenoz2015-12-061-0/+3
* Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz2015-12-051-6/+7
* Add global lock guides to the rulersJabier Arraiza Cenoz2015-12-031-1/+3
* Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz2015-12-031-0/+3
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-2/+2
* desktop-events: Get rid of GList usage.Alex Valavanis2015-02-121-20/+21
* Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White2014-12-211-5/+5
* Purge sp_desktop_canvasLiam P. White2014-12-211-5/+5
* Correct guide placement when created by dragging onto canvas or by creating g...Tavmjong Bah2014-11-261-1/+12
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
* Refactor SPGuide to use more C++Liam P. White2014-10-041-24/+34
* Remove misleading dialogs directoryLiam P. White2014-09-021-1/+1
* Replaced some abs/fabs with std::abs.Markus Engel2014-07-221-2/+2
* Fixed some unused variables warnings.Markus Engel2014-07-221-1/+0
* Remove Snap menu item and improve grid menu item textMartin Owens2014-03-261-0/+1
* add another break. It is not strictly necessary here, but who knows what code...Johan B. C. Engelen2014-01-101-0/+1
* Stop button_release events causing an enter_notify with a simple break. Fixes...Martin Owens2014-01-101-0/+1
* Moved and renamed some tool-related files.Markus Engel2013-11-091-1/+1
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-5/+5
* Ported away from and removed "sp-metrics.*".Matthew Petroff2013-07-201-1/+0
* Removed "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp".Matthew Petroff2013-07-191-2/+0
* Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis2013-03-251-1/+1
* Migrate ruler position tracking to new track_widget APIAlex Valavanis2013-01-271-3/+0
* Fix for 171333 : Adjust icon for moving guides - Hand iconJohn Smith2012-10-181-1/+1
* Fix for 171333 : Adjust icon for moving guidesJohn Smith2012-10-171-1/+10
* code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton2012-10-041-0/+1
* Drop GTK+ 2.20 support.Alex Valavanis2012-07-051-29/+1
* Migrate to new device pointer API for GTK+ 3Alex Valavanis2012-06-231-3/+22