summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2015-11-12loplugin:vclwidgetsStephan Bergmann1-1/+1
2015-11-12Vcl: Set PushButtons pressed if the uno slot is activeSamuel Mehrbrodt2-1/+13
2015-11-12Vcl: Disable buttons if the associated UNO slot is disabledSamuel Mehrbrodt2-3/+77
2015-11-12vcl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-13/+13
2015-11-11tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso2-6/+12
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann17-132/+132
2015-11-09new loplugin: oncevarNoel Grandin1-6/+4
2015-11-03vcl: Mark them as constTakeshi Abe1-1/+1
2015-10-28tdf#94138 also apply settings when printing (Draw call)Tomaž Vajngerl1-0/+2
2015-10-26tdf#75637: Resolve help images via a vnd.libreoffice.image UCPStephan Bergmann1-3/+3
2015-10-22tdf#94138 fix printing of edit form fieldsTomaž Vajngerl1-0/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann2-3/+3
2015-10-19convert DBG_ASSERTWARNING to SAL_WARN_IFNoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-16convert Link<> to typedNoel Grandin2-16/+13
2015-10-15tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks1-1/+19
2015-10-15convert Link<> to typedNoel Grandin2-8/+13
2015-10-15convert Link<> to typedNoel Grandin1-8/+8
2015-10-15cppcheck:variableScopeNoel Grandin1-2/+1
2015-10-12convert Link<> to typedNoel Grandin2-3/+2
2015-10-09Related tdf#94557: Combo box entries are case-sensitive (sometimes)Julien Nabet1-1/+1
2015-10-01Fix typosAndrea Gelmini2-3/+3
2015-10-01remove old standalone Sun bug numbersNoel Grandin1-3/+3
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann5-37/+37
2015-09-24convert Link<> to typedNoel Grandin2-24/+32
2015-09-23memleak:clear self referring VclPtr in *Field and *Box classesDennis Francis2-0/+66
2015-09-21convert Link<> to typedNoel Grandin1-6/+4
2015-09-18fixes memleak : clear self referring VclPtr in MetricBoxDennis Francis1-0/+6
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
2015-09-14convert Link<> to typedNoel Grandin1-1/+1
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-09-10Calling empty std::function behaves different than calling empty LinkStephan Bergmann1-1/+4
2015-09-10vcl: fix utterly mysterious error C2064 term does not evaluateMichael Stahl1-1/+1
2015-09-10remove unused Link<> fieldNoel Grandin1-1/+1
2015-09-10convert Link<> to typedNoel Grandin1-1/+1
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin3-35/+18
2015-09-10convert Link<> to typedNoel Grandin3-8/+4
2015-09-09convert Link<> to typedNoel Grandin2-6/+4
2015-09-09remove unused Link<> fieldNoel Grandin3-62/+0
2015-09-04missing part of natural sort commitCaolán McNamara1-0/+7
2015-09-04fix slider drawing, change to always draw the whole widgetTomaž Vajngerl1-59/+22
2015-09-04convert Link<> to typedNoel Grandin1-4/+2
2015-09-04remove unused Link<> fieldsNoel Grandin1-2/+2
2015-09-03clang-tidy clang-analyzer-deadcode.DeadStoresStephan Bergmann1-18/+0
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-4/+4
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-8/+4
2015-08-19tdf#93293 Fix inverted conditionMaxim Monastirsky1-1/+1
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin9-22/+22
2015-08-17Put Polygon from tools under tools:: namespaceNorbert Thiebaud1-3/+3