| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | Fix crash when viewing an image with invalid coords (NaN or inf) | Marc Jeanmougin | 2018-10-07 | 1 | -1/+5 | |
| | | | | | | | | | | | | | (Does not make it visible either.) | |||||
| * | | | Fix crash when changing grid that was created with document | Marc Jeanmougin | 2018-10-07 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Fix dot size for calligraphy | Marc Jeanmougin | 2018-10-07 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Fix crash in filter dialog | Marc Jeanmougin | 2018-10-07 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Should fix https://bugs.launchpad.net/inkscape/+bug/1795847 | |||||
| * | | | Fix warning object!=nullptr | Marc Jeanmougin | 2018-10-06 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | SPAttributeEnum typed function arguments | Thomas Holder | 2018-10-06 | 161 | -182/+186 | |
| |/ / | ||||||
| * | | Add new style register style property for stop color and opacity | Martin Owens | 2018-10-05 | 1 | -0/+3 | |
| | | | ||||||
| * | | Fix signaling issue with gradient stops not updating their parent | Martin Owens | 2018-10-05 | 3 | -1/+11 | |
| | | | ||||||
| * | | Replicate some of the sp-item attribute handling for sp-stop | Martin Owens | 2018-10-05 | 1 | -3/+6 | |
| | | | ||||||
| * | | Removal of code but breaks gradients | Martin Owens | 2018-10-05 | 12 | -240/+50 | |
| | | | ||||||
| * | | fix 1795942 "object to path" uses outdated state | Thomas Holder | 2018-10-05 | 7 | -4/+16 | |
| | | | ||||||
| * | | Remove old unset code which isn't used any more | Martin Owens | 2018-10-04 | 2 | -176/+8 | |
| | | | ||||||
| * | | fix compiling on macOS | Thomas Holder | 2018-10-04 | 1 | -1/+1 | |
| | | | ||||||
| * | | SPStyle property lookup helper class | Thomas Holder | 2018-10-04 | 1 | -519/+197 | |
| | | | ||||||
| * | | Fix updating widgets on LPE missed in the refactor | Jabiertxof | 2018-10-04 | 3 | -1/+5 | |
| | | | ||||||
| * | | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵ | Jabiertxof | 2018-10-03 | 12 | -34/+47 | |
| | | | | | | | | | with mouse correctly | |||||
| * | | Use existing colour toString in style writer | Martin Owens | 2018-10-03 | 1 | -15/+1 | |
| | | | ||||||
| * | | Use SPStyle and SPStyleEnum instead of getStyleProperty. | Martin Owens | 2018-10-03 | 1 | -11/+6 | |
| | | | ||||||
| * | | Fixes for LPE transforms and a bug when closing inkscape, related to ↵ | Jabiertxof | 2018-10-02 | 6 | -24/+7 | |
| | | | | | | | | | lpeobject-reference | |||||
| * | | 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 | |||||
| * | | 2geom: update to c709d6b6780098d3e53363d925f7aee3c2640478 | Eduard Braun | 2018-10-01 | 28 | -1117/+47 | |
| | | | | | | | | | Update README and remove obsolete files | |||||
| * | | Avoid duplicating defines in config.h and on command line | Eduard Braun | 2018-10-01 | 4 | -1/+17 | |
| | | | ||||||
| * | | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 38 | -66/+41 | |
| | | | ||||||
| * | | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 311 | -1029/+144 | |
| | | | ||||||
| * | | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 37 | -92/+92 | |
| | | | | | | | | | | | | | | | | | 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 | |||||
| * | | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 21 | -57/+128 | |
| | | | | | | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | |||||
| * | | End fix bug bug:#1769679 #18; Crash when opening file with live path effect | Jabier Arraiza | 2018-10-01 | 1 | -1/+6 | |
| | | | ||||||
| * | | Fix warnings in LPE ruler | Jabiertxof | 2018-10-01 | 1 | -6/+12 | |
| | | | ||||||
| * | | Merge branch 'master' of gitlab.com:inkscape/inkscape | Martin Owens | 2018-10-01 | 6 | -44/+18 | |
| |\ \ | ||||||
| | * | | Fix for bug #263620 comment 5, | Jabier Arraiza | 2018-10-01 | 6 | -44/+18 | |
| | | | | | | | | | | | | | Duplicating LPE path more like clone | |||||
| * | | | Fix the object-to-path bug by adding back the SPIBase check. | Martin Owens | 2018-10-01 | 1 | -1/+4 | |
| |/ / | ||||||
| * | | Improvements to transforms in LPE | Jabier Arraiza | 2018-10-01 | 12 | -50/+26 | |
| | | | ||||||
| * | | Improve calls to document_units | Jabier Arraiza | 2018-09-30 | 4 | -31/+9 | |
| | | | ||||||
| * | | Revert "c++11 refactor: std::auto_ptr -> std::unique_ptr" | Thomas Holder | 2018-09-30 | 3 | -2/+6 | |
| | | | | | | | | | This reverts commit 50cc9b79df730bf5a6f4c5010168fff9342ccea7. | |||||
| * | | Revert "c++11 refactor: ifdef CPP11 -> std::forward" | Thomas Holder | 2018-09-30 | 1 | -7/+13 | |
| | | | | | | | | | This reverts commit f9500954af2d6130069087970f8ed97ab61d13c2. | |||||
| * | | use poppler-transition-api instead of ifdefs | Thomas Holder | 2018-09-30 | 2 | -702/+208 | |
| | | | ||||||
| * | | c++11 refactor: ifdef CPP11 -> std::forward | Thomas Holder | 2018-09-30 | 1 | -13/+7 | |
| | | | ||||||
| * | | c++11 refactor: std::auto_ptr -> std::unique_ptr | Thomas Holder | 2018-09-30 | 3 | -6/+2 | |
| | | | ||||||
| * | | refactor: simplify loop | Thomas Holder | 2018-09-30 | 1 | -9/+3 | |
| | | | ||||||
| * | | fix Align > Rearrange > clockwise with y-axis down | Thomas Holder | 2018-09-30 | 1 | -0/+3 | |
| | | | ||||||
| * | | Fix for bug #1769679, Crash when opening file with live path effect | Jabier Arraiza | 2018-09-30 | 1 | -6/+12 | |
| | | | ||||||
| * | | Fix for bug:#1299461; Some LPE fails on apply to original, but cloned elements | Jabier Arraiza | 2018-09-30 | 3 | -5/+16 | |
| | | | ||||||
| * | | fix 1787601 star stroke width scaled by 3.78 | Thomas Holder | 2018-09-30 | 5 | -5/+0 | |
| | | | ||||||
| * | | Avoid crash on document close if default template is missing | Eduard Braun | 2018-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Canonicalize path read from INKSCAPE_DATADIR environment variable | Eduard Braun | 2018-09-30 | 1 | -0/+4 | |
| | | | | | | | | | | | | | | | | | Most importantly this will ensure an absolute path is used. While relative paths worked in principle some strange WinAPI breakage affected Inkscape's ability to properly treat relative paths in all scenarios. | |||||
| * | | Inkscapestream: Make some things const and avoid unnecessary copies | Eduard Braun | 2018-09-29 | 2 | -9/+8 | |
| | | | ||||||
| * | | Purge gunichar from Inkscapestream | Eduard Braun | 2018-09-29 | 15 | -49/+46 | |
| | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | Clean up stream output in repr-io.cpp | Eduard Braun | 2018-09-29 | 1 | -19/+10 | |
| | | | | | | | | | | | | | | | - remove workaround that was necessary because of broken writeString (and consequently printf) functions of BasicWriter - use writeChar() where appropriate as it's slightly more efficient than writeString() | |||||
| * | | Inkscapestream: Fix write methods for string types | Eduard Braun | 2018-09-29 | 1 | -7/+7 | |
| | | | | | | | | | | | | | | | | | | | | | | | As we output UTF8 encoded strings to normal streams we can (and should) put one byte at a time. Iterating over an ustring will give us "unichar"s with up to four bytes, though, which is bound to fail when written to a stream. Using Glib::ustring::raw() gives us a std::string with the raw (but still UTF8 encoded) character array that can be iterated byte-wise and output to the stream as-is. | |||||
| * | | fix 90 deg cw/ccw rotation with inverted y-axis | Thomas Holder | 2018-09-29 | 1 | -1/+2 | |
| | | | ||||||
