summaryrefslogtreecommitdiff
path: root/vcl/source/window/layout.cxx
AgeCommit message (Expand)Author
2017-02-14Convert WindowType to scoped enumNoel Grandin
2017-02-03tdf#105697: Make the Screenshot command localizableMuhammet Kara
2017-01-12Resolves: tdf#104897 sort windows buttons into yes, no, cancelCaolán McNamara
2017-01-12don't check every possible kde variant, startswith kde is good enoughCaolán McNamara
2016-12-22convert VclButtonBoxStyle to scoped enumNoel Grandin
2016-12-22convert VclSizeGroupMode to scoped enumNoel Grandin
2016-12-21convert VclButtonsType to scoped enumNoel Grandin
2016-12-07convert VCLEVENT constants to scoped enumNoel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-16Use an own config setting for screenshot mode instead of experimental modeSamuel Mehrbrodt
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-07wrap some more dialog pointers in VclPtrNoel Grandin
2016-11-02getNonLayoutRealParent is unusedCaolán McNamara
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-24implement VclVPaned and decripple formula panelCaolán McNamara
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-09-07loplugin:constantparam in vclNoel Grandin
2016-08-28loplugin:defaultparamsJochen Nitschke
2016-08-28screenshot: added functionality to dialogArmin Le Grand
2016-08-28screenshot: develop interactive screenshot dialogArmin Le Grand
2016-07-27improve passstuffbyref return analysisNoel Grandin
2016-07-08GSoC notebookbar: container with prioritySzymon Kłos
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-06-18uitest: add ids for buttons in MessageDialogMarkus Mohrhard
2016-06-01Convert VCL_MESSAGE to scoped enumNoel Grandin
2016-05-30Convert VclAlign to scoped enumNoel Grandin
2016-05-24Convert VclPackType to scoped enumNoel Grandin
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock
2015-12-22vcl: kde5 native button order is the same as kde4Miklos Vajna
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12convert Link<> to typedNoel Grandin
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-06loplugin:mergeclassesNoel Grandin
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann
2015-09-20convert Link<> to typedNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-09-04convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks