summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-07-24convert ImageAlign to enum classNoel Grandin1-3/+3
2015-07-10vcl: avoid a boost::ptr_map in VclBuilderMichael Stahl1-1/+1
2015-07-07VclPtr: no dialog loaded from a .ui ever actually destructedCaolán McNamara1-0/+1
2015-06-24tdf#91380 add WB_MOVEABLE bit to docking windowsAndras Timar1-1/+1
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin1-1/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-3/+3
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+4
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-07VclBuilder - use VclPtr more consistently internally.Michael Meeks1-120/+112
2015-04-14Unwind lifecycle mistake in VclBuilder.Michael Meeks1-1/+1
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks1-15/+15
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-1/+1
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks1-1/+2
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-0/+1
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-12/+15
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks1-2/+9
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+1
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-22vcl: add initial support for GtkScale (as Slider) to VclBuilderTomaž Vajngerl1-4/+82
2015-03-20Fix creating custom dialog windows for libmergedMatúš Kukan1-2/+15
2015-02-10coverity#1267630 Logically dead codeCaolán McNamara1-1/+0
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-1/+1
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-2/+2
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-2/+1
2015-01-06spellingNoel Grandin1-1/+1
2014-12-22coverity#1260295 Wrong operator usedCaolán McNamara1-1/+1
2014-12-19vcl: The <items> can come after pCurrentChild has been already created.Jan Holesovsky1-24/+29
2014-12-17map gtk-media-stop to SymbolType::STOPCaolán McNamara1-0/+2
2014-12-17implement loading docking windows from .ui formatCaolán McNamara1-2/+15
2014-11-24coverity#1242421 Dereference after null checkCaolán McNamara1-1/+1
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-19/+20
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-20/+19
2014-11-06Be more specific in warningTor Lillqvist1-1/+2
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin1-1/+1
2014-10-30vcl button: Avoid a potential crash.Jan Holesovsky1-10/+13
2014-10-22Avoid unnecessary #includeStephan Bergmann1-0/+1
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin1-2/+2
2014-10-16Related: fdo#84676 try to give floating windows their original stylebitsCaolán McNamara1-1/+15
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin1-19/+19
2014-10-02coverity#1242421 Dereference after null checkCaolán McNamara1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-3/+3
2014-09-29loplugin: cstylecastNoel Grandin1-1/+1
2014-09-24vcl button: Allow automatic handling of UNO commands (like .uno:Something).Jan Holesovsky1-0/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-50/+50
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky1-2/+125