summaryrefslogtreecommitdiff
path: root/include/vcl/builder.hxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-1/+10
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-4/+4
2015-03-22vcl: add initial support for GtkScale (as Slider) to VclBuilderTomaž Vajngerl1-1/+5
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+4
2014-12-19vcl: The <items> can come after pCurrentChild has been already created.Jan Holesovsky1-2/+2
2014-11-07vcl: split asserts in VclBuilder::get() for fdo#85939Chris Sherlock1-1/+2
2014-10-22Avoid unnecessary #includeStephan Bergmann1-1/+1
2014-09-28vcl: cleanup headers - remove comments, tabifyChris Sherlock1-148/+184
2014-09-23fdo#82577: Handle WindowNoel Grandin1-34/+34
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky1-1/+10
2014-07-02expose a way to drop ownership of a window from builder treeCaolán McNamara1-0/+3
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-0/+2
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin1-16/+16
2014-02-07implement expandable toolbox itemsCaolán McNamara1-2/+8
2014-02-05C2872: ´Window´ : ambiguous symbolCaolán McNamara1-33/+33
2014-02-05Doxygen warnings correctedChris Sherlock1-33/+33
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara1-33/+33
2014-02-04Doxygen warnings correctedChris Sherlock1-33/+33
2014-01-24undef check to progress mac buildCaolán McNamara1-0/+4
2014-01-16make use that these VclBuilders have an XFrame to expose its dispatchCaolán McNamara1-1/+4
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-2/+2
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist1-1/+1
2013-09-05vcl: MSVC tinderbox can't tell Window from sd::WindowMichael Stahl1-33/+36
2013-07-30Resolves: fdo#67378 merge the label into the disclosure buttonCaolán McNamara1-0/+3
2013-07-12use LanguageTag, and a FIXME-BCP47 comment in loadTranslations()Eike Rathke1-1/+1
2013-07-03arrange a way to describe non-dropdown MetricBoxesCaolán McNamara1-0/+2
2013-06-08Resolves: fdo#65536 check if builder is NULLCaolán McNamara1-0/+1
2013-06-02sidebar: Allow creation of toolboxes using Widget layout / .ui.Jan Holesovsky1-1/+8
2013-05-16convert proxy page to .uiCaolán McNamara1-0/+3
2013-05-06Revert "Blind fix for MSVC"Stephan Bergmann1-9/+2
2013-05-03unset WB_GROUP on non-initial buttons in groupsCaolán McNamara1-0/+1
2013-05-03implement native button order for messageboxesCaolán McNamara1-4/+6
2013-05-01create a HIG compliant MessageDialog and map to GtkMessageDialogCaolán McNamara1-0/+29
2013-04-30Blind fix for MSVC, take twoStephan Bergmann1-1/+2
2013-04-30Blind fix for MSVCStephan Bergmann1-2/+9
2013-04-30retain references to loaded modules for builders lifetimeCaolán McNamara1-0/+7
2013-04-23execute move of global headersBjoern Michaelsen1-0/+365