summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/curve-drag-point.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-11-05Fix https://gitlab.com/inkscape/inbox/issues/871 Measure Segments LPE: ↵Jabier Arraiza1-0/+1
Labels shifted, https://gitlab.com/inkscape/inkscape/issues/119, Measure Segments LPE: Measure bounding box + enlarge bb causes crash and https://gitlab.com/inkscape/inbox/issues/189 Measure Segments LPE: String formatting for label doesn't work as expected
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-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2018-01-30Move classes derived from SPObject to own directory.Tavmjong Bah1-1/+3
A lot of header clean-up.
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-3/+0
(bzr r15034)
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+3
(bzr r15027)
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-3/+0
(bzr r15025)
2015-06-25Improve Tips for BSpline modeJabier Arraiza Cenoz1-0/+9
(bzr r14218)
2015-05-30Snapping in node tool now also works when:Diederik van Lierop1-7/+13
- 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)
2015-04-10Fix coding style issues in bspline/spirolive codeJabier Arraiza Cenoz1-2/+2
(bzr r14054)
2015-03-21Improve the cache system of bspline, "Correctly" show bspline weight power ↵Jabier Arraiza Cenoz1-2/+2
on nodes and handles (bzr r14023)
2015-01-01simplify and optimice code for mobe bspline from pathsJabier Arraiza Cenoz1-8/+12
(bzr r13831)
2015-01-01Allow reposition of BSpline using the pathJabier Arraiza Cenoz1-2/+12
(bzr r13830)
2014-03-31Some node.cpp/h work moved to path_manipulator.Jabier Arraiza Cenoz1-2/+2
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-05Fixing branch problemsJabier Arraiza Cenoz1-2/+3
(bzr r11950.1.281)
2014-03-05TranslationsJabier Arraiza Cenoz1-3/+2
(bzr r11950.1.279)
2014-03-05translations from spanish to english done, it might need a little review, ↵Guiu Rocafort1-2/+3
but everything seems ok (bzr r11950.5.1)
2014-03-01Substitute isBSpline property by a cached function isBSpline(bool)Jabier Arraiza Cenoz1-2/+2
(bzr r11950.1.261)
2013-12-30Spanish comment of curve-drag-point-cppJabier Arraiza Cenoz1-0/+2
(bzr r11950.1.221)
2013-12-30RefactorizingJabier Arraiza Cenoz1-2/+0
(bzr r11950.1.212)
2013-12-30RefactorizingJabier Arraiza Cenoz1-4/+2
(bzr r11950.1.211)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-1/+1
(bzr r12782)
2013-10-06Fix in bsplinesroot1-2/+2
(bzr r11950.1.165)
2013-02-23Saved for next refactorJabier Arraiza Cenoz1-7/+13
(bzr r11950.1.37)
2012-05-17Extended resizing to node handles.Jon A. Cruz1-1/+1
(bzr r11375)
2012-05-17Corrected protected type access (comments were incorrect).Jon A. Cruz1-20/+7
Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
2012-04-10Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis1-1/+1
(bzr r11207)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-1/+1
(bzr r11030)
2012-02-01Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski1-1/+14
(bzr r10926)
2012-01-23Patch from John Smith for 623660Josh Andler1-2/+2
(bzr r10921)
2011-11-05Powerstroke: adjust control points when adding or deleting knots, to try and ↵Johan B. C. Engelen1-1/+1
keep the shape a bit the same... (bzr r10728)
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-05-26Consistency fix in the tools strings (badly places :).Nicolas Dufour1-4/+4
(bzr r9453)
2010-02-09Fix multiple minor problems in the node toolKrzysztof Kosi??ski1-2/+13
(bzr r9070)
2010-02-04Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski1-43/+26
in the new node tool. (bzr r9044)
2010-01-20Fix Ctrl+Alt+click deletion of selected nodes when transform handlesKrzysztof Kosi??ski1-5/+9
are turned on. (bzr r9008)
2010-01-20Insert nodes on Ctrl+Alt+click on a path.Krzysztof Kosi??ski1-2/+14
(bzr r9007)
2010-01-16Do not try to construct an ustring from NULL in CurveDragPoint::_getTip.Krzysztof Kosi??ski1-1/+1
Fixes crasher. (bzr r8989)
2010-01-15Warning cleanup.Jon A. Cruz1-4/+4
(bzr r8981)
2009-12-26Implement selection spatial growKrzysztof Kosi??ski1-2/+3
(bzr r8846.2.7)
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-0/+185
(bzr r8846.1.1)