summaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Refactor a lot of the parameter handling codePatrick Storz2019-08-3150-1955/+1371
| | | | | | | Many fixes, improvements and simplifications to existing code. Implements the first part of the changes discussed in https://gitlab.com/inkscape/inkscape/issues/333
* Move error classes to Parameter where they belongPatrick Storz2019-08-313-25/+27
|
* Use proper boolean valuesPatrick Storz2019-08-313-3/+3
|
* Remove effectively unused "silent" option from extensions.Patrick Storz2019-08-313-27/+9
| | | | See also https://gitlab.com/inkscape/inkscape/merge_requests/698
* Remove unused and disabled "help" feature for extensionsPatrick Storz2019-08-3110-89/+8
|
* Remove unused define ESCAPE_DOLLAR_COMMANDLINEPatrick Storz2019-08-312-8/+0
|
* Rename parameter source files to avoid name conflictsPatrick Storz2019-08-3123-42/+55
|
* Remove unused functionsPatrick Storz2019-08-312-51/+0
|
* Move prefdialog to own directoryPatrick Storz2019-08-3128-39/+42
|
* Only register desktop on Dbus onceNathan Lee2019-08-311-6/+12
| | | | | Based off Guiu Rocafort Ferrer's patch/findings. See https://gitlab.com/inkscape/inkscape/issues/195.
* Improvements and bug fixes to XMLDialogJabier Arraiza2019-08-303-33/+108
|
* add improvements to selectors and merge stylesheet on copy to work between docsJabier Arraiza2019-08-294-3/+15
|
* Remove warnings on de/activateJabiertxof2019-08-291-14/+15
|
* Fixes on UX inb CSS dialogJabiertxof2019-08-295-18/+15
|
* Improve CSS and Selectors dialogJabiertxof2019-08-293-26/+123
|
* Noumerous bugfixes pointed in Rocket ChatJabier Arraiza2019-08-295-36/+46
|
* Document Properties Grid tab keeps current positionNathan Lee2019-08-291-4/+16
| | | | | | Instead of switching to the first tab whenever it is updated. This will not be accurate for XML editing. Fixes https://gitlab.com/inkscape/inkscape/issues/395
* Improve formatJabiertxof2019-08-281-1/+1
|
* Fix a bug on add selector on windows, also some ui improvementsJabiertxof2019-08-282-2/+24
|
* Fix issues pointed by @ede123 and cssinateJabiertxof2019-08-286-55/+138
|
* Puts back translator commentsMarc Jeanmougin2019-08-282-8/+8
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/391
* Unify translatable inkscape.org links and add translation commentsGyuris Gellért2019-08-282-1/+5
|
* Eliminate clang warningsThomas Holder2019-08-2317-76/+20
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* Eliminate clang warningsThomas Holder2019-08-2314-70/+60
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* remove HAVE_POTRACEMarc Jeanmougin2019-08-2215-148/+7
|
* Panned styling to CSS and XML dialogsJabiertxof2019-08-222-2/+0
|
* Add styling to textview pointed by Adam Belis in team_uxJabiertxof2019-08-221-0/+1
|
* Allow to store empty value XML node attributtesJabiertxof2019-08-221-5/+3
|
* Allow edit empty text nodesJabiertxof2019-08-221-10/+7
|
* Merge XML and CSS widgets improvements from ↵Jabier Arraiza2019-08-2211-246/+586
| | | | https://gitlab.com/inkscape/inkscape/merge_requests/801
* Allow scaling down trace dialogNathan Lee2019-08-211-7/+30
|
* Fix tracer selection and depixelize colorsMarc Jeanmougin2019-08-212-28/+13
|
* Remove pixelart dialogMarc Jeanmougin2019-08-217-666/+0
|
* Make potrace a dep, remove previous codeMarc Jeanmougin2019-08-213-1118/+248
|
* Fix buildMarc Jeanmougin2019-08-212-15/+7
|
* add autotrace optionsMarc Jeanmougin2019-08-211-4/+8
|
* Fix centerline traceMarc Jeanmougin2019-08-213-11/+51
|
* update READMEMarc Jeanmougin2019-08-211-2/+12
|
* Autotrace test callMarc Jeanmougin2019-08-211-2/+4
|
* new trace Dialog - initial implementationMarc Jeanmougin2019-08-218-176/+633
|
* 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
* Typo in tooltip 2.Gyuris Gellért2019-08-201-1/+1
|
* Typo in tooltip.Gyuris Gellért2019-08-201-1/+1
|
* 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-1915-66/+730
|
* 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
|