summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-23add livecoding tool to toolbars-ol1-0/+12
2019-11-18Make canvas rotation unchanged by y-axis directionNathan Lee1-5/+5
Y-axis direction is stored in `_scale`. Based off of Thomas Holder's input, fixes inkscape/510, MR 1029.
2019-11-01Remove OCALMarc Jeanmougin1-10/+0
2019-11-01Improve clip LPEJabier Arraiza1-1/+8
Fixes: https://gitlab.com/inkscape/inbox/issues/868 https://gitlab.com/inkscape/inbox/issues/867 https://gitlab.com/inkscape/inbox/issues/866
2019-10-22Make `FitCanvasVerb`s sensitive by defaultPatrick Storz1-3/+1
The only instance exposed in the UI is SP_VERB_FIT_CANVAS_TO_SELECTION_OR_DRAWING and should be enabled by default. Fixes https://gitlab.com/inkscape/inkscape/issues/486
2019-10-09Improve node selection ~x3 removing unneded updateNow() called in non ↵Jabier Arraiza1-2/+2
necesary places. Also ensure canvas is always redraw
2019-09-10Improve help string for CSS dialogPatrick Storz1-1/+1
Fixes https://gitlab.com/inkscape/inkscape/issues/403
2019-08-22remove HAVE_POTRACEMarc Jeanmougin1-34/+0
2019-08-21Remove pixelart dialogMarc Jeanmougin1-7/+0
2019-08-19Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita1-0/+7
2019-07-31Keep tutorial even if built without potraceNathan Lee1-5/+0
2019-07-31Hide spellcheck dialog if Aspell is missingNathan Lee1-6/+4
Hide warnings emitted if Aspell/Potrace missing
2019-07-29Verbs: Disable SP_VERB_DIALOG_SPELLCHECK when compiling without AspellPatrick Storz1-0/+8
Also avoids showing menu items that have no function. (see also https://gitlab.com/inkscape/inkscape/issues/354)
2019-07-29Add Patrick improvements to verbs toggle menu itemsJabiertxof1-1/+1
2019-07-28Fix coding styleJabier Arraiza1-2/+1
2019-07-28Fix some issues with inverse coordinates pointed by MarenJabier Arraiza1-2/+2
2019-07-28Add verbs update checkbuttons in menu. Also do improvements requested in ↵Jabier Arraiza1-6/+6
https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering
2019-07-19icons: do not re-use 'layer-rename' for "Move selection to layer"Patrick Storz1-1/+1
2019-07-19icons: replace deprecated gtk stock iconsPatrick Storz1-1/+1
They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-06-10Add shortcutJabiertxof1-2/+1
2019-06-10Fixing coding styleJabier Arraiza1-2/+3
2019-06-10Move from XMLDialog to another paned dialogJabier Arraiza1-5/+5
2019-04-18Remove unimplemented Find Dialog (obsolete)Nathan Lee1-5/+0
2019-03-06fix toggling snap with key shortcut breaks historyYosshi9991-0/+3
Toggling snap must not be undo-able, but keyboard shortcut '%' didn't turn undo-sensitivity off. See <https://bugs.launchpad.net/inkscape/+bug/1064858>.
2019-03-02After delete, next selected layer is sibling of equal depth, with preference ↵Nathan Lee1-9/+23
for previous layer. Also fix: prevents setting deleted layer as current.
2019-02-24Merge in bazaar branch for alignment handlesMartin Owens1-2/+42
2019-02-20Remove Tags functionality (replaced by css selectors)Martin Owens1-76/+0
2019-02-16Tutorials: Improve logic for loading localized versionsPatrick Storz1-29/+10
There's no need to translate every filename, just translate the language code. Also use Inkscape::IO::Resource::get_filename to ensure we fall-back to Englishstutorials should the localized versions not be available.
2019-02-11Fix bounds check in sp_action_get_title!Tim Rawlinson1-1/+1
2019-02-11Updated inkscape.pot to include Center page in windowWizardOhio241-1/+1
2019-02-11Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio241-0/+5
2019-02-10Update sp_action_get_title to remove Unicode Character "…" (U+2026)Tim Rawlinson1-2/+6
2019-02-08Fix more capitalisation inconsistencies.tim_rawlinson1-1/+1
2019-02-07Fix capitalisation of menu items.Tim Rawlinson1-7/+7
2019-01-22Fix some typos and syntax errorsMattia Rizzolo1-1/+1
Some of the typos fixes are in libcroco code. They are already fixed in upstream's git (https://bugzilla.gnome.org/show_bug.cgi?id=776798). Also fix a bunch of "allow to" (with the missing object). Signed-off-by: Mattia Rizzolo <mattia@mapreri.org>
2019-01-02modernize loopsMarc Jeanmougin1-17/+12
2018-12-04fix coding styleJabier Arraiza1-2/+2
2018-12-04Added XRayJabier Arraiza1-0/+6
2018-12-01Fix coding styleJabier Arraiza1-2/+2
2018-12-01Fix merge to master and add shortcutJabier Arraiza1-3/+3
2018-12-01Initial commit of split canvasJabiertxof1-2/+8
2018-11-08Clarify licensesMax Gaukler1-17/+16
- add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library
2018-11-06C++ify SVGViewWidget. Remove unused code.Tavmjong Bah1-5/+0
2018-10-18Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason1-4/+4
clearer.
2018-10-18New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason1-0/+5
mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters.
2018-10-06Misc. typosluz.paz1-1/+1
Found via `codespell`
2018-10-01Remove #include "config.h" wherever possibleEduard Braun1-5/+0
2018-09-22Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza1-10/+2
2018-09-13fixes and improvementes to power clip and powermaskJabiertxof1-0/+2