summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Eliminate clang warningsThomas Holder2019-08-231-2/+2
| | | | | | | | | | -Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
* Fix various minor typosYuri Chornoivan2019-07-011-1/+1
|
* Misc. typosluz.paz2019-03-261-1/+1
| | | Found via `codespell`
* NodeToolbar: GtkAction migrationAlexander Valavanis2019-02-041-5/+7
|
* Clarify licensesMax Gaukler2018-11-081-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 possibleEduard Braun2018-09-241-4/+0
|
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-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 Peyrot2018-06-181-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 Peyrot2018-06-121-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 definesStefano Facchini2018-01-161-11/+0
|
* Replace boost::shared_ptrJan Lingscheid2017-10-171-5/+3
| | | | Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header.
* Remove some unneeded < C++11 fallback codeAlex Valavanis2017-02-061-5/+0
| | | (bzr r15485)
* Update 2Geom to r2347Krzysztof Kosi??ski2015-04-301-2/+2
| | | (bzr r14059.2.3)
* 2Geom sync - initial commitKrzysztof Kosi??ski2015-04-271-0/+4
| | | (bzr r14059.2.1)
* fix C++11 compilationJohan B. C. Engelen2014-05-151-0/+3
| | | (bzr r13341.1.30)
* adding const _pathmanipulatos staff to handles (handles also have tips)Jabier Arraiza Cenoz2014-05-051-0/+4
| | | (bzr r11950.1.341)
* Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira2014-05-051-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 Cenoz2014-03-311-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 trunkJabier Arraiza Cenoz2014-03-301-1/+5
|\ | | | | (bzr r11950.1.317)
| * Fix checking for unordered containers on incomplete C++11 implementationsAlex Valavanis2014-03-301-1/+5
| | | | | | (bzr r13232)
* | Fixing branch problemsJabier Arraiza Cenoz2014-03-051-1/+1
| | | | | | (bzr r11950.1.281)
* | TranslationsJabier Arraiza Cenoz2014-03-051-1/+1
| | | | | | (bzr r11950.1.279)
* | translations from spanish to english done, it might need a little review, ↵Guiu Rocafort2014-03-051-1/+1
| | | | | | | | | | but everything seems ok (bzr r11950.5.1)
* | Spanish comment of node.hJabier Arraiza Cenoz2013-12-301-0/+1
| | | | | | (bzr r11950.1.218)
* | RefactorizingJabier Arraiza Cenoz2013-12-301-5/+4
| | | | | | (bzr r11950.1.212)
* | Update to trunkJabier Arraiza Cenoz2013-11-121-0/+8
|\| | | | | (bzr r11950.1.199)
| * part of patch by David Evans to fix C++11 buildJohan B. C. Engelen2013-11-121-0/+8
| | | | | | | | | | | | Fixed bugs: - https://launchpad.net/bugs/1244295 (bzr r12801)
* | Update to trunkJabier Arraiza Cenoz2013-11-081-3/+4
|\| | | | | (bzr r11950.1.193)
| * First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+2
| | | | | | (bzr r12782)
* | Fix scale and rotate some nodesJabier Arraiza Cenoz2013-03-311-1/+1
| | | | | | (bzr r11950.1.78)
* | Mauro based feedbak added some fixesJabier Arraiza Cenoz2013-03-231-1/+0
| | | | | | (bzr r11950.1.68)
* | Inserting nodes fixed, cleanupJabier Arraiza Cenoz2013-03-211-1/+0
|\ \ | | | | | | (bzr r11950.1.63)
| * | Fixing node faultjtx2013-03-201-2/+6
|/ / | | | | (bzr r11950.4.2)
* | Working width widgetsJabier Arraiza Cenoz2013-03-191-4/+1
| | | | | | (bzr r11950.1.58)
* | working whith widgetsJabier Arraiza Cenoz2013-03-181-0/+3
| | | | | | (bzr r11950.1.57)
* | ~sub fix, double click to reset default handles and control to 10% steproot2013-03-111-0/+3
|/ | | (bzr r11950.1.51)
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-121-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. Cruz2012-05-211-1/+0
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-0/+2
| | | (bzr r11375)
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-171-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. Cruz2012-05-041-1/+2
| | | (bzr r11321)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-5/+2
| | | (bzr r11030)
* Patch from John Smith for 623660Josh Andler2012-01-231-2/+2
| | | (bzr r10921)
* Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop2012-01-141-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 Lierop2011-09-161-0/+1
| | | | | | | | implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
* compatibility patch to compile using gcc 4.6Adib Taraben2011-02-271-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
* update to latest 2geom !Johan B. C. Engelen2011-02-021-1/+1
| | | (bzr r10025)
* Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski2010-12-161-0/+1
| | | | | | Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
* Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan2010-11-171-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??ski2010-03-181-2/+6
| | | (bzr r9203)