summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Prepare for betaJabiertxof2019-09-072-1/+145
|
* fixx flowbox on SVG2 mode using tspansJabiertxof2019-09-071-32/+4
|
* Add Text direction iconsJabiertxof2019-09-072-9/+22
|
* Improved selection on lines over paragraphsJabiertxof2019-09-072-47/+50
|
* fix cursor font sizeJabier Arraiza2019-09-071-5/+7
|
* Last improvements to line heightJabier Arraiza2019-09-075-43/+62
|
* Improvements to style codingJabier Arraiza2019-09-071-10/+14
|
* Add fixes pointer in the MR by @speleo3Jabier Arraiza2019-09-071-40/+1
|
* Add line height UX improvementsJabier Arraiza2019-09-079-673/+590
|
* 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
* Write out 'x' and 'y' attribute values to repr when some text property value ↵Tavmjong Bah2019-09-071-0/+11
| | | | | | | changes. Changes to property values may cause text to be relayed out, changing 'x' and 'y' attributes on tspans with sodipodi:role="line". Fix for issue 234.
* 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.
* More cleanupPatrick Storz2019-08-311-0/+2
|
* 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-294-3/+15
|
* 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
|
* Puts back translator commentsMarc Jeanmougin2019-08-282-8/+8
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/391
* Eliminate clang warningsThomas Holder2019-08-232-21/+7
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* Eliminate clang warningsThomas Holder2019-08-237-42/+32
| | | | | | | | | | -Wconstant-conversion -Wenum-compare-switch -Wpointer-bool-conversion -Wundefined-bool-conversion -Wunused-value Excluding deprecation warnings and 3rdparty directory.
* remove HAVE_POTRACEMarc Jeanmougin2019-08-2210-77/+6
|
* 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-214-657/+0
|
* Make potrace a dep, remove previous codeMarc Jeanmougin2019-08-213-1118/+248
|
* Fix buildMarc Jeanmougin2019-08-211-14/+4
|
* add autotrace optionsMarc Jeanmougin2019-08-211-4/+8
|
* Fix centerline traceMarc Jeanmougin2019-08-211-6/+16
|
* Autotrace test callMarc Jeanmougin2019-08-211-2/+4
|
* new trace Dialog - initial implementationMarc Jeanmougin2019-08-213-2/+354
|
* Improve spellcheck dialogThomas Holder2019-08-214-187/+166
| | | | | | | | | | | - 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
* 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-196-5/+646
|