summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2016-06-08Convert ButtonValue to scoped enumNoel Grandin1-12/+12
2016-06-03Clean up Windows error reporting a bitTor Lillqvist2-37/+15
2016-06-02tdf#96099 Reduce number of typedefs used for trivial container typeskrishna keshav1-7/+5
2016-05-31Convert ControlType to scoped enumNoel Grandin1-79/+79
2016-05-25vcl: replace boost::dynamic_bitset with boost::optional<std::bitset>Michael Stahl1-3/+3
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-22/+21
2016-05-25tdf#98792: This assertion is not neededTor Lillqvist1-1/+0
2016-05-25remove (un-)definitions of NDEBUG from source filesMichael Stahl1-4/+0
2016-05-25SAL_FALLTRHOUGH in Windows-only codeStephan Bergmann2-0/+2
2016-05-22Convert BitmapAccessMode to scoped enumNoel Grandin3-16/+16
2016-05-21split GLWindow into platform dependent parts and move to respective backendsCaolán McNamara1-13/+0
2016-05-14cppcheck: uninitialised members in vclJochen Nitschke1-0/+4
2016-05-12Revert "tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType version"Tor Lillqvist1-5/+1
2016-05-12tdf#98983: Font fallback: Map 'MS Sans Serif' to the TrueType versionTor Lillqvist1-1/+5
2016-05-12tdf#99369: Try harder to bail out for non-horizontal textTor Lillqvist1-4/+8
2016-05-12simplify SalGraphics::copyArea flags argumentNoel Grandin3-6/+5
2016-05-11tdf#98924 In windows, change the keyboard layout per applicationJuergen Funk2-0/+5
2016-05-11convert SAL_FRAME_TOTOP to scoped enumNoel Grandin1-7/+7
2016-05-11convert EXTTEXTINPUT_ATTR to scoped enumNoel Grandin1-8/+8
2016-05-11remove unused return type from SalGraphics::SetFontNoel Grandin1-10/+2
2016-05-10Convert SAL_INVERT to scoped enumNoel Grandin1-6/+6
2016-05-10convert SAL_ROP to scoped enumNoel Grandin1-1/+1
2016-05-10Convert SALOBJ_EVENT to scoped enumNoel Grandin1-7/+7
2016-05-10fix OSX and Windows buildsNoel Grandin1-1/+1
2016-05-10fix Windows and OSX buildNoel Grandin1-6/+6
2016-05-10Convert SAL_EVENT to scoped enumNoel Grandin1-71/+71
2016-05-10fix Windows build (second attempt)Noel Grandin1-1/+1
2016-05-10tdf#99207: Fix incorrect RGB ordering in Graphite DWrite pathTim Eves1-6/+8
2016-05-10fix Windows buildNoel Grandin1-1/+1
2016-05-10convert WINDOWSTATE_STATE to scoped enumNoel Grandin1-14/+14
2016-05-10convert WINDOWSTATE_MASK to scoped enumNoel Grandin1-8/+8
2016-05-08tdf#99258 bail out if we fail to reserve the textureTomaž Vajngerl1-6/+23
2016-05-04Missing includesStephan Bergmann1-0/+1
2016-05-03tdf#99383 vcl: don't dispatch events from SolarMutexReleaserMichael Stahl1-1/+4
2016-04-30Fix typosAndrea Gelmini1-1/+1
2016-04-26tdf#48066 render stroke-miterlimit correctly in SVG importRegina Henschel3-5/+8
2016-04-20Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-1/+1
2016-04-18tdf#94682 limit the number of textures for the glyph texture atlasTomaž Vajngerl1-4/+53
2016-04-18tdf#96887 vcl: stop using periodic timers on WNTMichael Stahl2-14/+28
2016-04-14tdf#40863 only use polygons with area for WinClipRegionsArmin Le Grand1-12/+32
2016-04-14remove dead fields from WinSalSystem::DisplayMonitorNoel Grandin1-6/+2
2016-04-13remove dead stuff from Windows SalDataNoel Grandin4-42/+7
2016-04-13remove Windows95 MouseWheel supportNoel Grandin1-36/+0
2016-04-13tdf#99165 always provide control points for beziersArmin Le Grand1-4/+28
2016-04-12vcl: simplify WNT SalYieldMutex::release() further ...Michael Stahl1-21/+18
2016-04-12vcl: simplify WNT SalYieldMutex::release() a bitMichael Stahl1-9/+4
2016-04-12WNT: check result of PostMessage()Michael Stahl5-24/+88
2016-04-12tdf#96887 enhance SolarMutex AcquireWithWait for WindowsArmin Le Grand1-83/+34
2016-04-11tdf#87944 COLOR-PICKER stays on wrong position.Juergen Funk1-0/+3
2016-04-11cppcheck: silence warnings assertWithSideEffectJochen Nitschke1-1/+1