summaryrefslogtreecommitdiffstats
path: root/vcl/win
Commit message (Expand)AuthorAgeFilesLines
* Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist2014-03-261-9/+0
* cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud2014-03-201-0/+1
* cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud2014-03-201-26/+20
* rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud2014-03-201-25/+26
* rename ImplDevFontListData to PhysicalFontFamilyNorbert Thiebaud2014-03-201-2/+2
* Remove unnecessary vcl::SolarMutexObjectStephan Bergmann2014-03-201-8/+9
* Rename GetGraphics to AcquireGraphicsChris Sherlock2014-02-283-4/+4
* sal_Bool -> bool in mostly vcl moduleChris Sherlock2014-02-2813-115/+115
* callcatcher: update unused codeCaolán McNamara2014-02-271-2/+0
* Remove visual noise from vclAlexander Wilms2014-02-2615-79/+79
* warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann2014-02-241-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-2317-336/+336
* 'SetSymbolsStyle' : is not a member of 'StyleSettings'. Remove the call.Matúš Kukan2014-02-221-8/+5
* Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann2014-02-212-4/+4
* Windows vcl: sal_Bool -> bool fixupStephan Bergmann2014-02-217-21/+21
* vcl: fix windows buildMichael Stahl2014-02-202-0/+2
* vcl: convert some WNT only SvStream::operator>>Michael Stahl2014-02-121-7/+13
* more SvStream:operator>> conversionNoel Grandin2014-02-121-2/+2
* fix some color mismatch in high contract mode on WindowsAndras Timar2014-02-041-0/+7
* cppcheck: redundantAssignmentJulien Nabet2014-02-011-4/+2
* Resolves: #i12355# Corrected case that...Armin Le Grand2014-01-311-3/+15
* remove SvStream::operator<< methodsNoel Grandin2014-01-221-11/+11
* bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann2014-01-221-1/+1
* mnDeltaStart is unusedCaolán McNamara2014-01-121-2/+0
* some notes about COM threading in LO generally and winaccessibilityMichael Stahl2014-01-091-1/+1
* pGlyphIDs->pGlyphIdsCaolán McNamara2014-01-061-1/+1
* Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr2014-01-062-41/+41
* Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr2013-12-312-5/+5
* TyposJulien Nabet2013-12-231-2/+2
* typo fixesAndras Timar2013-12-203-11/+11
* Related: #i123840# normalize SalFrame resolution type to sal_Int32Herbert Dürr2013-12-171-1/+1
* Use static for this getenv call too.Matúš Kukan2013-12-111-1/+2
* Related: rhbz#1040291 Change language name from 'Oriya' to 'Odia'Caolán McNamara2013-12-111-1/+1
* fdo#39956 Delete JABDavid Ostrovsky2013-12-051-3/+1
* Device-specific font substitution is not usedKhaled Hosny2013-12-041-5/+0
* vcl: d'oh /me still to dumb to typeMichael Stahl2013-12-031-1/+1
* vcl: fix sal_Int32 GetTextBreak harderMichael Stahl2013-12-031-3/+3
* vcl: try to fix some sal_Int32 GetTextBreak()sMichael Stahl2013-12-031-5/+6
* longparas: convert GetTextBreak to sal_Int32Caolán McNamara2013-12-031-5/+5
* vcl: check if AT is running before loading the libraryMichael Stahl2013-12-021-0/+10
* vcl: fix crashes when retrieving objects for MSAAMichael Stahl2013-12-021-4/+6
* remove unnecessary RTL_CONSTASCII_STRINGPARAMNoel Grandin2013-11-221-1/+1
* Windows: Require at least Windows XP SP2Thomas Arnhold2013-11-201-2/+0
* uia: merge VCL pieces of IAccessible2 work.Michael Meeks2013-11-191-1/+57
* remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin2013-11-141-1/+1
* clean up #ifdef ICC codeMichael Stahl2013-11-101-8/+0
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-061-1/+1
* convert xub_StrLen to sal_Int32Noel Grandin2013-11-051-1/+1
* Revert "Windows: SHARDAPPIDINFO since 0x0600"Thomas Arnhold2013-11-051-4/+0
* remove redundant calls to OUString constructorNoel Grandin2013-11-041-2/+2