summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-16fix #385 inbox#765 macOS acceleratorsThomas Holder1-1/+3
- re-fix Cmd-Q confirmation dialog (#383) without the numbers typing regression (#385) - re-fix Alt modifiers (inbox#765) - fix Cmd-A select all text (inbox#765)
2019-08-14fix #383 macOS "ask to save" on CMD+QThomas Holder1-1/+1
2019-08-10Fixes to regresion pointed in RC about text and tooltipsJabier Arraiza1-6/+4
2019-08-07Fix regression on text launch shortcutsJabier Arraiza1-1/+14
2019-08-02Remove line height code and ficx coding styleJabiertxof1-7/+4
2019-08-02Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵Jabiertxof1-1/+9
remember about ruberband selection
2019-07-29Add Patrick improvements to verbs toggle menu itemsJabiertxof1-1/+1
2019-07-11macOS menu: "Window" before "Help"Thomas Holder1-0/+14
Closes #322
2019-06-29Remove gimp ruler.Tavmjong Bah1-51/+14
2019-06-29Reimplement ruler in C++.Tavmjong Bah1-5/+44
2019-06-23Remove experimental code to work in MR and fixes for selectorsJabier Arraiza1-0/+1
2019-06-22fix inbox#537 macOS Window menuThomas Holder1-0/+1
2019-05-29macOS: gtk-mac-integrationThomas Holder1-0/+19
2019-05-28Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis1-10/+16
2019-05-26Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis1-29/+1
2019-05-20Fix alignment of ruler ticksDiederik van Lierop1-6/+11
2019-05-12Remove support for LCMS 1Karl Cheng1-18/+18
Now that all platforms (including macOS) now support LCMS 2, we no longer need to support LCMS 1. Fixes: https://bugs.launchpad.net/inkscape/+bug/1133014
2019-04-30Make display unit change roll out to toolbarsNathan Lee1-2/+2
Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208
2019-04-15Restore select toolbar lock buttonNathan Lee1-0/+3
Connection to other code (e.g. drag selection, pasting width) restored (dropped in GtkAction migration). Fixes https://gitlab.com/inkscape/inkscape/issues/161 Fixes https://gitlab.com/inkscape/inkscape/issues/173
2019-03-27Add window class along dark/bright to mark APP is using symbolic icons or ↵Jabiertxof1-0/+8
regular to allow apply diferent rules in icon contesx. For example allow use icons by css only (and sufix properly with "-symbolic" when necesary
2019-02-27Stop crash, save dialog pos for floating dialog preferenceNathan Lee1-3/+7
Adds error checking and calls sp_ruler_remove_track_widget before track widget is removed. Fixes: https://gitlab.com/inkscape/inkscape/issues/90 https://bugs.launchpad.net/inkscape/+bug/1674155
2019-02-20Give more descriptive names to document file related variables and functions.Tavmjong Bah1-3/+3
Makes searching through code for them easier.
2019-02-12Header cleanup.Tavmjong Bah1-1/+0
2019-02-11Changed tabs to spacesWizardOhio241-1/+1
2019-02-11Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio241-0/+4
2019-02-02TweakToolbar: GtkAction migrationAlexander Valavanis1-11/+15
2019-01-28Temporary fix for crash on quit.Tavmjong Bah1-0/+9
2019-01-27Toolbars: Fix alt+x focus switchingAlexander Valavanis1-3/+10
2019-01-27Finich CSS refactorJabier Arraiza1-0/+2
2019-01-27Fix compiling errorsJabier Arraiza1-3/+3
2019-01-27Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza1-1/+22
2019-01-23Only connect color profile event when building against LCMS.Emmanuel Gil Peyrot1-1/+1
Fixes a build failure with -DENABLE_LCMS=OFF.
2019-01-22Move main menu bar from desktop-widget to inkscape-window.Tavmjong Bah1-41/+0
2019-01-20No longer use widget data to store pointer to window.Tavmjong Bah1-16/+0
2019-01-20Use document rather than namedview in creating desktop widget.Tavmjong Bah1-3/+5
2019-01-19Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).Tavmjong Bah1-3/+2
2019-01-06Fix compile error for Gtk versions <3.20octycs1-1/+1
2019-01-02modernize loopsMarc Jeanmougin1-2/+2
2018-12-29Fix namespace naming consistencyAlexander Valavanis1-4/+2
2018-12-29Move Button to Inkscape namespaceAlexander Valavanis1-18/+16
2018-12-29C++ify button widgetAlexander Valavanis1-11/+9
2018-12-28SPDesktopWidget: Migrate ruler events to sigc++Alexander Valavanis1-167/+201
2018-12-28desktop-widget: Use members instead of static variables for ruler eventsAlexander Valavanis1-33/+33
2018-12-06desktop-widget: Make canvas privateAlexander Valavanis1-51/+302
2018-12-06desktop-widget: Make ruler origin privateAlexander Valavanis1-10/+10
2018-12-06desktop-widget: C++ify rulersAlexander Valavanis1-32/+30
2018-12-06desktop-widget: make rulers privateAlexander Valavanis1-48/+62
2018-12-05desktop-widget: make canvas_tbl privateAlexander Valavanis1-26/+21
2018-12-05desktop-widget: make scrollbars privateAlexander Valavanis1-22/+21
2018-12-05desktop-widget: C++ify rotation_statusAlexander Valavanis1-144/+76