summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-06-14weld SvxCharTwoLinesPageCaolán McNamara1-1/+1
2018-06-10support comboboxtext id valuesCaolán McNamara1-1/+12
2018-03-08loplugin:unusedmethodsNoel Grandin1-3/+0
2018-02-28ensure [Message]Dialog dispose order on direct .ui hackeryCaolán McNamara1-0/+2
2018-02-26convert remaining ErrorBox to weld::MessageDialogCaolán McNamara1-0/+3
2018-02-25convert remaining InfoBox to weld::MessageDialogCaolán McNamara1-2/+0
2018-02-19weld: hook up help responseCaolán McNamara1-1/+8
2018-02-12lok: enable pre-loading with Vcl's builderMichael Meeks1-7/+3
2018-01-24loplugin:unused-returns in vclNoel Grandin1-5/+5
2017-10-30loplugin:constmethod in vcl and stocNoel Grandin1-2/+2
2017-08-02split out VclBuilder static methodsCaolán McNamara1-18/+21
2017-08-02make *_by_window privateCaolán McNamara1-3/+3
2017-08-01move resmgr to unotoolsCaolán McNamara1-1/+1
2017-07-28loplugin:checkunusedparams more part1Noel Grandin1-5/+5
2017-07-21migrate to boost::gettextCaolán McNamara1-10/+2
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-1/+0
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-3/+3
2017-04-28move builder attributes from OString to OUStringCaolán McNamara1-31/+41
2017-02-21make every menu id uniqueCaolán McNamara1-0/+2
2017-02-21improve loading submenus from .uiCaolán McNamara1-0/+1
2017-01-30support accelerator modifiers in menu builderCaolán McNamara1-2/+3
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-1/+1
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-2/+0
2016-10-18loplugin:unusedmethodsNoel Grandin1-2/+0
2016-09-22loplugin:unusedmethods in chart2..svxNoel Grandin1-2/+0
2016-08-18screenshots: added more virtualization/abstractionArmin Le Grand1-0/+15
2016-07-08GSoC notebookbar: container with prioritySzymon Kłos1-2/+2
2016-06-28loplugin:refcounting on NotebookBarNoel Grandin1-2/+2
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos1-0/+4
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-6/+3
2016-04-14loplugin:passstuffbyref in vclNoel Grandin1-1/+1
2016-04-01loplugin:constantparam in vclNoel Grandin1-2/+2
2016-03-13fix strange memory leak in VclBuilderMarkus Mohrhard1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-08vcl: silence doxygen warningChris Sherlock1-1/+1
2015-12-21loplugin:unusedmethodsNoel Grandin1-13/+0
2015-11-25loplugin:unusedfields in include/vclNoel Grandin1-5/+1
2015-11-13vcl: loplugin:passstuffbyrefMiklos Vajna1-1/+1
2015-11-13Vcl: Add TooltipLabel to vcl buttons alsoSamuel Mehrbrodt1-1/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-07-13loplugin:unusedmethods vclNoel Grandin1-9/+1
2015-07-10vcl: avoid a boost::ptr_map in VclBuilderMichael Stahl1-2/+3
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-4/+0
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-2/+2
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-16/+24
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks1-3/+4
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-11/+9