summaryrefslogtreecommitdiff
path: root/vcl/inc/win
AgeCommit message (Expand)Author
2014-11-10at least some sanity for WinSalGraphicsMarkus Mohrhard
2014-11-10a little bit more sanityMarkus Mohrhard
2014-11-10remove unused code and const-ify some methodsMarkus Mohrhard
2014-11-10start to bring some sanity to windows backendMarkus Mohrhard
2014-11-10make it possible to select the OpenGL rendering on windowsMarkus Mohrhard
2014-11-10use Impl for windows backendMarkus Mohrhard
2014-11-03vcl: Allow SalGraphics to draw gradients nativelyChris Sherlock
2014-10-13vcl: Make ImplFontCharMap a pImpl and move functions to FontCharMapChris Sherlock
2014-10-06vcl: FontCharMap to use intrusive_ptr ImplFontCharMapChris Sherlock
2014-09-30fdo#82577: Handle RegionNoel Grandin
2014-09-25fdo#84000: Sort out problems with short timeouts & long callbacks.Jan Holesovsky
2014-09-25use SAL_OVERRIDE for WinSalTimerMichael Stahl
2014-09-25mhPrevInst was pointlessTor Lillqvist
2014-09-25Bin pointless single-line wrappers of Win32 APITor Lillqvist
2014-09-23fdo#84000: Reimplement the Windows WinSalTimer using Timer Queues.Jan Holesovsky
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-09-15vcl: Rename GetImplFontCapabilities()Chris Sherlock
2014-09-13vcl: SalFrame::Enable() is not used anywhere so removingChris Sherlock
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-04Avoid accessing freed memory and freeing already freed resourcesTor Lillqvist
2014-05-25cppcheck: unusedFunctionThomas Arnhold
2014-05-24try harder to fix windows buildCaolán McNamara
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-26Bin DestroyVirtualDevice(): Just use delete directly at call sitesTor Lillqvist
2014-03-20cosmetic: split PhysicalFontFamily/Collection out of outdev3.cxxNorbert Thiebaud
2014-03-20cosmetic: split PhysicalFontFace class it its own source/headerNorbert Thiebaud
2014-03-20rename ImplDevFontList to PhysicalFontCollectionNorbert Thiebaud
2014-02-28Rename GetGraphics to AcquireGraphicsChris Sherlock
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-24warning C4805: '==' : unsafe mix of type 'sal_Bool' and type 'bool'Stephan Bergmann
2014-02-21Adapt vcl to various loplugin warnings on Mac OS XStephan Bergmann
2014-02-21Windows vcl: sal_Bool -> bool fixupStephan Bergmann
2014-01-22bool improvements (related to mixing bool/sal_Bool in &=, |=, ^=)Stephan Bergmann
2014-01-06Resolves: #i123840# add and use the sal_GlyphId typeHerbert Dürr
2013-12-31Resolves: #i123840# normalize SalGraphics point count argument types...Herbert Dürr
2013-12-17Related: #i123840# normalize SalFrame resolution type to sal_Int32Herbert Dürr
2013-12-13graphite2: get visibility right for static linkage on windows.Michael Meeks
2013-12-04Device-specific font substitution is not usedKhaled Hosny
2013-12-02Make include guards sane in vclTor Lillqvist
2013-12-02Clear up some copypastaTor Lillqvist
2013-10-30Windows: Drop obsolete stuffThomas Arnhold
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-21Simplify further after the kerning pair changesTor Lillqvist
2013-10-21GetKernPairs() can even be private nowTor Lillqvist
2013-10-21No need for this to be virtual thenTor Lillqvist
2013-09-26typo fixes in commentsAndras Timar
2013-09-04Remove unnecessary SystemChildData -> SystemEnvData defineStephan Bergmann
2013-07-29convert XubString->OUString in WinSalMenuItemNoel Grandin