summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2014-12-04Use the "vcl.pdfwriter" logging tag instead of "vcl.gdi"Tor Lillqvist1-21/+21
2014-12-04Fix Windows buildLászló Németh1-0/+1
2014-12-04implement virtual methods for OSX vcl backendMarkus Mohrhard2-0/+15
2014-12-04prevent crash when creating the platform context failedMarkus Mohrhard1-4/+6
2014-12-04more asserts to detect double deletesMarkus Mohrhard1-0/+2
2014-12-04add assert to detect double deleteMarkus Mohrhard1-1/+3
2014-12-04add more debugging outputMarkus Mohrhard1-0/+2
2014-12-04Fix Windows build.Kohei Yoshida1-0/+1
2014-12-04Missing includeStephan Bergmann1-0/+4
2014-12-03windows opengl: Call PreDraw() earlier in the text rendering too.Jan Holesovsky1-4/+4
2014-12-03windows opengl: Call PreDraw() earlier.Jan Holesovsky1-9/+8
2014-12-03fdo#83939: Set error code if signing failedTor Lillqvist1-2/+14
2014-12-03fdo#85806: Hebrew and Arabic is not working on MACgalbarnissan1-7/+7
2014-12-03vcl: Fix Linux build.Jan Holesovsky1-14/+0
2014-12-03vcl: Fix color-replacement fragment shaderLouis-Francis Ratté-Boulianne1-2/+0
2014-12-03vcl: Acquire framebuffer from current context when reading back textureLouis-Francis Ratté-Boulianne1-12/+10
2014-12-03vcl: Implement bitmap color replacement operation in OpenGL backendLouis-Francis Ratté-Boulianne5-2/+74
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne14-1/+57
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan13-0/+38
2014-12-03vcl: Add reference on default window's context so it doesn't get destroyedLouis-Francis Ratté-Boulianne2-0/+14
2014-12-03vcl: Release the OpenGL context for offscreen rendering after each operationLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03vcl: Don't create new contexts for Virtual Devices on WindowsLouis-Francis Ratté-Boulianne7-45/+11
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky2-3/+3
2014-12-03vcl: disable color checking.Stephan Bergmann1-0/+2
2014-12-03Revert "use boost::shared_ptr instead of manual ref counting"Markus Mohrhard3-10/+27
2014-12-02WaE: might be used unintializedCaolán McNamara1-5/+5
2014-12-02request a stencil on windowsMarkus Mohrhard1-1/+1
2014-12-02introduce SAL_FORCEGL and document the variablesMarkus Mohrhard1-1/+11
2014-12-02whitelist some driversMarkus Mohrhard2-4/+26
2014-12-02block all RDP sessions from using OpenGLMarkus Mohrhard1-0/+6
2014-12-02fix few problemsMarkus Mohrhard1-16/+12
2014-12-02connect all pieces for OpenGL windows blacklist, part 3Markus Mohrhard2-5/+130
2014-12-02port blacklist from mozilla code to LibreOffice, part2Markus Mohrhard2-1/+411
2014-12-02block my OpenGL driverMarkus Mohrhard1-0/+5
2014-12-02fix glx resource leakMarkus Mohrhard1-2/+8
2014-12-02make glxtest available in salmainMarkus Mohrhard7-0/+372
2014-12-02WaE: private field 'mnAttribIndex' is not usedTor Lillqvist2-2/+0
2014-12-02vcl: use resetToReInitialize to avoid context problems on Windows.Michael Meeks2-0/+20
2014-12-02vcl: OpenGL texture creation debug.Michael Meeks1-0/+6
2014-12-02vcl: Fix a coordinate issue when getting a bitmap from a VirtualDeviceLouis-Francis Ratté-Boulianne2-1/+5
2014-12-02vcl: Only load OpenGL shaders once for each contextLouis-Francis Ratté-Boulianne15-818/+535
2014-12-02vcl: improve vcldemo & outdev test.Michael Meeks2-9/+84
2014-12-02Blind Windows build fix attemptStephan Bergmann1-1/+1
2014-12-02vcl: re-init windows graphics impl after virtualdevice size change.Michael Meeks1-0/+9
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks13-104/+48
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks10-25/+64
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks12-61/+1
2014-12-02vcl: initial outdev unit test - for VirtualDevices.Michael Meeks3-0/+120
2014-12-02vcl: Use the current OpenGL context for VirtualDevice and Bitmap if possibleLouis-Francis Ratté-Boulianne24-276/+597
2014-12-02coverity#1255909 Uninitialized scalar fieldCaolán McNamara15-201/+81