summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist1-1/+1
2014-12-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist1-6/+2
2014-12-11fix windows buildMarkus Mohrhard1-1/+1
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne2-13/+14
2014-12-08No idea why this would need to be an archaic LibMainStephan Bergmann1-20/+1
2014-12-04callcatcher: update unused codeCaolán McNamara1-1/+0
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 Meeks4-8/+13
2014-12-02vcl: create a GeometryProvider interface.Michael Meeks1-0/+4
2014-12-02vcl: remove SalVirtualDevice::GetWidthMichael Meeks1-6/+0
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-1/+1
2014-11-30windows opengl: Transparency of the native widgets.Jan Holesovsky2-2/+2
2014-11-30windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky1-0/+1
2014-11-24coverity#1255909 Uninitialized scalar fieldCaolán McNamara1-17/+3
2014-11-22vcl: Always use the same OpenGL context when drawing in a windowLouis-Francis Ratté-Boulianne3-9/+7
2014-11-22vcl: 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-18windows: Improve logging.Jan Holesovsky1-55/+18
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-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-2/+2
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: Default to large icons, as we do on all other operating systems.Jan Holesovsky1-5/+1
2014-11-12windows opengl: Printer still needs WinSalGraphicsImpl.Jan Holesovsky1-1/+1