summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Attemp to fix theming in appimageJabier Arraiza2019-06-181-2/+2
| | | | | | |
* | | | | | | Show correct selected font feature for large listsNathan Lee2019-06-181-1/+1
| | | | | | |
* | | | | | | Better check for CONTROL_CODENathan Lee2019-06-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Amend my previous commit 795066a6e73505 Based off extra case in _buildSpansForPara
* | | | | | | Fix a icon bugJabiertxof2019-06-183-5/+6
| | | | | | |
* | | | | | | Improving stylingJabiertxof2019-06-186-41/+88
| | | | | | |
* | | | | | | Fix compiling issuesJabiertxof2019-06-185-12/+13
| | | | | | |
* | | | | | | Base of theming refactorJabiertxof2019-06-188-258/+151
| | | | | | |
* | | | | | | Fix translationsJabiertxof2019-06-182-0/+3
| | | | | | |
* | | | | | | Change Path Cutting for ArcsNathan Lee2019-06-172-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The arc's sweep and large arc flags are wrong. Also remove early return (proper error handling already present). https://gitlab.com/inkscape/inkscape/issues/250
* | | | | | | Sync pen toolbar mode change with toolNathan Lee2019-06-172-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reverts a previous fix that did this but caused https://gitlab.com/inkscape/inkscape/issues/282 where the pen tool's green preview line vanished when deleting the last node with the pen tool.
* | | | | | | Fix rounding error issues with 'pt' line-height values that prvent using ↵Tavmjong Bah2019-06-171-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mouse-scroll to change values. Does not fix problem with other units (which include non-integer values in drop-down menu.
* | | | | | | revert 9f72ca52805914ce62d7da1accbef6fe72bd6a46Jabiertxof2019-06-171-1/+0
| | | | | | |
* | | | | | | Update extensions to latest master branch, see inbox ↵Martin Owens2019-06-171-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | https://gitlab.com/inkscape/inbox/issues/584
* | | | | | | Add Vlada sugestion to rulers in roket.chatJabiertxof2019-06-171-0/+1
| | | | | | |
* | | | | | | fix #305 Transform->Skew->Horizontal directionThomas Holder2019-06-171-2/+4
| | | | | | |
* | | | | | | Update it.po to current inkscape.pot fileFiras Hanife2019-06-161-103/+136
| | | | | | |
* | | | | | | Corrected a few spelling and formatting errors in the markdown files.2019-06-166-64/+72
| | | | | | |
* | | | | | | Add bash syntax on `INSTALL.md`Julien Jerphanion2019-06-161-6/+13
| | | | | | |
* | | | | | | Improve default colors and remove symlink iconsJabier Arraiza2019-06-1613-34/+166
| | | | | | |
* | | | | | | Update default iconsJabier Arraiza2019-06-164-1/+3
| | | | | | |
* | | | | | | Improve nextgen icon setJabier Arraiza2019-06-16866-13765/+286
| | | | | | |
* | | | | | | Fix a style bugJabier Arraiza2019-06-164-33/+256
| | | | | | |
* | | | | | | Add next gen theme for Adam BellisJabier Arraiza2019-06-16870-9/+13705
| |_|_|/ / / |/| | | | |
* | | | | | Fix a bug when multiple stylesheetJabier Arraiza2019-06-162-0/+4
| | | | | |
* | | | | | CMake/MSYS2: Include gdb into distributionPatrick Storz2019-06-152-0/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also include a batch script that should make it easy to collect a backtrace with relevant info for most users. Fixes https://gitlab.com/inkscape/inkscape/issues/81
* | | | | | PageSizer: Avoid writing terminating NULL to pages.csvPatrick Storz2019-06-151-1/+1
| | | | | |
* | | | | | PageSizer: Allow spaces in pages.csvPatrick Storz2019-06-142-80/+70
| | | | | |
* | | | | | PageSizer: Do not require portrait page sizesPatrick Storz2019-06-141-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Lift needless expectation that all pages are defined as portrait. Fixes assertion errors that were triggered for the landscape paper formats in the list and prevented proper page size lookup.
* | | | | | Fix crash after deleting a grouped connectionNathan Lee2019-06-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Fix gitlab.com/inkscape/inkscape/issues/205
* | | | | | append_inkscape_datadir: Canonicalize inkscape_datadir separatelyPatrick Storz2019-06-141-3/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | g_canonicalize_filename() needs the second parameter to be absolute which INKSCAPE_DATADIR is not guaranteed to be (e.g. when supplied via environment variable). (follow up to 812f50f709384d6c59587c9f1706e401600291a6)
* | | | | | Add extensions directory in user folder to PYTHONPATHPatrick Storz2019-06-141-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows users to install modules there and use them easily within other modules (for example required for extension manager)
* | | | | | append_inkscape_datadir: Always canonicalize full filenamePatrick Storz2019-06-141-9/+5
| | | | | | | | | | | | | | | | | | | | | | | | Avoids potentially dangerous mix of different path separators.
* | | | | | Update it.poFiras Hanife2019-06-141-26/+13
| | | | | |
* | | | | | Fix grouping performanceMarc Jeanmougin2019-06-141-0/+1
| | | | | |
* | | | | | Stop inflating inkscape.pot and only update it on demandMarc Jeanmougin2019-06-142-12345/+891
| | | | | |
* | | | | | fix coding styleJabier Arraiza2019-06-135-12/+6
| | | | | |
* | | | | | Fix CI problemJabiertxof2019-06-133-3/+3
| | | | | |
* | | | | | Fix step valueJabiertxof2019-06-131-5/+5
| | | | | |
* | | | | | Try to fix issue with focus with thomas and add also stops to combos and ↵Jabiertxof2019-06-136-11/+32
| | | | | | | | | | | | | | | | | | | | | | | | unitcombos
* | | | | | Improve event handleJabier Arraiza2019-06-131-2/+2
| | | | | |
* | | | | | allow page increments with control keyJabier Arraiza2019-06-131-0/+3
| | | | | |
* | | | | | Fixes hover scrool bugJabiertxof2019-06-132-2/+31
| | | | | |
* | | | | | Better word last commitJabiertxof2019-06-131-1/+1
| | | | | |
* | | | | | Warn if CSS value in stylesheet is wrongJabiertxof2019-06-131-1/+5
| | | | | |
* | | | | | Gix a bug dragging/droping selectorsJabiertxof2019-06-121-0/+1
| | | | | |
* | | | | | Update objects style when remove from selectorJabiertxof2019-06-121-1/+6
| | | | | |
* | | | | | Packaging: Switch Windows distribution to Python 3.7Patrick Storz2019-06-124-21/+22
| | | | | |
* | | | | | revert `export-pdf-level` to `export-pdf-version`Thomas Holder2019-06-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Was changed in 408cb49b5559
* | | | | | revert `--without-gui` shortcut to `-z`Thomas Holder2019-06-121-1/+1
|/ / / / / | | | | | | | | | | | | | | | Was changed to `-G` in 408cb49b5559
* | | | | Update comments to match reality.Tavmjong Bah2019-06-122-4/+5
| | | | |