| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Fix for bug:#1005036 | Jabier Arraiza | 2018-09-29 | 1 | -3/+2 |
| | | | | | Pasting a powerstroke resets the width controls | ||||
| * | Fix bug: #1644805 | Jabier Arraiza | 2018-09-29 | 2 | -1/+6 |
| | | | | | LPE Parallel crashes Inkscape with Text converted to Path | ||||
| * | Fix for bug: #1791784 LPE path effect undo does not work | Jabier Arraiza | 2018-09-29 | 6 | -14/+39 |
| | | |||||
| * | Fix unneeded headers from previous commit removing fix for 1219324 not ↵ | Jabier Arraiza | 2018-09-28 | 1 | -3/+0 |
| | | | | | needed now | ||||
| * | Remove uneeded fix for bug | Jabier Arraiza | 2018-09-28 | 1 | -8/+0 |
| | | |||||
| * | Fix bug #1791696: PowerClip: Using a group as a clip doesn't work as expected | Jabier Arraiza | 2018-09-28 | 3 | -16/+23 |
| | | |||||
| * | fix 1789208 poppler 0.69 | Thomas Holder | 2018-09-28 | 7 | -45/+80 |
| | | |||||
| * | Comment out a crash creating signal and remove some comments | Martin Owens | 2018-09-27 | 1 | -5/+5 |
| | | |||||
| * | Merge branch 'master' of gitlab.com:inkscape/inkscape | Martin Owens | 2018-09-27 | 5 | -11/+7 |
| |\ | |||||
| | * | SP_ACTIVE_DESKTOP: check for NULL or eliminate | Thomas Holder | 2018-09-27 | 5 | -11/+7 |
| | | | |||||
| * | | Make attrdialog use the new iconrenderer sigc++ signal | Martin Owens | 2018-09-27 | 2 | -25/+10 |
| |/ | |||||
| * | Propagate IconRenderer's activate signal so we don't have to guess where the ↵ | Martin Owens | 2018-09-27 | 2 | -2/+16 |
| | | | | | row/column is. | ||||
| * | Add preference for default global snapping and make it false | Martin Owens | 2018-09-27 | 3 | -1/+10 |
| | | |||||
| * | Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscape | Marc Jeanmougin | 2018-09-27 | 3 | -1/+4 |
| |\ | |||||
| | * | cppcheck: 2 memleaks + copypasta | Julien Nabet | 2018-09-26 | 3 | -1/+4 |
| | | | | | | | | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb | ||||
| * | | fix crash with PNG/JPG command line argument | Thomas Holder | 2018-09-27 | 1 | -1/+1 |
| | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1794762 | ||||
| * | | Refactor addtoicon and turn into more generic iconrenderer CellRenderer | Martin Owens | 2018-09-27 | 8 | -60/+55 |
| | | | |||||
| * | | Fix crash in fill and stroke dialog | Martin Owens | 2018-09-27 | 1 | -0/+1 |
| | | | |||||
| * | | Fix crash in URL get_value when url not set. | Martin Owens | 2018-09-26 | 1 | -1/+2 |
| |/ | |||||
| * | Merge branch 'style-internal-refactor' | Martin Owens | 2018-09-26 | 3 | -672/+342 |
| |\ | |||||
| | * | Fix if style with brace | Martin Owens | 2018-09-26 | 1 | -54/+54 |
| | | | |||||
| | * | Merge into remote | Martin Owens | 2018-09-26 | 1 | -1/+1 |
| | |\ | |||||
| | | * | Move URL toString to a more useful place and some minor fixes | Martin Owens | 2018-09-22 | 2 | -10/+26 |
| | | | | |||||
| | | * | Remove most write overrides and replace to get_value plus one generic write ↵ | Martin Owens | 2018-09-21 | 2 | -669/+323 |
| | | | | | | | | | | | | | method | ||||
| | * | | Rename unit to unit_out for less confusion | Martin Owens | 2018-09-26 | 1 | -6/+6 |
| | | | | |||||
| | * | | Move URL toString to a more useful place and some minor fixes | Martin Owens | 2018-09-24 | 2 | -10/+26 |
| | | | | |||||
| | * | | Remove most write overrides and replace to get_value plus one generic write ↵ | Martin Owens | 2018-09-24 | 2 | -669/+323 |
| | | | | | | | | | | | | | method | ||||
| * | | | Revert 9688e3858010724f4cd16664025e5c54b4e9872f | Jabier Arraiza | 2018-09-26 | 1 | -4/+2 |
| | | | | |||||
| * | | | Fix PDF bitmap export (inverted y-axis) | Thomas Holder | 2018-09-26 | 2 | -13/+12 |
| | | | | | | | | | | | | | https://bugs.launchpad.net/inkscape/+bug/1794298 | ||||
| * | | | Fix #1787601 star stroke width broken (scaled by 3.78) | Jabier Arraiza | 2018-09-26 | 1 | -2/+4 |
| | | | | |||||
| * | | | cppcheck: out of bounds ziptool | Julien Nabet | 2018-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | [util/ziptool.cpp:1235]: (error) Array 'lenBases[29]' accessed at index 29, which is out of bounds. [util/ziptool.cpp:1236]: (error) Array 'lenBases[29]' accessed at index 29, which is out of bounds. | ||||
| * | | | cppcheck: fix Same expression in font-variants | Julien Nabet | 2018-09-24 | 1 | -1/+1 |
| |/ / | | | | | | | [ui/widget/font-variants.cpp:899]: (style) Same expression on both sides of '||' | ||||
| * | | Remove #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 88 | -303/+43 |
| | | | |||||
| * | | LPE PointParam: use doc2dt | Thomas Holder | 2018-09-23 | 1 | -2/+1 |
| | | | |||||
| * | | !SP_ACTIVE_DESKTOP -> is_yaxisdown true | Thomas Holder | 2018-09-23 | 3 | -8/+8 |
| | | | | | | | | | Fixes 3D box --export-png | ||||
| * | | fix .odg and .fx export with inverted y-axis | Thomas Holder | 2018-09-23 | 2 | -19/+11 |
| | | | |||||
| * | | fix "Arrange" dialog with inverted y-axis | Thomas Holder | 2018-09-23 | 3 | -18/+9 |
| | | | |||||
| * | | Inkscapestream: Incredible speed up for writing of strings | Eduard Braun | 2018-09-22 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This tremendously speeds up saving long strings which previously had to do "n!" lookups (where n is the number of chars) as Glib::ustring::operator[] has to iterate over all preceding unichars in each iteration to find the requested unichar. A file with a CDATA section of ~1 MB saves in a few milliseconds now, previously it didn't finish even after some minutes. Fixed bugs: - https://bugs.launchpad.net/inkscape/+bug/1793877 | ||||
| * | | Fix a bug if shape is not defined in powerclip | Jabier Arraiza | 2018-09-22 | 1 | -0/+3 |
| | | | |||||
| * | | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 6 | -8/+19 |
| | | | | | | | | | 2 (Bitmap and SVG) | ||||
| * | | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 2018-09-22 | 7 | -43/+22 |
| |/ | |||||
| * | fix CTRL+button2 rotation direction | Thomas Holder | 2018-09-21 | 1 | -0/+1 |
| | | | | | CTRL+button2 canvas rotation was inverted with flipped canvas or desktop y-axis down. | ||||
| * | Fix window resize canvas orientation interference | Thomas Holder | 2018-09-21 | 1 | -1/+4 |
| | | | | | https://bugs.launchpad.net/inkscape/+bug/1792514 | ||||
| * | minor correction to MR | Marc Jeanmougin | 2018-09-21 | 2 | -4/+3 |
| | | |||||
