summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist1-9/+0
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud1-0/+1
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud1-26/+20
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud1-25/+26
2014-03-20rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud1-2/+2
2014-03-20Remove unnecessary vcl::SolarMutexObjectStephan Bergmann1-8/+9
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock3-4/+4
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock13-115/+115
2014-02-27callcatcher: update unused codeCaolán McNamara1-2/+0
2014-02-26Remove visual noise from vclAlexander Wilms15-79/+79
2014-02-24warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms17-336/+336
2014-02-22'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan1-8/+5
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann2-4/+4
2014-02-21Windows vcl: sal_Bool -> bool fixupStephan Bergmann7-21/+21
2014-02-20vcl: fix windows buildMichael Stahl2-0/+2
2014-02-12vcl: convert some WNT only SvStream::operator>>Michael Stahl1-7/+13
2014-02-12more SvStream:operator>> conversionNoel Grandin1-2/+2
2014-02-04fix some color mismatch in high contract mode on WindowsAndras Timar1-0/+7
2014-02-01cppcheck: redundantAssignmentJulien Nabet1-4/+2
2014-01-31Resolves: #i12355# Corrected case that...Armin Le Grand1-3/+15
2014-01-22remove SvStream::operator<< methodsNoel Grandin1-11/+11
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann1-1/+1
2014-01-12mnDeltaStart is unusedCaolán McNamara1-2/+0
2014-01-09some notes about COM threading in LO generally and winaccessibilityMichael Stahl1-1/+1
2014-01-06pGlyphIDs->pGlyphIdsCaolán McNamara1-1/+1
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr2-41/+41
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr2-5/+5
2013-12-23TyposJulien Nabet1-2/+2
2013-12-20typo fixesAndras Timar3-11/+11
2013-12-17Related: #i123840# normalize SalFrame resolution type to sal_Int32Herbert Dürr1-1/+1
2013-12-11Use static for this getenv call too.Matúš Kukan1-1/+2
2013-12-11Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara1-1/+1
2013-12-05fdo#39956 Delete JABDavid Ostrovsky1-3/+1
2013-12-04Device-specific font substitution is not usedKhaled Hosny1-5/+0
2013-12-03vcl: d'oh /me still to dumb to typeMichael Stahl1-1/+1
2013-12-03vcl: fix sal_Int32 GetTextBreak harderMichael Stahl1-3/+3
2013-12-03vcl: try to fix some sal_Int32 GetTextBreak()sMichael Stahl1-5/+6
2013-12-03longparas: convert GetTextBreak to sal_Int32Caolán McNamara1-5/+5
2013-12-02vcl: check if AT is running before loading the libraryMichael Stahl1-0/+10
2013-12-02vcl: fix crashes when retrieving objects for MSAAMichael Stahl1-4/+6
2013-11-22remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin1-1/+1
2013-11-20Windows: Require at least Windows XP SP2Thomas Arnhold1-2/+0
2013-11-19uia: merge VCL pieces of IAccessible2 work.Michael Meeks1-1/+57
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin1-1/+1
2013-11-10clean up #ifdef ICC codeMichael Stahl1-8/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05Revert "Windows: SHARDAPPIDINFO since 0x0600"Thomas Arnhold1-4/+0
2013-11-04remove redundant calls to OUString constructorNoel Grandin1-2/+2