| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix a bug opening SVG from comand lines related to the DPI changes done. ↵ | Jabiertxof | 2018-09-14 | 1 | -2/+2 |
| | | | | | Thanks Mark for testing! | ||||
| * | Fix DPI wrong code pointed by Mc | Jabiertxof | 2018-09-13 | 1 | -3/+3 |
| | | |||||
| * | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 2 | -6/+12 |
| | | |||||
| * | fixes and improvementes to power clip and powermask | Jabiertxof | 2018-09-13 | 1 | -15/+0 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 3 | -14/+11 |
| | | | | | | | | | | 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 | ||||
| * | 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 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 | 1 | -0/+2 |
| | | | | | | | | | | | | | | 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 | ||||
| * | Fixing coding style | Jabier Arraiza | 2018-08-05 | 2 | -12/+12 |
| | | |||||
| * | Fixes pointed by Tav | Jabier Arraiza | 2018-08-05 | 3 | -22/+19 |
| | | |||||
| * | Update to trunk and styling fixes | Jabier Arraiza | 2018-08-05 | 1 | -10/+10 |
| | | |||||
| * | coding style fixes | Jabier Arraiza | 2018-08-05 | 4 | -39/+52 |
| | | |||||
| * | Fixes compiling bugs | Jabier Arraiza | 2018-08-05 | 2 | -6/+6 |
| | | |||||
| * | Refactor with Tav help | Jabier Arraiza | 2018-08-05 | 7 | -32/+52 |
| | | |||||
| * | Revert changes | Jabier Arraiza | 2018-08-05 | 7 | -222/+40 |
| | | |||||
| * | Allow inkscape handle units and percent in dasharray and dashoffset. Add ↵ | Jabier Arraiza | 2018-08-05 | 7 | -40/+222 |
| | | | | | pref optional to scale dashes on stroke scale | ||||
| * | Fix codding style | Jabier Arraiza | 2018-06-25 | 1 | -2/+2 |
| | | |||||
| * | Fix for bug 1777530 on master | Jabier Arraiza | 2018-06-25 | 3 | -12/+4 |
| | | |||||
| * | Merge branch 'select-page' of gitlab.com:bobqwatson/inkscape | Marc Jeanmougin | 2018-06-20 | 1 | -0/+2 |
| |\ | |||||
| | * | Add command-line option to select PDF page | Joe Rabinoff | 2018-06-19 | 1 | -0/+2 |
| | | | | | | | | | | | | | The optional argument "--pdf-page N" causes Inkscape to import page number N from the pdf document specified on the command line. This functionality is already available when importing via the GUI, but not when batch processing. | ||||
| * | | Replace typedef enum with enum in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 2 | -4/+4 |
| | | | |||||
| * | | Replace typedef struct with struct in POD type declarations. | Emmanuel Gil Peyrot | 2018-06-20 | 3 | -60/+49 |
| | | | |||||
| * | | Replace functions with methods in SPColor. | Emmanuel Gil Peyrot | 2018-06-19 | 8 | -32/+32 |
| | | | |||||
| * | | Run clang-tidy’s modernize-redundant-void-arg pass. | Emmanuel Gil Peyrot | 2018-06-19 | 106 | -349/+349 |
| | | | |||||
| * | | Run clang-tidy’s modernize-use-emplace pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | | | | | | This reduces the boilerplate required to add a new element to a container. | ||||
| * | | Run clang-tidy’s modernize-use-noexcept pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -6/+6 |
| | | | | | | | | | This removes deprecated dynamic exception specifications. | ||||
| * | | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 8 | -16/+16 |
| |/ | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Update pdf-parser.cpp | Marc Jeanmougin | 2018-06-18 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-deprecated-headers pass. | Emmanuel Gil Peyrot | 2018-06-18 | 20 | -42/+42 |
| | | | | | This renames most C <*.h> includes into C++ <c*> includes. | ||||
| * | Run clang-tidy’s modernize-use-equals-default pass. | Emmanuel Gil Peyrot | 2018-06-18 | 19 | -30/+25 |
| | | | | | | This replaces empty constructors and destructors with the default keyword. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 85 | -1024/+1024 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 60 | -285/+285 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Fixes to extension system and simplify the code | Jabiertxo Arraiza Cenoz | 2018-06-06 | 7 | -58/+19 |
| | | |||||
| * | Fix compilation with poppler 0.65.0 | Jan Palus | 2018-05-25 | 1 | -2/+1 |
| | | | | | | | replace unused includes with one that is actually used Signed-off-by: Jan Palus <atler@pld-linux.org> | ||||
| * | Fis maren improvements to embed/import | Jabier Arraiza | 2018-05-15 | 1 | -4/+4 |
| | | |||||
| * | Source typos | luz.paz | 2018-05-14 | 3 | -22/+22 |
| | | |||||
| * | Misc. typos | luz.paz | 2018-05-14 | 2 | -2/+2 |
| | | | | Found via `codespell` and `grep` | ||||
| * | Fix bug embeding SVG as PNG | Jabier Arraiza | 2018-05-13 | 1 | -13/+12 |
| | | |||||
| * | Allow embed on SVG imports | Jabier Arraiza | 2018-05-12 | 2 | -37/+55 |
| | | |||||
| * | Fixes bugs: #1770760, #1770761, #1770763, #1770769 related to linked SVG | Jabier Arraiza | 2018-05-12 | 1 | -2/+1 |
| | | |||||
| * | Add Maren improvements prepare to merge | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -11/+11 |
| | | |||||
| * | Allow link a SVG as image | Jabiertxo Arraiza Cenoz | 2018-05-10 | 1 | -2/+103 |
| | | |||||
| * | Apply fixed | Jabier Arraiza | 2018-05-09 | 6 | -137/+79 |
| | | |||||
| * | Reset old code to reaply fixed | Jabier Arraiza | 2018-05-09 | 8 | -80/+141 |
| | | |||||
| * | fix compiling bugs | Jabier Arraiza | 2018-05-09 | 1 | -1/+1 |
| | | |||||
| * | fix compiling bugs | Jabier Arraiza | 2018-05-09 | 2 | -16/+19 |
| | | |||||
| * | fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60694271 | Jabier Arraiza | 2018-05-09 | 5 | -44/+15 |
| | | |||||
| * | Fix https://gitlab.com/inkscape/inkscape/merge_requests/208#note_60693688 | Jabier Arraiza | 2018-05-09 | 1 | -19/+2 |
| | | |||||
| * | Add patch to branch https://inkscape.org/en/paste/10993/ | Jabier Arraiza | 2018-05-09 | 1 | -0/+5 |
| | | |||||
| * | Start migrating 0.92 patch to master | Jabier Arraiza | 2018-05-09 | 8 | -138/+115 |
| | | |||||
