Age | Commit message (Expand) | Author |
2018-09-09 | cppcheck: fix arrayIndexThenCheck (vcl/salfont) | Julien Nabet |
2018-09-07 | Fix some std::unique_ptr array allocs | Jan-Marek Glogowski |
2018-09-07 | WIN add SalGraphics* to WinFontInstance | Jan-Marek Glogowski |
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-09-04 | tdf#119340 WIN don't always re-init the HFONT | Jan-Marek Glogowski |
2018-08-30 | Support buffering SystemDependent GraphicData | Armin Le Grand |
2018-08-29 | replace rtl_allocateMemory with std::malloc | Noel Grandin |
2018-08-27 | WIN use the SetTimer timer as one-shot | Jan-Marek Glogowski |
2018-08-27 | WIN ignore the timer results | Jan-Marek Glogowski |
2018-08-24 | tdf#118786 WIN just assert in Yield | Jan-Marek Glogowski |
2018-08-23 | loplugin:cstylecast (clang-cl) | Stephan Bergmann |
2018-08-22 | arg is never null | Caolán McNamara |
2018-08-22 | rename FontSelectPatternAttributes to FontSelectPattern | Caolán McNamara |
2018-08-22 | turn the cache around to work on LogicalFontInstance | Caolán McNamara |
2018-08-21 | change FindFontSubstitute to operate on FontSelectPatternAttributes | Caolán McNamara |
2018-08-21 | can now use just FontSelectPatternAttributes | Caolán McNamara |
2018-08-21 | pass GetFontFace at call site | Caolán McNamara |
2018-08-21 | use LogicalFontInstance with SalGraphics | Caolán McNamara |
2018-08-21 | use ImplDoSetFont instead of SetFont | Caolán McNamara |
2018-08-21 | only need FontSelectPatternAttributes here | Caolán McNamara |
2018-08-20 | tdf#118994 JAWS has no access to accessibility objects | Ilhan Yesil |
2018-08-20 | TODO: refcount ImplFontList | Caolán McNamara |
2018-08-20 | tdf#118786 WIN allow nested SendMessage calls | Jan-Marek Glogowski |
2018-07-31 | Add missing sal/log.hxx headers | Gabor Kelemen |
2018-07-26 | Missing includes (Windows --disable-pch) | Stephan Bergmann |
2018-07-25 | -Wc++11-narrowing (clang-cl) | Stephan Bergmann |
2018-07-25 | loplugin:sallogareas (clang-cl) | Stephan Bergmann |
2018-07-20 | Fix typos | Andrea Gelmini |
2018-07-16 | cppcheck: useInitializationList in vcl | Jochen Nitschke |
2018-07-10 | Revert "tdf#117517: Fix OpenGL text rendering on Windows" | Jan-Marek Glogowski |
2018-07-09 | WIN GetFontMetric doesn't matter for GetEmbedFontData | Jan-Marek Glogowski |
2018-07-09 | tdf#118555 fix HFONT fallback handing / lifecycle | Jan-Marek Glogowski |
2018-07-05 | vcl: experiment for font related test fails on WNT | Michael Stahl |
2018-06-21 | merge GenericSolarMutex and SolarMutex | Noel Grandin |
2018-06-14 | return SalBitmap using std::shared_ptr | Noel Grandin |
2018-06-11 | drop PhysicalFontFace::Clone | Noel Grandin |
2018-06-09 | rename SalPrinterQueueInfo::mpSysData to mpPortName | Noel Grandin |
2018-06-09 | hold and return SalMenu by std::unique_ptr | Noel Grandin |
2018-06-09 | return and hold SalMenuItem by std::unique_ptr | Noel Grandin |
2018-06-09 | hold and return SalPrinter with std::unique_ptr | Noel Grandin |
2018-06-09 | return SalSession with std::unique_ptr | Noel Grandin |
2018-06-08 | hold LogicalFontInstance with rtl::Reference | Noel Grandin |
2018-06-07 | manage PhysicalFontFace by rtl::Reference | Noel Grandin |
2018-05-29 | Change SFErrCodes to scoped enum | Stephan Bergmann |
2018-05-21 | Partially revert "Fixup 23c5125148a8110d88385b29570bf0b7d4400458" | Khaled Hosny |
2018-05-14 | tdf#96947 vcl opengl win: fix background of menu items w/ check/radio marks | Miklos Vajna |
2018-05-12 | Fixup 23c5125148a8110d88385b29570bf0b7d4400458 | Khaled Hosny |
2018-05-12 | Use HarfBuzz to get Kashida width | Khaled Hosny |
2018-05-11 | Fold CommonSalLayout into GenericSalLayout | Khaled Hosny |