summaryrefslogtreecommitdiff
path: root/vcl/source/edit/vclmedit.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-12-18vcl: rename Window::Notify to EventNotifyMichael Stahl1-2/+2
2016-10-14loplugin:mergeclasses merge TextView with ExtTextViewNoel Grandin1-4/+4
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-3/+3
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-1/+0
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2016-09-05convert ScrollType to scoped enumNoel Grandin1-6/+6
2016-08-04Resolves: tdf#97120 printing controls uses wrong font and font sizesCaolán McNamara1-6/+1
2016-06-27loplugin:singlevalfields in vcl(part2)Noel Grandin1-5/+0
2016-06-23tdf#97527 - vcl: reference-count MenuNoel Grandin1-2/+2
2016-05-30Convert TxtAlign to scoped enumNoel Grandin1-3/+3
2016-04-13tdf#97087 Give comprehensible names to timersMuhammet Kara1-1/+1
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2015-12-27Prefer switch-case to cascaded ifsMatteo Casalin1-20/+21
2015-12-01tdf#94138 Use correct fonts for multiline edit when printingTomaž Vajngerl1-2/+8
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-10-16convert Link<> to typedNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-11/+11
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-7/+7
2015-09-04convert Link<> to typedNoel Grandin1-4/+2
2015-08-16sal_uLong to sal_Int32/longMatteo Casalin1-6/+6
2015-08-16sal_uLong to sal_uInt32Matteo Casalin1-1/+1
2015-08-16Use constants instead of (possibly wrong) magic numbersMatteo Casalin1-4/+4
2015-08-16sal_uLong to sal_uInt32 as TextPaM paragraph numberMatteo Casalin1-5/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-3/+3
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-5/+5
2015-05-27convert WINDOW_DLGCTRL flags to scoped enumNoel Grandin1-2/+2
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl1-1/+2
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-1/+1
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-1/+1
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-21/+68
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-1/+1
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-4/+4
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl1-3/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-8/+8
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30TextWindow: handle LoseFocus during dispose.Michael Meeks1-1/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-4/+4
2015-04-10re-insert erroneously converted delete calls.Michael Meeks1-3/+6
2015-04-10add missing disposeAndClear pieces for VclMEditMichael Meeks1-4/+9
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-15/+8
2015-04-09vcl: window destructors calling disposeNoel Grandin1-1/+8
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks1-0/+8
2015-04-02loplugin:staticmethodsNoel Grandin1-2/+2
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-2/+1
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-1/+1