summaryrefslogtreecommitdiff
path: root/vcl/unx/kde
AgeCommit message (Expand)AuthorFilesLines
2014-11-10quick build fix until I can fix that properlyMarkus Mohrhard1-1/+2
2014-10-31Removed duplicated includesAndrea Gelmini1-4/+3
2014-10-30Fixed typos. No automatic tools (sed, and so on).Andrea Gelmini1-1/+1
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-09-30fdo#82577: Handle RegionNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin2-4/+4
2014-09-18Use vcl::FontTor Lillqvist1-4/+4
2014-08-25set names on some UNIX-only threadsMichael Stahl2-0/+4
2014-08-07Update my address.Jan Holesovsky1-1/+1
2014-06-27create_SalInstance does not need an oslModule parameterStephan Bergmann1-2/+1
2014-06-13loplugin:staticcallStephan Bergmann2-79/+79
2014-05-17Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part15Julien Nabet1-1/+1
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist8-27/+0
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-28fdo#68546 Make menubar's text color of persona the same as FirefoxIsamu Mogi1-1/+1
2014-03-28SAL_OVERRIDE, vclplug warnings_not_errors reduxStephan Bergmann3-5/+14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-30/+30
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock2-5/+5
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-48/+48
2014-02-26Remove visual noise from vclAlexander Wilms7-18/+18
2014-02-23Remove unneccessary commentsAlexander Wilms1-6/+6
2014-02-21Bug #63962 Dynamically scan the config directory for icon themesTobias Lippert1-1/+1
2014-02-21vcl: sal_Bool -> boolStephan Bergmann7-70/+73
2014-02-03bool improvementsStephan Bergmann1-3/+3
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-2/+2
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-12-13Targetted text updates, with seasonable changes before l10n freeze.Michael Meeks1-1/+1
2013-12-11fontmanager.hxx is private to vclTor Lillqvist1-1/+1
2013-11-19remove most use of RTL_CONSTASCII_USTRINGPARAM macroNoel Grandin1-3/+3
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin1-4/+4
2013-10-28fixincludeguards.sh: vclThomas Arnhold6-18/+18
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-9/+2
2013-10-02-Werror,-Wunused-const-variableStephan Bergmann1-4/+0
2013-08-28Mark as constTakeshi Abe1-1/+1
2013-08-12Typo: controling => controllingJulien Nabet1-1/+1
2013-08-12drop intermediate UniStringCaolán McNamara1-1/+1
2013-08-12convert String to OUString in VCLNoel Grandin2-2/+2
2013-05-27vcl: Check SH_MenuBar_MouseTracking when menubar is drawn on KDEIsamu Mogi1-6/+12
2013-05-22Add mouse rollover effect to menubar on KDE and WindowsIsamu Mogi1-1/+10
2013-05-10fix kde buildCaolán McNamara1-2/+2
2013-05-10Related: #i112873# check native widget's control value type...Herbert Dürr1-3/+3
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-139/+139
2013-04-02vcl: convert some fprintf to SAL_INFOThomas Arnhold2-20/+9
2013-03-27-Wunused-macrosStephan Bergmann1-8/+0
2013-03-20use #if instead of #ifdef for testing config_xxx.hxx macrosLuboš Luňák11-22/+22
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-8/+8