summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2014-11-18vcl: check the OpenGL drawable as well as the context.Michael Meeks
2014-11-18restore old explanation message via assert hackCaolán McNamara
2014-11-18windows opengl: Share the contexts as we do on Linux.Jan Holesovsky
2014-11-18vcl: remove old GetOpenGLContext method.Michael Meeks
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky
2014-11-18vcl: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre
2014-11-18java: make fields final where possibleNoel Grandin
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti
2014-11-18vcl: rename ImplAnimView functions to more readable namesChris Sherlock
2014-11-18vcl: make all members of ImplAnimView privateChris Sherlock
2014-11-18windows opengl: Use the updated DrawMask to get nice text with OpenGL.Jan Holesovsky
2014-11-18windows: Improve logging.Jan Holesovsky
2014-11-18opengl: Do not check for OpenGL errors in a loop.Jan Holesovsky
2014-11-18pch: jpeg's headers conflict with INT32 typedef when in pch.Jan Holesovsky
2014-11-18vcl: fix tab spacing in ImpAnimView class definitionChris Sherlock
2014-11-17vcl: initialize data when XGetWindowAttributes fails.Michael Meeks
2014-11-17vcl: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks
2014-11-17vcl: Fix DrawMask implementation in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-17vcl: Implement drawing of transformed bitmaps in OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks
2014-11-17vcl: make OpenGLContext::makeCurrent unfeasibly faster.Michael Meeks
2014-11-17coverity#1242859 rework to silence Untrusted loop boundCaolán McNamara
2014-11-17coverity#1251174 help coverity out hereCaolán McNamara
2014-11-17use already existing variableDavid Tardon
2014-11-17coverity#1251174 untrusted pointer readDavid Tardon
2014-11-17Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl
2014-11-17warning C4189: local variable is initialized but not referencedStephan Bergmann
2014-11-17warning C4702: unreachable codeStephan Bergmann
2014-11-17cppcheck: Return value of std::remove() ignored. Elements remain in container.Julien Nabet
2014-11-17HIG fixes for vclAdolfo Jayme Barrientos
2014-11-17loplugin:unreffunStephan Bergmann
2014-11-17WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
2014-11-17vcldemo: improve my rather trivial inferred alpha maths.Michael Meeks
2014-11-17vcldemo: prototype Alpha recovery for native theming.Michael Meeks
2014-11-17vcldemo: repair mini view, and add alpha blended page corner alike.Michael Meeks
2014-11-17vcldemo: simulate border stretching.Michael Meeks
2014-11-16coverity#708662 Uninitialized scalar fieldCaolán McNamara
2014-11-16remove some useless SAL_WARNsMarkus Mohrhard
2014-11-16use correct flag to enable ARB debug versionMarkus Mohrhard
2014-11-16Revert "make something visible on the screen again"Markus Mohrhard
2014-11-16use the OpenGLHelper version to check for OpenGL supportMarkus Mohrhard
2014-11-16make something visible on the screen againMarkus Mohrhard
2014-11-16remove unnecessary whitespaceMarkus Mohrhard
2014-11-16vcl: Invert OpenGL Native Widget rendering in Y.Markus Mohrhard