summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-11-27vcl: make PDFWriterImpl get SalGraphics instance more robustlyChris Sherlock
2014-11-27Resolves: fdo#86203 FontCharMap claims to have twice the entries it shouldCaolán McNamara
2014-11-26vcldemo profiling: support Windows time resolutionLászló Németh
2014-11-26Silence Mac OS X 10.9/10.10 deprecations for nowStephan Bergmann
2014-11-26vcl: prefix global variable g_vShareListMichael Stahl
2014-11-26vcl: fix STL asserts in ~OpenGLContext(), calling wrong erase() overloadMichael Stahl
2014-11-26can be constCaolán McNamara
2014-11-25Remove ptr_deque.hpp header include from vcl/outdev.hxx.Kohei Yoshida
2014-11-25Resolves fdo#86689: Strikethrough: "With /" and "With X"Julien Nabet
2014-11-25WaE: C4701: potentially uninitialized local variable 'mnStartTime' usedTor Lillqvist
2014-11-25vcldemo profiling: avoid unnecessary callsLászló Németh
2014-11-25Fix C2864: only static const integral data members can be initialized withinTor Lillqvist
2014-11-25vcl: assert when LogicToPixel overflowsMichael Stahl
2014-11-25add profiling to vcldemoLászló Németh
2014-11-25the real bug behind so many apparent crashtest discoveriesCaolán McNamara
2014-11-25Revert "Resolves: #i63015# always default to WinAnsiEncoding..."Caolán McNamara
2014-11-25vcl: misc. TODO comment expansion.Michael Meeks
2014-11-25java: final fields that can be staticNoel Grandin
2014-11-24WaE: might be used unintializedCaolán McNamara
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-11-24coverity#1242421 Dereference after null checkCaolán McNamara
2014-11-24coverity#1255387 help coverity out here wrt Division by zeroCaolán McNamara
2014-11-24rhbz#1167250: Avoid X11Clipboard already being destroyed in constructorStephan Bergmann
2014-11-24typo: unknownAndras Timar
2014-11-24coverity#1255905 Buffer not null terminatedCaolán McNamara
2014-11-24coverity#1255907 Explicit null dereferencedCaolán McNamara
2014-11-24coverity#1195349 Argument cannot be negativeCaolán McNamara
2014-11-24Unchain OpenGLContext on all platformsStephan Bergmann
2014-11-24prevent unused warning in release buildNoel Grandin
2014-11-23vcl: fix linkage issue for Executable_icontest.mkChris Sherlock
2014-11-23icons: Implement the fallback mechanism for icons.Jan Holesovsky
2014-11-23icons: Even the cache and links are now stored per-style.Jan Holesovsky
2014-11-23icons: Store paths of more styles at the same time.Jan Holesovsky
2014-11-23icons: Kill an unused function + bring some consistency to the file.Jan Holesovsky
2014-11-23icons: m_cacheIcons is always true, kill it.Jan Holesovsky
2014-11-23icons: Unused CheckStyleCache.Jan Holesovsky
2014-11-23block my OpenGL driverMarkus Mohrhard
2014-11-23remove whitespaceMarkus Mohrhard
2014-11-22Add Breeze icon theme for use with KDE Plasma 5Jonathan Riddell
2014-11-22Fix build.Jan Holesovsky
2014-11-22windows opengl: Implement WinOpenGLSalGraphicsImpl::Init() too.Jan Holesovsky
2014-11-22vcl: Make sure the active framebuffer is the right one before drawingLouis-Francis Ratté-Boulianne
2014-11-22vcl: Re-flip native X11 widgets upside down in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-22vcl: Improve precision and performance of clipping when region is a RegionBandLouis-Francis Ratté-Boulianne
2014-11-22vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne
2014-11-22vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-11-22vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne
2014-11-22vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne
2014-11-22vcl: Correctly set the values for the GL scissor test when clippingLouis-Francis Ratté-Boulianne