summaryrefslogtreecommitdiff
path: root/vcl/source/app/dbggui.cxx
AgeCommit message (Expand)Author
2019-07-02tdf#42949 Fix IWYU warnings in vcl/source/[a-e]*Gabor Kelemen
2018-10-02Implement MacOSX VCL backend as pluginJan-Marek Glogowski
2018-09-17New loplugin:externalStephan Bergmann
2018-07-31more fix windows --enable-debug buildNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-09-19Unify SolarMutex implementationsJan-Marek Glogowski
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-08-26Bin the fairly useless DbgDialog stuff and handle falloutTor Lillqvist
2015-08-11loplugin: defaultparamsNoel Grandin
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10vcl cleanup post re-base.Michael Meeks
2015-04-10automated VclPtrInstance conversion.Michael Meeks
2015-04-10Convert more sites to VclPtrInstance.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: make sure we have an explicit destructorNoel Grandin
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2014-11-18restore old explanation message via assert hackCaolán McNamara
2014-11-11fdo#84938: replace HELPMODE_ constants with enumNoel Grandin
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-18missing InfoBoxCaolán McNamara
2014-08-18ErrorBox->MessageDialogCaolán McNamara
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-14typo: befor -> beforeThomas Arnhold
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-31Remove now unused obsolete tools/debug.hxx functionalityStephan Bergmann
2014-03-28DbgOutTypef -> SAL_WARNStephan Bergmann
2014-03-28Remove now unused DBG_CTOR etc. featureStephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25Remove now unused tools/debug.hxx profiling functionalityStephan Bergmann
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann
2014-03-25DBG_OUT_WARNING is unusedStephan Bergmann
2014-03-24fdo#76179: deleting mpDefaultWin causes a DBG_TESTSOLARMUTEXStephan Bergmann
2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe