summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'bugfix-1789838-confirmation-needed-before-overwriting-template'...Marc Jeanmougin2018-10-182-8/+13
|\
| * Fix bug 1789838 - Ask for confirmation before overwriting templateChristophe Lebras2018-08-312-8/+13
* | Renamed "Outline thin strokes" to "visible hairlines" to make the intent clea...Rick Yorgason2018-10-181-2/+2
* | New "Outline thin strokes" view mode which draws thin strokes in outline mode...Rick Yorgason2018-10-181-0/+2
* | fix vi modelines: encoding -> fileencodingThomas Holder2018-10-151-3/+1
* | Improve Meassure tool by a sugestion from Maren: https://chat.inkscape.org/ch...Jabiertxof2018-10-081-4/+4
* | Make middle-click functionality on color fields discoverable.Maren Hachmann2018-10-071-2/+2
* | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-073-3/+3
|\ \
| * | Misc. typosluz.paz2018-10-063-3/+3
* | | Fix dot size for calligraphyMarc Jeanmougin2018-10-071-1/+1
* | | Fix crash in filter dialogMarc Jeanmougin2018-10-071-1/+1
* | | Fix warning object!=nullptrMarc Jeanmougin2018-10-061-1/+1
|/ /
* | Removal of code but breaks gradientsMartin Owens2018-10-051-5/+5
* | Fix for bug:#1659476; Horizontal slider in "Power Stroke" LPE not movable wit...Jabiertxof2018-10-032-13/+31
* | Use SPStyle and SPStyleEnum instead of getStyleProperty.Martin Owens2018-10-031-11/+6
* | Move macros.h and remove unneeded macrosEduard Braun2018-10-0122-24/+30
* | Remove #include "config.h" wherever possibleEduard Braun2018-10-01126-463/+27
* | Use _WIN32 instead of WIN32Eduard Braun2018-10-0113-33/+33
* | Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-0114-56/+72
* | refactor: simplify loopThomas Holder2018-09-301-9/+3
* | fix Align > Rearrange > clockwise with y-axis downThomas Holder2018-09-301-0/+3
* | Avoid crash on document close if default template is missingEduard Braun2018-09-301-1/+1
* | Fix for bug:#1005036Jabier Arraiza2018-09-291-3/+2
* | Comment out a crash creating signal and remove some commentsMartin Owens2018-09-271-5/+5
* | Make attrdialog use the new iconrenderer sigc++ signalMartin Owens2018-09-272-25/+10
* | Propagate IconRenderer's activate signal so we don't have to guess where the ...Martin Owens2018-09-272-2/+16
* | Add preference for default global snapping and make it falseMartin Owens2018-09-272-0/+7
* | Merge branch 'cppcheck_memory' of gitlab.com:serval2412/inkscapeMarc Jeanmougin2018-09-271-0/+1
|\ \
| * | cppcheck: 2 memleaks + copypastaJulien Nabet2018-09-261-0/+1
* | | Refactor addtoicon and turn into more generic iconrenderer CellRendererMartin Owens2018-09-278-60/+55
|/ /
* | cppcheck: fix Same expression in font-variantsJulien Nabet2018-09-241-1/+1
* | Remove #include "config.h" from header files where possibleEduard Braun2018-09-2443-171/+0
* | fix "Arrange" dialog with inverted y-axisThomas Holder2018-09-232-10/+5
* | Allow ask for SVG dragged import method. Also split ask question from one to ...Jabier Arraiza2018-09-223-1/+11
* | Fix problems on dialogs with extensions. TODO: Add dialog on drag&drop a SVGJabier Arraiza2018-09-222-5/+2
* | adjust GDK_SCROLL_SMOOTH for MacBook TrackpadThomas Holder2018-09-211-1/+21
* | flip transform dialog iconsThomas Holder2018-09-201-1/+1
* | fix transform dialog icons with inverted y-axisThomas Holder2018-09-203-3/+20
* | Remove piglatin ocurrencesJabiertxof2018-09-191-2/+2
* | Add gettext strings, fix undo and allow keypresses to add and delete attributesMartin Owens2018-09-172-14/+73
* | Misc. typo and whitespace fixesluz.paz2018-09-161-9/+9
* | Remove sp-xmlview-attr with attrdialog (C++) and improve interfaceMartin Owens2018-09-147-49/+391
* | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-134-16/+16
|\ \
| * | Requested revisions + more typos and grammar fixesluz.paz2018-09-111-12/+12
| * | Several more typosluz.paz2018-09-111-2/+2
| * | Misc. typosluz.paz2018-09-113-3/+3
* | | Allow symbols dialog on dark themeJabiertxof2018-09-131-0/+1
* | | Fix a meassure tooltip updated pointed by maren at hacfest, tooltip is not up...Jabiertxof2018-09-132-3/+12
* | | Add per embed/linked SVG a DPI valueJabiertxof2018-09-134-6/+79
* | | Fix horizontal scrolling direction when using smooth scrollingEduard Braun2018-09-131-1/+1