summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-57/+51
2015-03-10sigh, collisionCaolán McNamara1-1/+1
2015-03-10fix windows buildCaolán McNamara1-1/+1
2015-03-10attempt to fix windows buildNoel Grandin1-1/+1
2015-03-09V801: Decreased performanceCaolán McNamara1-2/+2
2015-03-07Dropped old black&white hsizebar, hsplit, vsizebar and vsplit cursors inRimas Kudelis6-8/+4
2015-03-06Timer/Idle: adapted inherited funktionsTobias Madl1-1/+1
2015-03-05vcl: tweak some optional usage of Windows 7 or later symbols...Michael Stahl1-0/+5
2015-03-05this drawAlphaBitmap variant is unusedCaolán McNamara1-5/+0
2015-03-04silence warning from use of GetVersionExA in external multimon.h headerCaolán McNamara1-0/+3
2015-02-28tdf#89482 - return size of system virtual device resource at construction.Michael Meeks1-2/+12
2015-02-23remove unnecessary parenthesis in return statementsNoel Grandin1-1/+1
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara2-7/+7
2015-02-16SALEVENT_ VOLUMECHANGED, DATETIMECHANGED and KEYBOARDCHANGED are unusedNoel Grandin1-2/+0
2015-02-14Related: tdf#63690 - remove rtl_logfileThorsten Behrens1-1/+0
2015-02-04make idle timers actually activate only when idleLuboš Luňák1-1/+2
2015-01-27these are const inputs, we fill widths from pGlyphIds via pEncodingCaolán McNamara1-1/+1
2015-01-27rhbz#1177022: vcl: fix PDF embedding of Type 1 fontsMichael Stahl1-1/+1
2015-01-27add a length arg to GetEmbedFontDataCaolán McNamara1-2/+2
2015-01-23Win SDK 8.1: apparently VersionHelpers.h needs to be included explicitlyMichael Stahl1-0/+4
2015-01-23calling alloca() requires #include <sal/alloca.h>Michael Stahl1-4/+1
2015-01-20vcl: remove dependency of SalShlData on GetVersionEx()Michael Stahl3-11/+17
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