summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_selection.cxx
AgeCommit message (Expand)Author
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-15cppcheck:variableScopeNoel Grandin
2015-09-11vcl: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe
2015-07-08vcl: use SAL_INFO for available X11 clipboard formatsMichael Stahl
2015-07-08Fix typosAndrea Gelmini
2015-06-15cppcheck:unreadVariableNoel Grandin
2015-06-13TyposJulien Nabet
2015-06-11convert 'it.begin() == it.end()' to 'it.empty()'Noel Grandin
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-04-24loplugin:simplifyboolStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-18vcl: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-04Move SalGenericData::GetSalDisplay() out of generic/gendata.hxxStephan Bergmann
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
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-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-14typo: occuring -> occurringThomas Arnhold
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
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-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-07coverity#705773 Resource leakCaolán McNamara
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin
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-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza