summaryrefslogtreecommitdiffstats
path: root/src/ui/tool/control-point.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Run clang-tidy’s modernize-deprecated-headers pass.Emmanuel Gil Peyrot2018-06-181-1/+1
| | | | This renames most C <*.h> includes into C++ <c*> includes.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Misc. typosluz.paz2018-01-081-1/+1
| | | Found via `codespell`
* Remove unused util/accumulators.hStefano Facchini2017-10-191-12/+0
|
* Snapping in node tool now also works when:Diederik van Lierop2015-05-301-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)
* First step of moving tools into appropriate namespaces.Markus Engel2013-11-071-2/+11
| | | (bzr r12782)
* Cleaned up a bit; fixed struct vs. class forward declarations.Markus Engel2013-07-311-1/+1
| | | (bzr r11608.1.111)
* Fix another tonne of forward declaration tagsAlex Valavanis2013-03-141-1/+1
| | | (bzr r12204)
* Bug #781893 (Crash after moving a Bezier node after Knot path effect)Kris De Gussem2012-07-121-1/+1
| | | | | 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-8/+5
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-0/+6
| | | (bzr r11375)
* Corrected protected type access (comments were incorrect).Jon A. Cruz2012-05-171-37/+238
| | | | | Unified color set types; fixed uninitialized member; Switched colorsets to references; Added const correctness. (bzr r11373)
* Adopt obsolete GtkAnchorType enum as SPAnchorTypeAlex Valavanis2012-04-101-6/+5
| | | (bzr r11207)
* Header tidying, suppress all gdk deprecation errors in gtkmmAlex Valavanis2012-02-291-3/+4
| | | (bzr r11030)
* Get rid of gtkmm top-level header usage - not required by APIAlex Valavanis2012-02-061-2/+3
| | | (bzr r10940)
* Additional fixes for drag cancellation in the node toolKrzysztof Kosi??ski2012-02-011-1/+2
| | | (bzr r10926)
* Patch from John Smith for 623660Josh Andler2012-01-231-2/+2
| | | (bzr r10921)
* Cleanup for src/forward.h. (About 19 of the affected files did not require ↵Jon A. Cruz2011-10-051-1/+2
| | | | | the contents forward.h at all). (bzr r10667)
* 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)
* Split SPCanvasItem and SPCanvasGroup to individual .h files. Removed forward ↵Jon A. Cruz2010-12-231-1/+0
| | | | | header. (bzr r9978.1.1)
* 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)
* Reduce libsigc++ usage to partially fix performance regressionsKrzysztof Kosi??ski2010-02-041-3/+36
| | | | | in the new node tool. (bzr r9044)
* Warning cleanup.Jon A. Cruz2010-01-151-2/+2
| | | (bzr r8981)
* * Implement node snapping.Krzysztof Kosi??ski2010-01-101-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)
* First GSoC node tool commit to BazaarKrzysztof Kosi??ski2009-11-291-0/+167
(bzr r8846.1.1)