summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre5-121/+119
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre4-95/+75
2014-11-18vcl: rename ImplAnimView functions to more readable namesChris Sherlock3-45/+38
2014-11-18vcl: make all members of ImplAnimView privateChris Sherlock1-1/+3
2014-11-18windows: Improve logging.Jan Holesovsky1-3/+16
2014-11-18opengl: Do not check for OpenGL errors in a loop.Jan Holesovsky1-1/+1
2014-11-18vcl: fix tab spacing in ImpAnimView class definitionChris Sherlock1-2/+2
2014-11-17vcl: initialize data when XGetWindowAttributes fails.Michael Meeks1-5/+22
2014-11-17vcl: make OpenGLContext::makeCurrent unfeasibly faster.Michael Meeks1-2/+10
2014-11-17coverity#1242859 rework to silence Untrusted loop boundCaolán McNamara1-3/+15
2014-11-17coverity#1251174 help coverity out hereCaolán McNamara1-1/+1
2014-11-17use already existing variableDavid Tardon1-1/+1
2014-11-17coverity#1251174 untrusted pointer readDavid Tardon1-2/+6
2014-11-17Add internal libjpeg-turbo library to be used instead of libjpegMatúš Kukan1-1/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl8-0/+10
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl2-6/+2
2014-11-17warning C4702: unreachable codeStephan Bergmann1-2/+0
2014-11-17cppcheck: Return value of std::remove() ignored. Elements remain in container.Julien Nabet1-1/+1
2014-11-17loplugin:unreffunStephan Bergmann1-3/+1
2014-11-16use correct flag to enable ARB debug versionMarkus Mohrhard1-1/+1
2014-11-16remove unnecessary whitespaceMarkus Mohrhard1-2/+0
2014-11-16vcl: disable OpenGL usage during build.Michael Meeks1-1/+10
2014-11-16callcatcher: update unused codeCaolán McNamara1-5/+0
2014-11-16vcl: let the ModalDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-16vcl: let the ModelessDialog ctor take an OUStringMiklos Vajna1-2/+2
2014-11-16vcl: SalGraphics::mirror() - always use GetGraphicsWidth()Chris Sherlock1-30/+6
2014-11-15vcl: let the Dialog ctor take an OUStringMiklos Vajna3-8/+8
2014-11-15TabDialog ctor: take an OUStringMiklos Vajna1-2/+2
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky1-4/+4
2014-11-15windows opengl: Do not be _that_ eager with CHECK_GL_ERROR().Jan Holesovsky1-4/+1
2014-11-15opengl: Add many more CHECK_GL_ERROR()'s before returning from functions.Jan Holesovsky2-0/+17
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks1-32/+32
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks1-0/+17
2014-11-15vcl: re-factor image rendering control-flow.Michael Meeks1-5/+4
2014-11-15windows opengl: Set PFD_DOUBLEBUFFER even for single buffer rendering.Jan Holesovsky1-2/+3
2014-11-15ialso support the ARB debug versionMarkus Mohrhard1-3/+11
2014-11-15vcl: Draw gradient in alpha device even when using native renderingLouis-Francis Ratté-Boulianne1-3/+4
2014-11-14coverity#1209863 Untrusted loop boundCaolán McNamara1-2/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava9-9/+9
2014-11-14vcl: remove more unnecessary headers from mapmod.hxxMichael Stahl1-0/+1
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl19-13/+68
2014-11-13coverity#1251581 Copy-paste errorCaolán McNamara1-1/+1
2014-11-13spurious warning C4701: potentially uninitialized local variableMichael Stahl1-2/+2
2014-11-13vcl: rename variable in OutputDevice:drawOutDevDirect()Chris Sherlock1-9/+9
2014-11-13vcl: Use scissor or stencil for clipping in OpenGL backendLouis-Francis Ratté-Boulianne1-0/+17
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne3-7/+14
2014-11-12coverity#1213365 Untrusted value as argumentCaolán McNamara1-4/+31
2014-11-12coverity#1213370 Untrusted value as argumentCaolán McNamara1-0/+11
2014-11-12coverity#735657 Division or modulo by float zeroCaolán McNamara1-3/+11
2014-11-12pebcak, condition reversedCaolán McNamara1-1/+1