summaryrefslogtreecommitdiff
path: root/vcl/inc
AgeCommit message (Expand)Author
2020-01-23tdf#129845: Better solution using already existing infoArmin Le Grand
2020-01-22inline some construction methodsNoel Grandin
2020-01-20workaround for Skia+Cairo text drawing exhausting GPU memoryLuboš Luňák
2020-01-20remove outdated Skia TODO commentsLuboš Luňák
2020-01-20loplugin:unusedfieldsNoel Grandin
2020-01-20loplugin:unusedmethodsNoel Grandin
2020-01-16Fix typoAndrea Gelmini
2020-01-16Fix typoAndrea Gelmini
2020-01-16limit the area where we manually do xor drawing in SkiaLuboš Luňák
2020-01-16implement xor drawing for SkiaLuboš Luňák
2020-01-16use surface atlas for Skia text drawing on WindowsLuboš Luňák
2020-01-14Related: tdf#127782 resize the print dialog to its optimum size...Caolán McNamara
2020-01-13tdf#129930: Dispose SystemClipboard service early enoughStephan Bergmann
2020-01-13loplugin:unusedmethodsNoel Grandin
2020-01-12finally fix Skia Windows widget drawing (tdf#129416)Luboš Luňák
2020-01-09also grab the keyboard under gtk when showing a temp floating windowCaolán McNamara
2020-01-08Avoid -Werror,-WundefStephan Bergmann
2020-01-06use boost::shared_ptr for allocating an arrayLuboš Luňák
2020-01-06set BackendCapabilities::mbSupportsBitmap32 for Skia againLuboš Luňák
2020-01-06use copy-on-write for SkiaSalBitmap dataLuboš Luňák
2020-01-06convert SkImage -> SkBitmap only on demandLuboš Luňák
2020-01-03Fix typosAndrea Gelmini
2020-01-02tdf#125536 macOS native Carbon widgets reworkedThorsten Wagner
2020-01-02tdf#129662 vcl: rtl: fix scrollbar in dropdownsMiklos Vajna
2019-12-31pdf: extract Matrix3 to it's own filesTomaž Vajngerl
2019-12-29pdf: convert ResourceKind enum to enum classTomaž Vajngerl
2019-12-29pdf: move struct ResourceDict to it's own fileTomaž Vajngerl
2019-12-29pdf: move struct BitmapID to it's own fileTomaž Vajngerl
2019-12-29pdf: support for PDF/UA in PDFWriter, write flag to the metadataTomaž Vajngerl
2019-12-28pdf: extract XMP metadata writing and use XmlWriterTomaž Vajngerl
2019-12-24sal_Char->char in vclNoel Grandin
2019-12-19get native gtk widgets in sidebars workingCaolán McNamara
2019-12-19add a SystemChildWindow::GetOptimalSize overrideCaolán McNamara
2019-12-19handle change of focus between widgets within the toplevel GtkWindowCaolán McNamara
2019-12-18loplugin:duplicate-definesNoel Grandin
2019-12-18vcl: sfx2: LOK: Support per-view popup windowsAshod Nakashian
2019-12-17unfold the gtk-related inline we don't need anymoreCaolán McNamara
2019-12-17loplugin:duplicate-definesNoel Grandin
2019-12-13loplugin:expandablemethodsNoel Grandin
2019-12-13loplugin:singlevalfieldsNoel Grandin
2019-12-12Fix typoAndrea Gelmini
2019-12-12android: add abstraction to allow us to DetachThread sensibly.Michael Meeks
2019-12-12loplugin:finalclassesNoel Grandin
2019-12-12make Skia Windows widget drawing use correct alpha (tdf#129074)Luboš Luňák
2019-12-11do not allow both read and write bitmap access to the same bitmapLuboš Luňák
2019-12-11do not store 8bpp bitmaps as Skia's SkBitmap (tdf#129077)Luboš Luňák
2019-12-11lok: Support per-view help dataTamás Zolnai
2019-12-09tdf#129071 Qt5 set file picker parent widgetJan-Marek Glogowski
2019-12-06Qt5 fix missing XCB_ICCCM_WM_HINT_WINDOW_GROUPJan-Marek Glogowski
2019-12-06make all Skia drawing GPU-backed, if possibleLuboš Luňák