summaryrefslogtreecommitdiffstats
path: root/vcl
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1221-48/+48
* convert Link<> to typedNoel Grandin2015-10-127-33/+26
* loplugin:loopvartoosmallStephan Bergmann2015-10-121-2/+2
* opengl: convert to RGB buffer, use unique_ptrTomaž Vajngerl2015-10-121-6/+5
* opengl: Extract calculation - bytes per row into its own functionTomaž Vajngerl2015-10-121-14/+18
* opengl: improve VCL_GL_INFO reporting in OpenGLSalBitmapTomaž Vajngerl2015-10-121-6/+14
* opengl: remove code duplication when rendering a texture comboTomaž Vajngerl2015-10-122-19/+20
* tdf#94384 fix black icons with OpenGL enabled on WindowsTomaž Vajngerl2015-10-121-20/+3
* vcl: recolor images (icons) to be more visible in a dark themeTomaž Vajngerl2015-10-123-0/+66
* remove unused BitmapExTomaž Vajngerl2015-10-121-2/+0
* convert Link<> to typedNoel Grandin2015-10-121-1/+1
* Moggi thinks this mutex is unnecessary and I trust himTor Lillqvist2015-10-111-3/+0
* valgrind: Conditional jump or move depends on uninitialised valueCaolán McNamara2015-10-111-4/+5
* Fix FTBFS with TDE integration due to recent SalFrame changesSlávek Banko2015-10-101-2/+2
* afl-eventtesting: there is no focused/active window in headless modeCaolán McNamara2015-10-101-3/+10
* valgrind: zero padding bytesCaolán McNamara2015-10-101-2/+4
* malloc + memset(0,..) -> callocCaolán McNamara2015-10-091-2/+1
* Move SolarMutex down from tools to comphelper/ to make life easier.Michael Meeks2015-10-093-11/+8
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-4/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-4/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-14/+8
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-2/+0
* Abstract out repeated code into lambdasStephan Bergmann2015-10-091-43/+29
* afl-eventtesting: provide a way to pseudo-restartCaolán McNamara2015-10-091-0/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-6/+5
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-2/+2
* Abstract out repeated code into lambdasStephan Bergmann2015-10-091-32/+51
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-3/+4
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-2/+2
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+0
* fix KDE3 buildNoel Grandin2015-10-092-5/+4
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-4/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-3/+5
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-4/+0
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+1
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-091-1/+0
* Related tdf#94557: Combo box entries are case-sensitive (sometimes)Julien Nabet2015-10-091-1/+1
* Call WritePS with length argument, where knownStephan Bergmann2015-10-084-12/+12
* Use OString to dynamically assemble a stringStephan Bergmann2015-10-081-7/+1
* afl-eventtesting: send events to focus window and fallback to toplevelCaolán McNamara2015-10-081-1/+3
* Don't re-read the same glsl files over and over againTor Lillqvist2015-10-081-4/+20
* afl-eventtesting: add Application::EndAllDialogsCaolán McNamara2015-10-082-11/+21
* fix for tdf#94827 - ToolBox events aren't deliveredNoel Grandin2015-10-081-3/+4
* Make this compile for iOS againTor Lillqvist2015-10-076-46/+9