summaryrefslogtreecommitdiffstats
path: root/src/ui/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Replace IS_NAN with std::isnan (exists since C++11)Patrick Storz2019-04-021-2/+2
|
* Revert Ctrl+Up/Down direction to 0.92.4 behaviourNathan Lee2019-03-221-2/+2
|
* removing typo on previous commit, thanks McJabiertxof2019-03-201-1/+0
|
* Avoid cancel dragging a item when right click presedJabiertxof2019-03-202-1/+2
|
* Avoid the “using std::*;” or “using namespace std;” constructs.Emmanuel Gil Peyrot2019-03-061-1/+1
| | | | This makes the code a lot less readable and greppable for no reason.
* Reimplement one time dropper for strokeNathan Lee2019-03-021-1/+1
| | | | Fixes https://gitlab.com/inkscape/inkscape/issues/46
* Merge in bazaar branch for alignment handlesMartin Owens2019-02-241-1/+4
|
* Prevent crashes in node toolJabiertxof2019-02-201-2/+3
|
* Golden ratio in status bar textNathan Lee2019-02-162-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 ratioNathan Lee2019-02-161-1/+24
| | | | | | Uses code for rectangle constrained at golden ratio from rect-tool.cpp Fixes https://bugs.launchpad.net/inkscape/+bug/1778449
* SprayToolbar: GtkAction migrationAlexander Valavanis2019-02-101-5/+5
|
* CalligraphyToolbar: GtkAction migrationAlexander Valavanis2019-02-091-5/+5
|
* TweakToolbar: GtkAction migrationAlexander Valavanis2019-02-021-5/+5
|
* clang-tidy recent changesAlexander Valavanis2019-02-011-2/+3
|
* ArcToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* EraserToolbar: GtkAction migrationAlexander Valavanis2019-01-291-5/+5
|
* Box3DToolbar: GtkAction migrationAlexander Valavanis2019-01-291-1/+1
|
* SpiralToolbar: GtkAction migrationAlexander Valavanis2019-01-271-1/+1
|
* Toolbars: Fix alt+x focus switchingAlexander Valavanis2019-01-272-2/+2
|
* Fix inverted up/down when moving last point placed by pen toolWizardOhio242019-01-251-0/+2
| | | | | Fixes inbox#20 Closes !504
* modernize loopsMarc Jeanmougin2019-01-028-65/+51
|
* SPDesktopWidget: Migrate ruler events to sigc++Alexander Valavanis2018-12-281-2/+2
|
* Add preference for using SVG 2 text in a shape (GUI to come).Tavmjong Bah2018-12-191-1/+1
|
* Add ability to create SVG 2 text:Tavmjong Bah2018-12-181-11/+82
| | | | | 'shape-inside' (disabled for the moment) 'inline-size' (via on-screen knot)
* desktop-widget: Make canvas privateAlexander Valavanis2018-12-061-2/+2
|
* Use std::unique_ptr for all MessageContextEmmanuel Gil Peyrot2018-12-0316-22/+18
|
* Replace InkGC with std::shared_ptr for MessageStackEmmanuel Gil Peyrot2018-12-031-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 gridsJabier Arraiza2018-11-251-32/+6
| | | | This move from Namedview to a new prefernecr point to not reload full namedview on meassure
* Clarify licensesMax Gaukler2018-11-0850-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 groupsJabier Arraiza2018-11-051-1/+1
|
* Fix related bug on eraserJabier Arraiza2018-11-051-1/+1
|
* Improvemets to find itemsJabier Arraiza2018-11-051-1/+1
|
* 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.
* | Minor yaxis fix for meassure toolJabier Arraiza2018-11-031-1/+5
|/
* Remove 'document-private.h' where not needed plus some other header cleanup.Tavmjong Bah2018-10-221-1/+0
|
* Improve Meassure tool by a sugestion from Maren: ↵Jabiertxof2018-10-081-4/+4
| | | | https://chat.inkscape.org/channel/team_development?msg=sPPQMgwiGyvwfBGnv
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-10-071-1/+1
|\
| * Misc. typosluz.paz2018-10-061-1/+1
| | | | | | Found via `codespell`
* | Fix dot size for calligraphyMarc 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
|
* Move macros.h and remove unneeded macrosEduard Braun2018-10-0119-19/+26
|
* Remove #include "config.h" wherever possibleEduard Braun2018-10-0112-44/+1
|
* Move GTKMM_CHECK_VERSION from config.h to it's own headerEduard Braun2018-10-011-0/+2
| | | | | Avoids having to recompile most of the Inkscape codebase whenever gtkmm is updated.
* Remove #include "config.h" from header files where possibleEduard Braun2018-09-241-4/+0
|
* adjust GDK_SCROLL_SMOOTH for MacBook TrackpadThomas Holder2018-09-211-1/+21
|
* Merge branch 'misc-typos' of gitlab.com:luzpaz/inkscapeMarc Jeanmougin2018-09-131-12/+12
|\
| * Requested revisions + more typos and grammar fixesluz.paz2018-09-111-12/+12
| |
| * Misc. typosluz.paz2018-09-111-1/+1
| | | | | | Found via `codespell -q 3 -I ../inkscape-whitelist.txt --skip="*.svg,*.po,*.nsh,*.in,./src/3rdparty"`