1. d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
  2. e71fd07 tdf#170205: drop NoYieldLock mode by Mike Kaganski · 5 weeks ago
  3. acd3f69 Simplify WinFontFace::GetVariations a bit by Mike Kaganski · 5 months ago
  4. d54816b Simplify a static initialization by Mike Kaganski · 5 months ago
  5. da07b5c Drop leftover mxDWFontFace from WinFontFace by Mike Kaganski · 5 months ago
  6. 23afeae tdf#168431: Release solar mutex when sending window message to main thread by Mike Kaganski · 7 months ago
  7. 409eae8 SalBitmap::Replace is not implemented by any backend by Noel Grandin · 7 months ago
  8. f60b899 ImplCreateGdiPlusBitmap is unused by Noel Grandin · 7 months ago
  9. aba63ef converting the SalGraphics backend from BitmapEx->Bitmap (3) by Noel Grandin · 7 months ago
  10. 0f393e0 Simplify SalBitmap::Create by Noel Grandin · 7 months ago
  11. 32080b4 pass SalGraphics by ref to SalBimap::Create by Noel Grandin · 7 months ago
  12. 49e84a4 simplify drawAlphaBitmap paths by Noel Grandin · 7 months ago
  13. 62846d2 start converting the SalGraphics backend from BitmapEx->Bitmap (2) by Noel Grandin · 7 months ago
  14. 96b651f start converting the SalGraphics backend from BitmapEx->Bitmap by Noel Grandin · 7 months ago
  15. 18b488d Make Bitmap::HasAlpha() more reliable by Noel Grandin · 7 months ago
  16. 4977c89 BitmapEx->Bitmap in CreateFromCairoSurface by Noel Grandin · 8 months ago
  17. c77a534 Keep track of documents' embedded fonts, and unregister them on unload by Mike Kaganski · 8 months ago
  18. e2e1c5c Use Gdiplus::PrivateFontCollection to obtain family name from TTF by Mike Kaganski · 8 months ago
  19. 87ef004 tdf#167849: don't release embedded fonts in WinSalGraphics::ClearDevFontCache by Mike Kaganski · 8 months ago
  20. 5d85e48 Make FontId of WinFontFace monothonically increasing by Mike Kaganski · 8 months ago
  21. 578b9c6 Drop now-unused functions by Mike Kaganski · 8 months ago
  22. 9ed572ba loplugin:unusedmethods by Noel Grandin · 9 months ago
  23. 088a7c7 remove alpha device from OutputDevice by Noel Grandin · 1 year, 6 months ago
  24. 46f1585 inline Init/ReleaseFrameGraphicsDC by Noel Grandin · 9 months ago
  25. 16c2ef1 remove mnCacheDCInUse by Noel Grandin · 9 months ago
  26. 6003d19 vcl: Pass SalInstance::{,Impl}Create{DragSource,DropTarget} param by ref by Michael Weghorn · 9 months ago
  27. fa5b290 Revert "remove mpThreadGraphics from GDI backend" by Noel Grandin · 9 months ago
  28. d99622d vcl: Have default SalInstance::GetConnectionIdentifier impl by Michael Weghorn · 9 months ago
  29. 07f480b make skia mandatory on MS-Windows, disable GDI backend by Noel Grandin · 9 months ago
  30. 41ce88c0 tdf#166932 no need to use GlobalAlloc in BitmapEx by Noel Grandin · 10 months ago
  31. c5fe3bf rename mbGraphics -> mbGraphicsAcquired by Noel Grandin · 11 months ago
  32. 828b8f9 vcl: Return XDropTarget in SalInstance::{Impl}CreateDropTarget by Michael Weghorn · 11 months ago
  33. 5016881 vcl: Return XDragSource in SalInstance::{Impl}CreateDragSource by Michael Weghorn · 11 months ago
  34. 4a4d388 simplify CompatibleDC by Noel Grandin · 11 months ago
  35. ae8d0bb simplify SalBitmap SystemDependentDataHolder usage by Noel Grandin · 12 months ago
  36. 6fa7d99 Make some arrays constexpr by Mike Kaganski · 12 months ago
  37. c448bb4 tdf#143148 Replace #include guards with #pragma once in vcl by Jim Chen · 1 year ago
  38. 5357da3 Revert "remove canvas/cairo and canvas/gdi and canvas/directx backends" by Noel Grandin · 1 year, 1 month ago
  39. 704f61b1 remove canvas/cairo and canvas/gdi and canvas/directx backends by Noel Grandin · 1 year, 2 months ago
  40. b551012 remove mpThreadGraphics from GDI backend by Noel Grandin · 1 year, 2 months ago
  41. 01c6aa4 simplify WinSalVirtualDevice construction by Noel Grandin · 1 year, 2 months ago
  42. 9bfee82 simplify WinSalGraphics::setPalette by Noel Grandin · 1 year, 2 months ago
  43. c4edd3e remove dithering from Windows GDI backend by Noel Grandin · 1 year, 2 months ago
  44. eba3c7d sort members of WinSalGraphics by Noel Grandin · 1 year, 2 months ago
  45. 4cb7503 remove some windows95 code by Noel Grandin · 1 year, 2 months ago
  46. a46c265 split CreateVirtualDevice into two methods by Noel Grandin · 1 year, 2 months ago
  47. 2da756e avoid some casting in WinSalBitmap by Noel Grandin · 1 year, 2 months ago
  48. b06e781 tdf#152515 vcl: Implement Win32 vert CJK printing for all fonts by Jonathan Clark · 1 year, 3 months ago
  49. 5f00b74 vcl win: Use only Windows build number to identify version by Michael Weghorn · 1 year, 4 months ago
  50. c82a566 vcl: Return reference in SalFrame::GetSystemData by Michael Weghorn · 1 year, 4 months ago
  51. 4453b2f vcl: Return reference in SalObject::GetSystemData by Michael Weghorn · 1 year, 4 months ago
  52. 5b47e57 vcl: Pass GetSystemMenuData param by ref by Michael Weghorn · 1 year, 4 months ago
  53. a43b5e3 win: Prefer integers instead of strings for OS version comparison by Michael Weghorn · 1 year, 5 months ago
  54. 85a5604 Windows/--disable-skia: fix D2DWriteTextOutRenderer to properly set AA mode by Mike Kaganski · 1 year, 6 months ago
  55. 25f8b88 tdf#160837 win: Move UpdateFrameGeometry to WinSalFrame by Michael Weghorn · 1 year, 6 months ago
  56. b00d322 tdf#160837 win: Move SetMaximizedFrameGeometry to WinSalFrame by Michael Weghorn · 1 year, 6 months ago
  57. 52a2dd0 Support for non-AA text on Windows by Mike Kaganski · 1 year, 8 months ago
  58. f29d94c tdf#162259: correctly handle font width on Windows by Mike Kaganski · 1 year, 8 months ago
  59. 042c6295 tdf#85677: Add support for Windows touch gestures (panning,zooming) by Tibor Nagy · 1 year, 9 months ago
  60. 0c6642e vcl: support for Windows ITaskbarList3 interface by Vasily Melenchuk · 2 years ago
  61. 9bbecba Use COMReference in D2DWriteTextOutRenderer by Mike Kaganski · 2 years ago
  62. 8557ea8 Exclude getHScale from DirectWrite font rendering by Mike Kaganski · 2 years ago
  63. ff7a671 Simplify and drop unused method by Mike Kaganski · 2 years ago
  64. 68f55fc vcl: interface for WinAPI FlashWindow() function by Vasily Melenchuk · 2 years, 5 months ago
  65. 8b191a6 tdf#159793 Save printer paper tray in RTF and DOCX by Oliver Specht · 2 years, 2 months ago
  66. 25bd3e4 Drop obsolete handling of wheel mouse by Mike Kaganski · 2 years, 2 months ago
  67. 2790acb Simplify a bit by Mike Kaganski · 2 years, 2 months ago
  68. e6f75eb tdf#159254 import paper bin/paper source from rtf/docx files by Oliver Specht · 2 years, 3 months ago
  69. 7618c79 tdf#143148: Use pragma once instead of include guards in vcl/inc/win by Taichi Haradaguchi · 2 years, 5 months ago
  70. ee52f20 Drop defines obsoleted by Windows 7 baseline by Mike Kaganski · 2 years, 8 months ago
  71. 8a0c43f Use _beginthreadex instead of CreateThread by Mike Kaganski · 2 years, 8 months ago
  72. b6b2642 split Point/Size/Rectangle into AbsoluteScreenPixel* types by Noel Grandin · 2 years, 9 months ago
  73. 74963f6 all drawPolyPolygon variants return true now by Caolán McNamara · 2 years, 8 months ago
  74. 609ed29 tdf#155414 win a11y: Honor system setting to disable animations by Michael Weghorn · 2 years, 9 months ago
  75. dfe42e7 vcl: Use HarfBuzz to get glyph bounding rectangle by Khaled Hosny · 2 years, 9 months ago
  76. 88d72b4 Drop unused WinFontInstance scale by Khaled Hosny · 2 years, 9 months ago
  77. 206f8b9 Rename ImplFontMetricData -> FontMetricData by Khaled Hosny · 2 years, 9 months ago
  78. 955b4aa loplugin:nullptr by Stephan Bergmann · 3 years ago
  79. f76ec0b add a way to resolve if dark mode (explicit or auto) is active by Caolán McNamara · 3 years ago
  80. 209e859 no need to allocate these separately by Noel Grandin · 3 years ago
  81. 5944f8d mpMouseLeaveTimer has been dead by Noel Grandin · 3 years ago
  82. 9cfa995 use more unique_ptr in SalData by Noel Grandin · 3 years ago
  83. f51b220 tdf#149805 tdf#151677 tdf#152217 tdf#154043 tdf#153458 tdf#153800 Revert "VCL expect by Michael Weghorn · 3 years ago
  84. f7c0336 tdf#153229 add a switch to override honoring system dark mode by Caolán McNamara · 3 years, 2 months ago
  85. 31605a4 tdf#143148 Use pragma once instead of include guards by anfanite396 · 3 years, 2 months ago
  86. 8ab24f2 tdf#152994 only query dark mode in Windows >= 10.0.18362 by Caolán McNamara · 3 years, 3 months ago
  87. 6f43f00 No need for bool return value here by Noel Grandin · 3 years, 4 months ago
  88. ddf8e2c Avoid dynamic cross casts to WinSalGraphicsImplBase by Stephan Bergmann · 3 years, 4 months ago
  89. cc72616 -Werror,-Wunused-private-field by Stephan Bergmann · 3 years, 4 months ago
  90. 64d4275 vcl: fix artificial bold and italic on Windows by Khaled Hosny · 3 years, 5 months ago
  91. a38bb77 vcl: use std::optional in PhysicalFontFace by Khaled Hosny · 3 years, 5 months ago
  92. e65b0bf vcl: add WinFontFace::GetVariations() by Khaled Hosny · 3 years, 5 months ago
  93. d00ed83 vcl: make WinFontFace final by Khaled Hosny · 3 years, 5 months ago
  94. a80239e vcl: move creating DWFontFace to WinFontFace by Khaled Hosny · 3 years, 5 months ago
  95. 042473d vcl: move creating DWriteFactory to a centeral place by Khaled Hosny · 3 years, 5 months ago
  96. 0cf71ca vcl: remove unused D2DWriteTextOutRenderer code by Khaled Hosny · 3 years, 5 months ago
  97. 755e693 vcl: remove unused WinFontFace() private members by Khaled Hosny · 3 years, 5 months ago
  98. 4ff2ee0 give main thread on Windows a name by Noel Grandin · 3 years, 5 months ago
  99. 1fcf4d0 Fix ambiguous member lookup (clang-cl) by Stephan Bergmann · 3 years, 5 months ago
  100. 02bd827 Move access to SystemDependentDataHolder to Bitmap (2) by Armin Le Grand (allotropia) · 3 years, 6 months ago