summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Update extensions and fix inkscape.potPatrick Storz2019-03-223-728/+949
| | |
* | | Realign "Search and Replace" dialogPatrick Storz2019-03-222-36/+40
| | |
* | | Realign labels in "Transform" dialogPatrick Storz2019-03-221-4/+20
| | |
* | | Realign labels in "Fill and Stroke" dialogPatrick Storz2019-03-227-58/+56
| | |
* | | Document Properties: General UI cleanupPatrick Storz2019-03-2211-260/+256
| | | | | | | | | | | | | | | | | | Try to achieve consistent look and reasonable alignment. Account for some gtk3 changes and some minor code cleanup.
* | | Sync upstream libUEMF (0.2.6)Nathan Lee2019-03-212-5/+7
| | | | | | | | | | | | | | | Corrects typo, suggested by David Binderman https://gitlab.com/inkscape/inkscape/issues/150
* | | Update share/templates/READMEPatrick Storz2019-03-211-25/+21
| | |
* | | Empty string exception for CLI verbsNathan Lee2019-03-211-1/+1
| | | | | | | | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/232
* | | fix #145 XML editor crash removing style propertyThomas Holder2019-03-211-2/+2
| | |
* | | share/README.md: Revert whitespace changes and format correct markdownluz.paz2019-03-211-17/+17
| | | | | | | | | Two whitespaces after a sentence will trigger a new line in markdown. Reverted previous commit to reflect that.
* | | Misc. typos and whitespace fixesluz.paz2019-03-2114-78/+77
| | | | | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt -S *.svg,*.po,./src/3rdparty`
* | | Fix #116: Wrong element names shown in XML editor for circles and ellipsesMartin Owens2019-03-2020-202/+354
|\ \ \
| * | | Add explicit overridesJoseph Da Silva2019-03-201-1/+1
| | | |
| * | | make GQuark => int conversion explicitJoseph Da Silva2019-03-201-1/+1
| | | |
| * | | Fixed: circles and ellipses had wrong element names in XML editor (Issue #116)Joseph Da Silva2019-03-2020-202/+354
| | | |
* | | | Disable GTK3's motion event compression which was making drawing lag.yale2019-03-201-0/+1
| | | | | | | | | | | | | | | | This could be related to https://bugs.launchpad.net/inkscape/+bug/1723247
* | | | removing typo on previous commit, thanks McJabiertxof2019-03-201-1/+0
| | | |
* | | | Fix complication when debugging enabled.Tavmjong Bah2019-03-201-3/+4
| | | |
* | | | Avoid cancel dragging a item when right click presedJabiertxof2019-03-202-1/+2
| | | |
* | | | Remove leftover popt references in build filesKarl Cheng2019-03-204-5/+2
|/ / / | | | | | | | | | | | | | | | Refs: https://bugs.launchpad.net/inkscape/+bug/195220 Refs: https://gitlab.com/inkscape/inkscape/commit/6675a6fa8a3c2c2cf4ef80cab7400e58e7ff5b1b Refs: https://gitlab.com/inkscape/inkscape/commit/408cb49b5559a81ea803df64bf58457a5dd4bf16
* | | GTK-3.22 dependencyThomas Holder2019-03-201-4/+4
| | | | | | | | | | | | Closes #147
* | | fix #141 Find/Replace with empty stringThomas Holder2019-03-191-1/+1
| |/ |/|
* | Additions and corrections to the arabic po fileAbdelhak Sidi Ali Mebarek2019-03-191-139/+140
| |
* | Merge branch 'master' of gitlab.com:jordim/inkscapeMarc Jeanmougin2019-03-191-7/+7
|\ \
| * | Fixes to Catalan translationJordi Mas2019-03-161-7/+7
| | |
* | | Tweaks to allow one to reduce size of Text and Font dialog.Tavmjong Bah2019-03-182-5/+9
| | | | | | | | | | | | Enabled/addded scrollbars and made style treeview columns resizable.
* | | Keep generic attributes with "Simplify" et. alThomas Holder2019-03-183-189/+159
| | | | | | | | | | | | | | | | | | | | | Keep generic attributes and child nodes when doing path conversion like "Simplify", "Object To Path", "Combine", Inset/Outset or Boolean operations. Fixes https://bugs.launchpad.net/inkscape/+bug/373140
* | | Don't rebuild font list is only selection changed.Tavmjong Bah2019-03-181-1/+0
| | | | | | | | | | | | (Rebuilding causes font family row to be unselected.)
* | | Keep font variations widget in sync with CSS style widget.Tavmjong Bah2019-03-183-13/+24
| | |
* | | Fix rendering for text with inherited 'font-variation-settings' property.Tavmjong Bah2019-03-181-2/+2
| | |
* | | arc polygonization uses arc's scale for precisionrocifier2019-03-172-3142/+2719
|/ /
* | Make InkscapeApplication responsible for managing documents and windows.Tavmjong Bah2019-03-1516-355/+632
| | | | | | | | Any change from previous behavior is a bug.
* | Improve deb generation and install scriptsMarc Jeanmougin2019-03-154-18/+212
| |
* | Place vertical iconified docks to the right of dockNathan Lee2019-03-131-1/+2
| | | | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/129
* | Revert Icon Preview behaviourNathan Lee2019-03-131-5/+6
| | | | | | | | | | | | | | | | | | * Fix crash on close with Icon Preview. * Force update of icons with `set`. * Set minimum width for Icon Preview's Magnified so it is not hidden on startup. Fixes https://gitlab.com/inkscape/inkscape/issues/109
* | Move Calligraphy preset names to more appropriate place.Tavmjong Bah2019-03-132-12/+12
| |
* | Basque translation updateassar2019-03-121-2806/+3257
| |
* | Remove unnecessary conversionNathan Lee2019-03-121-2/+2
| | | | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/207
* | Atempt to fix high load in backgroundoctycs2019-03-111-4/+4
| | | | | | | | Signed-off-by: octycs <2087987-octycs@users.noreply.gitlab.com>
* | Don't translate Caligraphy presets in Preferences::_loadDefaults.Tavmjong Bah2019-03-111-6/+10
| | | | | | | | Fixes GitLab issue 128.
* | Update translation dialog for flipped axisNathan Lee2019-03-113-18/+10
| | | | | | | | | | | | Flipping icon no longer works, now that we use icon themes. Fixes https://gitlab.com/inkscape/inkscape/issues/127
* | Remove INKSCAPE_PORTABLE_PROFILE_DIRPatrick Storz2019-03-103-9/+3
| | | | | | | | | | | | | | Please use the (functionally identical) INKSCAPE_PROFILE_DIR instead. See also https://gitlab.com/inkscape/inkscape/issues/114
* | Save default template as "default.$lang.svg" if presentPatrick Storz2019-03-101-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | By default we want to save as "default.svg", so it works indepentent from the UI language selected. However if a localized default template like "default.de.svg" is already present (i.e. manually created by the user), it will override our custom template, so we need to overwrite it. Second part of a fix for https://gitlab.com/inkscape/inkscape/issues/103
* | Adjust load order of get_filename() functionPatrick Storz2019-03-101-27/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It now always prefers - files in the users profile over files in the share/inkscape folder - localized files over unlocalized files (per folder) In conclusion: USER (localized) > USER > SYSTEM (localized) > SYSTEM This always allows users to override files shipped with Inkscape by putting a respective file in their profile directory. First part of a fix for https://gitlab.com/inkscape/inkscape/issues/103 Avoids regressing https://bugs.launchpad.net/inkscape/+bug/503712
* | Realign UI of Doc Properties > GridNathan Lee2019-03-093-52/+53
| | | | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/187
* | Fix #122 reversing change from merge request \!303Martin Owens2019-03-081-6/+5
| |
* | mac CI: -DCMAKE_PREFIX_PATH=".../libffi"Thomas Holder2019-03-081-1/+1
| |
* | Show LPE popups on overJabier Arraiza2019-03-082-6/+7
| |
* | Remove reload UI and some theming fixesJabier Arraiza2019-03-073-80/+29
| |
* | Translations: Check for common errors in .po filesPatrick Storz2019-03-072-1/+2
| | | | | | | | There are plenty! Help is welcome in order to get them fixed.