summaryrefslogtreecommitdiff
path: root/include/vcl/edit.hxx
AgeCommit message (Expand)AuthorFilesLines
2015-08-10tdf#92982 vcl rendercontext: simplify Edit::ImplClearBackground() logicMiklos Vajna1-2/+2
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-3/+13
2015-07-10loplugin:unusedmethods vcl(part2)Noel Grandin1-2/+0
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-1/+1
2015-05-20edit - setup painting settings in ApplySettingsTomaž Vajngerl1-19/+24
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-3/+3
2015-05-11gtk3: put magic 4 behind ImplGetExtraYOffsetCaolán McNamara1-1/+2
2015-05-07Refactor "Edit" to use RenderContext when paintingTomaž Vajngerl1-2/+2
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-1/+1
2015-04-30Gradually typed LinkStephan Bergmann1-5/+5
2015-04-29vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl1-1/+1
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-1/+1
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin1-1/+1
2015-04-09vcl: plugin: check that VclPtr is passed by referenceNoel Grandin1-1/+1
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-4/+3
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-2/+2
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-5/+8
2015-03-06idle includes and enum useJennifer Liebel1-0/+1
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin1-3/+3
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-3/+3
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-23fdo#82577: Handle WindowNoel Grandin1-7/+7
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák1-3/+2
2014-06-16turn the no-space edit widgets into a editwidget featureCaolán McNamara1-3/+16
2014-05-08RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin1-0/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-26/+26
2014-03-01Remove visual noise from includeAlexander Wilms1-4/+4
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-11/+11
2014-02-11more similar handling of InputSequenceChecker as in other placesMatúš Kukan1-1/+3
2014-02-06IsUpdateDateEnabled was never calledStephan Bergmann1-9/+0
2014-01-26Edit::IsModified should return boolStephan Bergmann1-1/+1
2014-01-13drop unnecessary tools/string.hxx includesCaolán McNamara1-1/+0
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara1-1/+1
2014-01-12longparas: nStart and nEnd are always overwrittenCaolán McNamara1-2/+2
2014-01-11longparas: lift 16bit max edit lengthCaolán McNamara1-5/+5
2014-01-11longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32Caolán McNamara1-1/+1
2013-12-03convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-07convert vcl/Edit::Impl* methods from xub_StrLen to sal_Int32Noel Grandin1-4/+4
2013-10-23fixincludeguards.sh: include/vclThomas Arnhold1-3/+3
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-0/+1
2013-07-31convert vcl/edit.hxx from XubString to OUStringNoel Grandin1-1/+1
2013-06-24Resolves: fdo#66105 set max growth width for labels/edits which take pathsCaolán McNamara1-0/+3
2013-06-21Resolves: fdo#65635 don't include border gap in height for borderless editsCaolán McNamara1-1/+1
2013-04-23execute move of global headersBjoern Michaelsen1-0/+265