summaryrefslogtreecommitdiffstats
path: root/src/ui/control-manager.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Initialize some uninitialized variablesMarc Jeanmougin2019-10-111-0/+1
|
* Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop2019-05-201-27/+25
|
* More pixel-level alignment fixes for various controls, by making all ↵Diederik van Lierop2019-05-201-13/+22
| | | | controls have an odd-integer size (measured in pixels)
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
|
* 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
* Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza2018-08-101-1/+1
|
* Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot2018-06-181-4/+3
| | | | | This replaces empty constructors and destructors with the default keyword.
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
| | | | | This replaces all NULL or 0 with nullptr when assigned to or returned as a pointer.
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
| | | | | This adds the override specifier on all methods which override a virtual method, whether they were already virtual or missing this specifier.
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
| | | | This reverts commit bba4ff6672494fab59286b50f6c645ad62a47e60.
* Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin2018-04-291-1/+1
|
* Fix regression after r14761: handle size of selected nodes too big and stickyAntonio Ospite2017-10-231-1/+3
| | | | | | | | | In r14761 a bug was introduced in ControlManagerImpl::setSelected(), the fixed value _resize was used to set the final value of targetSize for the node instead of item->ctrlResize which is decided conditionally depending on the node state. https://bugs.launchpad.net/inkscape/+bug/1568644
* Partial fix for bug 172063 while we find a better solution for XOR in helper ↵Jabier Arraiza Cenoz2016-08-291-4/+4
| | | | | lines (bzr r15090)
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
| | | (bzr r15034)
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
| | | (bzr r15027)
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
| | | (bzr r15025)
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-021-22/+34
| | | | | | Fixed bugs: - https://launchpad.net/bugs/1562197 (bzr r14761)
* Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-101-22/+4
| | | (bzr r14523)
* merge lp:~inkscape.dev/inkscape/lock_guidesJabier Arraiza Cenoz2015-12-081-1/+5
|\ | | | | (bzr r14512)
| * Add rect to SP Control point on locked guidesJabier Arraiza Cenoz2015-12-071-1/+1
|/ | | (bzr r14500.1.13)
* Header cleanupAlex Valavanis2013-03-291-1/+0
| | | (bzr r12258)
* Drop remaining unused functionsAlex Valavanis2013-03-181-1/+2
| | | (bzr r12224)
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-12/+0
| | | (bzr r12221)
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+1
| | | (bzr r11460)
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-211-0/+14
| | | (bzr r11395)
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-211-3/+189
| | | | | Additional prep for centralizing color setting. (bzr r11390)
* Don't try to set non-existent size property in ctrlpointAlex Valavanis2012-05-181-1/+0
| | | (bzr r11380)
* Extended resizing to node handles.Jon A. Cruz2012-05-171-34/+55
| | | (bzr r11375)
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-0/+27
| | | (bzr r11350)
* Adding the two new files.Jon A. Cruz2012-05-031-0/+260
(bzr r11317)