| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Regression fix: hide some toolbar icons on startup | Nathan Lee | 2019-05-13 | 1 | -1/+2 |
| | | | | | | | | Pencil toolbar also given some checks for gitlab.com/inkscape/inkscape/issues/92 Fixes gitlab.com/inkscape/inbox/issues/182 | ||||
| * | Good redraw of BPaths on trying to close a BSpline | Jabier Arraiza | 2019-05-01 | 1 | -14/+12 |
| | | |||||
| * | Make display unit change roll out to toolbars | Nathan Lee | 2019-04-30 | 1 | -3/+3 |
| | | | | | | | | Add exception for measure tool, which uses preferences Fixes https://gitlab.com/inkscape/inbox/issues/393 Partial fix: https://gitlab.com/inkscape/inkscape/issues/208 | ||||
| * | Add out of bound checks to fill bucket | Nathan Lee | 2019-04-27 | 1 | -3/+6 |
| | | | | | Fixes https://gitlab.com/inkscape/inbox/issues/398 | ||||
| * | More document.h cleanup. | Tavmjong Bah | 2019-04-06 | 1 | -1/+1 |
| | | |||||
| * | Replace IS_NAN with std::isnan (exists since C++11) | Patrick Storz | 2019-04-02 | 1 | -2/+2 |
| | | |||||
| * | Revert Ctrl+Up/Down direction to 0.92.4 behaviour | Nathan Lee | 2019-03-22 | 1 | -2/+2 |
| | | |||||
| * | removing typo on previous commit, thanks Mc | Jabiertxof | 2019-03-20 | 1 | -1/+0 |
| | | |||||
| * | Avoid cancel dragging a item when right click presed | Jabiertxof | 2019-03-20 | 2 | -1/+2 |
| | | |||||
| * | Avoid the “using std::*;” or “using namespace std;” constructs. | Emmanuel Gil Peyrot | 2019-03-06 | 1 | -1/+1 |
| | | | | | This makes the code a lot less readable and greppable for no reason. | ||||
| * | Reimplement one time dropper for stroke | Nathan Lee | 2019-03-02 | 1 | -1/+1 |
| | | | | | Fixes https://gitlab.com/inkscape/inkscape/issues/46 | ||||
| * | Merge in bazaar branch for alignment handles | Martin Owens | 2019-02-24 | 1 | -1/+4 |
| | | |||||
| * | Prevent crashes in node tool | Jabiertxof | 2019-02-20 | 1 | -2/+3 |
| | | |||||
| * | Golden ratio in status bar text | Nathan Lee | 2019-02-16 | 2 | -2/+2 |
| | | | | | Circle and Square can be constrained to a golden ratio. Adds this to the status bar (which noted 1:1 and integer-ratio previously) | ||||
| * | [Fix 1778449] Correct Ellipse status bar text for golden ratio | Nathan Lee | 2019-02-16 | 1 | -1/+24 |
| | | | | | | | Uses code for rectangle constrained at golden ratio from rect-tool.cpp Fixes https://bugs.launchpad.net/inkscape/+bug/1778449 | ||||
| * | SprayToolbar: GtkAction migration | Alexander Valavanis | 2019-02-10 | 1 | -5/+5 |
| | | |||||
| * | CalligraphyToolbar: GtkAction migration | Alexander Valavanis | 2019-02-09 | 1 | -5/+5 |
| | | |||||
| * | TweakToolbar: GtkAction migration | Alexander Valavanis | 2019-02-02 | 1 | -5/+5 |
| | | |||||
| * | clang-tidy recent changes | Alexander Valavanis | 2019-02-01 | 1 | -2/+3 |
| | | |||||
| * | ArcToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -1/+1 |
| | | |||||
| * | EraserToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -5/+5 |
| | | |||||
| * | Box3DToolbar: GtkAction migration | Alexander Valavanis | 2019-01-29 | 1 | -1/+1 |
| | | |||||
| * | SpiralToolbar: GtkAction migration | Alexander Valavanis | 2019-01-27 | 1 | -1/+1 |
| | | |||||
| * | Toolbars: Fix alt+x focus switching | Alexander Valavanis | 2019-01-27 | 2 | -2/+2 |
| | | |||||
| * | Fix inverted up/down when moving last point placed by pen tool | WizardOhio24 | 2019-01-25 | 1 | -0/+2 |
| | | | | | | Fixes inbox#20 Closes !504 | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 8 | -65/+51 |
| | | |||||
| * | SPDesktopWidget: Migrate ruler events to sigc++ | Alexander Valavanis | 2018-12-28 | 1 | -2/+2 |
| | | |||||
| * | Add preference for using SVG 2 text in a shape (GUI to come). | Tavmjong Bah | 2018-12-19 | 1 | -1/+1 |
| | | |||||
| * | Add ability to create SVG 2 text: | Tavmjong Bah | 2018-12-18 | 1 | -11/+82 |
| | | | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot) | ||||
| * | desktop-widget: Make canvas private | Alexander Valavanis | 2018-12-06 | 1 | -2/+2 |
| | | |||||
| * | Use std::unique_ptr for all MessageContext | Emmanuel Gil Peyrot | 2018-12-03 | 16 | -22/+18 |
| | | |||||
| * | Replace InkGC with std::shared_ptr for MessageStack | Emmanuel Gil Peyrot | 2018-12-03 | 1 | -1/+1 |
| | | | | | | | There are many places which still use this stack unmanaged (using desktop->getMessageStack()) but those are all leaf calls which make use of the stack and never store it anywhere, so this is fine. | ||||
| * | Fix bug 1804946: Measurement tool is very slow when using grids | Jabier Arraiza | 2018-11-25 | 1 | -32/+6 |
| | | | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure | ||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 50 | -55/+125 |
| | | | | | | | - add license headers to everything - convert a few files from public domain or LGPL2.1+ to GPL2+ - some archaeology to clarify which files are from which library | ||||
| * | Remove into filtered groups | Jabier Arraiza | 2018-11-05 | 1 | -1/+1 |
| | | |||||
| * | Fix related bug on eraser | Jabier Arraiza | 2018-11-05 | 1 | -1/+1 |
| | | |||||
| * | Improvemets to find items | Jabier Arraiza | 2018-11-05 | 1 | -1/+1 |
| | | |||||
| * | 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. | ||||
| * | | Minor yaxis fix for meassure tool | Jabier Arraiza | 2018-11-03 | 1 | -1/+5 |
| |/ | |||||
| * | Remove 'document-private.h' where not needed plus some other header cleanup. | Tavmjong Bah | 2018-10-22 | 1 | -1/+0 |
| | | |||||
| * | Improve Meassure tool by a sugestion from Maren: ↵ | Jabiertxof | 2018-10-08 | 1 | -4/+4 |
| | | | | | https://chat.inkscape.org/channel/team_development?msg=sPPQMgwiGyvwfBGnv | ||||
| * | Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscape | Marc Jeanmougin | 2018-10-07 | 1 | -1/+1 |
| |\ | |||||
| | * | Misc. typos | luz.paz | 2018-10-06 | 1 | -1/+1 |
| | | | | | | | Found via `codespell` | ||||
| * | | Fix dot size for calligraphy | Marc Jeanmougin | 2018-10-07 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | | |||||
| * | Move macros.h and remove unneeded macros | Eduard Braun | 2018-10-01 | 19 | -19/+26 |
| | | |||||
| * | Remove #include "config.h" wherever possible | Eduard Braun | 2018-10-01 | 12 | -44/+1 |
| | | |||||
| * | Move GTKMM_CHECK_VERSION from config.h to it's own header | Eduard Braun | 2018-10-01 | 1 | -0/+2 |
| | | | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated. | ||||
