summaryrefslogtreecommitdiff
path: root/vcl/source/app/dbggui.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist1-789/+0
2015-08-11loplugin: defaultparamsNoel Grandin1-6/+6
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-6/+6
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin1-1/+1
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin1-1/+1
2015-04-20vcl: convert new to ::CreateMichael Meeks1-9/+9
2015-04-10vcl cleanup post re-base.Michael Meeks1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-2/+2
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-3/+3
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin1-1/+3
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-7/+7
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-11/+11
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-1/+1
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-61/+84
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+2
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann1-1/+1
2014-11-18restore old explanation message via assert hackCaolán McNamara1-1/+1
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin1-1/+1
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-01fdo#82577: Handle TimeNoel Grandin1-2/+2
2014-09-29loplugin: cstylecastNoel Grandin1-13/+13
2014-09-23fdo#82577: Handle WindowNoel Grandin1-6/+6
2014-09-18fdo#82577: Handle FontNoel Grandin1-2/+2
2014-08-18missing InfoBoxCaolán McNamara1-3/+2
2014-08-18ErrorBox->MessageDialogCaolán McNamara1-2/+2
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin1-1/+1
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-2/+2
2014-04-14typo: befor -> beforeThomas Arnhold1-2/+2
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann1-157/+0
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann1-476/+8
2014-03-28DbgOutTypef -> SAL_WARNStephan Bergmann1-54/+45
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann1-155/+11
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann1-21/+0
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-13/+0
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann1-29/+0
2014-03-24fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEXStephan Bergmann1-1/+5
2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-4/+3
2014-03-07Avoid possible resource leaks with boost::scoped_ptrTakeshi Abe1-2/+2
2014-03-03-Werror,-Wbool-conversionStephan Bergmann1-1/+1
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-5/+5
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock1-0/+2
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-62/+0
2014-02-26Remove visual noise from vclAlexander Wilms1-34/+34
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-16/+16