summaryrefslogtreecommitdiffstats
path: root/src/verbs.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* icons: do not re-use 'layer-rename' for "Move selection to layer"Patrick Storz2019-07-191-1/+1
|
* icons: replace deprecated gtk stock iconsPatrick Storz2019-07-191-1/+1
| | | | | | They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Add shortcutJabiertxof2019-06-101-2/+1
|
* Fixing coding styleJabier Arraiza2019-06-101-2/+3
|
* Move from XMLDialog to another paned dialogJabier Arraiza2019-06-101-5/+5
|
* Remove unimplemented Find Dialog (obsolete)Nathan Lee2019-04-181-5/+0
|
* fix toggling snap with key shortcut breaks historyYosshi9992019-03-061-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>.
* Merge addition of center on page buttonMartin Owens2019-03-061-0/+5
|\
| * Updated inkscape.pot to include Center page in windowWizardOhio242019-02-111-1/+1
| |
| * Added Feature: Recenter page in window, Ctrl+4 shortcutWizardOhio242019-02-111-0/+5
| |
* | After delete, next selected layer is sibling of equal depth, with preference ↵Nathan Lee2019-03-021-9/+23
| | | | | | | | | | | | for previous layer. Also fix: prevents setting deleted layer as current.
* | Merge in bazaar branch for alignment handlesMartin Owens2019-02-241-2/+42
| |
* | Remove Tags functionality (replaced by css selectors)Martin Owens2019-02-201-76/+0
| |
* | Update sp_action_get_title to remove Unicode Character "…"Patrick Storz2019-02-171-2/+6
|\ \
| * | Fix bounds check in sp_action_get_title!Tim Rawlinson2019-02-111-1/+1
| | |
| * | Update sp_action_get_title to remove Unicode Character "…" (U+2026)Tim Rawlinson2019-02-101-2/+6
| |/
* / Tutorials: Improve logic for loading localized versionsPatrick Storz2019-02-161-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.
* Fix more capitalisation inconsistencies.tim_rawlinson2019-02-081-1/+1
|
* Fix capitalisation of menu items.Tim Rawlinson2019-02-071-7/+7
|
* Fix some typos and syntax errorsMattia Rizzolo2019-01-221-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>
* modernize loopsMarc Jeanmougin2019-01-021-17/+12
|
* fix coding styleJabier Arraiza2018-12-041-2/+2
|
* Added XRayJabier Arraiza2018-12-041-0/+6
|
* Fix coding styleJabier Arraiza2018-12-011-2/+2
|
* Fix merge to master and add shortcutJabier Arraiza2018-12-011-3/+3
|
* Initial commit of split canvasJabiertxof2018-12-011-2/+8
|
* Clarify licensesMax Gaukler2018-11-081-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
* C++ify SVGViewWidget. Remove unused code.Tavmjong Bah2018-11-061-5/+0
|
* Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵Rick Yorgason2018-10-181-4/+4
| | | | clearer.
* New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-181-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.
* Misc. typosluz.paz2018-10-061-1/+1
| | | Found via `codespell`
* Remove #include "config.h" wherever possibleEduard Braun2018-10-011-5/+0
|
* Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-221-10/+2
|
* fixes and improvementes to power clip and powermaskJabiertxof2018-09-131-0/+2
|
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-041-2/+2
|
* adding gtk-themeJabier Arraiza2018-07-211-300/+334
|
* Run clang-tidy’s modernize-redundant-void-arg pass.Emmanuel Gil Peyrot2018-06-191-4/+4
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-173/+173
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-15/+15
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVGJabier Arraiza2018-05-121-0/+4
|
* Add Maren improvements prepare to mergeJabiertxo Arraiza Cenoz2018-05-101-0/+3
|
* Allow link a SVG as imageJabiertxo Arraiza Cenoz2018-05-101-1/+4
|
* Rename "Glyphs" dialog to "Unicode Characters" dialog to better reflect what ↵Tavmjong Bah2018-05-031-2/+3
| | | | | | it does. Minor UI tweaks and bug fixes.
* a bit more of warning cleanupFelipe Corrêa da Silva Sanches2018-03-281-1/+1
|
* a few more fixes to build warnings related to libnrtypeFelipe Corrêa da Silva Sanches2018-03-271-1/+1
|
* Fixing refsJabier Arraiza2018-03-261-2/+0
|
* Misc. typosluz.paz2018-02-101-1/+1
| | | Found via `codespell`
* Move classes derived from SPObject to own directory.Tavmjong Bah2018-01-301-18/+25
| | | | A lot of header clean-up.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`