| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Merge branch ↵ | Marc Jeanmougin | 2018-10-18 | 2 | -8/+13 | |
| |\ | | | | | | | 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape | |||||
| | * | Fix bug 1789838 - Ask for confirmation before overwriting template | Christophe Lebras | 2018-08-31 | 2 | -8/+13 | |
| | | | ||||||
| * | | Renamed "Outline thin strokes" to "visible hairlines" to make the intent ↵ | Rick Yorgason | 2018-10-18 | 1 | -2/+2 | |
| | | | | | | | | | clearer. | |||||
| * | | New "Outline thin strokes" view mode which draws thin strokes in outline ↵ | Rick Yorgason | 2018-10-18 | 1 | -0/+2 | |
| | | | | | | | | | mode so they're easier to see, while still drawing everything else normally. Very useful for making hairline strokes (0.001") for laser cutters. | |||||
| * | | fix vi modelines: encoding -> fileencoding | Thomas Holder | 2018-10-15 | 1 | -3/+1 | |
| | | | ||||||
| * | | Improve Meassure tool by a sugestion from Maren: ↵ | Jabiertxof | 2018-10-08 | 1 | -4/+4 | |
| | | | | | | | | | https://chat.inkscape.org/channel/team_development?msg=sPPQMgwiGyvwfBGnv | |||||
| * | | Make middle-click functionality on color fields discoverable. | Maren Hachmann | 2018-10-07 | 1 | -2/+2 | |
| | | | ||||||
| * | | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-10-07 | 3 | -3/+3 | |
| |\ \ | ||||||
| | * | | Misc. typos | luz.paz | 2018-10-06 | 3 | -3/+3 | |
| | | | | | | | | | | Found via `codespell` | |||||
| * | | | 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 | |
| |/ / | ||||||
| * | | Removal of code but breaks gradients | Martin Owens | 2018-10-05 | 1 | -5/+5 | |
| | | | ||||||
| * | | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable ↵ | Jabiertxof | 2018-10-03 | 2 | -13/+31 | |
| | | | | | | | | | with mouse correctly | |||||
| * | | Use SPStyle and SPStyleEnum instead of getStyleProperty. | Martin Owens | 2018-10-03 | 1 | -11/+6 | |
| | | | ||||||
| * | | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 22 | -24/+30 | |
| | | | ||||||
| * | | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 126 | -463/+27 | |
| | | | ||||||
| * | | Use _WIN32 instead of WIN32 | Eduard Braun | 2018-10-01 | 13 | -33/+33 | |
| | | | | | | | | | | | | | | | | | 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 | 14 | -56/+72 | |
| | | | | | | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | |||||
| * | | 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 | |
| | | | ||||||
| * | | Avoid crash on document close if default template is missing | Eduard Braun | 2018-09-30 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix for bug:#1005036 | Jabier Arraiza | 2018-09-29 | 1 | -3/+2 | |
| | | | | | | | | | Pasting a powerstroke resets the width controls | |||||
| * | | Comment out a crash creating signal and remove some comments | Martin Owens | 2018-09-27 | 1 | -5/+5 | |
| | | | ||||||
| * | | 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 | 2 | -0/+7 | |
| | | | ||||||
| * | | Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscape | Marc Jeanmougin | 2018-09-27 | 1 | -0/+1 | |
| |\ \ | ||||||
| | * | | cppcheck: 2 memleaks + copypasta | Julien Nabet | 2018-09-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb | |||||
| * | | | Refactor addtoicon and turn into more generic iconrenderer CellRenderer | Martin Owens | 2018-09-27 | 8 | -60/+55 | |
| |/ / | ||||||
| * | | 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 | 43 | -171/+0 | |
| | | | ||||||
| * | | fix "Arrange" dialog with inverted y-axis | Thomas Holder | 2018-09-23 | 2 | -10/+5 | |
| | | | ||||||
| * | | Allow ask for SVG dragged import method. Also split ask question from one to ↵ | Jabier Arraiza | 2018-09-22 | 3 | -1/+11 | |
| | | | | | | | | | 2 (Bitmap and SVG) | |||||
| * | | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVG | Jabier Arraiza | 2018-09-22 | 2 | -5/+2 | |
| | | | ||||||
| * | | adjust GDK_SCROLL_SMOOTH for MacBook Trackpad | Thomas Holder | 2018-09-21 | 1 | -1/+21 | |
| | | | ||||||
| * | | 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 | |
| | | | ||||||
| * | | 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 | 1 | -9/+9 | |
| | | | | | | | Follow-up to #289 | |||||
| * | | Remove sp-xmlview-attr with attrdialog (C++) and improve interface | Martin Owens | 2018-09-14 | 7 | -49/+391 | |
| | | | ||||||
| * | | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-09-13 | 4 | -16/+16 | |
| |\ \ | ||||||
| | * | | Requested revisions + more typos and grammar fixes | luz.paz | 2018-09-11 | 1 | -12/+12 | |
| | | | | ||||||
| | * | | Several more typos | luz.paz | 2018-09-11 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Misc. typos | luz.paz | 2018-09-11 | 3 | -3/+3 | |
| | | | | | | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"` | |||||
| * | | | Allow symbols dialog on dark theme | Jabiertxof | 2018-09-13 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not ↵ | Jabiertxof | 2018-09-13 | 2 | -3/+12 | |
| | | | | | | | | | | | | | updated if no moviment on shift press | |||||
| * | | | Add per embed/linked SVG a DPI value | Jabiertxof | 2018-09-13 | 4 | -6/+79 | |
| | | | | ||||||
| * | | | Fix horizontal scrolling direction when using smooth scrolling | Eduard Braun | 2018-09-13 | 1 | -1/+1 | |
| | | | | ||||||
