summaryrefslogtreecommitdiffstats
path: root/vcl/win
Commit message (Expand)AuthorAgeFilesLines
* vcl: replace dynamic lookups of Windows 7 APIs with static callsMichael Stahl2017-05-301-54/+36
* Clean up a set of RTL-related commentsTor Lillqvist2017-05-181-3/+0
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-091-2/+1
* cleanup tools/debug.hxx includesJochen Nitschke2017-05-086-6/+0
* hNonAliasedFont is unusedNoel Grandin2017-05-081-6/+0
* tdf#106265 ScopedHDC to clean-up hDC when rendering glyphsTomaž Vajngerl2017-05-071-6/+6
* tdf#103158 ctrl+shift should work on key upMaxim Monastirsky2017-05-051-0/+1
* Replace all OUString("") with OUString()Arnaud Versini2017-05-041-1/+1
* use strong_int for LanguageTypeNoel Grandin2017-04-261-2/+2
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* loplugin:checkunusedparams in vclNoel Grandin2017-04-251-5/+5
* tdf#107205 vcl: don't always use D2DWriteTextOutRendererMichael Stahl2017-04-241-6/+12
* Don't keep gGlobalGlyphCache, gTextureCache around until exitStephan Bergmann2017-04-222-2/+8
* loplugin:subtlezeroinit (clang-cl)Stephan Bergmann2017-04-191-1/+1
* remove the remaining unused mouse cursorsCaolán McNamara2017-04-146-10/+0
* revert removal of apparently unused mouse cursorsCaolán McNamara2017-04-141-0/+20
* tdf#106933 vcl: delete D2DWriteTextOutRenderer before exit()Michael Stahl2017-04-132-10/+17
* no need to use OUStringToOString in SAL_INFONoel Grandin2017-04-121-1/+1
* tdf#39468 Translate German commentsJens Carl2017-04-072-2/+2
* vcl: remove no longer needed WIN_Rectangle()Miklos Vajna2017-04-073-40/+3
* tdf#106960: Fix math scaling on WindowsKhaled Hosny2017-04-061-23/+0
* Finally switch MSVC to sal_Unicode = char16_t, tooStephan Bergmann2017-04-045-15/+15
* loplugin:redundantcast (clang-cl)Stephan Bergmann2017-04-041-1/+1
* loplugin:loopvartoosmall (clang-cl)Stephan Bergmann2017-04-041-2/+1
* loplugin:redundantinline (clang-cl)Stephan Bergmann2017-04-041-2/+2
* tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna2017-03-315-50/+50
* ofz#954 out of memoryCaolán McNamara2017-03-281-0/+5
* Fix typosAndrea Gelmini2017-03-252-3/+3
* loplugin:subtlezeroinit (clang-cl)Stephan Bergmann2017-03-142-8/+4
* WaE: Operator precedence is difficult to get rightTor Lillqvist2017-03-131-1/+1
* Bin leftover debugging fprintf with reference to some mysterious 'grLog()'Tor Lillqvist2017-03-131-3/+0
* CIA: unnecessary dllCaolán McNamara2017-03-082-5/+5
* Restore "pPos and pGetNextGlypInfo always have the same value"Caolán McNamara2017-03-061-22/+16
* Revert "pPos and pGetNextGlypInfo always have the same value"Caolán McNamara2017-03-051-17/+22
* pPos and pGetNextGlypInfo always have the same valueKhaled Hosny2017-03-041-13/+14
* pEraseRect is always nullKhaled Hosny2017-03-041-11/+5
* SalLayout::GetBoundRect() works just fine hereKhaled Hosny2017-03-041-43/+9
* Drop dead codeKhaled Hosny2017-03-041-50/+2
* Avoid needless dynamic_cast’sKhaled Hosny2017-03-041-13/+6
* tdf#103831, tdf#100986: Force using GDI when neededKhaled Hosny2017-03-031-23/+8
* Fix typosAndrea Gelmini2017-03-021-1/+1
* remove unused enumerators from PrinterCapTypeNoel Grandin2017-02-201-6/+0
* Convert WindowType to scoped enumNoel Grandin2017-02-141-1/+1
* -Werror,-Wunused-macros (clang-cl)Stephan Bergmann2017-02-131-3/+0
* VCL: Simplify WinSalInstance::CreateVirtualDeviceArnaud Versini2017-02-121-8/+2
* Remove MinGW supportStephan Bergmann2017-02-105-102/+0
* remove ConnectionIdentifierType enumNoel Grandin2017-02-091-4/+2
* convert FontType to scoped enumNoel Grandin2017-02-091-3/+3
* Don’t look for bundled fonts relative to executable path on WindowsKhaled Hosny2017-02-091-6/+3
* loplugin:unusedenumconstants read-only constants in vclNoel Grandin2017-02-081-17/+0