summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl1-0/+6
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn2-4/+2
2015-01-17forgot the Win and OSX backendMarkus Mohrhard1-1/+1
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara1-5/+6
2015-01-08Windows cursor improvements. Fixes fdo#53148 and fdo#53151.Rimas Kudelis12-18/+9
2015-01-07fix windows buildNoel Grandin1-1/+0
2015-01-07fix windows buildNoel Grandin1-1/+1
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin1-1/+1
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin1-7/+7
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin1-5/+5
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks1-0/+3
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin1-82/+82
2015-01-04vcl/win boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+5
2015-01-02Fix simple typos.Andrea Gelmini1-2/+2
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