summaryrefslogtreecommitdiffstats
path: root/src/ui/control-manager.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
* Remove std::auto_ptrJan Lingscheid2017-10-171-4/+0
| | | | | As C++11-compiler is now mandatory, conditional use of auto_ptr is no longer usefull. This commit does not remove the usage of std::auto_ptr in 2geom.
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-021-0/+2
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761)
* removes warnings when compiling with c++11 using uniqueptr instead of autoptrMarc Jeanmougin2015-11-161-2/+4
| | | (bzr r14475)
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-211-0/+3
| | | (bzr r11395)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-211-0/+11
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-1/+8
| | | (bzr r11375)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-1/+14
| | | (bzr r11350)
* Adding the two new files.Jon A. Cruz2012-05-031-0/+61
(bzr r11317)