summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2015-03-05tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-01-30rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl
2015-01-20Fix Windows build (typo: VENT_COMMAND instead of EVENT_COMMAND)László Németh
2015-01-19Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2015-01-17no need to do that for all contextsMarkus Mohrhard
2015-01-07vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks
2014-12-16fix windows buildMarkus Mohrhard
2014-12-15vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-03windows opengl: Call PreDraw() earlier in the text rendering too.Jan Holesovsky
2014-12-03windows opengl: Call PreDraw() earlier.Jan Holesovsky
2014-12-03vcl: Add dummy Replace to SalBitmap implementationsLouis-Francis Ratté-Boulianne
2014-12-03Add dummy Erase to SalBitmap implementationsMatúš Kukan
2014-12-03Make the default (non-native) workspace lighter, especially on Windows.Jan Holesovsky
2014-12-02Blind Windows build fix attemptStephan Bergmann
2014-12-02vcl: re-init windows graphics impl after virtualdevice size change.Michael Meeks
2014-12-02vcl: Consolidate size information around the GeometryProvider.Michael Meeks
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks
2014-12-02coverity#1255909 Uninitialized scalar fieldCaolán McNamara
2014-12-02windows opengl: Transparency of the native widgets.Jan Holesovsky
2014-12-02windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky
2014-12-02vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne
2014-12-02vcl: Add support for backend-dependent blending of bitmaps (mask and alpha)Louis-Francis Ratté-Boulianne
2014-11-20boost::scoped_ptr instead of manual pointer lifecycle management.Jan Holesovsky
2014-11-20windows opengl: Implement the native theming with OpenGL.libreoffice-4-4-branch-pointJan Holesovsky
2014-11-20windows opengl: Introduce OpenGLCompatibleDC.Jan Holesovsky
2014-11-19Add dummy Crop to SalBitmap implementationsMatúš Kukan
2014-11-18windows opengl: Use the updated DrawMask to get nice text with OpenGL.Jan Holesovsky
2014-11-18windows: Improve logging.Jan Holesovsky
2014-11-17warning C4189: local variable is initialized but not referencedStephan Bergmann
2014-11-15vcl: The backend should decide whether fast alpha drawing is available.Jan Holesovsky
2014-11-15windows opengl: Finally got the text working.Jan Holesovsky
2014-11-15windows opengl: Explain the concept of the text drawing + minor fixes.Jan Holesovsky
2014-11-15request single buffered context on windowsMarkus Mohrhard
2014-11-15vcl: Add DrawAlphaTexture to directly render Cairo surfaceLouis-Francis Ratté-Boulianne
2014-11-15vcl: Improve OpenGLTexture implementation by allowing implicit sharingLouis-Francis Ratté-Boulianne
2014-11-15vcl: Implement copyBits in the OpenGL backendLouis-Francis Ratté-Boulianne
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-11-14vcl: Fix leak.Jan Holesovsky
2014-11-14vcl: mpFontCharSets is never set.Jan Holesovsky
2014-11-14vcl: mpLogFont is never set.Jan Holesovsky
2014-11-14windows opengl: Proof-of-concept text rendering.Jan Holesovsky
2014-11-14windows opengl: Prepare WinLayout (and derived classes) for OpenGL.Jan Holesovsky
2014-11-14vcl: Split winlayout.cxx to .cxx and .hxx.Jan Holesovsky
2014-11-14Revert "vcl: Abstract the Windows text rendering into a TextRenderImpl descen...Jan Holesovsky
2014-11-13Remove unused #includeStephan Bergmann
2014-11-13WaEStephan Bergmann
2014-11-13vcl: Abstract the Windows text rendering into a TextRenderImpl descendant.Jan Holesovsky
2014-11-13vcl: Use single-buffer rendering and only flush when necessaryLouis-Francis Ratté-Boulianne