| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-11-23 | add livecoding tool to toolbar | s-ol | 1 | -0/+12 | |
| 2019-11-18 | Make canvas rotation unchanged by y-axis direction | Nathan Lee | 1 | -5/+5 | |
| Y-axis direction is stored in `_scale`. Based off of Thomas Holder's input, fixes inkscape/510, MR 1029. | |||||
| 2019-11-01 | Remove OCAL | Marc Jeanmougin | 1 | -10/+0 | |
| 2019-11-01 | Improve clip LPE | Jabier Arraiza | 1 | -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-22 | Make `FitCanvasVerb`s sensitive by default | Patrick Storz | 1 | -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-09 | Improve node selection ~x3 removing unneded updateNow() called in non ↵ | Jabier Arraiza | 1 | -2/+2 | |
| necesary places. Also ensure canvas is always redraw | |||||
| 2019-09-10 | Improve help string for CSS dialog | Patrick Storz | 1 | -1/+1 | |
| Fixes https://gitlab.com/inkscape/inkscape/issues/403 | |||||
| 2019-08-22 | remove HAVE_POTRACE | Marc Jeanmougin | 1 | -34/+0 | |
| 2019-08-21 | Remove pixelart dialog | Marc Jeanmougin | 1 | -7/+0 | |
| 2019-08-19 | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019. | Valentin Ionita | 1 | -0/+7 | |
| 2019-07-31 | Keep tutorial even if built without potrace | Nathan Lee | 1 | -5/+0 | |
| 2019-07-31 | Hide spellcheck dialog if Aspell is missing | Nathan Lee | 1 | -6/+4 | |
| Hide warnings emitted if Aspell/Potrace missing | |||||
| 2019-07-29 | Verbs: Disable SP_VERB_DIALOG_SPELLCHECK when compiling without Aspell | Patrick Storz | 1 | -0/+8 | |
| Also avoids showing menu items that have no function. (see also https://gitlab.com/inkscape/inkscape/issues/354) | |||||
| 2019-07-29 | Add Patrick improvements to verbs toggle menu items | Jabiertxof | 1 | -1/+1 | |
| 2019-07-28 | Fix coding style | Jabier Arraiza | 1 | -2/+1 | |
| 2019-07-28 | Fix some issues with inverse coordinates pointed by Maren | Jabier Arraiza | 1 | -2/+2 | |
| 2019-07-28 | Add verbs update checkbuttons in menu. Also do improvements requested in ↵ | Jabier Arraiza | 1 | -6/+6 | |
| https://gitlab.com/inkscape/inkscape/issues/323 and improve XRay rendering | |||||
| 2019-07-19 | icons: do not re-use 'layer-rename' for "Move selection to layer" | Patrick Storz | 1 | -1/+1 | |
| 2019-07-19 | icons: replace deprecated gtk stock icons | Patrick Storz | 1 | -1/+1 | |
| They seems to be missing in some environments already... Fixes https://gitlab.com/inkscape/inkscape/issues/335 | |||||
| 2019-07-01 | Fix various minor typos | Yuri Chornoivan | 1 | -1/+1 | |
| 2019-06-10 | Add shortcut | Jabiertxof | 1 | -2/+1 | |
| 2019-06-10 | Fixing coding style | Jabier Arraiza | 1 | -2/+3 | |
| 2019-06-10 | Move from XMLDialog to another paned dialog | Jabier Arraiza | 1 | -5/+5 | |
| 2019-04-18 | Remove unimplemented Find Dialog (obsolete) | Nathan Lee | 1 | -5/+0 | |
| 2019-03-06 | fix toggling snap with key shortcut breaks history | Yosshi999 | 1 | -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-02 | After delete, next selected layer is sibling of equal depth, with preference ↵ | Nathan Lee | 1 | -9/+23 | |
| for previous layer. Also fix: prevents setting deleted layer as current. | |||||
| 2019-02-24 | Merge in bazaar branch for alignment handles | Martin Owens | 1 | -2/+42 | |
| 2019-02-20 | Remove Tags functionality (replaced by css selectors) | Martin Owens | 1 | -76/+0 | |
| 2019-02-16 | Tutorials: Improve logic for loading localized versions | Patrick Storz | 1 | -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-11 | Fix bounds check in sp_action_get_title! | Tim Rawlinson | 1 | -1/+1 | |
| 2019-02-11 | Updated inkscape.pot to include Center page in window | WizardOhio24 | 1 | -1/+1 | |
| 2019-02-11 | Added Feature: Recenter page in window, Ctrl+4 shortcut | WizardOhio24 | 1 | -0/+5 | |
| 2019-02-10 | Update sp_action_get_title to remove Unicode Character "…" (U+2026) | Tim Rawlinson | 1 | -2/+6 | |
| 2019-02-08 | Fix more capitalisation inconsistencies. | tim_rawlinson | 1 | -1/+1 | |
| 2019-02-07 | Fix capitalisation of menu items. | Tim Rawlinson | 1 | -7/+7 | |
| 2019-01-22 | Fix some typos and syntax errors | Mattia Rizzolo | 1 | -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-02 | modernize loops | Marc Jeanmougin | 1 | -17/+12 | |
| 2018-12-04 | fix coding style | Jabier Arraiza | 1 | -2/+2 | |
| 2018-12-04 | Added XRay | Jabier Arraiza | 1 | -0/+6 | |
| 2018-12-01 | Fix coding style | Jabier Arraiza | 1 | -2/+2 | |
| 2018-12-01 | Fix merge to master and add shortcut | Jabier Arraiza | 1 | -3/+3 | |
| 2018-12-01 | Initial commit of split canvas | Jabiertxof | 1 | -2/+8 | |
| 2018-11-08 | Clarify licenses | Max Gaukler | 1 | -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-06 | C++ify SVGViewWidget. Remove unused code. | Tavmjong Bah | 1 | -5/+0 | |
| 2018-10-18 | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 1 | -4/+4 | |
| clearer. | |||||
| 2018-10-18 | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 1 | -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-06 | Misc. typos | luz.paz | 1 | -1/+1 | |
| Found via `codespell` | |||||
| 2018-10-01 | Remove #include "config.h" wherever possible | Eduard Braun | 1 | -5/+0 | |
| 2018-09-22 | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 1 | -10/+2 | |
| 2018-09-13 | fixes and improvementes to power clip and powermask | Jabiertxof | 1 | -0/+2 | |
