summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)Author
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke
2014-05-13Typo: shoud -> shouldJulien Nabet
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-29Resolves: fdo#61102 type ahead in lists skips the next entryCaolán McNamara
2014-04-25coverity#735656 Division or modulo by zeroCaolán McNamara
2014-04-14typo: foreward -> forwardThomas Arnhold
2014-04-14FS_DEBUG is never definedThomas Arnhold
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-02coverity#708589 Uninitialized pointer fieldCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01vcl: FixedHyper - take into account text alignmentTomaž Vajngerl
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock
2014-03-21Resolves: fdo#76457 image buttons too narrowCaolán McNamara
2014-03-21Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDSCaolán McNamara
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara
2014-03-13callcatcher: update unused codeCaolán McNamara
2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-10callcatcher: update unused codeCaolán McNamara
2014-03-07arrow buttons seem too bigCaolán McNamara
2014-03-07callcatcher: update unused codeCaolán McNamara
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-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27badCaolán McNamara
2014-02-27coverity#1187660 Dereference after null checkCaolán McNamara
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-23coverity#441533 Dereference after null checkCaolán McNamara
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-02-19Related: fdo#74242 send selection change before caret changeCaolán McNamara
2014-02-13enable spin-size for NumericField tooDavid Tardon
2014-02-13fdo#74468 fix timing of slide transitionsDavid Tardon
2014-02-11more similar handling of InputSequenceChecker as in other placesMatúš Kukan
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock
2014-02-06TabControl::DeactivatePage should return boolStephan Bergmann
2014-02-05fdo#74424 Use Window::GetOutDev() to access ImplReMirrored()Chris Sherlock