summaryrefslogtreecommitdiff
path: root/vcl/win/source/gdi
AgeCommit message (Expand)AuthorFilesLines
2015-01-30rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl1-1/+1
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl1-4/+1
2014-12-16fix windows buildMarkus Mohrhard1-1/+1
2014-12-15vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne2-13/+14
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-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne1-0/+5
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan1-0/+5
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky1-2/+2
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 Meeks3-6/+11
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks1-0/+4
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-6/+0
2014-12-02coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-17/+3
2014-12-02windows opengl: Transparency of the native widgets.Jan Holesovsky2-2/+2
2014-12-02windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky1-0/+1
2014-12-02vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne3-9/+7
2014-12-02vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne3-0/+42
2014-11-20boost::scoped_ptr instead of manual pointer lifecycle management.Jan Holesovsky2-9/+3
2014-11-20windows opengl: Implement the native theming with OpenGL.libreoffice-4-4-branch-pointJan Holesovsky4-20/+74
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky2-48/+61
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan1-0/+5
2014-11-18windows opengl: Use the updated DrawMask to get nice text with OpenGL.Jan Holesovsky1-6/+4
2014-11-17warning C4189: local variable is initialized but not referencedStephan Bergmann1-2/+2
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky1-11/+0
2014-11-15windows opengl: Finally got the text working.Jan Holesovsky1-11/+22
2014-11-15windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky1-4/+39
2014-11-15request single buffered context on windowsMarkus Mohrhard1-0/+1
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne1-3/+3
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne1-1/+1
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne1-0/+5
2014-11-14vcl: Fix leak.Jan Holesovsky1-1/+1
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky2-10/+0
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky2-5/+0
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky2-15/+64
2014-11-14windows opengl: Prepare WinLayout (and derived classes) for OpenGL.Jan Holesovsky2-47/+65
2014-11-14vcl: Split winlayout.cxx to .cxx and .hxx.Jan Holesovsky2-186/+233
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky4-183/+50
2014-11-13Remove unused #includeStephan Bergmann1-2/+0
2014-11-13WaEStephan Bergmann1-1/+1
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky4-50/+183
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne2-3/+9
2014-11-12windows opengl: Printer still needs WinSalGraphicsImpl.Jan Holesovsky1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-11vcl: Fix text rendering with OpenGLLouis-Francis Ratté-Boulianne1-0/+5
2014-11-10vcl: cleanup the opengl selection API.Michael Meeks1-3/+1
2014-11-10only use OpenGL for window devices for nowMarkus Mohrhard1-1/+1
2014-11-10add code for getting device width and height on window devicesMarkus Mohrhard1-1/+1
2014-11-10fix windows buildMarkus Mohrhard1-2/+2