summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2015-10-14Unused code removal DrawGradientWallpaperBryan Quigley1-47/+10
2015-10-13remove some useless commentsNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann185-2181/+2181
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann21-48/+48
2015-10-12convert Link<> to typedNoel Grandin7-33/+26
2015-10-12loplugin:loopvartoosmallStephan Bergmann1-2/+2
2015-10-12opengl: convert to RGB buffer, use unique_ptrTomaž Vajngerl1-6/+5
2015-10-12opengl: Extract calculation - bytes per row into its own functionTomaž Vajngerl1-14/+18
2015-10-12opengl: improve VCL_GL_INFO reporting in OpenGLSalBitmapTomaž Vajngerl1-6/+14
2015-10-12opengl: remove code duplication when rendering a texture comboTomaž Vajngerl2-19/+20
2015-10-12tdf#94384 fix black icons with OpenGL enabled on WindowsTomaž Vajngerl1-20/+3
2015-10-12vcl: recolor images (icons) to be more visible in a dark themeTomaž Vajngerl3-0/+66
2015-10-12remove unused BitmapExTomaž Vajngerl1-2/+0
2015-10-12convert Link<> to typedNoel Grandin1-1/+1
2015-10-11Moggi thinks this mutex is unnecessary and I trust himTor Lillqvist1-3/+0
2015-10-11valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara1-4/+5
2015-10-10Fix FTBFS with TDE integration due to recent SalFrame changesSlávek Banko1-2/+2
2015-10-10afl-eventtesting: there is no focused/active window in headless modeCaolán McNamara1-3/+10
2015-10-10valgrind: zero padding bytesCaolán McNamara1-2/+4
2015-10-09malloc + memset(0,..) -> callocCaolán McNamara1-2/+1
2015-10-09Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks3-11/+8
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-14/+8
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+0
2015-10-09Abstract out repeated code into lambdasStephan Bergmann1-43/+29
2015-10-09afl-eventtesting: provide a way to pseudo-restartCaolán McNamara1-0/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-6/+5
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-09Abstract out repeated code into lambdasStephan Bergmann1-32/+51
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+4
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+2
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-09fix KDE3 buildNoel Grandin2-5/+4
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-3/+5
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-4/+0
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+1
2015-10-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-1/+0
2015-10-09Related tdf#94557: Combo box entries are case-sensitive (sometimes)Julien Nabet1-1/+1
2015-10-08Call WritePS with length argument, where knownStephan Bergmann4-12/+12
2015-10-08Use OString to dynamically assemble a stringStephan Bergmann1-7/+1
2015-10-08afl-eventtesting: send events to focus window and fallback to toplevelCaolán McNamara1-1/+3
2015-10-08Don't re-read the same glsl files over and over againTor Lillqvist1-4/+20