summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/baside2b.cxx
AgeCommit message (Expand)Author
2015-08-06rendercontext: Mass fix of using the wrong size.Jan Holesovsky
2015-08-06tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
2015-05-29tdf#91484 fix macro editor - Invalidate in paintTomaž Vajngerl
2015-05-29convert POINTER constants to scoped enumNoel Grandin
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
2015-05-18basctl: Use typed LinksNoel Grandin
2015-05-18callcatcher: update unused codeCaolán McNamara
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14cppcheck: noExplicitConstructorCaolán McNamara
2015-05-14convert QUICKHELP constants to scoped enumNoel Grandin
2015-05-14refactor "basctl" classes to use RenderContextTomaž Vajngerl
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl
2015-05-06convert DEFAULTFONT_ constants to scoped enumNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-22convert SV_ENTRYFLAG constants to scoped enumNoel Grandin
2015-04-22convert SV_LBOXTAB_ constants to scoped enumNoel Grandin
2015-04-17basctl, basic: convert new to ::Create.Michael Meeks
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13More lifecycle correction.Michael Meeks
2015-04-13loplugin:staticmethodsNoel Grandin
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: convert lots more sites to use VclPtrNoel 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 variousNoel Grandin
2015-04-09vcl: VclPtr conversion in basctlNoel Grandin
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-09cppcheck: cstyleCastCaolán McNamara
2015-03-06Idle: Changed to new enum nameTobias Madl
2015-03-06Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl
2015-03-06Idle and Timer are now completely independentTobias Madl
2015-03-06Timer: Adapted all idle includes and enum usesTobias Madl
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin
2015-02-12these can all be made constCaolán McNamara
2015-02-12BASIC IDE : add the current procedure name in the status barLaurent Godard
2015-01-12Resolves: #i120772# do not ignore last three properties...Tsutomu Uchino
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-05fdo#39596: replace cstyle castsJuan Picca
2014-12-18basctl: Use appropriate OUString functions on string constantsStephan Bergmann