summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/node.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-23Eliminate clang warningsThomas Holder1-2/+2
-Winfinite-recursion -Wpessimizing-move -Wunused-label -Wunneeded-internal-declaration -Wself-assign-overloaded -Wunused-const-variable (some) -Wsometimes-uninitialized (some)
2019-07-01Fix various minor typosYuri Chornoivan1-1/+1
2019-03-26Misc. typosluz.paz1-1/+1
Found via `codespell`
2019-02-04NodeToolbar: GtkAction migrationAlexander Valavanis1-5/+7
2018-11-08Clarify licensesMax Gaukler1-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
2018-09-24Remove #include "config.h" from header files where possibleEduard Braun1-4/+0
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-5/+5
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-23/+23
This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
2018-06-12Run clang-tidy’s modernize-use-equals-delete pass.Emmanuel Gil Peyrot1-3/+3
Adds a delete specifier on constructors, destructors or assignment methods that should never be called, ensuring they actually never will.
2018-01-16Remove obsolete build definesStefano Facchini1-11/+0
2017-10-17Replace boost::shared_ptrJan Lingscheid1-5/+3
Replace boost::shared_ptr with C++11 smartpointer and remove the boost/shared_ptr.hpp header.
2017-02-06Remove some unneeded < C++11 fallback codeAlex Valavanis1-5/+0
(bzr r15485)
2015-04-30Update 2Geom to r2347Krzysztof Kosi??ski1-2/+2
(bzr r14059.2.3)
2015-04-272Geom sync - initial commitKrzysztof Kosi??ski1-0/+4
(bzr r14059.2.1)
2014-06-01remove fwd decl (a left-over, not intended for something useful) that breaks ↵Johan B. C. Engelen1-8/+0
build (win64) (bzr r13404)
2014-05-15fix C++11 compilationJohan B. C. Engelen1-0/+3
(bzr r13341.1.30)
2014-05-05adding const _pathmanipulatos staff to handles (handles also have tips)Jabier Arraiza Cenoz1-0/+4
(bzr r11950.1.341)
2014-05-05Enabling path manipulator to comunicate if paths are bspline whenVinícius dos Santos Oliveira1-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)
2014-03-31Some node.cpp/h work moved to path_manipulator.Jabier Arraiza Cenoz1-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)
2014-03-30Fix checking for unordered containers on incomplete C++11 implementationsAlex Valavanis1-1/+5
(bzr r13232)
2014-03-05Fixing branch problemsJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.281)
2014-03-05TranslationsJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.279)
2014-03-05translations from spanish to english done, it might need a little review, ↵Guiu Rocafort1-1/+1
but everything seems ok (bzr r11950.5.1)
2013-12-30Spanish comment of node.hJabier Arraiza Cenoz1-0/+1
(bzr r11950.1.218)
2013-12-30RefactorizingJabier Arraiza Cenoz1-5/+4
(bzr r11950.1.212)
2013-11-12part of patch by David Evans to fix C++11 buildJohan B. C. Engelen1-0/+8
Fixed bugs: - https://launchpad.net/bugs/1244295 (bzr r12801)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-2/+2
(bzr r12782)
2013-03-31Fix scale and rotate some nodesJabier Arraiza Cenoz1-1/+1
(bzr r11950.1.78)
2013-03-20Fixing node faultjtx1-2/+6
(bzr r11950.4.2)
2013-03-19Working width widgetsJabier Arraiza Cenoz1-4/+1
(bzr r11950.1.58)
2013-03-18working whith widgetsJabier Arraiza Cenoz1-0/+3
(bzr r11950.1.57)
2013-03-11~sub fix, double click to reset default handles and control to 10% steproot1-0/+3
(bzr r11950.1.51)
2012-07-12Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem1-3/+3
Although issue not solved, prevent Inkscape from crashing. Add some code to make code more robust. (bzr r11547)
2012-05-21Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz1-1/+0
Additional prep for centralizing color setting. (bzr r11390)
2012-05-17Extended resizing to node handles.Jon A. Cruz1-0/+2
(bzr r11375)
2012-05-17Corrected protected type access (comments were incorrect).Jon A. Cruz1-27/+131
Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
2012-05-04C++ification of SPCtrlLine in preparation of visibility improvements.Jon A. Cruz1-1/+2
(bzr r11321)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-5/+2
(bzr r11030)
2012-01-23Patch from John Smith for 623660Josh Andler1-2/+2
(bzr r10921)
2012-01-14Enable tangential and perpendicular snapping to paths (in the node-tool, ↵Diederik van Lierop1-2/+2
pen-tool, pencil-tool, and for guide manipulation; cannot be toggled yet, will always be active when snapping to paths) (bzr r10886)
2011-09-16Node tool, transforming a set of nodes: Fix crashes, and finish ↵Diederik van Lierop1-0/+1
implementation of snapping Fixed bugs: - https://launchpad.net/bugs/590261 (bzr r10633)
2011-02-27compatibility patch to compile using gcc 4.6Adib Taraben1-0/+1
Fixed bugs: - https://launchpad.net/bugs/707205 (bzr r10070.1.1)
2011-02-02update to latest 2geom !Johan B. C. Engelen1-1/+1
(bzr r10025)
2010-12-16Node tool: fix snapping of node rotation centerKrzysztof Kosi??ski1-0/+1
Fixed bugs: - https://launchpad.net/bugs/667072 (bzr r9960)
2010-11-17Super duper mega (fun!) commit: replaced encoding=utf-8 with ↵Chris Morgan1-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)
2010-03-18Fix scaling of degenerate handles using keybard shortcuts.Krzysztof Kosi??ski1-2/+6
(bzr r9203)
2010-03-14Move around files to remove some vanity directories.Krzysztof Kosi??ski1-18/+18
Also remove the obsolete IDL file stub. (bzr r9194)
2010-03-14Implement keyboard shortcuts for single handle adjustments.Krzysztof Kosi??ski1-34/+30
Minor disambiguating cleanup in node.h. (bzr r9190)
2010-02-09Fix multiple minor problems in the node toolKrzysztof Kosi??ski1-0/+2
(bzr r9070)
2010-02-04Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski1-10/+21
in the new node tool. (bzr r9044)