- c36a907 tdf#170803 Insert a hyperlink crashes when system clipboard empty by Noel Grandin · 2 weeks ago
- d037b81 Clarify project in source code headers. by Michael Meeks · 11 days ago
- 1c22b4f Add markdown under paste special for win by Mike Kaganski · 6 weeks ago
- e71fd07 tdf#170205: drop NoYieldLock mode by Mike Kaganski · 5 weeks ago
- e177459 tdf#162488: do not assume printer drivers only providing portrait paper by Mike Kaganski · 6 weeks ago
- 12d64b3 Resolves tdf#170143 - Set ButtonTextColor on theme change by Heiko Tietze · 10 weeks ago
- fd2636e [cp] Use correct product prefix for file association check by Aron Budea · 3 years, 7 months ago
- 3d887a7 [cp] Collabora Office branding by Andras Timar · 4 years, 2 months ago
- aa347a7 Resolves tdf#165225 - Correct theme color for disabled menu items on Windows by Heiko Tietze · 4 months ago
- 148e23d Refactor ftransl.cxx a bit for simplicity by Mike Kaganski · 5 months ago
- ba49c92 tdf#127675 Treat Biff12 when pasting by Laurent Balland · 8 months ago
- dbdc2f1 Refactor initialization of translation table by Mike Kaganski · 5 months ago
- 84c1c49 Fix Unicode-dependent format names by Mike Kaganski · 5 months ago
- c573956 An omission from commit 1e40f6e50e35f8cbe2c1a075fce5d079f4976569 by Mike Kaganski · 5 months ago
- 1e40f6e Add specialized ctors for common cases by Mike Kaganski · 5 months ago
- 642563a Fix a comment by Mike Kaganski · 5 months ago
- e3ae214 Simplify CDOTransferable::getClipboardData a bit by Mike Kaganski · 5 months ago
- 272cbc9 Drop ByteSequence_t typedef; use Sequence<sal_Int8> directly by Mike Kaganski · 5 months ago
- c874834 Simplify WinBITMAPToOOBMP a bit by Mike Kaganski · 5 months ago
- 426a9af tdf#155855: fix pasting from CF_BITMAP by Mike Kaganski · 5 months ago
- 6136867 Use std::array instead of std::vector by Mike Kaganski · 5 months ago
- acd3f69 Simplify WinFontFace::GetVariations a bit by Mike Kaganski · 5 months ago
- d54816b Simplify a static initialization by Mike Kaganski · 5 months ago
- 4f6a0ac Resolves tdf#168714 - Lack of contrast on vertical tabs by Heiko Tietze · 6 months ago
- cf2d377 Correctly zero-initialize the buffer by Mike Kaganski · 6 months ago
- 24aed23 Resolves tdf#126530 - Improve contrast between active and inactive tabs by Heiko Tietze · 6 months ago
- 23afeae tdf#168431: Release solar mutex when sending window message to main thread by Mike Kaganski · 7 months ago
- 409eae8 SalBitmap::Replace is not implemented by any backend by Noel Grandin · 7 months ago
- fc12414 BitmapEx->Bitmap in various comments by Noel Grandin · 7 months ago
- f60b899 ImplCreateGdiPlusBitmap is unused by Noel Grandin · 7 months ago
- aba63ef converting the SalGraphics backend from BitmapEx->Bitmap (3) by Noel Grandin · 7 months ago
- 9a7a9312 we have not used 1-bit bitmaps internally for a while by Noel Grandin · 7 months ago
- 0f393e0 Simplify SalBitmap::Create by Noel Grandin · 7 months ago
- 32080b4 pass SalGraphics by ref to SalBimap::Create by Noel Grandin · 7 months ago
- 49e84a4 simplify drawAlphaBitmap paths by Noel Grandin · 7 months ago
- 62846d2 start converting the SalGraphics backend from BitmapEx->Bitmap (2) by Noel Grandin · 7 months ago
- 96b651f start converting the SalGraphics backend from BitmapEx->Bitmap by Noel Grandin · 7 months ago
- 18b488d Make Bitmap::HasAlpha() more reliable by Noel Grandin · 7 months ago
- 4977c89 BitmapEx->Bitmap in CreateFromCairoSurface by Noel Grandin · 8 months ago
- c77a534 Keep track of documents' embedded fonts, and unregister them on unload by Mike Kaganski · 8 months ago
- e2e1c5c Use Gdiplus::PrivateFontCollection to obtain family name from TTF by Mike Kaganski · 8 months ago
- 87ef004 tdf#167849: don't release embedded fonts in WinSalGraphics::ClearDevFontCache by Mike Kaganski · 8 months ago
- dba873d Don't warn when the font was already there by Mike Kaganski · 8 months ago
- 2bc0e74 Add a reference where these special codepage values are mentioned by Mike Kaganski · 8 months ago
- 5d85e48 Make FontId of WinFontFace monothonically increasing by Mike Kaganski · 8 months ago
- 1e2ff4c Simplify Windows font enumeration code a bit by Mike Kaganski · 8 months ago
- 62d1a50 BitmapEx->Bitmap in Image by Noel Grandin · 8 months ago
- af0da68 tdf#167740 vcl: Fix Win IME inserting stale composition after dismissal by Jonathan Clark · 8 months ago
- 578b9c6 Drop now-unused functions by Mike Kaganski · 8 months ago
- 8f02166 Use std::end here by Mike Kaganski · 8 months ago
- 8c3a9b5 Format this return statement by Mike Kaganski · 8 months ago
- eb06e4ff Inline CMtaOleClipboard::run by Mike Kaganski · 8 months ago
- f8c2fbd tdf#162153 Introduce clipboard support for Markdown format. by Ujjawal Kumar · 9 months ago
- 9ed572ba loplugin:unusedmethods by Noel Grandin · 9 months ago
- 088a7c7 remove alpha device from OutputDevice by Noel Grandin · 1 year, 6 months ago
- 46f1585 inline Init/ReleaseFrameGraphicsDC by Noel Grandin · 9 months ago
- 16c2ef1 remove mnCacheDCInUse by Noel Grandin · 9 months ago
- 6003d19 vcl: Pass SalInstance::{,Impl}Create{DragSource,DropTarget} param by ref by Michael Weghorn · 9 months ago
- fa5b290 Revert "remove mpThreadGraphics from GDI backend" by Noel Grandin · 9 months ago
- d99622d vcl: Have default SalInstance::GetConnectionIdentifier impl by Michael Weghorn · 9 months ago
- 07f480b make skia mandatory on MS-Windows, disable GDI backend by Noel Grandin · 9 months ago
- 41ce88c0 tdf#166932 no need to use GlobalAlloc in BitmapEx by Noel Grandin · 10 months ago
- 8e7a0b9 Fix typo in code by Andrea Gelmini · 10 months ago
- b787dfc Resolves tdf#163008 - Vertical tabs with small icons by Heiko Tietze · 10 months ago
- ce0f1be tdf#164970 remove redundent wrapper functions over AppColorMode. by Sahil Gautam · 10 months ago
- 54802cd tdf#166811: let CHILDREN_ON_DEMAND entries draw collapsed in vcl/win by Mike Kaganski · 10 months ago
- a7f0e7b tdf#147299 vcl: Set Microsoft ja IME to vertical mode in vertical text by Jonathan Clark · 10 months ago
- 08a3854 tdf#155158 vcl: Fix IME composition not ending on end comp message by Jonathan Clark · 10 months ago
- a5239bd win: Fix --disable-skia Windows build by Michael Weghorn · 11 months ago
- c5fe3bf rename mbGraphics -> mbGraphicsAcquired by Noel Grandin · 11 months ago
- dedc5ed simplify WinSalFrame::AcquireGraphics by Noel Grandin · 11 months ago
- 828b8f9 vcl: Return XDropTarget in SalInstance::{Impl}CreateDropTarget by Michael Weghorn · 11 months ago
- 5016881 vcl: Return XDragSource in SalInstance::{Impl}CreateDragSource by Michael Weghorn · 11 months ago
- 55f6bd0 win, macOS: Drop return value of OleDnDHelper by Michael Weghorn · 11 months ago
- 4a4d388 simplify CompatibleDC by Noel Grandin · 11 months ago
- ebbb3b9 tdf#164970 use proper enums for ApplicationAppearance instead of raw ints by Sahil Gautam · 12 months ago
- d9435d2 tdf#153294 simplify for loop to std::find call in ImplHelper.cxx by Simon Chenery · 1 year ago
- ae8d0bb simplify SalBitmap SystemDependentDataHolder usage by Noel Grandin · 12 months ago
- d9321109 Useless declaration with initialization before setting the actual value by Mike Kaganski · 12 months ago
- 59f9bf8 Initialize the variable upon creation by Mike Kaganski · 12 months ago
- c608bde Use OUStringBuffer instead of C-style array by Mike Kaganski · 12 months ago
- 6fa7d99 Make some arrays constexpr by Mike Kaganski · 12 months ago
- 7ab40eb fix spelling: "handish" -> "by hand" by Noel Grandin · 12 months ago
- 2a20616 Move Windows error helpers to comphelper namespace by varshneydevansh · 1 year ago
- 599ab8d Rename con-const vcl::Font property getters for clarity by Mike Kaganski · 1 year, 1 month ago
- f668fab Resolves: tdf#160391 test if dark/light mode changed at WM_THEMECHANGED by Caolán McNamara · 1 year, 1 month ago
- a123c8c Try fix local variable is initialized but not referenced for ARM TB by Julien Nabet · 1 year, 1 month ago
- 5357da3 Revert "remove canvas/cairo and canvas/gdi and canvas/directx backends" by Noel Grandin · 1 year, 1 month ago
- d539f6e fix "local variable is unused" warning by Noel Grandin · 1 year, 2 months ago
- 704f61b1 remove canvas/cairo and canvas/gdi and canvas/directx backends by Noel Grandin · 1 year, 2 months ago
- b551012 remove mpThreadGraphics from GDI backend by Noel Grandin · 1 year, 2 months ago
- b478b17 fix regression in GDI rendering by Noel Grandin · 1 year, 2 months ago
- 01c6aa4 simplify WinSalVirtualDevice construction by Noel Grandin · 1 year, 2 months ago
- 9bfee82 simplify WinSalGraphics::setPalette by Noel Grandin · 1 year, 2 months ago
- 731a487 tdf#164972 Fix white-on-white themed scrollbars on windows by Sahil Gautam · 1 year, 2 months ago
- c4edd3e remove dithering from Windows GDI backend by Noel Grandin · 1 year, 2 months ago
- febf27d simplify ImplPreparePolyDraw by Noel Grandin · 1 year, 2 months ago
- 3214c8d document raster operation code by Noel Grandin · 1 year, 2 months ago
- 7dd7ac0 flatten some windows GDI code by Noel Grandin · 1 year, 2 months ago
- 4cb7503 remove some windows95 code by Noel Grandin · 1 year, 2 months ago