summaryrefslogtreecommitdiff
path: root/vcl/win
AgeCommit message (Expand)AuthorFilesLines
2021-12-07tdf#145322, tdf#144378 fix printing for vertical writingMark Hung2-9/+65
2021-12-03Windows format name is UniformResourceLocatorW for Unicode stringsMike Kaganski1-2/+3
2021-12-01tdf#145964: Windows format name is FileNameW for Unicode stringsMike Kaganski1-1/+1
2021-11-26-Werror,-Wreorder-ctorStephan Bergmann1-3/+3
2021-11-23tdf#62812 WIN use a compatible DC for font funcsJan-Marek Glogowski2-79/+53
2021-11-22Use less DegreeN::get()Mike Kaganski1-1/+1
2021-11-13Use o3tl::convertMike Kaganski1-7/+8
2021-11-10Add SAL_INFO of what paper sizes the printer (driver) advertisesTor Lillqvist1-0/+4
2021-11-01Prepare for removal of non-const operator[] from Sequence in vclMike Kaganski1-1/+1
2021-10-29loplugin:indentation (clang-cl)Stephan Bergmann2-30/+30
2021-10-17WIN release SalPrinter's SalGraphics borrowed HDCJan-Marek Glogowski1-0/+3
2021-10-12vcl:use unique_ptr<SalWinGraphics> in WinSalPrinterMark Hung1-8/+4
2021-10-08vcl: test PhysicalFontCollection and move to vcl::font namespaceChris Sherlock1-6/+6
2021-10-08vcl: split out outdev.h into seperate headersChris Sherlock3-6/+5
2021-10-05drop 'using namespace std' in vcl (Windows part)Julien Nabet6-14/+7
2021-10-05vcl: test PhysicalFontFace and move to vcl::font namespaceChris Sherlock2-14/+16
2021-09-28gives names to all the Idles and TasksNoel Grandin1-2/+1
2021-09-28tdf#144754 WIN de-assert ReleaseFonts / setFontJan-Marek Glogowski1-4/+10
2021-09-27vcl: move FontSelectPattern to own file and into vcl::font namespaceChris Sherlock2-15/+15
2021-09-27WIN lazy init WinSalInfoPrinter graphicsJan-Marek Glogowski1-26/+29
2021-09-25vcl: Add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-25WIN call RealizePalette from setPaletteJan-Marek Glogowski2-20/+24
2021-09-25WIN handle graphics palette with deinitJan-Marek Glogowski3-33/+43
2021-09-25WIN WinSalPrinter::isValid implies a valid HDCJan-Marek Glogowski1-4/+3
2021-09-25WIN always (de-)init WinSalGraphicsJan-Marek Glogowski4-33/+42
2021-09-21vcl: remove OutputDevice's GetDevFontSizeCount() and GetDevFontSize()Chris Sherlock1-3/+1
2021-09-21vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+1
2021-09-20clean up ambiguous confusing rectangle APIs like IsInside()Luboš Luňák1-3/+3
2021-09-19vcl: test PhysicalFontFamily and move to vcl::font namespaceChris Sherlock1-2/+2
2021-09-18vcl: rename ImplDeviceFontList to PhysicalFontFaceCollection and testChris Sherlock1-1/+2
2021-09-18vcl: add sal/config.h in preparation for patchChris Sherlock1-0/+2
2021-09-17vcl: update vim modelines in preparation for new changeChris Sherlock1-1/+1
2021-09-17Drop conditional WM_GETOBJECT define from vcl/win/window/salframe.cxxMichael Weghorn1-3/+0
2021-09-15add some logging for intermittent windows jenkins crashNoel Grandin1-0/+2
2021-09-09reduce time in ResetEvent (tdf#144052)Noel Grandin1-0/+5
2021-09-04tdf#144289 invert / disable default OpenGL supportJan-Marek Glogowski1-0/+1
2021-09-04fix comment left behindNoel Grandin1-2/+2
2021-09-01use a dummy clipboard when running unit testsNoel Grandin1-3/+3
2021-08-20make BitmapPalette a COW typeNoel Grandin1-1/+1
2021-08-20VCL allow plugins to declare OpenGL supportJan-Marek Glogowski1-12/+4
2021-08-13no need to lookup window if cursor has not moved (tdf#105575)Noel Grandin1-0/+8
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-3/+1
2021-06-30tdf#70633 unset Alt if detected as AltGr in both KeyInput branchesCaolán McNamara1-6/+15
2021-06-17tdf#115281 sc Windows: fix shortcut text Ctrl+` in View menuLászló Németh1-0/+3
2021-06-15Revert "tdf#142832: a blind fix - calculate rectangle size properly"Mike Kaganski1-2/+4
2021-06-14tdf#142832: a blind fix - calculate rectangle size properlyMike Kaganski1-4/+2
2021-06-10loplugin:unnecessaryreturn SalFrame::SetPluginParentNoel Grandin1-2/+1
2021-05-29vcl: Implement static vclplug usageJan-Marek Glogowski1-0/+5
2021-05-24tdf#142390: fix fatcross cursor on WindowsMike Kaganski1-0/+0
2021-05-19-Werror,-Wunused-function (clang-cl)Stephan Bergmann1-8/+0