summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-11-20vcl: update the OpenGLContext's pixmap when re-sizing a VirtualDevice.Michael Meeks3-2/+27
2014-11-19WaE: -Werror=unused-but-set-variableCaolán McNamara1-3/+0
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara4-11/+9
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úš Kukan2-90/+3
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úš Kukan13-1/+37
2014-11-18vcl: fix un-initialized log length & clean copy/paste bits.Michael Meeks1-47/+41
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks4-14/+15
2014-11-18vcldemo: render more small scaled page-border alikesMichael Meeks1-20/+11
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 Stahl4-0/+5
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-18vcl: remove old GetOpenGLContext method.Michael Meeks1-5/+0
2014-11-18windows opengl: Provide the context to textures everywhere where we have it.Jan Holesovsky7-57/+24
2014-11-18vcl: Unbind framebuffer after setting offscreen modeLouis-Francis Ratté-Boulianne1-0/+1
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne4-22/+32
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre5-121/+119
2014-11-18java: make fields final where possibleNoel Grandin2-5/+5
2014-11-18fdo#75757 remove inheritance from std::vectorMichaël Lefèvre4-95/+75
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti3-6/+0
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 opengl: Use the updated DrawMask to get nice text with OpenGL.Jan Holesovsky1-6/+4
2014-11-18windows: Improve logging.Jan Holesovsky3-59/+35
2014-11-18opengl: Do not check for OpenGL errors in a loop.Jan Holesovsky1-1/+1
2014-11-18pch: jpeg's headers conflict with INT32 typedef when in pch.Jan Holesovsky1-2/+8
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: only use default windows' GL Context for bitmaps if NULL / uninitialized.Michael Meeks1-6/+9
2014-11-17vcl: Fix DrawMask implementation in OpenGL backendLouis-Francis Ratté-Boulianne2-8/+11
2014-11-17vcl: Implement drawing of transformed bitmaps in OpenGL backendLouis-Francis Ratté-Boulianne4-11/+189
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks2-10/+20
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks6-3/+17
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 Stahl13-2/+17
2014-11-17bridges, vcl: turns out there is sal/alloca.h; replace #ifdeferyMichael Stahl2-6/+2
2014-11-17warning C4189: local variable is initialized but not referencedStephan Bergmann1-2/+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-17HIG fixes for vclAdolfo Jayme Barrientos6-174/+126
2014-11-17loplugin:unreffunStephan Bergmann3-6/+28