summaryrefslogtreecommitdiffstats
path: root/src/ui/control-manager.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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 controls...Diederik van Lierop2019-05-201-13/+22
* modernize loopsMarc Jeanmougin2019-01-021-3/+3
* Clarify licensesMax Gaukler2018-11-081-1/+2
* 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
* Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot2018-06-181-4/+4
* Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot2018-06-181-2/+2
* Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin2018-05-041-1/+1
* 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
* Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz2016-08-291-4/+4
* Removed unused includes, decreased compilation time. Once againAdrian Boguszewski2016-08-031-1/+0
* Reverted changes to r15024 after many building problemsAdrian Boguszewski2016-07-281-0/+1
* Removed unused includes, decrease compilation timeAdrian Boguszewski2016-07-281-1/+0
* Fix node size regression and add ctrlResize property for multiple use.Martin Owens2016-04-021-22/+34
* Remove CtrlPoint and replace with SPKnotMartin Owens2015-12-101-22/+4
* merge lp:~inkscape.dev/inkscape/lock_guidesJabier Arraiza Cenoz2015-12-081-1/+5
|\
| * Add rect to SP Control point on locked guidesJabier Arraiza Cenoz2015-12-071-1/+1
|/
* Header cleanupAlex Valavanis2013-03-291-1/+0
* Drop remaining unused functionsAlex Valavanis2013-03-181-1/+2
* Fix -Wunused-function warningsAlex Valavanis2013-03-181-12/+0
* Header cleaning for GTK+3 migrationAlex Valavanis2012-06-051-1/+1
* Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah2012-05-211-0/+14
* Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz2012-05-211-3/+189
* Don't try to set non-existent size property in ctrlpointAlex Valavanis2012-05-181-1/+0
* Extended resizing to node handles.Jon A. Cruz2012-05-171-34/+55
* Centralized line creation and enhanced visibility.Jon A. Cruz2012-05-091-0/+27
* Adding the two new files.Jon A. Cruz2012-05-031-0/+260