summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Add help textMarc Jeanmougin2019-08-211-10/+40
| |
* | update pofilesMarc Jeanmougin2019-08-2188-895/+569
| |
* | update po filesMarc Jeanmougin2019-08-2187-126387/+144840
| |
* | update keysMarc Jeanmougin2019-08-212-4/+0
| |
* | Allow scaling down trace dialogNathan Lee2019-08-212-10/+31
| |
* | Remove pixelart from menusMarc Jeanmougin2019-08-211-1/+0
| |
* | Fix tracer selection and depixelize colorsMarc Jeanmougin2019-08-212-28/+13
| |
* | fix POTFILE generationMarc Jeanmougin2019-08-212-2/+2
| |
* | update pofilesMarc Jeanmougin2019-08-2187-159976/+162316
| |
* | Remove pixelart dialogMarc Jeanmougin2019-08-218-667/+0
| |
* | Make potrace a dep, remove previous codeMarc Jeanmougin2019-08-214-1128/+254
| |
* | Fix buildMarc Jeanmougin2019-08-212-15/+7
| |
* | add autotrace optionsMarc Jeanmougin2019-08-213-18/+77
| |
* | Fix centerline traceMarc Jeanmougin2019-08-214-13/+53
| |
* | update READMEMarc Jeanmougin2019-08-211-2/+12
| |
* | Autotrace test callMarc Jeanmougin2019-08-213-1025/+1194
| |
* | new trace Dialog - initial implementationMarc Jeanmougin2019-08-219-176/+1599
| |
* | Improve spellcheck dialogThomas Holder2019-08-215-188/+167
| | | | | | | | | | | | | | | | | | | | | | - only use one language at a time for spell check - allow quick language change in spellcheck dialog - if no languages selected in preferences, list all installed aspell dictionaries in dialog - don't make "en" the default, use first available dictionary - add preferences button - auto-select first suggestion - fix #362 crash if no dictionaries available
* | Palettes: GNOME HIGJakub Steiner2019-08-211-0/+49
| | | | | | | | | | | | - add the new app icon palette used in GNOME - while it technically replaces the Tango palette, keeping the old one for maintaining legacy
* | Translated nb.po, 32% complete, Also fixed two non-idiomatic translations.heskjestad2019-08-211-852/+721
| |
* | Typo in tooltip 2.Gyuris Gellért2019-08-201-1/+1
| |
* | Typo in tooltip.Gyuris Gellért2019-08-201-1/+1
| |
* | Update Hungarian translationGyuris Gellért2019-08-201-5307/+3663
| |
* | This fix a mainmenu bug on toggle checkboxes on all desktops instead current oneJabier Arraiza2019-08-201-8/+12
| |
* | Add paint server dialog. Currently handles patterns and hatches. GSOC 2019.Valentin Ionita2019-08-19116-3737/+4697
| |
* | reduce usage of desktop coordinates (#341)Thomas Holder2019-08-1815-47/+63
| | | | | | | | | | | | | | - avoid unnecessary internal usage of desktop coordinates, e.g. in SpellCheck::compareTextBboxes - document whether a function argument is in document or desktop coordinates, e.g. for SPDocument::getItemsInBox
* | Formatting last commitvanntile2019-08-174-39/+36
| |
* | Some useful hatch changesvanntile2019-08-174-16/+78
| |
* | HatchKnotHolderEntityScale & some fixesvanntile2019-08-174-22/+46
| |
* | Added knot holder entitiesvanntile2019-08-177-32/+316
| |
* | Hatch knot editing initial commitvanntile2019-08-173-0/+15
| |
* | Fix for bug https://gitlab.com/inkscape/inbox/issues/764 and some UI ↵Jabiertxof2019-08-171-45/+48
| | | | | | | | improvements
* | Fixes for symbols dialogJabiertxof2019-08-174-77/+87
| |
* | fix #385 inbox#765 macOS acceleratorsThomas Holder2019-08-164-6/+51
| | | | | | | | | | | | - re-fix Cmd-Q confirmation dialog (#383) without the numbers typing regression (#385) - re-fix Alt modifiers (inbox#765) - fix Cmd-A select all text (inbox#765)
* | Fix a bug in fillet/chamfer LPE pointed in mailing list by Miguel Lopez. ↵Jabiertxof2019-08-161-2/+2
| | | | | | | | Fillet Chamfer is not applied when reopen the file
* | fix #371 guides label upside downThomas Holder2019-08-142-4/+4
| |
* | fix "File > Quit" heap-use-after-freeThomas Holder2019-08-141-1/+1
| | | | | | | | `it->second` may be invalid after `destroy_window`
* | fix #383 macOS "ask to save" on CMD+QThomas Holder2019-08-141-1/+1
| |
* | Update macOS build pipelineRené de Hesselle2019-08-126-34/+356
| | | | | | | | | | | | | | | | | | | | Use dmgbuild (Python package) instead of create-dmg. This speeds up the process and also is lot less error-prone. Run gtk-mac-bundler and dmgbuild through Terminal.app. This is an attempt to fix the instability when running non-interactively in CI. Update a few Python packages to their newest versions.
* | Fix quoting (again)René de Hesselle2019-08-121-3/+3
| | | | | | | | Previous commit contained errors, that should not have happened.
* | Fix quoting/escaping in XDG directory pathsRené de Hesselle2019-08-111-4/+4
| |
* | Silence a few warnings from 460193870ad22ad7611978c5d139149909f56664Patrick Storz2019-08-111-5/+5
| |
* | Translated nb.po, 27% complete, and fixed some bad translations.heskjestad2019-08-111-426/+320
| |
* | Fix issue pointed by NathanJabier Arraiza2019-08-111-3/+5
| |
* | Improve tooltip text for linking in LPEs again.Maren Hachmann2019-08-103-3/+3
| |
* | Fix clangtidy CIJabiertxof2019-08-101-4/+4
| |
* | Fixes to regresion pointed in RC about text and tooltipsJabier Arraiza2019-08-103-13/+10
| |
* | Fix CI errorsJabiertxof2019-08-102-5/+8
| |
* | Rename split (patch while we fix translations properly)Martin Owens2019-08-091-1/+1
| |
* | Allow macOS pipeline to failRené de Hesselle2019-08-091-0/+1
| | | | | | | | | | This change is meant to reduce the noise produced by the failing pipeline. (Will be undone once the issues have been resolved.)