summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.h (unfollow)
Commit message (Collapse)AuthorFilesLines
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-06-18Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot1-1/+1
This renames most C <*.h> includes into C++ <c*> includes.
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-2/+2
This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
2018-01-08Misc. typosluz.paz1-1/+1
Found via `codespell`
2017-10-19Remove unused util/accumulators.hStefano Facchini1-12/+0
2015-05-30Snapping in node tool now also works when:Diederik van Lierop1-1/+5
- 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)
2013-11-07First step of moving tools into appropriate namespaces.Markus Engel1-2/+11
(bzr r12782)
2013-07-31Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel1-1/+1
(bzr r11608.1.111)
2013-03-14Fix another tonne of forward declaration tagsAlex Valavanis1-1/+1
(bzr r12204)
2012-07-12Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem1-1/+1
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-8/+5
Additional prep for centralizing color setting. (bzr r11390)
2012-05-17Extended resizing to node handles.Jon A. Cruz1-0/+6
(bzr r11375)
2012-05-17Corrected protected type access (comments were incorrect).Jon A. Cruz1-37/+238
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-6/+5
(bzr r11207)
2012-02-29Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis1-3/+4
(bzr r11030)
2012-02-06Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis1-2/+3
(bzr r10940)
2012-02-01Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski1-1/+2
(bzr r10926)
2012-01-23Patch from John Smith for 623660Josh Andler1-2/+2
(bzr r10921)
2011-10-05Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz1-1/+2
the contents forward.h at all). (bzr r10667)
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-23Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz1-1/+0
header. (bzr r9978.1.1)
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-02-04Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski1-3/+36
in the new node tool. (bzr r9044)
2010-01-15Warning cleanup.Jon A. Cruz1-2/+2
(bzr r8981)
2010-01-10* Implement node snapping.Krzysztof Kosi??ski1-2/+4
* Fix minor bug in linear grow. * Add --fixes. * Move some node selection-related functions to ControlPointSelection. Fixed bugs: - https://launchpad.net/bugs/170561 - https://launchpad.net/bugs/171893 - https://launchpad.net/bugs/182585 - https://launchpad.net/bugs/446773 (bzr r8846.2.9)
2009-11-29First GSoC node tool commit to BazaarKrzysztof Kosi??ski1-0/+167
(bzr r8846.1.1)