summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-11-25java: final fields that can be staticNoel Grandin1-1/+1
2014-11-24WaE: might be used unintializedCaolán McNamara1-5/+5
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara15-201/+81
2014-11-24coverity#1242421 Dereference after null checkCaolán McNamara1-1/+1
2014-11-24coverity#1255387 help coverity out here wrt Division by zeroCaolán McNamara1-5/+7
2014-11-24rhbz#1167250: Avoid X11Clipboard already being destroyed in constructorStephan Bergmann3-7/+18
2014-11-24typo: unknownAndras Timar1-1/+1
2014-11-24coverity#1255905 Buffer not null terminatedCaolán McNamara1-1/+2
2014-11-24coverity#1255907 Explicit null dereferencedCaolán McNamara1-1/+1
2014-11-24coverity#1195349 Argument cannot be negativeCaolán McNamara1-0/+2
2014-11-24Unchain OpenGLContext on all platformsStephan Bergmann1-10/+10
2014-11-24prevent unused warning in release buildNoel Grandin1-0/+2
2014-11-23vcl: fix linkage issue for Executable_icontest.mkChris Sherlock1-4/+4
2014-11-23icons: Implement the fallback mechanism for icons.Jan Holesovsky2-10/+37
2014-11-23icons: Even the cache and links are now stored per-style.Jan Holesovsky2-39/+47
2014-11-23icons: Store paths of more styles at the same time.Jan Holesovsky2-23/+43
2014-11-23icons: Kill an unused function + bring some consistency to the file.Jan Holesovsky2-55/+35
2014-11-23icons: m_cacheIcons is always true, kill it.Jan Holesovsky2-35/+15
2014-11-23icons: Unused CheckStyleCache.Jan Holesovsky1-10/+4
2014-11-23block my OpenGL driverMarkus Mohrhard1-0/+5
2014-11-23remove whitespaceMarkus Mohrhard1-1/+0
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell4-5/+9
2014-11-22Fix build.Jan Holesovsky1-2/+2
2014-11-22windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too.Jan Holesovsky1-0/+9
2014-11-22vcl: Make sure the active framebuffer is the right one before drawingLouis-Francis Ratté-Boulianne1-0/+3
2014-11-22vcl: Re-flip native X11 widgets upside down in OpenGL backendLouis-Francis Ratté-Boulianne1-2/+2
2014-11-22vcl: Improve precision and performance of clipping when region is a RegionBandLouis-Francis Ratté-Boulianne2-1/+41
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne2-28/+33
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne3-6/+6
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne15-72/+256
2014-11-22vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne2-57/+101
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne14-293/+481
2014-11-22vcl: Correctly set the values for the GL scissor test when clippingLouis-Francis Ratté-Boulianne1-1/+2
2014-11-22vcl: Actually returns the number of rectangles for the RegionBandLouis-Francis Ratté-Boulianne2-2/+2
2014-11-22vcl: Apply the OutputDevice transformation to the gradient clipping polygonLouis-Francis Ratté-Boulianne2-12/+8
2014-11-22vcl: Implement copyArea in OpenGL backendLouis-Francis Ratté-Boulianne1-4/+19
2014-11-22vcl: Make sure the texture unit is the right one before bindingLouis-Francis Ratté-Boulianne1-0/+1
2014-11-22vcl: Update current context before executing scale operationLouis-Francis Ratté-Boulianne1-0/+2
2014-11-22vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne23-5/+410
2014-11-22vcl: Actually keep the new offscreen texture aroundLouis-Francis Ratté-Boulianne1-0/+1
2014-11-22Invert Native Widget rendering in Y.Markus Mohrhard1-2/+2
2014-11-22blind fix for native control on X11Markus Mohrhard1-2/+2
2014-11-22fix glx resource leakMarkus Mohrhard1-2/+8
2014-11-22vcl: remove unnecessary typedef VCLXGraphicsList_implChris Sherlock1-2/+2
2014-11-21vcl: remove ::Bitmap as friend of OutputDeviceChris Sherlock1-2/+4
2014-11-21make glxtest available in salmainMarkus Mohrhard7-0/+372
2014-11-21coverity#1213367 rework to make comparison to len more clearCaolán McNamara1-1/+3
2014-11-21coverity#1213368 Untrusted value as argumentCaolán McNamara1-6/+10
2014-11-21move error patch test to startCaolán McNamara1-2/+2
2014-11-21coverity#1213370 rework to make comparison to rec[i].slen more clearCaolán McNamara1-2/+4