summaryrefslogtreecommitdiff
path: root/vcl/source/control/ilstbox.cxx
AgeCommit message (Expand)Author
2015-04-10fix ilistbox dispose.Michael Meeks
2015-04-10vclwidget: improve detection of vcl::Window fieldsNoel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin
2015-03-31tdf#81813: Typing to select value in dropdown resets after space characterJulien Nabet
2015-03-27convert ProminentEntry to enum classNoel Grandin
2015-03-26Resolves: fdo#84795 Menus don't disappear with right mouse clickCaolán McNamara
2015-03-26tdf#67990: Management of case in comboboxJulien Nabet
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-03fdo#84795 Menu, DropDown-List don't disappear with right mouse clickJuergen Funk
2014-10-31convert COMMAND_WHEEL constants to an enumNoel Grandin
2014-10-20Revert "Fix fdo#84795 Menu, DropDown-List not disappears with right mouse click"Caolán McNamara
2014-10-15coverity#704088 Unchecked return valueCaolán McNamara
2014-10-15fdo#84938: replace SYMBOL_TYPE constants with enumNoel Grandin
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-10-10Fix fdo#84795 Menu, DropDown-List not disappears with right mouse clickJuergen Funk
2014-09-29loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-14convert UserDrawHdl to boost signals2Luboš Luňák
2014-09-14convert ListBox's ImplBtn to use boost signal2Luboš Luňák
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-29Resolves: fdo#61102 type ahead in lists skips the next entryCaolán McNamara
2014-04-14typo: foreward -> forwardThomas Arnhold
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-06ReadShortRes() actually reads a wannabe unsigned hereEike Rathke
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-03explicitly invalidate contained ImplListBoxWindowCaolán McNamara
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock
2014-02-05fdo#74424 Use Window::GetOutDev() to access ImplReMirrored()Chris Sherlock
2014-01-28bool improvementsStephan Bergmann
2014-01-25coverity#440997 Logically dead codeCaolán McNamara
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17bool improvementsStephan Bergmann