| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove into filtered groups | Jabier Arraiza | 2018-11-05 | 2 | -2/+2 |
| | | |||||
| * | Fix related bug on eraser | Jabier Arraiza | 2018-11-05 | 1 | -1/+1 |
| | | |||||
| * | Improvemets to find items | Jabier Arraiza | 2018-11-05 | 2 | -2/+2 |
| | | |||||
| * | ContextMenu: Harmonize with menu bar | Eduard Braun | 2018-11-05 | 3 | -97/+148 |
| | | |||||
| * | More cleanup | Eduard Braun | 2018-11-05 | 1 | -45/+28 |
| | | |||||
| * | Simplify code (we don't need a box if there is no icon) | Eduard Braun | 2018-11-05 | 1 | -23/+21 |
| | | |||||
| * | Fix sp_ui_menu_item_set_name to handle arbitrarily packed GtkBoxes | Eduard Braun | 2018-11-05 | 1 | -12/+17 |
| | | |||||
| * | Add a preference to force enable/disable menu icons | Eduard Braun | 2018-11-05 | 3 | -19/+45 |
| | | | | | | | | | | By default the theme decides whether it wants to display icons or not by using the "show-icons" attribute in the menus.xml file. This attribute is properly inherited an can therefore be used to selectively enable and disable icons globally (by setting it on the root element), in certain submenus, or individually per menu item. | ||||
| * | Improve positioning of menu icons | Eduard Braun | 2018-11-05 | 1 | -9/+64 |
| | | | | | | Shift them into the area reserved for toggles (check/radio items). See also "reserve-toggle-size" property of GtkMenu. | ||||
| * | Remove unused header. | Tavmjong Bah | 2018-11-05 | 1 | -1/+0 |
| | | |||||
| * | Merge branch 'fix-knot-selection' of gitlab.com:ao2/inkscape | Marc Jeanmougin | 2018-11-04 | 1 | -4/+4 |
| |\ | |||||
| | * | ToolBase::root_handler: fix keyboard movement for KEY_Up and KEY_Down events | Antonio Ospite | 2018-11-01 | 1 | -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 spinbuttons | Jabier Arraiza | 2018-11-03 | 2 | -28/+29 |
| | | | |||||
| * | | Minor yaxis fix for meassure tool | Jabier Arraiza | 2018-11-03 | 1 | -1/+5 |
| | | | |||||
| * | | Merge branch 'RememberPrinterSettings2' of gitlab.com:Skrapion/inkscape | Marc Jeanmougin | 2018-11-02 | 2 | -0/+8 |
| |\ \ | |/ |/| | |||||
| | * | Remembers printer settings between calls to the print dialogue. Fixes bug ↵ | Rick Yorgason | 2018-10-27 | 2 | -0/+8 |
| | | | | | | | | | #1711112. | ||||
| * | | Add some tooltips to svg font editor, two need to be fixes. | Martin Owens | 2018-10-30 | 2 | -14/+17 |
| | | | |||||
| * | | Move contents of document-private.h to document.h. | Tavmjong Bah | 2018-10-29 | 2 | -4/+2 |
| | | | |||||
| * | | SelectedStyle: Ensure constant field width of stroke width | Eduard Braun | 2018-10-27 | 1 | -1/+4 |
| |/ | | | | %g omits trailing zeroes, %#g does not but adds trailing commas... | ||||
| * | ShapeEditor: Always keep KnotHolders in set_item() | Eduard Braun | 2018-10-24 | 2 | -18/+8 |
| | | |||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 6 | -6/+0 |
| | | |||||
| * | Fix memory leak | Marc Jeanmougin | 2018-10-19 | 1 | -0/+1 |
| | | |||||
| * | Fix typos | Marc Jeanmougin | 2018-10-19 | 2 | -28/+29 |
| | | |||||
| * | Makes page sizes in document properties customizable | Marc Jeanmougin | 2018-10-19 | 3 | -188/+175 |
| | | | | | Works similarly as prefs | ||||
| * | Finish to convert SPFilter and SPFilterPrimitive to proper classes. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -1/+1 |
| | | |||||
| * | Remove unused includes. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -1/+0 |
| | | |||||
| * | Remove unused filter-list.h header. | Emmanuel Gil Peyrot | 2018-10-19 | 1 | -1/+0 |
| | | |||||
| * | Remove util/unordered-containers.h aliases. | Emmanuel Gil Peyrot | 2018-10-18 | 2 | -6/+9 |
| | | |||||
| * | 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 |
| | | | |||||
