summaryrefslogtreecommitdiffstats
path: root/src/desktop-events.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-13/+4
2019-04-13Cursor changes with Guides updated (UI)Nathan Lee1-1/+5
2018-12-06desktop-widget: Make canvas privateAlexander Valavanis1-241/+0
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-4/+0
2018-09-12New option to invert y-axisThomas Holder1-2/+9
2018-06-21Move pixmaps to ui/pixmaps, and update the README accordingly.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-11/+11
2018-06-12Make ToolBase::cursor use gdkmm and smart pointers.Emmanuel Gil Peyrot1-1/+1
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-2/+2
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-2/+2
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-16/+25
2017-10-05Rename get_group0_keyval to get_latin_keyvalAndrey Mozzhuhin1-2/+2
2017-07-11update GdkSeat usageAlexander Valavanis1-1/+20
2017-06-30Hackfest: Refactor cursors so the hot spot is inside the xpmMartin Owens1-1/+1
2017-03-20Implement rotation via desktop to window affine.Tavmjong Bah1-4/+0
2017-02-04Disable rotate guides in doc rotationJabiertxof1-3/+3
2016-08-08Use Gdk::Seat instead of Gdk::DeviceManagerAlex Henrie1-1/+11
2016-07-28Finish removing GTK+ 2 fallbacksAlex Valavanis1-39/+7
2016-07-28Drop remaining GTKMM 2 fallback supportAlex Valavanis1-3/+1
2016-04-11desktop-events: Fix deprecated GdkCursor APIAlex Valavanis1-26/+23
2015-12-06Fixes UX pointed in suv reviewJabier Arraiza Cenoz1-0/+3
2015-12-05Changed from Desktop to namedview to handle multiples documentsJabier Arraiza Cenoz1-6/+7
2015-12-03Add global lock guides to the rulersJabier Arraiza Cenoz1-1/+3
2015-12-03Added no highlight and cross icon on locked guidesJabier Arraiza Cenoz1-0/+3
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-2/+2
2015-02-12desktop-events: Get rid of GList usage.Alex Valavanis1-20/+21
2014-12-21Remove sp_desktop_document and finish cleanup of desktop-handles.hLiam P. White1-5/+5
2014-12-21Purge sp_desktop_canvasLiam P. White1-5/+5
2014-11-26Correct guide placement when created by dragging onto canvas or by creating g...Tavmjong Bah1-1/+12
2014-10-05Move more UI code into ui/Liam P. White1-1/+1
2014-10-04Refactor SPGuide to use more C++Liam P. White1-24/+34
2014-09-27Update to experimental r13565Liam P. White1-1/+1
2014-09-07Update to experimental r13543Liam P. White1-1/+1
2014-09-02Remove misleading dialogs directoryLiam P. White1-1/+1
2014-07-22Replaced some abs/fabs with std::abs.Markus Engel1-2/+2
2014-07-22Fixed some unused variables warnings.Markus Engel1-1/+0
2014-03-26Remove Snap menu item and improve grid menu item textMartin Owens1-0/+1
2014-01-10add another break. It is not strictly necessary here, but who knows what code...Johan B. C. Engelen1-0/+1
2014-01-10Stop button_release events causing an enter_notify with a simple break. Fixes...Martin Owens1-0/+1
2013-11-09Moved and renamed some tool-related files.Markus Engel1-1/+1
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-5/+5
2013-07-20Ported away from and removed "sp-metrics.*".Matthew Petroff1-1/+0
2013-07-19Removed "helper/unit-menu.h" and "helper/units.h" from "desktop-events.cpp".Matthew Petroff1-2/+0
2013-03-25Workaround usage of deprecated glib symbols in 3rd party librariesAlex Valavanis1-1/+1
2013-01-27Migrate ruler position tracking to new track_widget APIAlex Valavanis1-3/+0
2012-10-18Fix for 171333 : Adjust icon for moving guides - Hand iconJohn Smith1-1/+1
2012-10-17Fix for 171333 : Adjust icon for moving guidesJohn Smith1-1/+10
2012-10-04code cleanup: add own includes to cpp files or make the functions static if t...Campbell Barton1-0/+1
2012-07-05Drop GTK+ 2.20 support.Alex Valavanis1-29/+1