summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)Author
2020-09-08tdf#136208 make combo/list/spin take focus on use of scroll wheelCaolán McNamara
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara
2020-09-08tdf#127932 fix wrong page number in print progressJuergen Funk
2020-09-08try harder to not duplicate large memory usage in SkiaSalBitmapLuboš Luňák
2020-09-08conserve memory used by SkiaSalBitmap buffers also for 32bit buildsLuboš Luňák
2020-09-08make SkiaSalBitmap debug also log bit count and palette presenceLuboš Luňák
2020-09-08longer watchdog timeouts for debug Skia buildLuboš Luňák
2020-09-08prefer 8bit bitmap masks to 1bpp masksLuboš Luňák
2020-09-08tdf#136545 use pre-existing cairo_surfaceCaolán McNamara
2020-09-08Simplify PDFWriterImpl::appendLiteralStringEncrypt, taking std::string_viewStephan Bergmann
2020-09-08Simplify GetVendorNameFromId, returning std::string_viewStephan Bergmann
2020-09-07tdf#136323 qt5: Remember accessible objectMichael Weghorn
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann
2020-09-07loplugin:constantparamNoel Grandin
2020-09-07improve debug for erased SkiaSalBitmapLuboš Luňák
2020-09-07do not queue up too many Skia image drawing operations (tdf#136369)Luboš Luňák
2020-09-07tweak not caching overly large Skia images (tdf#136244)Luboš Luňák
2020-09-07increase Skia image cache size to 64MiB (tdf#136244)Luboš Luňák
2020-09-07avoid temporary SkImage when merging bitmaps in Skia (tdf#136244)Luboš Luňák
2020-09-07limit draw size by clip region size, not whole sizeLuboš Luňák
2020-09-07Confine findAnnotations to HAVE_FEATURE_PDFIUMStephan Bergmann
2020-09-07Related: tdf#136455 use insert_vector for bulk insertCaolán McNamara
2020-09-07tdf#136455 unused ComboBox menu listening to GtkListStore and slowing insertsCaolán McNamara
2020-09-06ofz#23573 speed up fuzzingCaolán McNamara
2020-09-06vcl: add testcase for reading different type of annotationsTomaž Vajngerl
2020-09-06pdf: don't require that a "text" annotation has a "pop-up" childTomaž Vajngerl
2020-09-06extract PDF import for annotations to a separate functionTomaž Vajngerl
2020-09-06store annotation subtype in PDFGraphicAnnotation, enum for subtypeTomaž Vajngerl
2020-09-05Fix typoAndrea Gelmini
2020-09-05rhbz#1875377 if sort order is equivalent keep order fontconfig presentsCaolán McNamara
2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara
2020-09-04xmlsecurity: pdf incremental updates that are non-commenting are invalidMiklos Vajna
2020-09-04ignore fully opaque alpha bitmap for SkiaLuboš Luňák
2020-09-04fix erasing virtual device with alphaLuboš Luňák
2020-09-04don't warn about perfectly ok small-button styleCaolán McNamara
2020-09-04uilogger : Add support in the Logger and DSL for MenuBtnAhmed ElShreif
2020-09-03initialize possible CPU intrinsics use also for normal Skia (tdf#136326)Luboš Luňák
2020-09-03set small button provider at screen instead of at each widgetCaolán McNamara
2020-09-02support attempting to set a background color for widgetsCaolán McNamara
2020-09-02Do layout immediately in resizeCaolán McNamara
2020-09-02remove some unused methodsCaolán McNamara
2020-09-02MergeNotebookBarMenuAddons has only static methodsCaolán McNamara
2020-09-02drop unused weld_windowCaolán McNamara
2020-09-02drop some unused methodsCaolán McNamara
2020-09-02move Edit into toolkit only headersCaolán McNamara
2020-09-02handle properly cleared bitmap used as alpha for Skia (tdf#136171)Luboš Luňák
2020-09-02KeyFuncType::REPEAT is just a bare KEY_REPEAT caseCaolán McNamara
2020-09-02AlwaysInputMode::AlwaysInputDisabled newly unusedCaolán McNamara
2020-09-02tdf#133564: Text coloring of buttons within non key windows on macOS reworkedThorsten Wagner