office-gobmx/toolkit
Michael Weghorn 8a762c35ea a11y: Update comment wrt reference being (not) weak
This was using a weak reference when the comment
was added in

    commit 9b34eb7c85
    Author: Frank Schönheit <fs@openoffice.org>
    Date:   Thu Apr 25 10:24:33 2002 +0000

        #98750# be an XEventListener at the AccessibleContext

, but later changed to be a hard reference in

    commit 23d689d4e4
    Author: Thomas Benisch <tbe@openoffice.org>
    Date:   Thu Nov 7 16:19:24 2002 +0000

        #103674# change the reference to the accessible context from weak to hard

. Unfortunately that commit only references a StarDivision
internal ticket, so the exact reason remains unclear,
but at least update the comment.

Change-Id: Icdc9aec97647ae05ae7fb3f2bdc1be43c3a62619
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/177848
Tested-by: Jenkins
Reviewed-by: Michael Weghorn <m.weghorn@posteo.de>
2024-12-05 20:10:59 +01:00
..
inc a11y: Move menu a11y classes to vcl, no more use factory 2024-12-04 20:47:30 +01:00
qa [API CHANGE] a11y: Drop XAccessibleExtendedComponent::getFont 2024-12-04 20:46:21 +01:00
source a11y: Update comment wrt reference being (not) weak 2024-12-05 20:10:59 +01:00
test/accessibility [API CHANGE] a11y: Switch AccessibleRelationType to enum 2024-11-07 08:50:13 +01:00
util
CppunitTest_toolkit.mk Test keeping element order in EventContainer 2020-05-07 08:43:03 +02:00
CppunitTest_toolkit_a11y.mk Make AccessibilityTools available more widely and use it 2022-07-27 10:41:03 +02:00
IwyuFilter_toolkit.yaml Recheck modules t* with IWYU 2022-04-02 23:32:08 +02:00
JunitTest_toolkit_complex.mk Move all public Java classes to libreoffice.jar 2020-05-06 14:48:21 +02: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 replace createFromAscii with OUString literals in toolkit 2024-05-04 20:12:03 +02:00
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_toolkit.mk toolkit: convert AccessibleStatusBar test to C++ 2022-06-08 12:51:01 +02:00
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.