summaryrefslogtreecommitdiffstats
path: root/src/widgets/desktop-widget.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix #385 inbox#765 macOS acceleratorsThomas Holder2019-08-161-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)
* fix #383 macOS "ask to save" on CMD+QThomas Holder2019-08-141-1/+1
|
* Fixes to regresion pointed in RC about text and tooltipsJabier Arraiza2019-08-101-6/+4
|
* Fix regression on text launch shortcutsJabier Arraiza2019-08-071-1/+14
|
* Remove line height code and ficx coding styleJabiertxof2019-08-021-7/+4
|
* Allow tools sensitive when overflow canvas area also fix a bug i couldent ↵Jabiertxof2019-08-021-1/+9
| | | | remember about ruberband selection
* Add Patrick improvements to verbs toggle menu itemsJabiertxof2019-07-291-1/+1
|
* macOS menu: "Window" before "Help"Thomas Holder2019-07-111-0/+14
| | | | Closes #322
* Remove gimp ruler.Tavmjong Bah2019-06-291-51/+14
|
* Reimplement ruler in C++.Tavmjong Bah2019-06-291-5/+44
|
* Remove experimental code to work in MR and fixes for selectorsJabier Arraiza2019-06-231-0/+1
|
* fix inbox#537 macOS Window menuThomas Holder2019-06-221-0/+1
|
* Merge branch 'text-toolbar-migration'Alexander Valavanis2019-06-051-10/+16
|\
| * Hackfest2019: Get rid of deprecated InkSelectOneActionAlexander Valavanis2019-05-281-10/+16
| |
* | Merge changesAlexander Valavanis2019-06-051-0/+19
|\ \ | |/ |/|
| * macOS: gtk-mac-integrationThomas Holder2019-05-291-0/+19
| |
* | Rm unused code now Gtk+ >= 3.22 dependency is setAlexander Valavanis2019-05-261-29/+1
|/
* Fix alignment of ruler ticksDiederik van Lierop2019-05-201-6/+11
|
* Remove support for LCMS 1Karl Cheng2019-05-121-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
* Make display unit change roll out to toolbarsNathan Lee2019-04-301-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
* Restore select toolbar lock buttonNathan Lee2019-04-151-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
* Add window class along dark/bright to mark APP is using symbolic icons or ↵Jabiertxof2019-03-271-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
* Merge addition of center on page buttonMartin Owens2019-03-061-0/+4
|\
| * Changed tabs to spacesWizardOhio242019-02-111-1/+1
| |
| * Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio242019-02-111-0/+4
| |
* | Stop crash, save dialog pos for floating dialog preferenceNathan Lee2019-02-271-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
* | Give more descriptive names to document file related variables and functions.Tavmjong Bah2019-02-201-3/+3
| | | | | | | | Makes searching through code for them easier.
* | Header cleanup.Tavmjong Bah2019-02-121-1/+0
|/
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-021-11/+15
|
* Temporary fix for crash on quit.Tavmjong Bah2019-01-281-0/+9
|
* Toolbars: Fix alt+x focus switchingAlexander Valavanis2019-01-271-3/+10
|
* Finich CSS refactorJabier Arraiza2019-01-271-0/+2
|
* Fix compiling errorsJabier Arraiza2019-01-271-3/+3
|
* Adding styling refactoring, moving after to other branch the CSS partJabier Arraiza2019-01-271-1/+22
|
* Only connect color profile event when building against LCMS.Emmanuel Gil Peyrot2019-01-231-1/+1
| | | | Fixes a build failure with -DENABLE_LCMS=OFF.
* Move main menu bar from desktop-widget to inkscape-window.Tavmjong Bah2019-01-221-41/+0
|
* No longer use widget data to store pointer to window.Tavmjong Bah2019-01-201-16/+0
|
* Use document rather than namedview in creating desktop widget.Tavmjong Bah2019-01-201-3/+5
|
* Get rid of unneccessary type conversions (SPDesktopWidget <-> SPViewWidget).Tavmjong Bah2019-01-191-3/+2
|
* Fix compile error for Gtk versions <3.20octycs2019-01-061-1/+1
|
* modernize loopsMarc Jeanmougin2019-01-021-2/+2
|
* Fix namespace naming consistencyAlexander Valavanis2018-12-291-4/+2
|
* Move Button to Inkscape namespaceAlexander Valavanis2018-12-291-18/+16
|
* C++ify button widgetAlexander Valavanis2018-12-291-11/+9
|
* SPDesktopWidget: Migrate ruler events to sigc++Alexander Valavanis2018-12-281-167/+201
|
* desktop-widget: Use members instead of static variables for ruler eventsAlexander Valavanis2018-12-281-33/+33
|
* desktop-widget: Make canvas privateAlexander Valavanis2018-12-061-51/+302
|
* desktop-widget: Make ruler origin privateAlexander Valavanis2018-12-061-10/+10
|
* desktop-widget: C++ify rulersAlexander Valavanis2018-12-061-32/+30
|
* desktop-widget: make rulers privateAlexander Valavanis2018-12-061-48/+62
|