summaryrefslogtreecommitdiff
path: root/vcl/source/window/builder.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-21WB_OWNERDRAWDECORATION is needed by toolbar popupsMaxim Monastirsky1-1/+1
2014-09-12harden access to OUString[0]Norbert Thiebaud1-3/+3
2014-09-03convert RID_SVXTBX_UNDO_REDO_CTRL floating window to .uiCaolán McNamara1-13/+23
2014-09-02map deletable to WB_CLOSEABLECaolán McNamara1-1/+13
2014-09-02rearrange matters to get FloatingWindows working loaded from .uiCaolán McNamara1-5/+36
2014-08-30move layout from dialog to systemwindowCaolán McNamara1-2/+2
2014-08-26name offending dialogCaolán McNamara1-1/+1
2014-08-25connect gtk-yes and gtk-no upCaolán McNamara1-0/+4
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-7/+7
2014-08-20add a VclViewportCaolán McNamara1-1/+5
2014-07-02expose a way to drop ownership of a window from builder treeCaolán McNamara1-1/+6
2014-06-11Convert RID_SANE_DIALOG to .uiPalenik Mihály1-2/+6
2014-05-30tweak massively complicated html export wizard a bitCaolán McNamara1-1/+1
2014-05-20SvxRelativeField: set the unit from the passed stringmapMichael Stahl1-0/+6
2014-05-07coverity#1209590 Dereference after null checkCaolán McNamara1-0/+3
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-3/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-1/+0
2014-03-21Resolves: fdo#76457 image buttons too narrowCaolán McNamara1-0/+8
2014-03-13vcl: prefer passing OUString and OString by referenceNoel Grandin1-11/+11
2014-03-09map GtkSpinner to ThrobberCaolán McNamara1-0/+5
2014-03-07convert customize menu page to .uiCaolán McNamara1-1/+1
2014-02-25Add config_libraries.h definitions to get library names easily.Matúš Kukan1-2/+0
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-1/+1
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-20implement loading GtkSeparatorToolItemsCaolán McNamara1-0/+9
2014-02-11silence unknown packing spewCaolán McNamara1-0/+1
2014-02-07tidy up toolbox packing handlingCaolán McNamara1-7/+11
2014-02-07implement expandable toolbox itemsCaolán McNamara1-6/+18