summaryrefslogtreecommitdiff
path: root/starmath/source/edit.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-02-24tdf#106116 "Previous Marker" changes selection only when neededTakeshi Abe1-26/+10
2016-10-24tdf#103452: add missing xPopupMenu.disposeAndClear();Julien Nabet1-0/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-5/+5
2016-08-02Resolves: tdf#99324 let sidebar toggle auto-mnemonics on/off with altCaolán McNamara1-0/+7
2016-08-01loplugin:countusersofdefaultparams in shell..starmathNoel Grandin1-2/+2
2016-07-25new loplugin overrideparamNoel Grandin1-1/+1
2016-07-17uitest: annotate the math edit windowMarkus Mohrhard1-0/+1
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-3/+4
2016-06-08remove "object is disposed" warning in OBroadcastHelperVar::removeListenerNoel Grandin1-0/+1
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-1/+3
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-4/+4
2016-03-21tdf#91794 remove OSL_DEBUG_LEVEL > 1 conditionalsRohan Kumar1-3/+0
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-4/+4
2016-02-09Remove excess newlinesChris Sherlock1-3/+0
2016-01-27starmath: Stop using unnecessary namespaceTakeshi Abe1-1/+0
2015-12-24Fix tdf#32062: Math overwrites selected area when click on elementMarcos Paulo de Souza1-0/+5
2015-11-28Remove unused codeNicola Povoleri1-7/+0
2015-11-10tdf#43090: Add option to disable auto close bracketsMarcos Paulo de Souza1-1/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-29com::sun::star->css in starmath,stoc,svgio,svlNoel Grandin1-1/+1
2015-10-20loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-2/+2
2015-09-16convert Link<> to typedNoel Grandin1-10/+5
2015-09-07convert Link<> to typedNoel Grandin1-2/+2
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-20loplugin: defaultparamsNoel Grandin1-5/+5
2015-06-23Revert "Typo: iff->if"Julien Nabet1-1/+1
2015-06-23Typo: iff->ifJulien Nabet1-1/+1
2015-06-01tdf#91053 cleanup bogus member ...Takeshi Abe1-16/+11
2015-05-26loplugin:unnecessarysuperclass, merge SmMathConfig with SmConfigNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+3
2015-05-14refactor starmath view/edit classes to use RenderContextTomaž Vajngerl1-13/+13
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-10No more need for EMPTYARG in C++11Stephan Bergmann1-2/+2
2015-05-05loplugin:staticmethodsNoel Grandin1-1/+1
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann1-6/+3
2015-04-30Gradually typed LinkStephan Bergmann1-3/+3
2015-04-29Remove unnecessary IMPL_LINK[_NOARG]_INLINE_START/ENDStephan Bergmann1-4/+2
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+21
2015-04-27use std::unique_ptr<> to simplify ctor and dtorTakeshi Abe1-18/+14
2015-04-16starmath: convert new to ::Create to get initial ref-counting right.Michael Meeks1-3/+3
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-6/+4
2015-04-09prophylactic double dispose audit.Michael Meeks1-1/+6
2015-04-09vcl:fixes towards unit test happinessNoel Grandin1-1/+5