summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)AuthorFilesLines
2014-12-04Missing includeStephan Bergmann1-0/+4
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne1-0/+2
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne7-1/+9
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan7-0/+8
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne3-5/+3
2014-12-03Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard1-3/+1
2014-12-02whitelist some driversMarkus Mohrhard1-1/+3
2014-12-02connect all pieces for OpenGL windows blacklist, part 3Markus Mohrhard1-1/+2
2014-12-02port blacklist from mozilla code to LibreOffice, part2Markus Mohrhard1-1/+65
2014-12-02WaE: private field 'mnAttribIndex' is not usedTor Lillqvist1-1/+0
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne4-71/+80
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks5-14/+17
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks7-5/+43
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks6-9/+1
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne10-22/+122
2014-12-02coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-2/+0
2014-12-02Fix Windows build.Kohei Yoshida1-0/+2
2014-12-02use boost::shared_ptr instead of manual ref countingMarkus Mohrhard1-1/+3
2014-12-02windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky1-2/+0
2014-12-02implement windows OpenGL blacklist, first stepMarkus Mohrhard1-0/+121
2014-12-02vcl: Improve precision and performance of clipping when region is a RegionBandLouis-Francis Ratté-Boulianne1-0/+2
2014-12-02vcl: Track the GL context's clip region and update before drawing when neededLouis-Francis Ratté-Boulianne1-0/+2
2014-12-02vcl: Move the painting fence to the OpenGL contextLouis-Francis Ratté-Boulianne1-2/+0
2014-12-02vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne7-6/+38
2014-12-02vcl: Use old method for pixmap painting for GTK widgets without OpenGLLouis-Francis Ratté-Boulianne1-0/+1
2014-12-02vcl: Draw native widgets twice on black/white background to synthesize alphaLouis-Francis Ratté-Boulianne5-5/+20
2014-12-02vcl: Actually returns the number of rectangles for the RegionBandLouis-Francis Ratté-Boulianne1-1/+1
2014-12-02vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne8-0/+86
2014-11-20windows opengl: Implement the native theming with OpenGL.libreoffice-4-4-branch-pointJan Holesovsky1-4/+13
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky1-1/+34
2014-11-20WaE: overriding virtual function declaration not marked 'override'Tor Lillqvist1-1/+1
2014-11-20include the unx part for getting OpenGL driver & device informationMarkus Mohrhard2-0/+74
2014-11-19coverity#1254674 Unchecked dynamic_castCaolán McNamara1-1/+1
2014-11-19ImpGraphic::ImplReadEmbedded: bSwap is false; remove dead codeMatúš Kukan1-1/+1
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan7-1/+7
2014-11-18vcl: since we share Bitmaps across all GLContexts simplify lifecycle.Michael Meeks1-2/+2
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 Holesovsky4-30/+6
2014-11-18vcl: Execute pending operations on source when copying bitmapLouis-Francis Ratté-Boulianne1-1/+2
2014-11-18More iwyu suggested headers removalRiccardo Magliocchetti1-2/+0
2014-11-18windows: Improve logging.Jan Holesovsky1-1/+1
2014-11-18pch: jpeg's headers conflict with INT32 typedef when in pch.Jan Holesovsky1-2/+8
2014-11-17vcl: Implement drawing of transformed bitmaps in OpenGL backendLouis-Francis Ratté-Boulianne1-0/+14
2014-11-17vcl: always use the default windows' GL Context for now to create bitmaps.Michael Meeks1-0/+2
2014-11-17vcl: copyBits should operate on mrParent if no context supplied.Michael Meeks3-1/+3
2014-11-17loplugin:unreffunStephan Bergmann1-0/+25
2014-11-15vcldemo: dump and render all icons from images.zip when zoomed in.Michael Meeks1-3/+5
2014-11-15vcldemo: much improved icon rendering tests.Michael Meeks1-0/+1
2014-11-15blind fix for OSXMarkus Mohrhard1-0/+2
2014-11-15let us make the virtual explicitMarkus Mohrhard1-1/+1