summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-11-26vcldemo profiling: support Windows time resolutionLászló Németh1-21/+49
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann4-0/+17
2014-11-26vcl: prefix global variable g_vShareListMichael Stahl1-10/+10
2014-11-26vcl: fix STL asserts in ~OpenGLContext(), calling wrong erase() overloadMichael Stahl1-2/+2
2014-11-26can be constCaolán McNamara1-1/+1
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida6-4/+74
2014-11-25Resolves fdo#86689: Strikethrough: "With /" and "With X"Julien Nabet1-1/+1
2014-11-25WaE: C4701: potentially uninitialized local variable 'mnStartTime' usedTor Lillqvist1-1/+1
2014-11-25vcldemo profiling: avoid unnecessary callsLászló Németh1-1/+1
2014-11-25Fix C2864: only static const integral data members can be initialized withinTor Lillqvist1-3/+8
2014-11-25vcl: assert when LogicToPixel overflowsMichael Stahl1-0/+2
2014-11-25add profiling to vcldemoLászló Németh1-5/+107
2014-11-25the real bug behind so many apparent crashtest discoveriesCaolán McNamara1-6/+13
2014-11-25Revert "Resolves: #i63015# always default to WinAnsiEncoding..."Caolán McNamara1-1/+1
2014-11-25vcl: misc. TODO comment expansion.Michael Meeks1-3/+4
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