summaryrefslogtreecommitdiff
path: root/vcl/source/control/combobox.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-10-15convert Link<> to typedNoel Grandin1-8/+8
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-8/+8
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin1-14/+8
2015-09-10convert Link<> to typedNoel Grandin1-4/+2
2015-09-09convert Link<> to typedNoel Grandin1-3/+2
2015-08-19tdf#93293 Fix inverted conditionMaxim Monastirsky1-1/+1
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin1-2/+2
2015-08-16sal_uInt16 to sal_Int32Matteo Casalin1-3/+3
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-07-30loplugin:unusedmethodsNoel Grandin1-3/+0
2015-07-15cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-07-12coverity#1311654 Uninitialized scalar fieldCaolán McNamara1-1/+10
2015-07-10vcl: remove boost/signal2/signal.hpp from headerMichael Stahl1-2/+6
2015-07-10vcl: pImplify ComboBoxMichael Stahl1-337/+425
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-2/+2
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-5/+5
2015-05-25use RenderContext in user draw, use ApplySettingsTomaž Vajngerl1-1/+1
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-1/+1
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-5/+5
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-3/+3
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin1-3/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-4/+4
2015-05-19VclPtr: crash on exit if cursor is in fontsize widget in sidebarCaolán McNamara1-1/+1
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-3/+3
2015-05-11gtk3: put magic 4 behind ImplGetExtraYOffsetCaolán McNamara1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-1/+1
2015-05-10Use IMPL_[STATIC_]LINK_NOARG where applicableStephan Bergmann1-1/+1
2015-05-07tdf#90956 - ComboBox: handle re-size calculation during dispose.Michael Meeks1-13/+16
2015-05-07refactor ListBox/ComboBox to use RenderContextTomaž Vajngerl1-3/+3
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-10/+10
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-38/+46
2015-04-25gtk3: get the right height for Combo boxesCaolán McNamara1-3/+3
2015-04-25Make combobox tolerate post-dispose usage better.Michael Meeks1-0/+3
2015-04-24loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-4/+4
2015-04-10fix ilistbox dispose.Michael Meeks1-1/+5
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin1-6/+6
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-8/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-5/+3
2015-04-09vcl: more double-dispose protection, and survival after dispose.Michael Meeks1-3/+3
2015-04-09vcl: add dispose implementations & destructor calls.Michael Meeks1-5/+8
2015-04-09compilerplugin: check that necessary Window subclasses have a dispose methodNoel Grandin1-0/+6
2015-04-09vcl: make VclPtr<T>(T*) constructor explicitNoel Grandin1-2/+2
2015-04-09vcl: rename VclReference to VclPtrNoel Grandin1-1/+1
2015-04-09vcl: add cast operator to VclReference to convert to pointerNoel Grandin1-4/+4
2015-04-09vcl: manage SubEdit with references - and fix leak / cleanup.Michael Meeks1-6/+5
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-23/+23
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-10/+10