office-gobmx/toolkit
Samuel Mehrbrodt df2fc7c3e5 Fix typos
Change-Id: I155673b9b1b2ba1f275877ce7885cf3f99fcb2e3
Reviewed-on: https://gerrit.libreoffice.org/71340
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-04-26 07:35:42 +02:00
..
inc/helper unowrap.hxx is also exposed for toolkit only 2018-10-14 22:16:56 +02:00
qa tdf#123772 Add test 2019-03-08 09:17:20 +01:00
source Fix typos 2019-04-26 07:35:42 +02:00
test/accessibility tdf#116542 a11y: introduce STATIC role 2018-08-14 12:06:41 +02:00
util
CppunitTest_toolkit.mk tdf#123772 Add test 2019-03-08 09:17:20 +01:00
JunitTest_toolkit_complex.mk Drop juh.jar dependency from Java UNO tests 2018-12-06 17:40:33 +01:00
JunitTest_toolkit_unoapi_1.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
JunitTest_toolkit_unoapi_2.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
JunitTest_toolkit_unoapi_3.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
JunitTest_toolkit_unoapi_4.mk Simplify and fix Java UNO API test makefiles 2018-11-09 07:37:00 +01:00
Library_tk.mk gbuild: rename value OS=IOS to OS=iOS 2018-11-01 16:39:54 +01:00
Makefile
Module_toolkit.mk
README

"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.

Note that 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 file.)

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 checkout vcl/ instead.