summaryrefslogtreecommitdiffstats
path: root/src/ui/control-manager.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2019-10-11Initialize some uninitialized variablesMarc Jeanmougin1-0/+1
2019-05-20Change the data type of size/width/height of the controls to unsigned intDiederik van Lierop1-27/+25
2019-05-20More pixel-level alignment fixes for various controls, by making all controls...Diederik van Lierop1-13/+22
2019-01-02modernize loopsMarc Jeanmougin1-3/+3
2018-11-08Clarify licensesMax Gaukler1-1/+2
2018-08-10Add a label to apply theme sugested by Christoffer Holmstedt on mailing listJabier Arraiza1-1/+1
2018-06-18Run clang-tidy’s modernize-use-equals-default pass.Emmanuel Gil Peyrot1-4/+3
2018-06-18Run clang-tidy’s modernize-use-nullptr pass.Emmanuel Gil Peyrot1-4/+4
2018-06-18Run clang-tidy’s modernize-use-override pass.Emmanuel Gil Peyrot1-2/+2
2018-05-04Revert "Fix include order with clang-tidy check llvm-include-order"Marc Jeanmougin1-1/+1
2018-04-29Fix include order with clang-tidy check llvm-include-orderMarc Jeanmougin1-1/+1
2017-10-23Fix regression after r14761: handle size of selected nodes too big and stickyAntonio Ospite1-1/+3
2016-08-29Partial fix for bug 172063 while we find a better solution for XOR in helper ...Jabier Arraiza Cenoz1-4/+4
2016-08-03Removed unused includes, decreased compilation time. Once againAdrian Boguszewski1-1/+0
2016-07-28Reverted changes to r15024 after many building problemsAdrian Boguszewski1-0/+1
2016-07-28Removed unused includes, decrease compilation timeAdrian Boguszewski1-1/+0
2016-04-02Fix node size regression and add ctrlResize property for multiple use.Martin Owens1-22/+34
2015-12-10Remove CtrlPoint and replace with SPKnotMartin Owens1-22/+4
2015-12-07Add rect to SP Control point on locked guidesJabier Arraiza Cenoz1-1/+1
2013-04-18Back to original colorsJabier Arraiza Cenoz1-3/+3
2013-03-29Header cleanupAlex Valavanis1-1/+0
2013-03-18Drop remaining unused functionsAlex Valavanis1-1/+2
2013-03-18Fix -Wunused-function warningsAlex Valavanis1-12/+0
2012-06-05Header cleaning for GTK+3 migrationAlex Valavanis1-1/+1
2012-05-21Added sp-ctrlcurve, usefull for meshes.Tavmjong Bah1-0/+14
2012-05-21Extended control resizing to node editing. Fixes half of bug #172059.Jon A. Cruz1-3/+189
2012-05-18Don't try to set non-existent size property in ctrlpointAlex Valavanis1-1/+0
2012-05-17Extended resizing to node handles.Jon A. Cruz1-34/+55
2012-05-09Centralized line creation and enhanced visibility.Jon A. Cruz1-0/+27
2012-05-03Adding the two new files.Jon A. Cruz1-0/+260