| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Eliminate clang warnings | Thomas Holder | 2019-08-23 | 1 | -2/+2 |
| | | | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some) | ||||
| * | Fix various minor typos | Yuri Chornoivan | 2019-07-01 | 1 | -1/+1 |
| | | |||||
| * | Misc. typos | luz.paz | 2019-03-26 | 1 | -1/+1 |
| | | | | Found via `codespell` | ||||
| * | NodeToolbar: GtkAction migration | Alexander Valavanis | 2019-02-04 | 1 | -5/+7 |
| | | |||||
| * | 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 #include "config.h" from header files where possible | Eduard Braun | 2018-09-24 | 1 | -4/+0 |
| | | |||||
| * | Run clang-tidy’s modernize-use-nullptr pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -5/+5 |
| | | | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer. | ||||
| * | Run clang-tidy’s modernize-use-override pass. | Emmanuel Gil Peyrot | 2018-06-18 | 1 | -23/+23 |
| | | | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier. | ||||
| * | Run clang-tidy’s modernize-use-equals-delete pass. | Emmanuel Gil Peyrot | 2018-06-12 | 1 | -3/+3 |
| | | | | | | Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will. | ||||
| * | Remove obsolete build defines | Stefano Facchini | 2018-01-16 | 1 | -11/+0 |
| | | |||||
| * | Replace boost::shared_ptr | Jan Lingscheid | 2017-10-17 | 1 | -5/+3 |
| | | | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header. | ||||
| * | Remove some unneeded < C++11 fallback code | Alex Valavanis | 2017-02-06 | 1 | -5/+0 |
| | | | | (bzr r15485) | ||||
| * | Update 2Geom to r2347 | Krzysztof Kosi??ski | 2015-04-30 | 1 | -2/+2 |
| | | | | (bzr r14059.2.3) | ||||
| * | 2Geom sync - initial commit | Krzysztof Kosi??ski | 2015-04-27 | 1 | -0/+4 |
| | | | | (bzr r14059.2.1) | ||||
| * | fix C++11 compilation | Johan B. C. Engelen | 2014-05-15 | 1 | -0/+3 |
| | | | | (bzr r13341.1.30) | ||||
| * | adding const _pathmanipulatos staff to handles (handles also have tips) | Jabier Arraiza Cenoz | 2014-05-05 | 1 | -0/+4 |
| | | | | (bzr r11950.1.341) | ||||
| * | Enabling path manipulator to comunicate if paths are bspline when | Vinícius dos Santos Oliveira | 2014-05-05 | 1 | -0/+6 |
| | | | | | | | | | accessing const objects. This change was required to correctly show on the GUI whether or not a node was a bspline. (bzr r11950.8.1) | ||||
| * | Some node.cpp/h work moved to path_manipulator. | Jabier Arraiza Cenoz | 2014-03-31 | 1 | -2/+0 |
| | | | | | | | | | | | | | | Header variable bsplineWeight removed from all. Simplification of code with less functions in path_manipulator. To fix: tips stop working because is handled by two static functions and couldent call to path_manipulator from here. Vinícius, any work arround? lines 480,481,1426,1427,1462 of node.cpp. gez: ¿Puedes probar si notas algun bug o problema? principalmente con la herramienta nodo, gracias. (bzr r11950.1.322) | ||||
| * | update to trunk | Jabier Arraiza Cenoz | 2014-03-30 | 1 | -1/+5 |
| |\ | | | | | (bzr r11950.1.317) | ||||
| | * | Fix checking for unordered containers on incomplete C++11 implementations | Alex Valavanis | 2014-03-30 | 1 | -1/+5 |
| | | | | | | | (bzr r13232) | ||||
| * | | Fixing branch problems | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.281) | ||||
| * | | Translations | Jabier Arraiza Cenoz | 2014-03-05 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.279) | ||||
| * | | translations from spanish to english done, it might need a little review, ↵ | Guiu Rocafort | 2014-03-05 | 1 | -1/+1 |
| | | | | | | | | | | | but everything seems ok (bzr r11950.5.1) | ||||
| * | | Spanish comment of node.h | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -0/+1 |
| | | | | | | | (bzr r11950.1.218) | ||||
| * | | Refactorizing | Jabier Arraiza Cenoz | 2013-12-30 | 1 | -5/+4 |
| | | | | | | | (bzr r11950.1.212) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-12 | 1 | -0/+8 |
| |\| | | | | | (bzr r11950.1.199) | ||||
| | * | part of patch by David Evans to fix C++11 build | Johan B. C. Engelen | 2013-11-12 | 1 | -0/+8 |
| | | | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1244295 (bzr r12801) | ||||
| * | | Update to trunk | Jabier Arraiza Cenoz | 2013-11-08 | 1 | -3/+4 |
| |\| | | | | | (bzr r11950.1.193) | ||||
| | * | First step of moving tools into appropriate namespaces. | Markus Engel | 2013-11-07 | 1 | -2/+2 |
| | | | | | | | (bzr r12782) | ||||
| * | | Fix scale and rotate some nodes | Jabier Arraiza Cenoz | 2013-03-31 | 1 | -1/+1 |
| | | | | | | | (bzr r11950.1.78) | ||||
| * | | Mauro based feedbak added some fixes | Jabier Arraiza Cenoz | 2013-03-23 | 1 | -1/+0 |
| | | | | | | | (bzr r11950.1.68) | ||||
| * | | Inserting nodes fixed, cleanup | Jabier Arraiza Cenoz | 2013-03-21 | 1 | -1/+0 |
| |\ \ | | | | | | | (bzr r11950.1.63) | ||||
| | * | | Fixing node fault | jtx | 2013-03-20 | 1 | -2/+6 |
| |/ / | | | | | (bzr r11950.4.2) | ||||
| * | | Working width widgets | Jabier Arraiza Cenoz | 2013-03-19 | 1 | -4/+1 |
| | | | | | | | (bzr r11950.1.58) | ||||
| * | | working whith widgets | Jabier Arraiza Cenoz | 2013-03-18 | 1 | -0/+3 |
| | | | | | | | (bzr r11950.1.57) | ||||
| * | | ~sub fix, double click to reset default handles and control to 10% step | root | 2013-03-11 | 1 | -0/+3 |
| |/ | | | (bzr r11950.1.51) | ||||
| * | Bug #781893 (Crash after moving a Bezier node after Knot path effect) | Kris De Gussem | 2012-07-12 | 1 | -3/+3 |
| | | | | | | Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547) | ||||
| * | Extended control resizing to node editing. Fixes half of bug #172059. | Jon A. Cruz | 2012-05-21 | 1 | -1/+0 |
| | | | | | | Additional prep for centralizing color setting. (bzr r11390) | ||||
| * | Extended resizing to node handles. | Jon A. Cruz | 2012-05-17 | 1 | -0/+2 |
| | | | | (bzr r11375) | ||||
| * | Corrected protected type access (comments were incorrect). | Jon A. Cruz | 2012-05-17 | 1 | -27/+131 |
| | | | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373) | ||||
| * | C++ification of SPCtrlLine in preparation of visibility improvements. | Jon A. Cruz | 2012-05-04 | 1 | -1/+2 |
| | | | | (bzr r11321) | ||||
| * | Header tidying, suppress all gdk deprecation errors in gtkmm | Alex Valavanis | 2012-02-29 | 1 | -5/+2 |
| | | | | (bzr r11030) | ||||
| * | Patch from John Smith for 623660 | Josh Andler | 2012-01-23 | 1 | -2/+2 |
| | | | | (bzr r10921) | ||||
| * | Enable tangential and perpendicular snapping to paths (in the node-tool, ↵ | Diederik van Lierop | 2012-01-14 | 1 | -2/+2 |
| | | | | | | pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886) | ||||
| * | Node tool, transforming a set of nodes: Fix crashes, and finish ↵ | Diederik van Lierop | 2011-09-16 | 1 | -0/+1 |
| | | | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633) | ||||
| * | compatibility patch to compile using gcc 4.6 | Adib Taraben | 2011-02-27 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1) | ||||
| * | update to latest 2geom ! | Johan B. C. Engelen | 2011-02-02 | 1 | -1/+1 |
| | | | | (bzr r10025) | ||||
| * | Node tool: fix snapping of node rotation center | Krzysztof Kosi??ski | 2010-12-16 | 1 | -0/+1 |
| | | | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960) | ||||
| * | Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵ | Chris Morgan | 2010-11-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | fileencoding=utf-8 in all 1074 Vim modelines. The reason for this is that (a) setting the encoding isn't nice, and (b) Vim 7.3 (with modeline enabled) disallows it and pops up an error whenever you open any file with it ("invalid modeline"). Also corrected five deviant modestrings: * src/ui/widget/dock.cpp and src/ui/widget/dock.h: missing colon at the end * src/ui/dialog/tile.cpp: removed gratuitous second colon at the end * src/helper/units-test.h: removed gratuitous space before a colon * share/extensions/export_gimp_palette.py: missing textwidth=99 That's my geekiest commit yet. (bzr r9900) | ||||
| * | Fix scaling of degenerate handles using keybard shortcuts. | Krzysztof Kosi??ski | 2010-03-18 | 1 | -2/+6 |
| | | | | (bzr r9203) | ||||
