summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)Author
2016-05-25Convert XmlReader::Result to scoped enumNoel Grandin
2016-05-25VclBuilder: pStore may indeed be emptyJulien Nabet
2016-05-24Convert VclPackType to scoped enumNoel Grandin
2016-05-24Convert XmlReader::Text to scoped enumNoel Grandin
2016-05-06Set toggle/radio ToolBox bits in .ui tooMaxim Monastirsky
2016-03-13fix strange memory leak in VclBuilderMarkus Mohrhard
2016-01-08vcl: cleanup namespaces is vcl/source/window/builder.cxxChris Sherlock
2015-11-25loplugin:unusedfields in include/vclNoel Grandin
2015-11-20tdf#95938 Toolbar context menu has no commandsSamuel Mehrbrodt
2015-11-16Move functionality to retrieve command image to CommandInfoProviderSamuel Mehrbrodt
2015-11-16Move CommandInfoProvider to vcl and use it from thereSamuel Mehrbrodt
2015-11-15use initialiser for Sequence<OUString>Noel Grandin
2015-11-13vcl: loplugin:passstuffbyrefMiklos Vajna
2015-11-13Vcl: Add TooltipLabel to vcl buttons alsoSamuel Mehrbrodt
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-07-24convert ImageAlign to enum classNoel Grandin
2015-07-10vcl: avoid a boost::ptr_map in VclBuilderMichael Stahl
2015-07-07VclPtr: no dialog loaded from a .ui ever actually destructedCaolán McNamara
2015-06-24tdf#91380 add WB_MOVEABLE bit to docking windowsAndras Timar
2015-06-06Apply new VclPtr clang plugin to catch potential problems.Noel Grandin
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks
2015-05-07VclBuilder - use VclPtr more consistently internally.Michael Meeks
2015-04-14Unwind lifecycle mistake in VclBuilder.Michael Meeks
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: ensure that VclBuilder is disposed before parent window.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-22vcl: add initial support for GtkScale (as Slider) to VclBuilderTomaž Vajngerl
2015-03-20Fix creating custom dialog windows for libmergedMatúš Kukan
2015-02-10coverity#1267630 Logically dead codeCaolán McNamara
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-06spellingNoel Grandin
2014-12-22coverity#1260295 Wrong operator usedCaolán McNamara
2014-12-19vcl: The <items> can come after pCurrentChild has been already created.Jan Holesovsky
2014-12-17map gtk-media-stop to SymbolType::STOPCaolán McNamara
2014-12-17implement loading docking windows from .ui formatCaolán McNamara
2014-11-24coverity#1242421 Dereference after null checkCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava