summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update language list in Glyphs dialog.Tavmjong Bah2019-10-031-0/+77
|
* Show glyphs using selected font in Glyphs dialog.Tavmjong Bah2019-10-031-3/+5
| | | | Changed due to Maren's comment in https://gitlab.com/inkscape/inkscape/issues/436
* Fix SVG in OpenType decoding bug.Tavmjong Bah2019-10-021-1/+1
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/953
* Better fix to previous commitJabiertxof2019-10-011-2/+9
|
* Fix a crash bug on new documentsJabiertxof2019-10-011-13/+15
|
* Fixing shifts for sub-byte PNG packing orderMarc Jeanmougin2019-10-011-2/+3
| | | | | | In PNG, pixels are stored left to right with msb first, so the shift of the nth color should be 8-size-n and not n Fixes https://gitlab.com/inkscape/inkscape/issues/444
* Fix issues pointed by McJabiertxof2019-10-012-10/+11
|
* Add DEBUG_PERFORMANCE flag to canvas to meassure iddle time and splits procesedJabiertxof2019-10-012-0/+28
|
* Add tooltip showing larger version of glyph in Glyph dialog.Tavmjong Bah2019-10-011-0/+4
| | | | Partially addresses https://gitlab.com/inkscape/inkscape/issues/436
* Make funtion that add classes to top level windows in diallogs callable from ↵Jabier Arraiza2019-10-013-14/+24
| | | | non dialogs windows
* Support "lang" and "xml:lang" attributes.Tavmjong Bah2019-10-016-2/+41
| | | | Partial fix for https://gitlab.com/inkscape/inbox/issues/951
* Use two bounding box caches instead of oneNathan Lee2019-10-012-7/+16
| | | | | gitlab.com/inkscape/inbox/issues/943 gitlab.com/inkscape/inkscape/issues/339
* Allow duplication of objects with empty idsNathan Lee2019-10-011-8/+4
| | | | .
* Reduce memory leak when dragging selectionNathan Lee2019-09-301-1/+1
|
* Reduce memory leaks when dragging shapesNathan Lee2019-09-302-1/+4
| | | | Remove unnecessary copy per Thomas' suggestion
* Don't create empty text node when reading in "textPath".Tavmjong Bah2019-09-301-16/+0
| | | | Fix for https://gitlab.com/inkscape/inbox/issues/512
* Apply a Nathan Lee fix to all LPE changing from SP_ACTIVE_DOCUMET to ↵Jabier Arraiza2019-09-3011-55/+39
| | | | LPE->document. It also remove a boring check and allow to preview on file explorer some Items blocked.
* Fix issue 872. LPE on rects is not rendering in browsersJabier Arraiza2019-09-293-7/+53
|
* fix compiling issuesJabiertxof2019-09-291-0/+2
|
* Comment dead code not used currentlyJabiertxof2019-09-293-3/+5
|
* Remove unused codeJabiertxof2019-09-291-6/+0
|
* Fixes pointed by ThomasJabiertxof2019-09-293-14/+18
|
* fix a hard to reproduce crash on textool when the CSS comapared is nullptrJabier Arraiza2019-09-291-0/+6
|
* Fix issue multiple signals on font change. stylingJabiertxof2019-09-282-2/+4
|
* Fis issue pointed by McJabier Arraiza2019-09-281-1/+1
|
* Dis allow to emit once instead 3 time on font changeJabier Arraiza2019-09-282-15/+16
|
* Fix issue https://gitlab.com/inkscape/inkscape/issues/246 LPE ↵Jabier Arraiza2019-09-281-120/+141
| | | | Perspective/Envelope: Perspective Overflow doesn't work
* Final fix issue pointed by Mc from ↵Jabiertxof2019-09-281-3/+3
| | | | https://twitter.com/geekeish/status/1174984172726673409. Styling
* Real fix issueJabiertxof2019-09-281-10/+10
|
* Fix issue pointed by Mc from ↵Jabiertxof2019-09-281-5/+8
| | | | https://twitter.com/geekeish/status/1174984172726673409
* fixes https://gitlab.com/inkscape/inbox/issues/847 Crash on Inverse Clipping ↵Jabier Arraiza2019-09-272-14/+29
| | | | an object with its clone and https://gitlab.com/inkscape/inkscape/issues/414 Object > Mask/Clip >Set Inverse (LPE) without clip path crashes Inkscape
* Extensions: Fix filename encoding issues in error loggingPatrick Storz2019-09-264-31/+37
| | | | (std::ostream is not properly portable unfortunately)
* Remove pixman_log_error from consoleNathan Lee2019-09-261-0/+1
|
* fix issue 426. Object to Path on text causes crashJabier Arraiza2019-09-261-18/+16
|
* Extensions: add a few missing calls to Gtk::manage()Patrick Storz2019-09-254-6/+6
|
* Extensions: Warn for duplicate page names and option names/valuesPatrick Storz2019-09-253-4/+31
| | | | | This is easy to miss and causes confusing behavior (e.g. wrong page/option selected)
* Filter .xml documents when importing shortcutsPatrick Storz2019-09-241-1/+1
| | | | See also 1f3a3972058ab3bed26088420bc377ef569e73cf
* Fix a crash in CUSTOM_TYPE Windows native file open dialogsPatrick Storz2019-09-241-7/+7
| | | | | | See also 49ea08c12ce0f931ba7fc79d8ad9f2fa42a7dca7 Fixes https://gitlab.com/inkscape/inkscape/issues/378
* Remove remaining uses of sp_round.Tavmjong Bah2019-09-244-22/+26
|
* Remove use of sp_round.Tavmjong Bah2019-09-242-11/+18
|
* fix tooggled value and po glade fila addedJabier Arraiza2019-09-231-19/+6
|
* Try to improve match of image-rendering values to cairo filtersPatrick Storz2019-09-222-22/+26
| | | | | | | | Specifically image-rendering="crisp-edges" should use a scaling algorithm that does *not* blur edges. Unfortunately this only leaves CAIRO_FILTER_NEAREST, but seems to be the most suitable choice.
* Object properties: fix values of image-rendering enumPatrick Storz2019-09-221-3/+10
| | | | | | (this is image-rendering, not shape-rendering) Also update tooltip and try to improve descriptions of values.
* Improve speed of LPE add dialog removing file from loop that make creation ↵Jabier Arraiza2019-09-221-0/+1
| | | | of multimple uneededd hidden dialogs
* Also fix translatability of styledialog and (unused) filter-editorPatrick Storz2019-09-222-2/+2
|
* Make LPE Selector translatablePatrick Storz2019-09-221-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/432
* Remove unused files (lpe-selector.h/lpe-selector.cpp)Patrick Storz2019-09-222-107/+0
|
* Fix segfault when reading Bixia SVG in OpenType font.Tavmjong Bah2019-09-211-1/+1
| | | | Fixes https://gitlab.com/inkscape/inbox/issues/845
* Make sure all conditions reached (minor touchup)Nathan Lee2019-09-211-3/+3
|
* Arrange > Polar unaffected by y-axis directionNathan Lee2019-09-211-4/+5
| | | | | | | In Arrange > Polar > Parameterized > Angle: update tooltips to reflect current behaviour. Fix https://gitlab.com/inkscape/inkscape/issues/374