summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
2018-02-27replace Color(COL_*) with COL_*Noel Grandin
2018-02-26loplugin:oncevar extend to tools/gen.hxx typesNoel Grandin
2018-02-22weld native message dialogsCaolán McNamara
2018-02-22loplugin:changetoolsgen in vclNoel Grandin
2018-02-22Merely forward-declare NotebookBar in vcl/syswin.hxxStephan Bergmann
2018-02-21tdf#115892: properly get the box' saved valueMike Kaganski
2018-02-16native dialog initial basisCaolán McNamara
2018-02-13tdf#94341: Set child transparent mode for ToolBoxMike Kaganski
2018-02-12One less ctor/dtorMike Kaganski
2018-02-10lokdialog: Handle dialog items' invalidation in generalTamás Zolnai
2018-02-01Fix typosAndrea Gelmini
2018-01-30Typ-o negativIlmari Lauhakangas
2018-01-28Modernize a bit vcl (part1)Julien Nabet
2018-01-28make RECT_EMPTY purely an implementation detailNoel Grandin
2018-01-24loplugin:unused-returns in vclNoel Grandin
2018-01-23new loplugin: pointerboolNoel Grandin
2018-01-20tdf#115023 Check mpControlData for nullptrMaxim Monastirsky
2018-01-20WB_NOPOINTERFOCUS can be added after the button is createdMaxim Monastirsky
2018-01-15More loplugin:cstylecast: vclStephan Bergmann
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2018-01-11loplugin:redundantcast: vclStephan Bergmann
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin
2017-12-27Make line color consitent between CategoryListBox and simple ListBoxTamás Zolnai
2017-12-27tdf#111781 Drawing selection highlight twice in listBoxesBán Róbert
2017-12-24loplugin:passstuffbyref even more return improvementsNoel Grandin
2017-12-23loplugin:passstuffbyref improved returns in vclNoel Grandin
2017-12-19loplugin:unusedenumconstantsNoel Grandin
2017-12-09lokdialog: Move lok cursor invalidation callbacks to vcl::CursorPranav Kant
2017-12-08loplugin:salcall vcl builder methodsNoel Grandin
2017-12-06lokdialog: Window* -> VclPtr<Window>, and a small simplification.Jan Holesovsky
2017-12-04lokdialog: Simplify; make the LOK dialog API more genericPranav Kant
2017-11-27loplugin:unnecessaryparen check for (f1()).f2Noel Grandin
2017-11-23tdf#111782: fix Wrong rendering of image radiobutton on Split Cells dialogG??bor Koruhely
2017-11-23Make loplugin:unnecessaryparen look through implicitStephan Bergmann
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann
2017-11-15lokdialog: Expose cursor visible statusPranav Kant
2017-11-15lokdialog: Callback for dialog cursor invalidationPranav Kant
2017-11-15loplugin:flatten in vclNoel Grandin
2017-11-15Related tdf#113652: fix crash when closing Data providerJulien Nabet
2017-11-09loplugin:unusedvariable add some more std:: typesNoel Grandin
2017-11-09lokdialog: Support painting parts of the dialogPranav Kant
2017-10-30loplugin:constantparam in vclNoel Grandin
2017-10-27Handle decimalSeparatorAlternative, tdf#81671Eike Rathke
2017-10-27Handle decimalSeparatorAlternative, tdf#81671Eike Rathke
2017-10-26vcl: make MapMode constructor explicitMichael Stahl
2017-10-25Parsing locale decimal separator after OUStringBuffer::append(double) is wrongEike Rathke
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-18tdf#107224 use correct bg for notebookbarSzymon Kłos
2017-10-17turn implicit container explicit in buildable notebooksCaolán McNamara