summaryrefslogtreecommitdiff
path: root/vcl/source
AgeCommit message (Expand)AuthorFilesLines
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky1-3/+3
2014-11-20vcl: If there it a MapMode, it is applied.Jan Holesovsky1-22/+0
2014-11-20vcl: Kill IsMapMode(), it means the same as IsMapModeEnabled().Jan Holesovsky3-4/+4
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard1-1/+25
2014-11-20Bitmap::Crop: When the rectangle is entire bitmap, do nothingMatúš Kukan1-1/+1
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks1-2/+15
2014-11-19WaE: -Werror=unused-but-set-variableCaolán McNamara1-3/+0
2014-11-19coverity#1242627 Use of untrusted scalar valueCaolán McNamara1-1/+6
2014-11-19mbSwapUnderway always true inside ImpGraphic::ImplReadEmbeddedMatúš Kukan1-11/+0
2014-11-19ImpGraphic::ImplReadEmbedded: bSwap is false; remove dead codeMatúš Kukan1-89/+2
2014-11-19fdo#86298 Avoid crash blending upside down Bitmaps of differing sizeMatthew J. Francis1-1/+1
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+5
2014-11-18vcl: fix un-initialized log length & clean copy/paste bits.Michael Meeks1-47/+41
2014-11-18OS X: Default to the 'sifr' icon theme.Jan Holesovsky1-0/+3
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl3-0/+4
2014-11-18vcl: check the OpenGL drawable as well as the context.Michael Meeks1-3/+6
2014-11-18restore old explanation message via assert hackCaolán McNamara1-1/+1
2014-11-18windows opengl: Share the contexts as we do on Linux.Jan Holesovsky1-6/+40
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky1-1/+12
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