summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/dtrans/X11_selection.cxx
AgeCommit message (Expand)Author
2018-02-01Convert 2 lists in vectors in X11_selection (vcl)Julien Nabet
2018-01-31Modernize a bit vcl (part5)Julien Nabet
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin
2018-01-12More loplugin:cstylecast: vclStephan Bergmann
2017-11-15loplugin:flatten in vclNoel Grandin
2017-11-06loplugin:constparams in various(2)Noel Grandin
2017-11-02improve constparam lopluginNoel Grandin
2017-10-23loplugin:includeform: vclStephan Bergmann
2017-10-23overload std::hash for OUString and OStringNoel Grandin
2017-09-19rename GetGenericData to GetGenericUnixSalDataNoel Grandin
2017-07-31loplugin:oncevarNoel Grandin
2017-07-18loplugin:constparams in vclNoel Grandin
2017-07-05new loplugin unnecessaryparenNoel Grandin
2017-06-17loplugin:unusedfields in vcl part2Noel Grandin
2017-05-30teach redundantcast plugin about functional castsNoel Grandin
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin
2017-04-28loplugin:checkunusedparams in configmgr and vclNoel Grandin
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-11-15vcl: add/unify some clipboard SAL_INFO tracingThorsten Behrens
2016-09-15replace sal_Size with std::size_t (or sal_uInt64 for SvStream pos)Michael Stahl
2016-09-06don't need to include all these headers, reduce to required minCaolán McNamara
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