summaryrefslogtreecommitdiff
path: root/registry/README
blob: 914db30a2f019a5ea28a0e54cd5a11c80e60208c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Registry reading, etc.

This provides tools for dealing with the legacy binary types database
format, still in use by extensions and the core code. While the actual
binary file format is implemented by the [[store]] code, the wrapper
that turns this into a type registry is implemented here.

While this code is primarily used in only two modes:

* linear write / concatenate
* random access read

The API unfortunately exposes a random-access write approach, which -
while ~unused needs before we can re-write this away from the store
backend.
2021-12-10 11:02:15 +0100 commit63b8d83fd0d135af4ac04f78d26bfd3322ab65f6 (patch) treed535b6761bb65f5b1c65e4eaed9b2af3cac01ef3 /vcl/inc parenta78040cabc6878e06e7519d6d53a0ef6e5c4d658 (diff)
make sure Skia bitmap checksum is invalidated properly
Change-Id: I85e81b730dcb0fdc7728d5a956974ef09a73de87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126585 Tested-by: Jenkins Reviewed-by: Luboš Luňák <l.lunak@collabora.com>