office-gobmx/toolkit
Noel Grandin f2c02331a7 new loplugin:unnecessary locking
off by default, since each warning needs careful inspection

Change-Id: I805c1d1cdde531a1afdc76e87b22f879fc3c9753
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/134641
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2022-05-20 08:03:27 +02:00
..
inc Recheck modules t* with IWYU 2022-04-02 23:32:08 +02:00
qa Just use Any ctor instead of makeAny (macOS) 2022-05-04 15:26:09 +02:00
source new loplugin:unnecessary locking 2022-05-20 08:03:27 +02:00
test/accessibility
util move hatchwindow to toolkit 2021-03-12 10:06:56 +01:00
CppunitTest_toolkit.mk
IwyuFilter_toolkit.yaml Recheck modules t* with IWYU 2022-04-02 23:32:08 +02:00
JunitTest_toolkit_complex.mk
JunitTest_toolkit_unoapi_1.mk
JunitTest_toolkit_unoapi_2.mk
JunitTest_toolkit_unoapi_3.mk
JunitTest_toolkit_unoapi_4.mk
Library_tk.mk Disable epoxy test with --disable-gui 2022-01-05 18:00:59 +01:00
Makefile
Module_toolkit.mk
README.md Updated README.md files to represent current code / use Markdown format 2021-04-07 17:47:16 +02:00

Abstract Windowing Toolkit

"Abstract" windowing thing. UNO implementations of windowing stuff so that it can be used from Basic or Java. But also stuff that has no connection to Basic or Java.

Notes

The "awt" here has no relation to the Java AWT, as far as I know. It might be inspired by it API-wise, perhaps. (If you know differently, feel free to improve this README.md file.)

Also note that toolkit/ is itself not really a toolkit, it is at root a reasonably simple wrapper of vcl/. If you came here looking for a toolkit, please look at vcl/ instead.