summaryrefslogtreecommitdiff
path: root/vcl/source/edit/vclmedit.cxx
AgeCommit message (Expand)Author
2015-12-06tdf#94138 Use correct fonts for multiline edit when printingTomaž Vajngerl
2015-05-29convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
2015-05-29convert POINTER constants to scoped enumNoel Grandin
2015-05-27tdf#91450 fix infinite invalidation loopTomaž Vajngerl
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin
2015-05-07refactor "TextEdit" & co. to use RenderContextTomaž Vajngerl
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
2015-04-30TextWindow: handle LoseFocus during dispose.Michael Meeks
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl
2015-04-20vcl: convert new to ::CreateMichael Meeks
2015-04-10re-insert erroneously converted delete calls.Michael Meeks
2015-04-10add missing disposeAndClear pieces for VclMEditMichael Meeks
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks
2015-04-02loplugin:staticmethodsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-22Resolves: fdo#85875 MultiLineEdit like Edit should not forward mouse-[down|up]Caolán McNamara
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-12callcatcher: another round of ResId removalsCaolán McNamara
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-14fix higher debug level buildCaolán McNamara
2014-04-08Clean up function declarations and some unused functionsStephan Bergmann
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-05remove unused code vcl/VclMultiLineEditNoel Grandin
2014-03-04Resolves: fdo#75229 missing object:state-changed:focusedCaolán McNamara
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-26Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara
2014-01-28bool improvementsStephan Bergmann
2014-01-26Edit::IsModified should return boolStephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-13disentangle CalcSizeCaolán McNamara
2014-01-11longparas: unnecessary xub_StrLen castCaolán McNamara