summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)Author
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
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin
2014-11-06Be more specific in warningTor Lillqvist
2014-11-01fdo#84938: replace MIB_ constants with enumNoel Grandin
2014-10-30vcl button: Avoid a potential crash.Jan Holesovsky
2014-10-22Avoid unnecessary #includeStephan Bergmann
2014-10-20fdo#84938: replace TIB_ constants with enumNoel Grandin
2014-10-16Related: fdo#84676 try to give floating windows their original stylebitsCaolán McNamara
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-02coverity#1242421 Dereference after null checkCaolán McNamara
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-24vcl button: Allow automatic handling of UNO commands (like .uno:Something).Jan Holesovsky
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-22vcl: Allow creation of button content from action name (.uno: commands).Jan Holesovsky
2014-09-21WB_OWNERDRAWDECORATION is needed by toolbar popupsMaxim Monastirsky
2014-09-12harden access to OUString[0]Norbert Thiebaud
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara
2014-09-02map deletable to WB_CLOSEABLECaolán McNamara
2014-09-02rearrange matters to get FloatingWindows working loaded from .uiCaolán McNamara
2014-08-30move layout from dialog to systemwindowCaolán McNamara
2014-08-26name offending dialogCaolán McNamara
2014-08-25connect gtk-yes and gtk-no upCaolán McNamara
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-08-20add a VclViewportCaolán McNamara
2014-07-02expose a way to drop ownership of a window from builder treeCaolán McNamara
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl
2014-05-07coverity#1209590 Dereference after null checkCaolán McNamara
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-21Resolves: fdo#76457 image buttons too narrowCaolán McNamara
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin
2014-03-09map GtkSpinner to ThrobberCaolán McNamara
2014-03-07convert customize menu page to .uiCaolán McNamara