summaryrefslogtreecommitdiff
path: root/vcl
AgeCommit message (Expand)AuthorFilesLines
2020-09-13tdf#125234 Qt5 add missing CFF font subsettingJan-Marek Glogowski1-0/+12
2020-09-13tdf#132561 fix png export from DrawNoel Grandin1-1/+8
2020-09-12Replace remaining uses of sal_uCharJulien Nabet2-2/+2
2020-09-12Fix typoAndrea Gelmini1-1/+1
2020-09-11tdf#125234 Qt5 set glpyh font bounding boxJan-Marek Glogowski3-10/+39
2020-09-11Qt5 add some output formaters for Qt classesJan-Marek Glogowski1-0/+28
2020-09-11tdf#125234 Qt use glyph widths, not advanceJan-Marek Glogowski1-10/+7
2020-09-11Fix the minimal build-tools targetJan-Marek Glogowski2-0/+5
2020-09-11tdf#135565 prepare font preview virtual deviceCaolán McNamara1-1/+3
2020-09-11drop misleading GetWindowTextColor useCaolán McNamara1-1/+0
2020-09-11Do not even unload cui library during exitStephan Bergmann1-2/+4
2020-09-11application level settings-changed event callbacks not triggeringCaolán McNamara1-1/+1
2020-09-11convert IMAP_OBJ to scoped enumNoel Grandin2-32/+32
2020-09-11convert IMAP_FORMAT to scoped enumNoel Grandin1-13/+13
2020-09-10tdf#136512 listen to style-updated on pEventWidget instead of toplevel...Caolán McNamara1-1/+2
2020-09-10pango_attr_list_filter returns the removed attributesCaolán McNamara1-18/+12
2020-09-10turn off any idle scheduled layout on hard layoutCaolán McNamara1-0/+1
2020-09-10support attempting to set a foreground color for labels and textviewsCaolán McNamara3-4/+59
2020-09-10Related: tdf#131581 inhibit updates during other for_each variantsCaolán McNamara1-0/+4
2020-09-10tdf#131581 inhibit updates during all_foreachCaolán McNamara1-7/+48
2020-09-10tdf#75280: Convert some inappropriate use of sal_uIntPtr (+sal_uLong) (vcl)Julien Nabet2-2/+2
2020-09-10blacklist amd driver with vulkan version <= 2.0.49 (tdf#136553)Luboš Luňák1-0/+3
2020-09-10Guard against lone mnemonic prefix at end of keyStephan Bergmann1-0/+5
2020-09-09allow xor mode with Skia drawTransformedBitmap() (tdf#136575)Luboš Luňák1-1/+1
2020-09-09improve loplugin:unusedvarsglobalNoel Grandin2-3/+0
2020-09-08tdf#136208 make combo/list/spin take focus on use of scroll wheelCaolán McNamara5-4/+9
2020-09-08Fix typo in code+comment (vaules->values)Julien Nabet1-1/+1
2020-09-08tdf#134477 add VclMessageType::Other to indicate image-less generic InfoBoxCaolán McNamara2-1/+11
2020-09-08tdf#127932 fix wrong page number in print progressJuergen Funk1-7/+17
2020-09-08try harder to not duplicate large memory usage in SkiaSalBitmapLuboš Luňák2-17/+91
2020-09-08conserve memory used by SkiaSalBitmap buffers also for 32bit buildsLuboš Luňák1-1/+4
2020-09-08make SkiaSalBitmap debug also log bit count and palette presenceLuboš Luňák1-1/+7
2020-09-08longer watchdog timeouts for debug Skia buildLuboš Luňák2-0/+12
2020-09-08prefer 8bit bitmap masks to 1bpp masksLuboš Luňák1-2/+2
2020-09-08tdf#136545 use pre-existing cairo_surfaceCaolán McNamara5-16/+28
2020-09-08Simplify PDFWriterImpl::appendLiteralStringEncrypt, taking std::string_viewStephan Bergmann2-13/+8
2020-09-08Simplify GetVendorNameFromId, returning std::string_viewStephan Bergmann3-8/+11
2020-09-07tdf#136323 qt5: Remember accessible objectMichael Weghorn2-5/+8
2020-09-07Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicitStephan Bergmann2-4/+4
2020-09-07loplugin:constantparamNoel Grandin3-14/+6
2020-09-07improve debug for erased SkiaSalBitmapLuboš Luňák2-4/+10
2020-09-07do not queue up too many Skia image drawing operations (tdf#136369)Luboš Luňák2-0/+13
2020-09-07tweak not caching overly large Skia images (tdf#136244)Luboš Luňák1-6/+7
2020-09-07increase Skia image cache size to 64MiB (tdf#136244)Luboš Luňák3-3/+6
2020-09-07avoid temporary SkImage when merging bitmaps in Skia (tdf#136244)Luboš Luňák1-68/+24
2020-09-07limit draw size by clip region size, not whole sizeLuboš Luňák1-5/+6
2020-09-07Confine findAnnotations to HAVE_FEATURE_PDFIUMStephan Bergmann1-0/+2
2020-09-07Related: tdf#136455 use insert_vector for bulk insertCaolán McNamara1-2/+13
2020-09-07tdf#136455 unused ComboBox menu listening to GtkListStore and slowing insertsCaolán McNamara1-0/+17
2020-09-06ofz#23573 speed up fuzzingCaolán McNamara1-6/+14