summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)Author
2015-03-07Dropped old black&white hsizebar, hsplit, vsizebar and vsplit cursors inRimas Kudelis
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl
2015-03-05vcl: tweak some optional usage of Windows 7 or later symbols...Michael Stahl
2015-03-05this drawAlphaBitmap variant is unusedCaolán McNamara
2015-03-04silence warning from use of GetVersionExA in external multimon.h headerCaolán McNamara
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-16SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unusedNoel Grandin
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens
2015-02-04make idle timers actually activate only when idleLuboš Luňák
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl
2015-01-20vcl: remove dependency of SalShlData on GetVersionEx()Michael Stahl
2015-01-19try to fix GetVersionEx deprecation warnings from Windows SDK 8.1Michael Stahl
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-17forgot the Win and OSX backendMarkus Mohrhard
2015-01-15Resolves: fdo#32664 pass keyboard media keys through to the OSCaolán McNamara
2015-01-08Windows cursor improvements. Fixes fdo#53148 and fdo#53151.Rimas Kudelis
2015-01-07fix windows buildNoel Grandin
2015-01-07fix windows buildNoel Grandin
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert VCL_INPUT_ #defines to 'enum class'Noel Grandin
2015-01-07fdo#84938: convert INDICATOR_ #defines to 'enum class'Noel Grandin
2015-01-06vcl: reset OpenGLContext(s) when yielding the last SolarMutex.Michael Meeks
2015-01-06fdo#84938: convert CTRL_STATE_ #defines to 'enum class'Noel Grandin
2015-01-04vcl/win boost::unordered_map->std::unordered_mapCaolán McNamara
2015-01-02Fix simple typos.Andrea Gelmini
2014-12-18Use the same names for these flag bits as the callers doTor Lillqvist
2014-12-18Better (?) fix for deadlock in a situation with an IME and a URP clientTor Lillqvist
2014-12-11fix windows buildMarkus Mohrhard
2014-12-11vcl: Add BitmapInfoAccess for bitmaps' metadata accessLouis-Francis Ratté-Boulianne
2014-12-08No idea why this would need to be an archaic LibMainStephan Bergmann
2014-12-04callcatcher: update unused codeCaolán McNamara
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-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-30windows opengl: Transparency of the native widgets.Jan Holesovsky
2014-11-30windows opengl: We should actually use Init() from OpenGLSalGraphicsImpl.Jan Holesovsky