summaryrefslogtreecommitdiff
path: root/vcl/source/control/lstbox.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-01-25vcl: rename private ilstbox.hxx header to listbox.hxxChris Sherlock1-1518/+0
2016-01-25vcl: move dndevdis.{hxx|cxx} to dndeventdispatcher.{hxx|cxx}Chris Sherlock1-1/+1
2016-01-08tdf#96888 Kill internal vcl dog-tags ...Ras-al-Ghul1-4/+2
2015-11-18com::sun::star->css in vcl/Noel Grandin1-1/+1
2015-11-11tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso1-4/+8
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-5/+5
2015-10-15tdf#94495 - protect lstbox usage post-dispose, and fix ItemWin focus.Michael Meeks1-1/+19
2015-10-12convert Link<> to typedNoel Grandin1-1/+1
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann1-10/+10
2015-09-17convert Link<> to typedNoel Grandin1-1/+1
2015-09-10convert Link<> to typed, and introduce LinkParamNoneNoel Grandin1-15/+7
2015-09-10convert Link<> to typedNoel Grandin1-3/+1
2015-09-09convert Link<> to typedNoel Grandin1-3/+2
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin1-2/+2
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-06-19rendercontext: Fix crash with double-buffering in the Styles combo box.Jan Holesovsky1-4/+4
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-2/+2
2015-05-28fix calls to RenderContextTomaž Vajngerl1-1/+1
2015-05-27convert WINDOW_DRAW flags to scoped enumNoel Grandin1-5/+5
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-25use RenderContext in user draw, use ApplySettingsTomaž Vajngerl1-3/+3
2015-05-23VclPtr - add compat methods for old-style focus / notification.Michael Meeks1-1/+1
2015-05-23use ApplySettings instead of ImplInitSettings is calledTomaž Vajngerl1-1/+5
2015-05-22convert WINDOW_POSSIZE constants to scoped enumNoel Grandin1-5/+5
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin1-2/+2
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-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+1
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin1-2/+2
2015-05-13Remove EditBoxValue again and just use the native widgets size requestCaolán McNamara1-4/+4
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-07refactor ListBox/ComboBox to use RenderContextTomaž Vajngerl1-5/+5
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl1-10/+10
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-44/+52
2015-04-26gtk3: sane height for list boxes tooCaolán McNamara1-4/+4
2015-04-24loplugin:simplifyboolStephan Bergmann1-3/+3
2015-04-16Make ListBox handier post dispose.Michael Meeks1-2/+8
2015-04-14Use VclPtr in VclBuilder to get construction referencing right.Michael Meeks1-4/+4
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin1-5/+5
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-4/+4
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-12/+4
2015-04-09Double dispose protection.Michael Meeks1-0/+4
2015-04-09vcl: window destructors calling disposeNoel Grandin1-0/+6
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-30/+30
2015-03-12vcl: PVS-Studio V595 'mpImplWin' pointer could be nullMichael Stahl1-0/+1
2015-01-14do TODO: replace ImplCallEventListeners() by CallEventListeners() in vclCaolán McNamara1-15/+15
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