| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Remove unused code | Jabiertxof | 2019-09-29 | 1 | -6/+0 | |
| | | ||||||
| * | Fixes pointed by Thomas | Jabiertxof | 2019-09-29 | 3 | -14/+18 | |
| | | ||||||
| * | fix a hard to reproduce crash on textool when the CSS comapared is nullptr | Jabier Arraiza | 2019-09-29 | 1 | -0/+6 | |
| | | ||||||
| * | Translated nb.po, 85% complete. | heskjestad | 2019-09-29 | 1 | -636/+475 | |
| | | ||||||
| * | Add Ghostscript to enable eps import | René de Hesselle | 2019-09-28 | 4 | -13/+37 | |
| | | ||||||
| * | Fix issue multiple signals on font change. styling | Jabiertxof | 2019-09-28 | 2 | -2/+4 | |
| | | ||||||
| * | Fis issue pointed by Mc | Jabier Arraiza | 2019-09-28 | 1 | -1/+1 | |
| | | ||||||
| * | Dis allow to emit once instead 3 time on font change | Jabier Arraiza | 2019-09-28 | 2 | -15/+16 | |
| | | ||||||
| * | Fix issue https://gitlab.com/inkscape/inkscape/issues/246 LPE ↵ | Jabier Arraiza | 2019-09-28 | 1 | -120/+141 | |
| | | | | | Perspective/Envelope: Perspective Overflow doesn't work | |||||
| * | Final fix issue pointed by Mc from ↵ | Jabiertxof | 2019-09-28 | 1 | -3/+3 | |
| | | | | | https://twitter.com/geekeish/status/1174984172726673409. Styling | |||||
| * | Real fix issue | Jabiertxof | 2019-09-28 | 1 | -10/+10 | |
| | | ||||||
| * | Fix issue pointed by Mc from ↵ | Jabiertxof | 2019-09-28 | 1 | -5/+8 | |
| | | | | | https://twitter.com/geekeish/status/1174984172726673409 | |||||
| * | Fix LPE dialog style in info | Jabier Arraiza | 2019-09-27 | 1 | -4/+8 | |
| | | ||||||
| * | fixes https://gitlab.com/inkscape/inbox/issues/847 Crash on Inverse Clipping ↵ | Jabier Arraiza | 2019-09-27 | 2 | -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 logging | Patrick Storz | 2019-09-26 | 4 | -31/+37 | |
| | | | | | (std::ostream is not properly portable unfortunately) | |||||
| * | Remove pixman_log_error from console | Nathan Lee | 2019-09-26 | 1 | -0/+1 | |
| | | ||||||
| * | fix issue 426. Object to Path on text causes crash | Jabier Arraiza | 2019-09-26 | 1 | -18/+16 | |
| | | ||||||
| * | Extensions: add a few missing calls to Gtk::manage() | Patrick Storz | 2019-09-25 | 4 | -6/+6 | |
| | | ||||||
| * | Extensions: Warn for duplicate page names and option names/values | Patrick Storz | 2019-09-25 | 3 | -4/+31 | |
| | | | | | | This is easy to miss and causes confusing behavior (e.g. wrong page/option selected) | |||||
| * | Updated it.po to current inkscape.pot. | Firas Hanife | 2019-09-25 | 1 | -1810/+1458 | |
| | | | | The translation is now almost complete, the missing part is mostly related to extensions. | |||||
| * | Fix appdata file to pass Flathub requirements | Hubert Figuière | 2019-09-25 | 1 | -13/+17 | |
| | | ||||||
| * | Update po/ko.po | Sensu Iun | 2019-09-25 | 1 | -1/+1 | |
| | | | | | changed '%' to '%s' in the msgstr for "No object with ID '%s' found." | |||||
| * | Update po/ko.po | Sensu Iun | 2019-09-25 | 1 | -3616/+3086 | |
| | | | | 99% translated | |||||
| * | Filter .xml documents when importing shortcuts | Patrick Storz | 2019-09-24 | 1 | -1/+1 | |
| | | | | | See also 1f3a3972058ab3bed26088420bc377ef569e73cf | |||||
| * | Fix a crash in CUSTOM_TYPE Windows native file open dialogs | Patrick Storz | 2019-09-24 | 1 | -7/+7 | |
| | | | | | | | See also 49ea08c12ce0f931ba7fc79d8ad9f2fa42a7dca7 Fixes https://gitlab.com/inkscape/inkscape/issues/378 | |||||
| * | Remove remaining uses of sp_round. | Tavmjong Bah | 2019-09-24 | 4 | -22/+26 | |
| | | ||||||
| * | Remove use of sp_round. | Tavmjong Bah | 2019-09-24 | 2 | -11/+18 | |
| | | ||||||
| * | Precompile Python packages | René de Hesselle | 2019-09-23 | 3 | -13/+29 | |
| | | | | | | | | | | | | Remove test files from Python.framework. Fix lxml dependencies. Add libexslt to application bundle. Fix Pycairo getting overwritten by PyGObject. Fix line numbers in echo statements being off by 1. | |||||
| * | CMake/MSYS2: Pre-compile python byte-code (.pyc files) | Patrick Storz | 2019-09-23 | 1 | -4/+11 | |
| | | | | | See https://gitlab.com/inkscape/inkscape/issues/299 | |||||
| * | fix tooggled value and po glade fila added | Jabier Arraiza | 2019-09-23 | 4 | -92/+77 | |
| | | ||||||
| * | Try to improve match of image-rendering values to cairo filters | Patrick Storz | 2019-09-22 | 2 | -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 enum | Patrick Storz | 2019-09-22 | 1 | -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 Arraiza | 2019-09-22 | 3 | -298/+304 | |
| | | | | | of multimple uneededd hidden dialogs | |||||
| * | Fix exclusion of translatable files via POTFILES.skip | Patrick Storz | 2019-09-22 | 4 | -668/+69 | |
| | | ||||||
| * | Also fix translatability of styledialog and (unused) filter-editor | Patrick Storz | 2019-09-22 | 8 | -9/+90 | |
| | | ||||||
| * | Make LPE Selector translatable | Patrick Storz | 2019-09-22 | 4 | -2/+26 | |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/432 | |||||
| * | Update inkscape.pot | Patrick Storz | 2019-09-22 | 1 | -928/+900 | |
| | | ||||||
| * | Remove unused files (lpe-selector.h/lpe-selector.cpp) | Patrick Storz | 2019-09-22 | 2 | -107/+0 | |
| | | ||||||
| * | Fix segfault when reading Bixia SVG in OpenType font. | Tavmjong Bah | 2019-09-21 | 1 | -1/+1 | |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/845 | |||||
| * | Make sure all conditions reached (minor touchup) | Nathan Lee | 2019-09-21 | 1 | -3/+3 | |
| | | ||||||
| * | Arrange > Polar unaffected by y-axis direction | Nathan Lee | 2019-09-21 | 1 | -4/+5 | |
| | | | | | | | | In Arrange > Polar > Parameterized > Angle: update tooltips to reflect current behaviour. Fix https://gitlab.com/inkscape/inkscape/issues/374 | |||||
| * | Paint server dialog: Fix untranslatable strings | Patrick Storz | 2019-09-20 | 3 | -11/+11 | |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/430 | |||||
| * | Symbol dialog: Fix translation of symbol and symbol set names | Patrick Storz | 2019-09-20 | 3 | -25/+33 | |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/429 | |||||
| * | Updated it.po to current inkscape.pot and added some translations/fixes ↵ | Firas Hanife | 2019-09-20 | 1 | -434/+413 | |
| | | | | | (currently 88%) | |||||
| * | Improve the Finnish translation ~+10%. The 90s called and want their cool ↵ | John Smith | 2019-09-20 | 1 | -7763/+4260 | |
| | | | | | and hip computer lingo back. | |||||
| * | Translated hu.po for Hungarian, 100% complete | Gyuris Gellért | 2019-09-20 | 1 | -1500/+1336 | |
| | | ||||||
| * | Handle SVG in OpenType fonts where glyph viewboxes don't match design units. | Tavmjong Bah | 2019-09-20 | 1 | -23/+73 | |
| | | ||||||
| * | Handle SVG in OpenType fonts where glyphs have floating point numbers in ↵ | Tavmjong Bah | 2019-09-20 | 1 | -1/+1 | |
| | | | | | 'viewBox'. | |||||
| * | Handle SVG in OpenType fonts with compressed glyphs. | Tavmjong Bah | 2019-09-20 | 1 | -2/+26 | |
| | | ||||||
| * | Crashfix: switch from active LPE tool (gitlab/420) | Nathan Lee | 2019-09-19 | 1 | -1/+1 | |
| | | ||||||
