summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2017-06-17loplugin:unusedfields in vcl part3Noel Grandin1-8/+0
2017-05-30vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl1-54/+36
2017-05-18Clean up a set of RTL-related commentsTor Lillqvist1-3/+0
2017-05-09remove unnecessary empty OUString fields and varsNoel Grandin1-2/+1
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke6-6/+0
2017-05-08hNonAliasedFont is unusedNoel Grandin1-6/+0
2017-05-07tdf#106265 ScopedHDC to clean-up hDC when rendering glyphsTomaž Vajngerl1-6/+6
2017-05-05tdf#103158 ctrl+shift should work on key upMaxim Monastirsky1-0/+1
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-1/+1
2017-04-26use strong_int for LanguageTypeNoel Grandin1-2/+2
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-5/+5
2017-04-24tdf#107205 vcl: don't always use D2DWriteTextOutRendererMichael Stahl1-6/+12
2017-04-22Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann2-2/+8
2017-04-19loplugin:subtlezeroinit (clang-cl)Stephan Bergmann1-1/+1
2017-04-14remove the remaining unused mouse cursorsCaolán McNamara6-10/+0
2017-04-14revert removal of apparently unused mouse cursorsCaolán McNamara1-0/+20
2017-04-13tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl2-10/+17
2017-04-12no need to use OUStringToOString in SAL_INFONoel Grandin1-1/+1
2017-04-07tdf#39468 Translate German commentsJens Carl2-2/+2
2017-04-07vcl: remove no longer needed WIN_Rectangle()Miklos Vajna3-40/+3
2017-04-06tdf#106960: Fix math scaling on WindowsKhaled Hosny1-23/+0
2017-04-04Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann5-15/+15
2017-04-04loplugin:redundantcast (clang-cl)Stephan Bergmann1-1/+1
2017-04-04loplugin:loopvartoosmall (clang-cl)Stephan Bergmann1-2/+1
2017-04-04loplugin:redundantinline (clang-cl)Stephan Bergmann1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna5-50/+50
2017-03-28ofz#954 out of memoryCaolán McNamara1-0/+5
2017-03-25Fix typosAndrea Gelmini2-3/+3
2017-03-14loplugin:subtlezeroinit (clang-cl)Stephan Bergmann2-8/+4
2017-03-13WaE: Operator precedence is difficult to get rightTor Lillqvist1-1/+1
2017-03-13Bin leftover debugging fprintf with reference to some mysterious 'grLog()'Tor Lillqvist1-3/+0
2017-03-08CIA: unnecessary dllCaolán McNamara2-5/+5
2017-03-06Restore "pPos and pGetNextGlypInfo always have the same value"Caolán McNamara1-22/+16
2017-03-05Revert "pPos and pGetNextGlypInfo always have the same value"Caolán McNamara1-17/+22
2017-03-04pPos and pGetNextGlypInfo always have the same valueKhaled Hosny1-13/+14
2017-03-04pEraseRect is always nullKhaled Hosny1-11/+5
2017-03-04SalLayout::GetBoundRect() works just fine hereKhaled Hosny1-43/+9
2017-03-04Drop dead codeKhaled Hosny1-50/+2
2017-03-04Avoid needless dynamic_cast’sKhaled Hosny1-13/+6
2017-03-03tdf#103831, tdf#100986: Force using GDI when neededKhaled Hosny1-23/+8
2017-03-02Fix typosAndrea Gelmini1-1/+1
2017-02-20remove unused enumerators from PrinterCapTypeNoel Grandin1-6/+0
2017-02-14Convert WindowType to scoped enumNoel Grandin1-1/+1
2017-02-13-Werror,-Wunused-macros (clang-cl)Stephan Bergmann1-3/+0
2017-02-12VCL: Simplify WinSalInstance::CreateVirtualDeviceArnaud Versini1-8/+2
2017-02-10Remove MinGW supportStephan Bergmann5-102/+0
2017-02-09remove ConnectionIdentifierType enumNoel Grandin1-4/+2
2017-02-09convert FontType to scoped enumNoel Grandin1-3/+3
2017-02-09Don’t look for bundled fonts relative to executable path on WindowsKhaled Hosny1-6/+3