summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans
AgeCommit message (Expand)Author
2014-10-01fdo#82577: Handle KeyPressNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-25set names on some UNIX-only threadsMichael Stahl
2014-08-23fdo#82577, fdo#82579: Handle CursorTor Lillqvist
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-05-22cp#1000078: Replace "\r\n" with "\n" when pasting from X11 clipboard.Matúš Kukan
2014-05-19vcl: remove using namespace from headersThomas Arnhold
2014-05-11Fix previous commit (vcl part)Julien Nabet
2014-05-11Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part10Julien Nabet
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-26coverity#708654 Uninitialized pointer fieldCaolán McNamara
2014-04-24coverity#984006 Uncaught exceptionCaolán McNamara
2014-04-17coverity#708655 Uninitialized scalar fieldCaolán McNamara
2014-04-14typo: occuring -> occurringThomas Arnhold
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-11coverity#441225 Dereference null return valueCaolán McNamara
2014-03-03Use cstdlib std::abs instead of stdlib.h absStephan Bergmann
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-07coverity#705773 Resource leakCaolán McNamara
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin
2013-11-20Elide utl::ConfigItem_ImplStephan Bergmann
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
2013-11-07Name threads for debug purposeArnaud Versini
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza
2013-10-08CID#1078847 we're writing a byte, so use a byteCaolán McNamara
2013-10-02vcl: avoid deadlock in X11 SelectionManager::shutdown()Michael Stahl
2013-09-09CID#1028323 uninitialized scalarsCaolán McNamara
2013-07-11X11SalInstance::CreateClipboard is only ever used with the default $DISPLAYStephan Bergmann
2013-07-11Simplify support for bitmap depth conversion in X11 clipboard/dnd codeStephan Bergmann
2013-07-11fdo#66718: Demote SystemClipboard.createUnix to an internal hackStephan Bergmann
2013-07-09x11/unx: don't use a fixed 1sec timeout when polling X eventsPierre-Eric Pelloux-Prayer
2013-06-07Fix memory leak in SelectionManager::getXdndVersion.Mark Wielaard
2013-05-14SolarMutex does not belong into the URE interfaceStephan Bergmann
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-22rhbz#954991 Avoid static data (causing trouble at exit)Stephan Bergmann
2013-04-17fdo#62096 - replace some O(U)String compareTo with ==Artur Dryomov