summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-03-27add text alignment support to treeview entriesCaolán McNamara
2020-03-27these methods can take a const argumentCaolán McNamara
2020-03-26ubsan with negative long width divided by size_tCaolán McNamara
2020-03-26extract GetAbsPos for reuseCaolán McNamara
2020-03-26Extend loplugin:cstylecast to certain function-style castsStephan Bergmann
2020-03-25tdf#131533 Qt5 defer dropping clipboard ownershipJan-Marek Glogowski
2020-03-25Avoid CGContextSetLineWidth warning about negative line widthTor Lillqvist
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák
2020-03-25tdf#131280 Fix endless invalidation loop on documents with form controlsSamuel Mehrbrodt
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-24vcl: fix startup of a sanitized soffice.binMiklos Vajna
2020-03-24Resolves: tdf#131507 createCairoSurface returns nullptr on failureCaolán McNamara
2020-03-24Fix typoAndrea Gelmini
2020-03-23tdf#131434 ensure expander icon column is createdCaolán McNamara
2020-03-23GtkInstanceTreeView: Expand to path before setting cursorJim Raykowski
2020-03-23Translate German variable namesJohnny_M
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-23always set ForceMakeVisibleCaolán McNamara
2020-03-22Fix typoAndrea Gelmini
2020-03-21add get_modifier_state to toolbar for what modifiers are heldCaolán McNamara
2020-03-21scroll GtkTreeView to a position after clear+fill without flickeringCaolán McNamara
2020-03-21ensure droptarget is highlightedCaolán McNamara
2020-03-21tdf#128276 Font names are not localized on macOS CatalinaTomofumi Yagi
2020-03-21tdf#100706: get blink cursor delay for MacOSJulien Nabet
2020-03-20ScrollToAbsPos is better than ScrollOutputAreaCaolán McNamara
2020-03-19redraw problems seen on scroll in SvTreeListBoxCaolán McNamara
2020-03-19loplugin:redundantpointerops add some more smart pointer typesNoel Grandin
2020-03-18call drag end callback after superclass handlerCaolán McNamara
2020-03-18make SkiaSalBitmap always use internal buffer for pixelsLuboš Luňák
2020-03-18check in Skia's preDraw() that SolarMutex is lockedLuboš Luňák
2020-03-18fix --disable-cairo-canvas buildLuboš Luňák
2020-03-18fix glyph rotation for Skia text rendering on WindowsLuboš Luňák
2020-03-18implement text rendering using directly Skia (Windows)Luboš Luňák
2020-03-18use DEFAULT_QUALITY for font rendering with Skia on WindowsLuboš Luňák
2020-03-18implement text rendering using directly Skia (X11)Luboš Luňák
2020-03-18move most font handling out of CairoTextRenderLuboš Luňák
2020-03-18simplify ORefVector codeNoel Grandin
2020-03-18pdfium: support for pages when using PDF import with pdfiumTomaž Vajngerl
2020-03-17pdfium: Make Insert -> Image... use VectorGraphicData for PDF.Jan Holesovsky
2020-03-17missing use_underlinesCaolán McNamara
2020-03-16remove unnecessary Window::Update() calls, which immediately follow InvalidateNoel Grandin
2020-03-16Some more checks for correct screen sizeSamuel Mehrbrodt
2020-03-16Fix typoAndrea Gelmini
2020-03-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-03-15vcl: prefer emplace to insert on std::mapAshod Nakashian
2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi
2020-03-13compare using GtkTreePath instead of GtkTreeIterCaolán McNamara
2020-03-13Revert "loplugin:constfields in svtools"Noel Grandin
2020-03-13skip on-demand entries on iter_next/iter_previousCaolán McNamara
2020-03-12android: Fix 32bit build.Jan Holesovsky