summaryrefslogtreecommitdiffstats
path: root/src/ui (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused header.Tavmjong Bah2018-11-051-1/+0
|
* Merge branch 'fix-knot-selection' of gitlab.com:ao2/inkscapeMarc Jeanmougin2018-11-041-4/+4
|\
| * ToolBase::root_handler: fix keyboard movement for KEY_Up and KEY_Down eventsAntonio Ospite2018-11-011-4/+4
| | | | | | | | | | | | | | | | | | | | | | Moving shape knots up and down with the keyboard moves them in the opposite direction when the Y axis goes downwards. This happens because commit 1fa0c72b66 (New option to invert y-axis, 2018-09-12) forgot to handle Y direction in src/ui/tools/tool-base.cpp. Fix the issue by applying the Y axis direction factor just like it's done in src/ui/tool/control-point-selection.cpp.
* | Use monospace digits font in messages and spinbuttonsJabier Arraiza2018-11-032-28/+29
| |
* | Minor yaxis fix for meassure toolJabier Arraiza2018-11-031-1/+5
| |
* | Merge branch 'RememberPrinterSettings2' of gitlab.com:Skrapion/inkscapeMarc Jeanmougin2018-11-022-0/+8
|\ \ | |/ |/|
| * Remembers printer settings between calls to the print dialogue. Fixes bug ↵Rick Yorgason2018-10-272-0/+8
| | | | | | | | #1711112.
* | Add some tooltips to svg font editor, two need to be fixes.Martin Owens2018-10-302-14/+17
| |
* | Move contents of document-private.h to document.h.Tavmjong Bah2018-10-292-4/+2
| |
* | SelectedStyle: Ensure constant field width of stroke widthEduard Braun2018-10-271-1/+4
|/ | | | %g omits trailing zeroes, %#g does not but adds trailing commas...
* ShapeEditor: Always keep KnotHolders in set_item()Eduard Braun2018-10-242-18/+8
|
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-226-6/+0
|
* Fix memory leakMarc Jeanmougin2018-10-191-0/+1
|
* Fix typosMarc Jeanmougin2018-10-192-28/+29
|
* Makes page sizes in document properties customizableMarc Jeanmougin2018-10-193-188/+175
| | | | Works similarly as prefs
* Finish to convert SPFilter and SPFilterPrimitive to proper classes.Emmanuel Gil Peyrot2018-10-191-1/+1
|
* Remove unused includes.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove unused filter-list.h header.Emmanuel Gil Peyrot2018-10-191-1/+0
|
* Remove util/unordered-containers.h aliases.Emmanuel Gil Peyrot2018-10-182-6/+9
|
* Merge branch ↵Marc Jeanmougin2018-10-182-8/+13
|\ | | | | | | 'bugfix-1789838-confirmation-needed-before-overwriting-template' of gitlab.com:ccrb/inkscape
| * 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 ↵Rick Yorgason2018-10-181-2/+2
| | | | | | | | clearer.
* | New "Outline thin strokes" view mode which draws thin strokes in outline ↵Rick Yorgason2018-10-181-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 -> fileencodingThomas Holder2018-10-151-3/+1
| |
* | Improve Meassure tool by a sugestion from Maren: ↵Jabiertxof2018-10-081-4/+4
| | | | | | | | https://chat.inkscape.org/channel/team_development?msg=sPPQMgwiGyvwfBGnv
* | 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
| | | | | | | | | Found via `codespell`
* | | Fix dot size for calligraphyMarc Jeanmougin2018-10-071-1/+1
| | |
* | | Fix crash in filter dialogMarc Jeanmougin2018-10-071-1/+1
| | | | | | | | | | | | Should fix https://bugs.launchpad.net/inkscape/+bug/1795847
* | | 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 ↵Jabiertxof2018-10-032-13/+31
| | | | | | | | with mouse correctly
* | 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
| | | | | | | | | | | | | | | | 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 headerEduard Braun2018-10-0114-56/+72
| | | | | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* | 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
| | | | | | | | Pasting a powerstroke resets the width controls
* | 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
| | | | | | | | row/column is.
* | 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
| | | | | | | | | | | | | | | [ui/dialog/styledialog.cpp:926]: (error) Memory leak: textDialogPtr [seltrans.cpp:1458]: (error) Memory leak: bb
* | | 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
| | | | | | | | [ui/widget/font-variants.cpp:899]: (style) Same expression on both sides of '||'