summaryrefslogtreecommitdiff
path: root/vcl/source/control/edit.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-05-11gtk3: put magic 4 behind ImplGetExtraYOffsetCaolán McNamara1-24/+32
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-7/+7
2015-05-07Refactor "Edit" to use RenderContext when paintingTomaž Vajngerl1-126/+130
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-11/+11
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann1-2/+1
2015-04-30Get rid of the initial :: for the vcl namespaceTor Lillqvist1-2/+2
2015-04-29vcl edit: Delegate RenderContext to sub-methods, use InvalidateTomaž Vajngerl1-6/+6
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+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-6/+20
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-24gtk3: get the right height for Edit boxesCaolán McNamara1-2/+3
2015-04-13loplugin:redundantcast: redundant const_cast followed by implicit upcastStephan Bergmann1-1/+1
2015-04-10automated VclPtrInstance conversion.Michael Meeks1-2/+2
2015-04-10vclwidget: fixup locally allocated vcl::Window objectsNoel Grandin1-3/+2
2015-04-10nail more lifecycle oddness.Michael Meeks1-0/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-09vclwidgets: wrap all vcl::Window subclasses allocated on stack in VclPtrNoel Grandin1-4/+4
2015-04-09vcl: some VclPtr fixes found by the new plugin codeNoel Grandin1-0/+1
2015-04-09vcl:compilerplugin: new rule, no passing of vcl::Window by VclPtrNoel Grandin1-2/+2
2015-04-09vcl: plugin: check that VclPtr is passed by referenceNoel Grandin1-1/+1
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-2/+2
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-36/+36
2015-04-09vcl: chain to parent dispose properly.Michael Meeks1-0/+2
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-38/+49
2015-04-02loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-20tdf#88230: cleanup solar mutex yieldingPranav Kant1-12/+12
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-3/+3
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-9/+9
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-3/+3
2015-01-09override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl1-1/+1
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-1/+1
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-09Typo: enventually=>eventuallyJulien Nabet1-1/+1
2014-12-09Resolves: fdo#87132 a11y crash on clicking outside of inline playback windowCaolán McNamara1-0/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-10-27fdo#84938: replace KEYTYPE_ constants with enumNoel Grandin1-12/+12
2014-10-15Resolves: fdo#85032 max len property of -1 -> crashCaolán McNamara1-1/+1
2014-10-13create a macro library for implementing bit-flags typesNoel Grandin1-1/+1
2014-10-11convert vcl StateChangedType to enum classNoel Grandin1-11/+11
2014-09-30fdo#82577: Handle RegionNoel Grandin1-6/+6
2014-09-29loplugin: cstylecastNoel Grandin1-5/+5
2014-09-23fdo#82577: Handle WindowNoel Grandin1-13/+13
2014-09-18fdo#82577: Handle FontNoel Grandin1-3/+3
2014-09-14convert Edit autocomplete Hdl to boost signals2Luboš Luňák1-15/+9
2014-08-25convert SV_EDIT_WARNING_BOX to MessageDialog + stringCaolán McNamara1-2/+2
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-7/+7