| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Improve node selection ~x3 removing unneded updateNow() called in non ↵ | Jabier Arraiza | 2019-10-09 | 1 | -0/+7 |
| | | | | | necesary places. Also ensure canvas is always redraw | ||||
| * | Misc. typo and whitespace fixes | luz.paz | 2019-01-14 | 1 | -2/+2 |
| | | | | Found via `codespell` and `atom editor` | ||||
| * | modernize loops | Marc Jeanmougin | 2019-01-02 | 1 | -36/+35 |
| | | |||||
| * | Clarify licenses | Max Gaukler | 2018-11-08 | 1 | -1/+2 |
| | | | | | | | - 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 util/unordered-containers.h aliases. | Emmanuel Gil Peyrot | 2018-10-18 | 1 | -2/+4 |
| | | |||||
| * | New option to invert y-axis | Thomas Holder | 2018-09-12 | 1 | -2/+2 |
| | | | | | | | | | | Replaces all hard coded or implicit desktop coordinate usage with doc2dt multiplication. New global preference: Interface > Origin at upper left https://bugs.launchpad.net/inkscape/+bug/170049 | ||||
| * | Run clang-tidy’s modernize-use-bool-literals pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -1/+1 |
| | | | | | | This makes it clearer whether an integer or a boolean has to be passed in this specific call. | ||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -2/+2 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Revert "Fix include order with clang-tidy check llvm-include-order" | Marc Jeanmougin | 2018-05-04 | 1 | -1/+1 |
| | | | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60. | ||||
| * | Fix include order with clang-tidy check llvm-include-order | Marc Jeanmougin | 2018-04-29 | 1 | -1/+1 |
| | | |||||
| * | Move classes derived from SPObject to own directory. | Tavmjong Bah | 2018-01-30 | 1 | -6/+9 |
| | | | | | A lot of header clean-up. | ||||
| * | Replace boost::shared_ptr | Jan Lingscheid | 2017-10-17 | 1 | -3/+2 |
| | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header. | ||||
| * | Removed unused includes, decreased compilation time. Once again | Adrian Boguszewski | 2016-08-03 | 1 | -2/+0 |
| | | | | (bzr r15034) | ||||
| * | Reverted changes to r15024 after many building problems | Adrian Boguszewski | 2016-07-28 | 1 | -0/+2 |
| | | | | (bzr r15027) | ||||
| * | Removed unused includes, decrease compilation time | Adrian Boguszewski | 2016-07-28 | 1 | -2/+0 |
| | | | | (bzr r15025) | ||||
| * | minor coding style changes | Jabier Arraiza Cenoz | 2015-08-08 | 1 | -4/+5 |
| | | | | (bzr r14284) | ||||
| * | Snapping in node tool now also works when: | Diederik van Lierop | 2015-05-30 | 1 | -0/+8 |
| | | | | | | | | | | - when double clicking to insert a node on a path - when dragging a part of the path to deform it Fixed bugs: - https://launchpad.net/bugs/1448859 (bzr r14189) | ||||
| * | Remove sp_desktop_document and finish cleanup of desktop-handles.h | Liam P. White | 2014-12-21 | 1 | -4/+4 |
| | | | | (bzr r13820) | ||||
| * | Update to experimental r13465 | Liam P. White | 2014-08-08 | 1 | -1/+1 |
| |\ | | | | | (bzr r13090.1.102) | ||||
| | * | Massive performance improvment for basic node operations with thousands of nodes | Liam P. White | 2014-08-08 | 1 | -1/+1 |
| | | | | | | | (bzr r13341.1.124) | ||||
| * | | Update to trunk/integrate BSpline | Liam P. White | 2014-05-09 | 1 | -1/+12 |
| |\| | | | | | (bzr r13090.1.73) | ||||
| | * | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -2/+3 |
| | | | | | | | (bzr r11950.1.281) | ||||
| | * | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -3/+2 |
| | | | | | | | (bzr r11950.1.279) | ||||
| | * | translations from spanish to english done, it might need a little review, ↵ | Guiu Rocafort | 2014-03-05 | 1 | -2/+3 |
| | | | | | | | | | | | but everything seems ok (bzr r11950.5.1) | ||||
| | * | update to trunk | Jabier Arraiza Cenoz | 2014-01-18 | 1 | -11/+0 |
| | |\ | | | | | | | (bzr r11950.1.235) | ||||
| | * | | Spanish comment of multi-path-manipulator-cpp | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+2 |
| | | | | | | | | | | (bzr r11950.1.222) | ||||
| | * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -3/+0 |
| | | | | | | | | | | (bzr r11950.1.212) | ||||
| | * | | Update to trunk | Jabier Arraiza Cenoz | 2013-12-12 | 1 | -1/+9 |
| | |\ \ | | | | | | | | | (bzr r11950.1.208) | ||||
| | * \ \ | Update to trunk | Jabier Arraiza Cenoz | 2013-11-08 | 1 | -1/+1 |
| | |\ \ \ | | | | | | | | | | | (bzr r11950.1.193) | ||||
| | * \ \ \ | Upadate to trunk | Jabier Arraiza Cenoz | 2013-07-04 | 1 | -2/+6 |
| | |\ \ \ \ | | | | | | | | | | | | | (bzr r11950.1.122) | ||||
| | * \ \ \ \ | Update to trunk | Jabier Arraiza Cenoz | 2013-03-26 | 1 | -2/+1 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | (bzr r11950.1.75) | ||||
| | * | | | | | | Fixing node fault | jtx | 2013-03-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.4.2) | ||||
| | * | | | | | | Widgets to effect added | Jabier Arraiza Cenoz | 2013-03-19 | 1 | -1/+0 |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | (bzr r11950.1.59) | ||||
| | * | | | | | | | ~sub fix, double click to reset default handles and control to 10% step | root | 2013-03-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.51) | ||||
| | * | | | | | | | Delete bspline node whith node tool and fix 1 segment continue shift error | Jabier Arraiza Cenoz | 2013-01-18 | 1 | -1/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (bzr r11950.1.17) | ||||
| * | | | | | | | | Fixed path color when changed by Objects Dialog | Liam P. White | 2014-03-03 | 1 | -3/+3 |
| | |_|_|_|_|_|/ |/| | | | | | | | | | | | | | (bzr r13090.1.11) | ||||
| * | | | | | | | multi-path-manipulator: strip dead code | Alex Valavanis | 2014-01-14 | 1 | -11/+0 |
| | |_|_|_|_|/ |/| | | | | | | | | | | | (bzr r12930) | ||||
| * | | | | | | Fix for Bug #1255367 (Alt D clears undo history even when nothing happens). | Nicolas Dufour | 2013-12-12 | 1 | -1/+9 |
| | |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1255367 (bzr r12848) | ||||
| * | | | | | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -1/+1 |
| | |_|_|/ |/| | | | | | | | (bzr r12782) | ||||
| * | | | | Make DAMN sure paths with zero nodes do not cause a crash. | Martin Owens | 2013-06-29 | 1 | -2/+6 |
| | |_|/ |/| | | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/710637 (bzr r12396) | ||||
| * | | | Workaround usage of deprecated glib symbols in 3rd party libraries | Alex Valavanis | 2013-03-25 | 1 | -2/+1 |
| | |/ |/| | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1122774 (bzr r12243) | ||||
| * | | cppcheck | Kris De Gussem | 2013-03-17 | 1 | -1/+0 |
| |/ | | | (bzr r12218) | ||||
| * | Fix for 580160 : Deleting a gradient stop using Shape tools deletes the object | John Smith | 2012-09-06 | 1 | -0/+3 |
| | | | | (bzr r11655) | ||||
| * | Drop GTK+ 2.20 support. | Alex Valavanis | 2012-07-05 | 1 | -4/+0 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1020494 (bzr r11529) | ||||
| * | Extended resizing to node handles. | Jon A. Cruz | 2012-05-17 | 1 | -0/+5 |
| | | | | (bzr r11375) | ||||
| * | Eliminated duplication of GTK key defines. | Jon A. Cruz | 2012-05-03 | 1 | -106/+1 |
| | | | | (bzr r11318) | ||||
| * | Get rid of remaining deprecated GDK Key symbols | Alex Valavanis | 2012-04-15 | 1 | -35/+144 |
| | | | | (bzr r11250) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -1/+1 |
| | | | | (bzr r11030) | ||||
| * | Header cleaning | Alex Valavanis | 2012-02-12 | 1 | -0/+2 |
| | | | | (bzr r10963) | ||||
| * | Get rid of gtkmm top-level header usage - not required by API | Alex Valavanis | 2012-02-06 | 1 | -0/+2 |
| | | | | (bzr r10940) | ||||
