summaryrefslogtreecommitdiff
path: root/vcl/source/control/ilstbox.cxx
AgeCommit message (Expand)Author
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
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-13longparas: xub_StrLen to sal_Int32Caolán McNamara
2013-11-25Integrate branch of IAccessible2Steve Yin
2013-10-21drop StringCompare from vclCaolán McNamara
2013-09-02GSOC work, disable QuickSelectionEngine+ListBox navigation modificationGergo Mocsi
2013-08-18callcatcher: update unused codeCaolán McNamara
2013-08-12convert vcl mnemonicengine.hxx and quickselectionengine.hxxNoel Grandin
2013-07-25convert vcl/ilistbox from XubString to OUStringNoel Grandin
2013-07-04drop unused vcl::unohelper::getNaturalStringSorterForAppLocaleCaolán McNamara
2013-06-19Resolves: #i122418# Added workaround to not use GetBitmap on windowsArmin Le Grand
2013-05-20Related: #i122041# More unifications for FillStylesArmin Le Grand
2013-05-16sal_Bool to boolTakeshi Abe
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza
2013-04-15basic inplace Font preview for calcNoel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-12Replace XubString with OUString (vcl/ilstbox)Chr. Rossmanith