summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Modified fix for compatibility with poppler 0.64Eduard Braun2018-09-044-8/+27
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | This is slightly uglier than a600c6438fef2f4c06f9a4a7d933d99fb054a973 but avoids duplicating strings (which is unnecessary and leaked memory). It's also closer to what upstream intended with the changes in 0.64.
| * | | Fix bug #167900Yuki Hoshino2018-08-302-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/167900 - Tiled imported bitmap textures have errors, also exported By the default extend mode CAIRO_EXTEND_NONE, draw white on a pattern image edge with CAIRO_FILTER_GOOD. Draw an image with CAIRO_EXTEND_PAD.
* | | fix for comment ↵Jabier Arraiza2018-08-2917-20/+23
| | | | | | | | | | | | https://gitlab.com/inkscape/inkscape/commit/a12d0aecffa31fa7b82f8416503b41200fbb15b7#note_97146816
* | | Fix opacity of bitmap images in PDF exportEduard Braun2018-08-282-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a follow-up to 1e31c41a0ef4b0f383d4f9d2941f643ae67ca646. As it turns out the same issue also applied to bitmap images embedded in the SVG. Replacing 'cairo_paint_with_alpha()' -> 'cairo_paint()' prevents reducing opacity when rendering the bitmap onto a cairo surface. Opacity should already be properly handled in CairoRenderContext::popLayer()
* | | Fix opacity of rasterized filters in PDF exportEduard Braun2018-08-282-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Opacity was applied thrice: 1. when rendering the filter to a pixbuf (i.e. transparency was baked into the bitmap) 2. when rendering this pixbuf onto a cairo surface 3. when actually rendering the (now doubly opaque) item Avoid 1. and 2. and only apply opacity once. Fixed bug: - https://bugs.launchpad.net/inkscape/+bug/381677
* | | Fix rendering when a <tspan> has a CSS 'display' property with value 'none'.Tavmjong Bah2018-08-271-0/+5
| | |
* | | CMake/MSYS2: Add new pango dependency (libthai)Eduard Braun2018-08-271-0/+2
| |/ |/| | | | | Also add libdatrie which is required by libthai.
* | Fix bug 1789010 - Sanitize template's file nameChristophe Lebras2018-08-271-5/+4
| |
* | Enable autosaves by default, puts them in user cache dirMarc Jeanmougin2018-08-213-6/+9
| |
* | use user-specific cache dir for clipboard temp fileMarc Jeanmougin2018-08-211-4/+4
| |
* | Added OARSHarald H2018-08-191-0/+1
| |
* | Fix bug pointed by suv in ↵Jabiertxof2018-08-171-1/+1
| | | | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_95077426
* | Fix tiny size of layer visibility/lock iconsEduard Braun2018-08-161-1/+1
| |
* | Fix wrong initial glyph size with native pango_win32 font backendEduard Braun2018-08-161-0/+10
| | | | | | | | | | | | | | | | | | Turns out somebody (likely cairo or pango) calls SetWorldTransform() during initialization without resetting it. This resulted in the font selected on startup having a wrong (tiny) glyph size. Work around this by explicitly setting the "WorldTransform" again when subsequently selecting the font.
* | Relative values for strokes:Tavmjong Bah2018-08-154-18/+47
| | | | | | | | | | | | Fix segmenation fault on reading dashes with % values. Fix computed value for dashes with % values (use viewport diagonal length). Support % values for stroke width.
* | fix a typoJabier Arraiza2018-08-141-1/+1
| |
* | CMake/MSYS2: Fix install location of libenchant providersEduard Braun2018-08-141-1/+1
| |
* | Packaging/Snap: Add Scour as dependencyEduard Braun2018-08-131-0/+1
| |
* | Fix 'stroke-dashoffset' with absolute units.Tavmjong Bah2018-08-131-1/+1
| |
* | fix for bug 1786605Jabier Arraiza2018-08-122-5/+5
| |
* | Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza2018-08-103-4/+6
| |
* | Add symbolic icons to paint orderJabiertxof2018-08-106-0/+71
| |
* | Fix bug pointed by moini in ↵Jabiertxof2018-08-094-3/+21
| | | | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271
* | Fix 2 symbolic iconsJabier Arraiza2018-08-052-2/+2
|/
* Fixing coding styleJabier Arraiza2018-08-055-281/+265
|
* Fixes pointed by TavJabier Arraiza2018-08-059-151/+102
|
* Update to trunk and styling fixesJabier Arraiza2018-08-052-14/+14
|
* coding style fixesJabier Arraiza2018-08-0510-76/+93
|
* Fixes compiling bugsJabier Arraiza2018-08-056-22/+30
|
* Refactor with Tav helpJabier Arraiza2018-08-0517-65/+175
|
* Revert changesJabier Arraiza2018-08-0521-619/+288
|
* Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵Jabier Arraiza2018-08-0521-288/+619
| | | | pref optional to scale dashes on stroke scale
* Fix one symbolic icon bugJabier Arraiza2018-08-041-1/+1
|
* Fixing coding styleJabiertxo Arraiza Cenoz2018-08-042-5/+7
|
* Fix missing icons and warning on ico size in symbolsJabiertxo Arraiza Cenoz2018-08-046-14/+14
|
* Remove unwanted loaction for theming TangoJabiertxo Arraiza Cenoz2018-08-041-1/+1
|
* Rollback some icons necessary by launchpadJabiertxo Arraiza Cenoz2018-08-048-0/+7
|
* Fix coding styleJabier Arraiza2018-08-031-4/+8
|
* Add Maren string improvementsJabier Arraiza2018-08-031-11/+11
|
* Add inkscape app icon to themesJabier Arraiza2018-08-0322-79/+602
|
* Fix test compiling bugJabier Arraiza2018-08-021-24/+26
|
* Fix test compiling bugJabier Arraiza2018-08-021-2/+2
|
* Move themes to user system foldersJabier Arraiza2018-08-023-8/+1
|
* Fixing coding styleJabier Arraiza2018-07-311-1/+1
|
* Remove XGD_DATA_DIR as sugestion of su_vJabier Arraiza2018-07-316-30/+16
|
* Fixing coding styleJabier Arraiza2018-07-311-10/+12
|
* Fixing enviroments in winJabier Arraiza2018-07-311-3/+1
|
* Fixing enviroments in winJabier Arraiza2018-07-311-7/+10
|
* Fixing compiling bug in winJabier Arraiza2018-07-311-2/+6
|
* Fixing tests brokenJabier Arraiza2018-07-312-8/+9
|