summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
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
2017-02-08loplugin:unusedenumconstants read-only constants in vclNoel Grandin1-17/+0
2017-02-08drop unused enum TTCreationFlagsNoel Grandin1-1/+1
2017-02-07tdf#105286 use alternative font when glyph is not vertical.Mark Hung1-2/+26
2017-02-05sal_uIntPtr to sal_uInt16Matteo Casalin1-2/+2
2017-02-02loplugin:useuniqueptrStephan Bergmann2-8/+10
2017-02-02convert method names in tools::SvRef to be more like our other..Noel Grandin1-8/+7
2017-01-24loplugin:useuniqueptrStephan Bergmann1-10/+8
2017-01-15tdf#105015: Don’t ignore all printer fontsKhaled Hosny1-3/+14
2017-01-12Drop unused struct membersKhaled Hosny1-20/+8
2017-01-08Simplify setting Kashida width on WindowsKhaled Hosny2-36/+10
2017-01-04tdf#97228 Moved class ControlCacheKey in a seperate include file.Huzaifa Iftikhar3-1/+3
2017-01-02The mfFontScale[n] is always 1.0Khaled Hosny3-23/+15
2016-12-21tdf#104733: Don't ignore OpenType-CFF fons on WindowsKhaled Hosny1-1/+6
2016-12-20Update duplicated / outdated NWS documentationJan-Marek Glogowski1-35/+0
2016-12-20try to avoid the annoying focus stealing on windowsMarkus Mohrhard1-4/+15
2016-12-16tdf#104159: Fix caching glyphs of non-UI fontsKhaled Hosny1-11/+5
2016-12-16-Werror,-Wunused-function (clang-cl)Stephan Bergmann1-1/+0