summaryrefslogtreecommitdiffstats
path: root/include/vcl/edit.hxx
Commit message (Expand)AuthorAgeFilesLines
...
* Refactor "Edit" to use RenderContext when paintingTomaž Vajngerl2015-05-071-2/+2
* Use typed Timer::SetTimeoutHdl LinkStephan Bergmann2015-05-051-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-5/+5
* vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl2015-04-291-1/+1
* mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl2015-04-291-1/+1
* vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin2015-04-091-1/+1
* vcl: plugin: check that VclPtr is passed by referenceNoel Grandin2015-04-091-1/+1
* vcl: rename VclReference to VclPtrNoel Grandin2015-04-091-4/+3
* vcl: add cast operator to VclReference to convert to pointerNoel Grandin2015-04-091-2/+2
* vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks2015-04-091-5/+8
* idle includes and enum useJennifer Liebel2015-03-061-0/+1
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-261-3/+3
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-261-3/+3
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* fdo#82577: Handle WindowNoel Grandin2014-09-231-7/+7
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* convert Edit autocomplete Hdl to boost signals2Luboš Luňák2014-09-141-3/+2
* turn the no-space edit widgets into a editwidget featureCaolán McNamara2014-06-161-3/+16
* RFC: add IsValueChangedFromSaved to VCL button and listboxNoel Grandin2014-05-081-0/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-261-26/+26
* Remove visual noise from includeAlexander Wilms2014-03-011-4/+4
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-281-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-6/+6
* vcl: sal_Bool -> boolStephan Bergmann2014-02-211-11/+11
* more similar handling of InputSequenceChecker as in other placesMatúš Kukan2014-02-111-1/+3
* IsUpdateDateEnabled was never calledStephan Bergmann2014-02-061-9/+0
* Edit::IsModified should return boolStephan Bergmann2014-01-261-1/+1
* drop unnecessary tools/string.hxx includesCaolán McNamara2014-01-131-1/+0
* longparas: xub_StrLen to sal_Int32Caolán McNamara2014-01-131-1/+1
* longparas: nStart and nEnd are always overwrittenCaolán McNamara2014-01-121-2/+2
* longparas: lift 16bit max edit lengthCaolán McNamara2014-01-111-5/+5
* longparas: convert GetMaxVisChars from xub_StrLen to sal_Int32Caolán McNamara2014-01-111-1/+1
* convert Edit::GetCharPos from xub_StrLen to sal_Int32Noel Grandin2013-12-031-1/+1
* convert vcl/Edit::Impl* methods from xub_StrLen to sal_Int32Noel Grandin2013-11-071-4/+4
* fixincludeguards.sh: include/vclThomas Arnhold2013-10-231-3/+3
* Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara2013-09-251-0/+1
* convert vcl/edit.hxx from XubString to OUStringNoel Grandin2013-07-311-1/+1
* Resolves: fdo#66105 set max growth width for labels/edits which take pathsCaolán McNamara2013-06-241-0/+3
* Resolves: fdo#65635 don't include border gap in height for borderless editsCaolán McNamara2013-06-211-1/+1
* execute move of global headersBjoern Michaelsen2013-04-231-0/+265