summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2014-07-08Fix some OUString construction error with VS2013Tor Lillqvist1-1/+1
2014-06-06Resolves: #i125000# check last status of newly created...Oliver-Rainer Wittmann1-15/+23
2014-05-10remove globally disabled warnings from source filesThomas Arnhold1-1/+1
2014-05-09'!= false' is redundant, and confusing - kill it.Jan Holesovsky1-1/+1
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-05-02Add the "quoteright" key to the list of available keyboard shortcuts.Kohei Yoshida2-0/+4
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni1-1/+1
2014-04-23Fix typo: s/potentioal/potentialTor Lillqvist1-1/+1
2014-04-21remove comments why a file gets includedThomas Arnhold1-1/+0
2014-04-14typo: dependend -> dependentThomas Arnhold1-2/+2
2014-04-10It's "its", not "it's"Tor Lillqvist1-3/+3
2014-04-05Translated German commentsLuc Castermans1-3/+3
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist18-827/+0
2014-03-28fdo#68546 Make menubar's text color of persona the same as FirefoxIsamu Mogi2-4/+13
2014-03-28Related: #i124516# handle bad surrogate pairs gracefully on WindowsHerbert Dürr1-5/+12
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