| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | 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 |
| | | |||||
| * | Merge branch 'fix_bug_#1791694' of gitlab.com:Xortex/inkscape | Marc Jeanmougin | 2018-09-21 | 2 | -19/+9 |
| |\ | |||||
| | * | fix bug 1791694 | Xortex | 2018-09-19 | 2 | -19/+9 |
| | | | |||||
| * | | adjust GDK_SCROLL_SMOOTH for MacBook Trackpad | Thomas Holder | 2018-09-21 | 1 | -1/+21 |
| | | | |||||
| * | | Fix children not properly inheriting font-size when ungrouping | Eduard Braun | 2018-09-20 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Only the value was merged into the child's style but not type, unit or literal specifiers. As type defaults to SP_FONT_SIZE_LITERAL with SP_CSS_FONT_SIZE_MEDIUM this resulted in removal of font-size upon ungrouping. Fixed Bugs: - https://bugs.launchpad.net/inkscape/+bug/1518575 - https://bugs.launchpad.net/inkscape/+bug/1733651 | ||||
| * | | flip transform dialog icons | Thomas Holder | 2018-09-20 | 1 | -1/+1 |
| | | | |||||
| * | | fix transform dialog icons with inverted y-axis | Thomas Holder | 2018-09-20 | 3 | -3/+20 |
| |/ | |||||
| * | Remove piglatin ocurrences | Jabiertxof | 2018-09-19 | 1 | -2/+2 |
| | | |||||
| * | Update file import dialog for old SVG. We couldent add a fixed siize so we ↵ | Jabier Arraiza | 2018-09-18 | 2 | -25/+31 |
| | | | | | need to play with new lines | ||||
| * | Add gettext strings, fix undo and allow keypresses to add and delete attributes | Martin Owens | 2018-09-17 | 2 | -14/+73 |
| | | |||||
| * | Misc. typo and whitespace fixes | luz.paz | 2018-09-16 | 3 | -34/+34 |
| | | | | Follow-up to #289 | ||||
| * | Fix eaae266840146a0faa3332f253ba7bd63eecbb21 | Eduard Braun | 2018-09-15 | 2 | -6/+8 |
| | | | | | (cherry picked from commit 11504fc9060729939703c380bcaa71cfc36ea351) | ||||
| * | Support reading and writing pipes | Rainer Keller | 2018-09-15 | 2 | -9/+79 |
| | | | | | | | | | | | | | This is useful when using inkscape from the terminal and piping the output to further programs. Example usage: cat vector.svg | inkscape --export-png - --file - | convert - out.jpg Fixes bug: 171016 (forward-ported from commit fdb3b41a37f5c37bbb8e49d59e7e6195d5363fcb) | ||||
| * | Fix and improve stiling of helper tab on meassure segments LPE | Jabiertxof | 2018-09-15 | 1 | -4/+4 |
| | | |||||
| * | Improve message parameter and remove unecesary widgets from meassure ↵ | Jabier Arraiza | 2018-09-15 | 4 | -29/+26 |
| | | | | | segments LPE | ||||
| * | Update measure segments helper info and align to messages LPE parameter | Jabiertxof | 2018-09-14 | 3 | -22/+39 |
| | | |||||
| * | Update info widget inmeasure segments | Jabiertxof | 2018-09-14 | 1 | -6/+6 |
| | | |||||
| * | improbe UX of Fillet/Chamfer LPE | Jabiertxof | 2018-09-14 | 6 | -125/+21 |
| | | |||||
| * | Remove sp-xmlview-attr with attrdialog (C++) and improve interface | Martin Owens | 2018-09-14 | 10 | -388/+391 |
| | | |||||
| * | fix 3D boxes with inverted y-axis (follow-up) | Thomas Holder | 2018-09-14 | 2 | -19/+18 |
| | | | | | The initial fix was only correct for parallel/infinite Y direction | ||||
| * | Fix a bug opening SVG from comand lines related to the DPI changes done. ↵ | Jabiertxof | 2018-09-14 | 3 | -7/+14 |
| | | | | | Thanks Mark for testing! | ||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 15 | -31/+31 |
| |\ | |||||
| | * | Requested revisions + more typos and grammar fixes | luz.paz | 2018-09-11 | 2 | -15/+15 |
| | | | |||||
| | * | Several more typos | luz.paz | 2018-09-11 | 9 | -11/+11 |
| | | | |||||
