summaryrefslogtreecommitdiff
path: root/vcl/source/control
AgeCommit message (Expand)AuthorFilesLines
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
2014-02-06TabControl::DeactivatePage should return boolStephan Bergmann1-5/+2
2014-02-05fdo#74424 Use Window::GetOutDev() to access ImplReMirrored()Chris Sherlock1-2/+5
2014-01-28bool improvementsStephan Bergmann6-15/+15
2014-01-28Resolves: #i124008# listbox entry's are selected automatically...Steve Yin2-2/+2
2014-01-27coverity#735559 Logically dead codeCaolán McNamara1-26/+7
2014-01-25coverity#441000 Logically dead codeCaolán McNamara1-2/+1
2014-01-25coverity#440998 Logically dead codeCaolán McNamara1-4/+2
2014-01-25coverity#440997 Logically dead codeCaolán McNamara1-2/+1
2014-01-25coverity#440996 Logically dead codeCaolán McNamara1-2/+1
2014-01-25coverity#440995 Logically dead codeCaolán McNamara1-2/+1
2014-01-25coverity#440994 Logically dead codeCaolán McNamara1-2/+1
2014-01-25coverity#440993 Logically dead codeCaolán McNamara1-2/+1
2014-01-25coverity#1157769 Logically dead codeCaolán McNamara1-16/+11
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-3/+3
2014-01-22drop translation of % now that we use icu to format itCaolán McNamara1-0/+1