summaryrefslogtreecommitdiffstats
path: root/src/ui/draw-anchor.cpp (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-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-3/+3
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-3/+3
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-3/+3
|
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-021-7/+5
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761)
* Add Shift+Enter path complete and larger square node on mouse over.Martin Owens2016-03-201-2/+7
| | | (bzr r14721)
* Purge sp_desktop_controlsLiam P. White2014-12-211-2/+1
| | | (bzr r13819)
* Move more UI code into ui/Liam P. White2014-10-051-0/+105
(bzr r13341.1.253)