| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵ | Jabiertxof | 2018-09-13 | 2 | -3/+12 |
| | | | | | updated if no moviment on shift press | ||||
| * | Fix DPI wrong code pointed by Mc | Jabiertxof | 2018-09-13 | 4 | -20/+20 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 12 | -40/+165 |
| | | |||||
| * | fixes and improvementes to power clip and powermask | Jabiertxof | 2018-09-13 | 17 | -280/+274 |
| | | |||||
| * | Fix horizontal scrolling direction when using smooth scrolling | Eduard Braun | 2018-09-13 | 1 | -1/+1 |
| | | |||||
| * | add autotrace basic support | Marc Jeanmougin | 2018-09-13 | 55 | -5/+8751 |
| | | |||||
| * | make /options/yaxisdown true the default | Thomas Holder | 2018-09-12 | 2 | -3/+3 |
| | | |||||
| * | fix object-set-test crash | Thomas Holder | 2018-09-12 | 1 | -2/+3 |
| | | |||||
| * | Add detachable, although no evidence it works | Martin Owens | 2018-09-12 | 1 | -0/+3 |
| | | |||||
| * | Remove colors from gtklistview | Martin Owens | 2018-09-12 | 2 | -7/+6 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Marc Jeanmougin | 2018-09-12 | 36 | -236/+376 |
| |\ | |||||
| | * | Allow adding new properties | Martin Owens | 2018-09-12 | 2 | -12/+68 |
| | | | |||||
| | * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 34 | -224/+308 |
| | | | | | | | | | | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | | More caching in prefs | Marc Jeanmougin | 2018-09-12 | 2 | -9/+46 |
| |/ | |||||
| * | Fix preferences crash | Thomas Holder | 2018-09-12 | 2 | -4/+25 |
| | | | | | a81d0009 regression | ||||
| * | Support smooth scrolling (part 2) | Eduard Braun | 2018-09-11 | 6 | -6/+26 |
| | | | | | | | | | | | Fix scrolling when smooth scrolling is enabled / allow to scroll smoothly for: - canvas palette - node selection in path tool - selection cycling in select tool while holding Alt key - spraying in spray tool with mouse wheel - adjusting color by scrolling in lower left stroke/fill fields | ||||
| * | Support smooth scrolling (part 1) | Eduard Braun | 2018-09-11 | 2 | -5/+32 |
| | | | | | Allows panning / zooming / rotating the canvas smoothly. | ||||
| * | Refactor xml editor, improve UI and prepare for future additions | Martin Owens | 2018-09-11 | 8 | -475/+145 |
| | | |||||
| * | Cache preference raw values | Marc Jeanmougin | 2018-09-11 | 2 | -0/+7 |
| | | |||||
| * | Make XML tree a double-linked-list (significant improvement on previous node ↵ | Marc Jeanmougin | 2018-09-11 | 4 | -10/+31 |
| | | | | | lookup) | ||||
| * | Fix bug 1684238 | Jabiertxof | 2018-09-11 | 2 | -52/+63 |
| | | |||||
| * | Remove unneeded sp-marshal.{h,cpp}.mingw | Eduard Braun | 2018-09-11 | 2 | -398/+0 |
| | | |||||
| * | Remove the custom handling of column editability, that is not how to do it. | Martin Owens | 2018-09-11 | 1 | -46/+1 |
| | | |||||
| * | fix nullptr bool warning | Thomas Holder | 2018-09-10 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape into ↵ | Martin Owens | 2018-09-10 | 7 | -22/+60 |
| |\ | | | | | | | yhoshi/inkscape-bug167900 | ||||
| | * | Minor fix | Marc Jeanmougin | 2018-09-09 | 1 | -1/+1 |
| | | | |||||
| | * | copypaste bugfix | Marc Jeanmougin | 2018-09-09 | 2 | -15/+19 |
| | | | |||||
| | * | Update selection-chemistry.cpp | Samuel Buttigieg | 2018-09-08 | 1 | -13/+13 |
| | | | |||||
| | * | fix Bug #1786269 | Xortex | 2018-09-08 | 1 | -0/+15 |
| | | | |||||
| | * | Modified fix for compatibility with poppler 0.64 | Eduard Braun | 2018-09-04 | 4 | -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 #167900 | Yuki Hoshino | 2018-08-30 | 2 | -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 opacity of bitmap images in PDF export | Eduard Braun | 2018-08-28 | 2 | -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 export | Eduard Braun | 2018-08-28 | 2 | -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 Bah | 2018-08-27 | 1 | -0/+5 |
| | | |||||
| * | Fix bug 1789010 - Sanitize template's file name | Christophe Lebras | 2018-08-27 | 1 | -5/+4 |
| | | |||||
| * | Enable autosaves by default, puts them in user cache dir | Marc Jeanmougin | 2018-08-21 | 3 | -6/+9 |
| | | |||||
| * | use user-specific cache dir for clipboard temp file | Marc Jeanmougin | 2018-08-21 | 1 | -4/+4 |
| | | |||||
| * | Fix bug pointed by suv in ↵ | Jabiertxof | 2018-08-17 | 1 | -1/+1 |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_95077426 | ||||
| * | Fix tiny size of layer visibility/lock icons | Eduard Braun | 2018-08-16 | 1 | -1/+1 |
| | | |||||
| * | Fix wrong initial glyph size with native pango_win32 font backend | Eduard Braun | 2018-08-16 | 1 | -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 Bah | 2018-08-15 | 4 | -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 typo | Jabier Arraiza | 2018-08-14 | 1 | -1/+1 |
| | | |||||
| * | Fix 'stroke-dashoffset' with absolute units. | Tavmjong Bah | 2018-08-13 | 1 | -1/+1 |
| | | |||||
| * | fix for bug 1786605 | Jabier Arraiza | 2018-08-12 | 2 | -5/+5 |
| | | |||||
| * | Add a label to apply theme sugested by Christoffer Holmstedt on mailing list | Jabier Arraiza | 2018-08-10 | 3 | -4/+6 |
| | | |||||
| * | Fix bug pointed by moini in ↵ | Jabiertxof | 2018-08-09 | 3 | -2/+3 |
| | | | | | https://gitlab.com/inkscape/inkscape/merge_requests/294#note_93146271 | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-08-05 | 4 | -69/+69 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 8 | -151/+100 |
| | | |||||
| * | Update to trunk and styling fixes | Jabier Arraiza | 2018-08-05 | 2 | -14/+14 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 10 | -76/+93 |
| | | |||||
