| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | fix poppler 0.71.0 build. | Bartłomiej Szczepaniak | 2018-11-06 | 1 | -0/+6 | |
| | | ||||||
| * | remove Inkscape::URI::toString | Thomas Holder | 2018-11-05 | 1 | -3/+1 | |
| | | ||||||
| * | cleanup: remove Base64OutputStream | Thomas Holder | 2018-10-29 | 1 | -20/+8 | |
| | | | | | | It was only used in one place. Use "g_base64_encode" instead, like the rest of the codebase. | |||||
| * | Move contents of document-private.h to document.h. | Tavmjong Bah | 2018-10-29 | 1 | -2/+1 | |
| | | ||||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 12 | -26/+36 | |
| | | ||||||
| * | Code cleanup and adding comments. | Tavmjong Bah | 2018-10-17 | 2 | -64/+93 | |
| | | ||||||
| * | Move some files to 'io' directory. | Tavmjong Bah | 2018-10-13 | 2 | -2/+2 | |
| | | ||||||
| * | Hopefully last fix for e4c44f8b4674b88c0174270f27d61db808f66bc6 | Eduard Braun | 2018-10-11 | 1 | -1/+1 | |
| | | ||||||
| * | Misc. typos | luz.paz | 2018-10-06 | 8 | -11/+11 | |
| | | | | Found via `codespell` | |||||
| * | CMake: Allow to build with GraphicsMagick instead of ImageMagick | Eduard Braun | 2018-10-02 | 2 | -7/+7 | |
| | | | | | | | | | | For now we still default to ImageMagick, but we can fall-back to GraphicsMagick (e.g. if only ImageMagick 7 is available; add a check for this). To prefer GraphicsMagick despite a compatible version of ImageMagick use -DWITH_IMAGE_MAGICK=OFF when running CMake | |||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 1 | -4/+0 | |
| | | ||||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 58 | -166/+46 | |
| | | ||||||
| * | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 7 | -12/+12 | |
| | | | | | | | | | The former is guaranteed to be set for any compiler targeting win32, the latter is implementation dependent (but works for gcc) See also http://nadeausoftware.com/articles/2012/01/c_c_tip_how_use_compiler_predefined_macros_detect_operating_system | |||||
| * | Improve calls to document_units | Jabier Arraiza | 2018-09-30 | 1 | -6/+1 | |
| | | ||||||
| * | use poppler-transition-api instead of ifdefs | Thomas Holder | 2018-09-30 | 2 | -702/+208 | |
| | | ||||||
| * | Purge gunichar from Inkscapestream | Eduard Braun | 2018-09-29 | 1 | -2/+2 | |
| | | | | | | | | | | | None of these functions seems to expect an actual gunichar (which is a 32-bit type and can hold any UTF-32 or UCS-4 character code, also known as a Unicode code point). Instead we want UTF-8 encoded character data (i.e. gchar, which is equivalent to char) that can be output byte-wise to form a valid UTF-8 encoded string. | |||||
| * | fix 1789208 poppler 0.69 | Thomas Holder | 2018-09-28 | 7 | -45/+80 | |
| | | ||||||
| * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 1 | -2/+0 | |
| | | ||||||
| * | Fix PDF bitmap export (inverted y-axis) | Thomas Holder | 2018-09-26 | 1 | -6/+5 | |
| | | | | | https://bugs.launchpad.net/inkscape/+bug/1794298 | |||||
| * | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 11 | -38/+1 | |
| | | ||||||
| * | fix .odg and .fx export with inverted y-axis | Thomas Holder | 2018-09-23 | 2 | -19/+11 | |
| | | ||||||
| * | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 2 | -6/+7 | |
| | | | | | 2 (Bitmap and SVG) | |||||
| * | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 2018-09-22 | 3 | -21/+18 | |
| | | ||||||
| * | 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. | |||||
