Age | Commit message (Expand) | Author |
2024-11-19 | Simplify SalGraphicsImpl::Init | Noel Grandin |
2024-04-11 | Use COMReference in D2DWriteTextOutRenderer | Mike Kaganski |
2023-04-17 | loplugin:stringadd | Stephan Bergmann |
2023-04-13 | no need to allocate these separately | Noel Grandin |
2023-04-12 | use more unique_ptr in SalData | Noel Grandin |
2022-12-21 | No need for bool return value here | Noel Grandin |
2022-12-01 | Avoid dynamic cross casts to WinSalGraphicsImplBase | Stephan Bergmann |
2022-11-19 | vcl: move creating DWriteFactory to a centeral place | Khaled Hosny |
2021-09-25 | WIN call RealizePalette from setPalette | Jan-Marek Glogowski |
2021-09-25 | WIN handle graphics palette with deinit | Jan-Marek Glogowski |
2021-09-25 | WIN always (de-)init WinSalGraphics | Jan-Marek Glogowski |
2020-12-15 | Silence warning C4100: unreferenced formal parameter | Stephan Bergmann |
2020-12-07 | remove OpenGL VCL backend code | Luboš Luňák |
2020-11-14 | remove SalPoint | Noel Grandin |
2020-11-11 | convert more long -> tools::Long | Noel |
2020-11-11 | make tools::Long 64-bit on Windows platform | Noel Grandin |
2020-09-30 | make OutputDevice::Flush() also flush Skia | Luboš Luňák |
2020-09-25 | draw linear and radial gradients directly with Skia | Luboš Luňák |
2019-11-27 | basic implementation of Skia text drawing on Windows | Luboš Luňák |
2019-11-27 | refactor Windows OpenGLGlyphCache stuff to be reusable for Skia | Luboš Luňák |
2019-11-27 | build properly with or without Skia enabled | Luboš Luňák |
2019-11-27 | initial implementation of Skia drawing on screen in Windows | Luboš Luňák |
2019-11-26 | loplugin:consttobool (clang-cl) | Stephan Bergmann |
2019-07-05 | WIN separate LO shared and embedded fonts | Jan-Marek Glogowski |
2019-02-26 | sal_uLong->sal_uInt32 in drawEPS | Noel Grandin |
2018-12-06 | vcl: move SysColorEntry to anonymous namespace | Dmitriy Shilin |
2018-12-05 | tdf#39593 vcl: extract SysColor list deletion | Dmitriy Shilin |
2018-12-05 | tdf#121719: Revert fix for tdf#96971 | Xisco Fauli |
2018-09-07 | WIN drop mhFonts[MAX_FALLBACK] | Jan-Marek Glogowski |
2018-09-06 | tdf#119302 WIN better font scale handling | Jan-Marek Glogowski |
2018-06-08 | hold LogicalFontInstance with rtl::Reference | Noel Grandin |
2018-05-07 | Move PhysicalFontFace member of FontSelectPattern | Jan-Marek Glogowski |
2018-05-04 | tdf#117364 Special Character dialog grid font issues | Noel Grandin |
2018-04-26 | tdf#113643 Editing tables in Impress lags terribly | Noel Grandin |
2018-04-17 | tdf#116812: Revert "The mfFontScale[n] is always 1.0" | Khaled Hosny |
2018-03-26 | replace SalColor with Color | Noel Grandin |
2018-01-23 | More loplugin:cstylecast on Windows | Stephan Bergmann |
2017-10-30 | Constify some VCL interface functions | Jan-Marek Glogowski |
2017-10-27 | loplugin:includeform: vcl (Windows) | Stephan Bergmann |
2017-10-23 | tdf#96505 Get rid of cargo cult long integer literals | udareechk |
2017-09-18 | Acknowledge that WinSalGraphicsImpl::drawPolyLine modifies pPtAry | Stephan Bergmann |
2017-08-17 | remove UL/L suffixes from integer constants on the RHS of expressions | Noel Grandin |
2017-07-03 | loplugin:oncevar (clang-cl): vcl | Stephan Bergmann |
2017-05-08 | cleanup tools/debug.hxx includes | Jochen Nitschke |
2017-01-02 | The mfFontScale[n] is always 1.0 | Khaled Hosny |
2016-12-07 | convert PolyFlags to scoped enum | Noel Grandin |
2016-12-01 | Kill old Windows layout engines | Khaled Hosny |
2016-10-15 | clang-cl loplugin: vcl | Stephan Bergmann |
2016-09-30 | vcl: remove WNT ImplFontAttrCache | Michael Stahl |
2016-06-09 | tdf#96971 SetXORMode - remove un-needed parameter | melikeyurtoglu |