summaryrefslogtreecommitdiffstats
path: root/src/ui/dialog (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* Paint server dialog: Fix untranslatable stringsPatrick Storz2019-09-202-10/+11
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/430
* Symbol dialog: Fix translation of symbol and symbol set namesPatrick Storz2019-09-202-18/+28
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/429
* XML Editor: Add msgctxt to history itemsPatrick Storz2019-09-191-27/+17
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/404
* Fix translating description on dialog add LPEJabier Arraiza2019-09-191-1/+2
|
* Fix initial state of List mode stored in prefs on start LPE dialogJabier Arraiza2019-09-191-0/+5
|
* Some styling to search barJabiertxof2019-09-181-1/+1
|
* Add multiview modes to LPE selector (styling)Jabiertxof2019-09-181-24/+17
|
* Add multiview modes to LPE selectorJabiertxof2019-09-182-62/+224
|
* Add prefs switcherJabier Arraiza2019-09-182-27/+124
|
* Lpe dialog listableJabiertxof2019-09-182-0/+18
|
* Improve casts from voids and fix a issue when fill/stroke is unset set ↵Jabier Arraiza2019-09-161-2/+2
| | | | desktop styles with it
* Active SVG2 Flow Text by defaultJabiertxof2019-09-161-1/+1
|
* Remove a lonly header noticed by MarenJabiertxof2019-09-111-6/+3
|
* Fix issue https://gitlab.com/inkscape/inbox/issues/841 Crash on selecting ↵Jabiertxof2019-09-111-1/+1
| | | | certain fonts
* Load GPOS table only when selecting font features tab to speedup font usageJabier Arraiza2019-09-092-1/+17
|
* Remove donothing coutJabier Arraiza2019-09-071-1/+0
|
* Add line height UX improvementsJabier Arraiza2019-09-073-8/+16
|
* Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵Jabier Arraiza2019-09-072-4/+4
| | | | add new content II (formating)
* Add scrolled window to XMLDialog and CSS dialog to avoid auto growing when ↵Jabier Arraiza2019-09-072-4/+19
| | | | add new content
* Templates: Improve translatability for "More info" dialogPatrick Storz2019-08-311-19/+29
|
* Templates: Translate metadata within extension contextsPatrick Storz2019-08-312-24/+40
| | | | (i.e. implement "translationdomain" for procedural templates)
* Templates: Accept non-underscored variants of "inkscape:templateinfo"Patrick Storz2019-08-311-12/+25
|
* Templates: Remove unused "long_description" ("inkscape:_long" tag)Patrick Storz2019-08-313-7/+2
| | | | Probably fine to bring back, but it needs proper documentation.
* Implement "translationdomain" attribute for extensionsPatrick Storz2019-08-312-27/+24
| | | | | | | | | | | | Will allow extensions to ship their own message catalog used for translation of the extension#s strings. Needs to be set on the root <inkscape-extension> element of the .inx Currently supported values: - unset: use default textdomain (which happens to be 'inkscape') - 'inkscape': use Inkscape's message catalog - 'none': disable translation for the extension's strings
* Remove unused and disabled "help" feature for extensionsPatrick Storz2019-08-312-14/+2
|
* Improvements and bug fixes to XMLDialogJabier Arraiza2019-08-302-30/+72
|
* add improvements to selectors and merge stylesheet on copy to work between docsJabier Arraiza2019-08-292-1/+8
|
* Remove warnings on de/activateJabiertxof2019-08-291-14/+15
|
* Fixes on UX inb CSS dialogJabiertxof2019-08-294-17/+14
|
* Improve CSS and Selectors dialogJabiertxof2019-08-293-26/+123
|
* Noumerous bugfixes pointed in Rocket ChatJabier Arraiza2019-08-294-35/+41
|
* 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-285-50/+130
|
* Eliminate clang warningsThomas Holder2019-08-231-19/+5
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* Eliminate clang warningsThomas Holder2019-08-233-8/+9
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* remove HAVE_POTRACEMarc Jeanmougin2019-08-223-15/+0
|
* 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-2210-239/+572
| | | | 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-211-5/+5
|
* Remove pixelart dialogMarc Jeanmougin2019-08-213-655/+0
|
* Make potrace a dep, remove previous codeMarc Jeanmougin2019-08-212-1117/+248
|
* Fix buildMarc Jeanmougin2019-08-211-14/+4
|
* add autotrace optionsMarc Jeanmougin2019-08-211-4/+8
|