summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)Author
2016-08-25GSoC notebookbar: container with context supportSzymon Kłos
2016-07-08loplugin:redundantcast: redundant static_casts in vclStephan Bergmann
2016-07-08GSoC notebookbar: container with prioritySzymon Kłos
2016-06-30GSoC added button with small paddingSzymon Kłos
2016-06-27GSoC notebookbar: switching tabs depending on contextSzymon Kłos
2016-06-23map MenuToggleButton to GtkToggleButton with a custom menu propertyCaolán McNamara
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin
2016-06-18uitest: store the id of each vcl::WindowMarkus Mohrhard
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