summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2020-04-03loplugin:singlevalfieldsNoel Grandin
2020-04-02loplugin:unusedmethodsNoel Grandin
2020-03-29Fix is_typed_flags for BorderWindowHitTest (vcl/brdwin)Julien Nabet
2020-03-27these methods can take a const argumentCaolán McNamara
2020-03-25tdf#131533 Qt5 defer dropping clipboard ownershipJan-Marek Glogowski
2020-03-25make sure only VCL-Skia or VCL-OpenGL is enabled (tdf#131543)Luboš Luňák
2020-03-24vcl: fix startup of a sanitized soffice.binMiklos Vajna
2020-03-23make more classes private in mergedlibs modeNoel Grandin
2020-03-21ensure droptarget is highlightedCaolán McNamara
2020-03-21tdf#100706: get blink cursor delay for MacOSJulien Nabet
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-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-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-16Revert "loplugin:constfields in vcl"Noel Grandin
2020-03-12rework Skia setupLuboš Luňák
2020-03-09tdf#127687 Qt5 introduce basic HiDPI scalingLuca Carlon
2020-03-09improve loplugin:unusedfieldsNoel Grandin
2020-03-06tdf#125532: White text on default/action buttons and selected tabs on macOSThorsten Wagner
2020-03-06loplugin:unusedmethodsNoel Grandin
2020-03-05vcl: add TypeSerializer test for serializing GradientTomaž Vajngerl
2020-03-05vcl: move read and write to/from GfxLink to TypeSerializerTomaž Vajngerl
2020-03-04graphic: remove preview when importing with GraphicFilterTomaž Vajngerl
2020-03-02Qt5 unify font attribute conversionsJan-Marek Glogowski
2020-03-02Qt5 some refactoring for HiDPI mergeJan-Marek Glogowski
2020-02-27Fix compilation on Windows with --disable-skiaKelemen Gábor
2020-02-26lru_scale_cache - cache the same bitmap at multiple scales.Michael Meeks
2020-02-25vcl: move GraphicID out of impgraph.{cxx,hxx}Tomaž Vajngerl
2020-02-25turn off dnd target indicator on old target when changing targetCaolán McNamara
2020-02-25Move SalInstanceEdit declaration to the header fileSzymon Kłos
2020-02-21tdf#130768 speedup huge pixel graphics CairoArmin Le Grand (Collabora)
2020-02-21Drop o3tl::optional wrapperStephan Bergmann
2020-02-20Silence warnings in salvtables.hxxSzymon Kłos
2020-02-20Create header file for SalInstanceBuilderSzymon Kłos
2020-02-19drop newly unused methodsCaolán McNamara
2020-02-19work around a driver/card(?) problem with Skia and AA-ed polygonsLuboš Luňák
2020-02-19move svtabbx.hxx to vcl/toolkitCaolán McNamara
2020-02-14use forward decls to reduce including unnecessary headersCaolán McNamara
2020-02-14move dialog.hxx to vcl/include/toolkitCaolán McNamara
2020-02-13remove 'ATI' from the driver listLuboš Luňák
2020-02-13make OpenGL blacklist file code generic and use it for Skia/VulkanLuboš Luňák
2020-02-13toplevel might not be a GtkWindow, no need to cast to GtkWindowCaolán McNamara
2020-02-13tdf#130325 Fix listbox used as dropdownSamuel Mehrbrodt
2020-02-12tdf#128921 tdf#130341 tdf#122053 qt5: Native PopupMenusMichael Weghorn