From 5dc149d30834c417280f4285136cc67bb0ebbed6 Mon Sep 17 00:00:00 2001 From: David Capello Date: Fri, 4 Dec 2015 17:46:32 -0300 Subject: [PATCH] Add "Select > Modify" commands to expand/contract/border the selection --- data/gui.xml | 11 + data/pref.xml | 2 + data/widgets/modify_selection.xml | 25 +++ src/app/CMakeLists.txt | 1 + src/app/commands/cmd_modify_selection.cpp | 255 ++++++++++++++++++++++ src/app/commands/commands_list.h | 1 + 6 files changed, 295 insertions(+) create mode 100644 data/widgets/modify_selection.xml create mode 100644 src/app/commands/cmd_modify_selection.cpp diff --git a/data/gui.xml b/data/gui.xml index da9c5c01c..db5157ac1 100644 --- a/data/gui.xml +++ b/data/gui.xml @@ -667,6 +667,17 @@ + + + + + + + + + + + diff --git a/data/pref.xml b/data/pref.xml index 9924412f0..aea4a0424 100644 --- a/data/pref.xml +++ b/data/pref.xml @@ -136,6 +136,8 @@