summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
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
2014-11-16vcl: disable OpenGL usage during build.Michael Meeks
2014-11-16callcatcher: update unused codeCaolán McNamara
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna
2014-11-16vcldemo: create multiple windows sharing the same renderer.Michael Meeks
2014-11-16vcl: fdo#86307 removed Solaris workaround from #i64273#Chris Sherlock
2014-11-16vcl: SalGraphics::mirror() - always use GetGraphicsWidth()Chris Sherlock
2014-11-16Avoid error: redefinition of 'GetImpl' for iOSTor Lillqvist
2014-11-15WaE: unused variable 'aSize'Tor Lillqvist
2014-11-15vcl: avoid crash with 'gen' backend around window icons.Michael Meeks
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna
2014-11-15vcl: assert more useful truths on BitmapWriterAccess completion.Michael Meeks
2014-11-15opengl: Another places where it is too eager to check for errors.Jan Holesovsky
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky
2014-11-15windows opengl: Do not be _that_ eager with CHECK_GL_ERROR().Jan Holesovsky
2014-11-15vcldemo: implement key-bindings and command-lineMichael Meeks
2014-11-15vcldemo: BitmapEx rotation, translation and shear.Michael Meeks
2014-11-15vcldemo: exercise more BitmapEx rendering paths.Michael Meeks
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks
2014-11-15vcl: Fix palette modification during BitmapWriteAccess lifetime.Michael Meeks
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks
2014-11-15vcl: re-factor image rendering control-flow.Michael Meeks
2014-11-15windows opengl: Finally got the text working.Jan Holesovsky
2014-11-15windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky
2014-11-15request single buffered context on windowsMarkus Mohrhard
2014-11-15blind fix for OSXMarkus Mohrhard
2014-11-15let us make the virtual explicitMarkus Mohrhard