summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-12-05desktop-widget: C++ify select_statusAlexander Valavanis1-14/+13
2018-12-01Fix coding styleJabier Arraiza1-4/+3
2018-12-01Fix mergingJabier Arraiza1-25/+26
2018-12-01Add some Martin fixes and UX improvementsJabiertxof1-12/+0
2018-12-01Adding draggin areaJabier Arraiza1-1/+2
2018-12-01Second cleanup to use cancas instead widgetsJabier Arraiza1-6/+1
2018-12-01Remove widget way to split in favor a cairo canvas oneJabiertxof1-4/+0
2018-12-01Initial commit of split canvasJabiertxof1-3/+27
2018-12-01desktopwidget: C++ify zoom_statusAlexander Valavanis1-206/+128
2018-12-01desktopwidget: C++ify sticky_zoom/cms_adjustAlexander Valavanis1-50/+53
2018-12-01desktopwidget: C++ify guides_lockAlexander Valavanis1-13/+14
2018-12-01desktopwidget: C++ifyAlexander Valavanis1-35/+34
2018-12-01desktopwidget: C++ify a few membersAlexander Valavanis1-110/+112
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-11-03Use monospace digits font in messages and spinbuttonsJabier Arraiza1-4/+6
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason1-2/+2
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason1-0/+2
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-1/+1
2018-09-21Fix window resize canvas orientation interferenceThomas Holder1-1/+4
2018-09-12New option to invert y-axisThomas Holder1-2/+6
2018-07-21Fixing coding styleJabier Arraiza1-2/+2
2018-07-21adding gtk-themeJabier Arraiza1-18/+24
2018-06-21Move global functions into SPImage methods.Emmanuel Gil Peyrot1-1/+1
2018-06-19Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-1/+1
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-40/+40
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-06-18Fix build issue caused by f09962028d017896279b717a6621a4de772d1b4f on GTK+ <3...Emmanuel Gil Peyrot1-1/+5
2018-06-13Make shutdown dialogs use gtkmm.Emmanuel Gil Peyrot1-56/+37
2018-06-13Make info dialog use gtkmm.Emmanuel Gil Peyrot1-11/+6
2018-06-12Make SPDesktopWidget::window_get_pointer() use gdkmm.Emmanuel Gil Peyrot1-9/+13
2018-05-04Add global guide controls to guides panelGeoff Lankow1-8/+0
2018-04-28Make the CMS toggle button update the canvasTobias Ellinghaus1-12/+12
2018-02-04Convert UnitTracker to use ink-select-one-action.Tavmjong Bah1-3/+0
2018-02-03Remove unneeded header.Tavmjong Bah1-1/+0
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-21/+28
2018-01-18swatches: Code cleanupStefano Facchini1-1/+0
2018-01-18Minor cleanup.Tavmjong Bah1-21/+34
2018-01-08Restore ability to switch mode while using spray tool (is this even useful?).Tavmjong Bah1-1/+5
2017-12-05Fix bug#1643179. Guides lock lost on load. Patch proposed in #5Jabier Arraiza1-3/+3
2017-11-13Unset the current tool early on shutdown.Stefano Facchini1-2/+1
2017-09-30Hunted every GList to the last (except in libnrtype and libcroco)Marc Jeanmougin1-22/+19
2017-07-11Fix duplicate definitionAlexander Valavanis1-1/+0
2017-07-09Update desktop-widget for GdkScreen/GdkMonitor changesAlexander Valavanis1-3/+29
2017-07-09Drop GdkWindow update stuff. Now handled automaticallyAlexander Valavanis1-5/+0
2017-07-09Updates for GdkScreen/GdkMonitor API changesAlexander Valavanis1-8/+7
2017-06-29Remove old icon handling codeAlexander Valavanis1-4/+3
2017-06-28Revert "menu-items: C++ify"Alexander Valavanis1-8/+5
2017-06-28menu-items: C++ifyAlexander Valavanis1-5/+8
2017-06-14Use Glib::ustring to simplify title string code.Tavmjong Bah1-55/+39