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