summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
2014-09-03Allow STYLE_OPTION_MONO to be unset from toolkit-created windowLionel Elie Mamane1-25/+0
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante1-1/+1
2014-05-15+sal_Int32 ComboBox::GetEntryPos( const void* pData ) constEike Rathke1-0/+8
2014-05-13Typo: shoud -> shouldJulien Nabet1-1/+1
2014-05-13sal_Int32 ComboBox::InsertEntryWithImage()Eike Rathke1-3/+4
2014-05-06simplify ternary conditions "xxx ? true : yyy"Noel Grandin2-5/+5
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin2-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-29Resolves: fdo#61102 type ahead in lists skips the next entryCaolán McNamara1-1/+1
2014-04-25coverity#735656 Division or modulo by zeroCaolán McNamara1-1/+1
2014-04-14typo: foreward -> forwardThomas Arnhold1-1/+1
2014-04-14FS_DEBUG is never definedThomas Arnhold1-26/+0
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
2014-04-02coverity#708589 Uninitialized pointer fieldCaolán McNamara1-1/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist19-84/+0
2014-04-01vcl: FixedHyper - take into account text alignmentTomaž Vajngerl1-3/+26
2014-03-25fdo#74702 Moved EnableRTL() logic to specific classes where appropriateChris Sherlock1-0/+10
2014-03-21Resolves: fdo#76457 image buttons too narrowCaolán McNamara1-6/+6
2014-03-21Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDSCaolán McNamara1-6/+1
2014-03-13MoreButtons cannot be loaded from .src anymoreCaolán McNamara1-20/+0
2014-03-13callcatcher: update unused codeCaolán McNamara1-27/+1
2014-03-11Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe1-25/+15
2014-03-10callcatcher: update unused codeCaolán McNamara2-11/+0
2014-03-07arrow buttons seem too bigCaolán McNamara1-6/+6
2014-03-07callcatcher: update unused codeCaolán McNamara1-18/+0
2014-03-06ReadShortRes() actually reads a wannabe unsigned hereEike Rathke2-9/+13
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke4-230/+290
2014-03-03explicitly invalidate contained ImplListBoxWindowCaolán McNamara1-0/+7
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist1-2/+2
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'long'Tor Lillqvist1-2/+2
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock9-31/+31
2014-02-27badCaolán McNamara1-1/+1
2014-02-27coverity#1187660 Dereference after null checkCaolán McNamara1-3/+11
2014-02-27Removed unnecessary comment decorations and wspace from VCL sourcesChris Sherlock12-1059/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-6/+6
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock4-426/+0
2014-02-26Remove visual noise from vclAlexander Wilms12-45/+45
2014-02-24Replace exisiting TriState, AutoState with more generic TriStateStephan Bergmann1-26/+26
2014-02-23Remove unneccessary commentsAlexander Wilms13-686/+686
2014-02-23coverity#441533 Dereference after null checkCaolán McNamara1-1/+1
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-4/+4
2014-02-21vcl: sal_Bool -> boolStephan Bergmann21-779/+779
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert17-0/+28
2014-02-19Related: fdo#74242 hook up a selection and caret change for multiline editsCaolán McNamara1-3/+3
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-4/+4
2014-02-19Related: fdo#74242 send selection change before caret changeCaolán McNamara1-6/+8
2014-02-13enable spin-size for NumericField tooDavid Tardon1-0/+2
2014-02-13fdo#74468 fix timing of slide transitionsDavid Tardon1-0/+2
2014-02-11more similar handling of InputSequenceChecker as in other placesMatúš Kukan1-9/+5
2014-02-07Renamed VCL's OutputDevice mirroring functionsChris Sherlock1-1/+1