summaryrefslogtreecommitdiff
path: root/basctl
ModeNameSize
-rw-r--r--AllLangResTarget_basctl.mk2145logplain
-rw-r--r--Library_basctl.mk3912logplain
-rw-r--r--Makefile1564logplain
-rw-r--r--Module_basctl.mk1364logplain
-rw-r--r--Package_xml.mk2791logplain
d---------inc117logplain
d---------prj109logplain
d---------sdi118logplain
d---------source137logplain
d---------uiconfig / basicide35logplain
d---------util82logplain
a href='/cgit/lo/core/commit/external/skia/swap-buffers-rect.patch.1?id=5d051f443bcd4b79041ef379bf032b76616f9ce2'>build Skia also on MacLuboš Luňák This only builds the library, without using it. Change-Id: I54e940bcaa61852b831dbe7ae5660a5daf5fe609 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/119356 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com> 2020-10-08track dirty areas for Skia drawingLuboš Luňák Updates to the screen in raster mode aren't _that_ slow, in fact it seems using SkRegion can make things slower because of manipulating the region, but with SkIRect this could sometimes help a bit. It also appears that StretchDIBits() that is used by the Windows raster code doesn't work correctly if only a subset of the y-axis range is specified, which reduces the usefulness. Change-Id: Ia93d2b60f2c62461e4c2c81210ab1d5d652a2cfb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/104047 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>