summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
AgeCommit message (Expand)Author
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-14refactor starmath view/edit classes to use RenderContextTomaž Vajngerl
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann
2015-05-05loplugin:staticmethodsNoel Grandin
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
2015-04-30Gradually typed 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-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09prophylactic double dispose audit.Michael Meeks
2015-04-09vcl:fixes towards unit test happinessNoel Grandin
2015-04-09vcl: VclPtr conversion in starmathNoel Grandin
2015-03-08cppcheck: cstyleCastJulien Nabet
2015-03-08Revert "cppcheck: cstyleCast"Julien Nabet
2015-03-08cppcheck: cstyleCastJulien Nabet
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-14boost::scoped_ptr->std::unique_ptrCaolán McNamara
2014-12-09changed timers to idlesTobias Madl
2014-12-03loplugin: cstylecastNoel Grandin
2014-11-16Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-11convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin
2014-10-01coverity#1242448 Identical code for different branchesCaolán McNamara
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-03-28coverity#705479 Dereference null return valueCaolán McNamara
2014-03-09coverity#1078822 Dereference before null checkCaolán McNamara
2014-03-09we can move the pEditView delete inside the previous check for pEditViewCaolán McNamara
2014-02-26Remove visual noise from starmathAlexander Wilms
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-11-07fdo#65588 - Elements Dock: Scrollbar moves into input windowJosé Guilherme Vanz
2013-09-19OUString::copy second arg is len, not indexCaolán McNamara
2013-09-05String to OUStringThomas Arnhold
2013-09-04String to OUStringThomas Arnhold
2013-09-03fdo#68877: Select "<?>" as Elements window doMarcos Paulo de Souza
2013-09-02fdo#43090: Last fix for autoclose brackets in MathMarcos Paulo de Souza
2013-09-02Math: fix focus in Elements DockMarcos Paulo de Souza
2013-08-30fdo#32059: Fix this once and for allMarcos Paulo de Souza
2013-08-14fdo#43090: Improve auto close bracketsMarcos Paulo de Souza
2013-08-08Extension to fix all cases of fdo#32059: Commands merge with variablesMichael Duelli
2013-07-24fdo#43090: Improvement: Just auto close when found placeholderMarcos Paulo de Souza