summaryrefslogtreecommitdiff
path: root/cui/source/dialogs/cuigaldlg.cxx
AgeCommit message (Expand)Author
2017-01-14these bitmaps all have alpha channels, not replaceable magenta hackCaolán McNamara
2016-12-06cleanup unused includes (related to tdf#88206)Jochen Nitschke
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin
2016-11-11update vclwidget loplugin to find ref-dropping assigmentNoel Grandin
2016-11-10loplugin:expandablemethods in cuiNoel Grandin
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-08-04tdf#100726: Improve readability of OUString concatenationnadith
2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara
2016-04-21clang-tidy modernize-loop-convert in c*Noel Grandin
2016-04-21new plugin stylepoliceNoel Grandin
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin
2016-04-07tdf#97087 - Give Idles comprehensible and unique namesMuhammet Kara
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30tdf#93684 - Remove SalFrame::SyncRyan McCoskrie
2015-10-20loplugin:defaultparamsStephan Bergmann
2015-10-15convert Link<> to typedNoel Grandin
2015-10-14convert Link<> to typedNoel Grandin
2015-10-12convert Link<> to typedNoel Grandin
2015-09-22convert Link<> to typedNoel Grandin
2015-09-17convert Link<> to typedNoel Grandin
2015-09-12Simplify TakeThread::execute()Matteo Casalin
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-17make Link<> typedNoel Grandin
2015-07-29com::sun::star->css in cuiNoel Grandin
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
2015-05-08PostUserEvent - first cut at keeping a VclPtr for posted UserEvents.Michael Meeks
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-18cui: convert new to ::Create.Michael Meeks
2015-04-17Fix SfxTabPage creation to use VclPtr.Michael Meeks
2015-04-13Explicit disposeOnce instead of transient wrappers.Michael Meeks
2015-04-10Automated conversion of VclPtr construction to use Instance template.Michael Meeks
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin
2015-04-10vclwidget: check for calling delete on subclasses of vcl::WindowNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in cuiNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-10V668 no sense in testing the result of new against nullCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl