summaryrefslogtreecommitdiff
path: root/vcl/unx/generic/app/saldisp.cxx
AgeCommit message (Expand)Author
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin
2017-04-14remove the remaining unused mouse cursorsCaolán McNamara
2017-04-14revert removal of apparently unused mouse cursorsCaolán McNamara
2017-04-07tdf#39468 Translate German commentsJens Carl
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-25Fix typosAndrea Gelmini
2017-03-23Remove unused #include <ctype.h>Stephan Bergmann
2017-03-18Use char instead of unsigned charJulien Nabet
2017-02-21loplugin:subtlezeroinit: vclStephan Bergmann
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin
2017-01-27-Werror=int-in-bool-context (GCC 7)Stephan Bergmann
2017-01-17replace #ifdef SOLARIS with #ifdef __sunMichael Stahl
2016-12-19-fsanitize=function (SAL_USE_VCLPLUGIN=gen)Stephan Bergmann
2016-12-13change from glew to epoxyCaolán McNamara
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-03custom dtor is unnecessaryCaolán McNamara
2016-09-23tdf#101822 Revert "vcl: Stop-gap solution to ...Jan-Marek Glogowski
2016-09-23tdf#101822 X11 SalDisplay init => AfterAppInitJan-Marek Glogowski
2016-09-07Resolves: tdf#100443 handle sun keyboard copy/cut/paste keysCaolán McNamara
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-26cppcheck: variable scopeCaolán McNamara
2016-05-21move glX stuff to X-only modulesCaolán McNamara
2016-05-13clang-tidy modernize-loop-convert in vclNoel Grandin
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin
2016-04-14-Werror=logical-op (GCC 6)Stephan Bergmann
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin
2016-02-22tdf#82577: Remove prex.h and postx.h wrapper headersJorenz Paragas
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-12tdf#95857 Sort out German plurals ...danielt998
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-12-30cppcheck: allocaCalledCaolán McNamara
2015-11-17vcl: add parameter to detect if OS events are processed during Yield.Michael Meeks
2015-11-10vcl: We see what you meant by DBG_ASSERT(true, ...)Takeshi Abe
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-10-01tdf#39080 Interactive hide-whitespace modeAshod Nakashian
2015-09-21tdf#94275: core dump when XKeysymToString returns NULLJulien Nabet
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:loopvartoosmallNoel Grandin
2015-05-22convert POINTER constants to scoped enumNoel Grandin
2015-04-27More loplugin:simplifyboolStephan Bergmann
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19loplugin:constantfunction: vclNoel Grandin
2015-03-18tdf#74591 : Changes shortcut key "prior" and "next" to "PgUp" and "PgDn"Rishabh Kumar
2015-03-11dump ugly hack working around an ancient libxcb bug (tdf#89141)Luboš Luňák
2015-01-20Some more loplugin:cstylecast: vclStephan Bergmann
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin