summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/AccessibilityWorkBench.java
AgeCommit message (Expand)AuthorFilesLines
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin1-1/+1
2012-08-28Java cleanup - remove unused importsNoel Grandin1-26/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-0/+18
2012-03-23.java files don't need executable bitsMichael Stahl1-0/+0
2003-06-04Update of version number and news.html.Andre Fischer1-1/+1
2003-05-19Added ObjectViewContainer.Andre Fischer1-13/+53
2003-04-25Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer1-17/+76
2003-04-11INTEGRATION: CWS vcl07 (1.29.2); FILE ADDEDVladimir Glazounov1-0/+521
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-607/+0
2003-03-14Added a simple help widget.Andre Fischer1-3/+12
2003-03-14Improved AccessibleObject->CanvasShape.Andre Fischer1-1/+21
2003-03-14Improved AccessibleObject->CanvasShape.Andre Fischer1-26/+15
2003-03-13Major restructuring.Andre Fischer1-158/+128
2002-11-19Clean up.Andre Fischer1-41/+0
2002-11-19Adaption to change of XAccessibleComponent and XAccessibleExtendedComponent i...Andre Fischer1-1/+1
2002-08-21#100622# Added support of top level windows created during run time.Andre Fischer1-29/+23
2002-08-06#100622# Introduction of mbInitialized variable and UpdateButtonStates method.Andre Fischer1-13/+54
2002-06-21Adaption to changes in SimpleOffice.Andre Fischer1-1/+3
2002-05-23#97772# Clean up of layout creation.Andre Fischer1-60/+52
2002-05-23#97772# Removed unused methods.Andre Fischer1-114/+2
2002-05-23#97772# Added antialiased option. Added message_append.Andre Fischer1-1/+26
2002-04-23#97772# changed dimensions checked in on errorBjörn Milcke1-1/+1
2002-04-23#97772# creation order of Message output area changed to avoid paint errorsBjörn Milcke1-14/+14
2002-04-18#97772# Increased the version number. Canvas is cleared on initialize.Andre Fischer1-1/+3
2002-04-09#97772# Fixed removal of nodes from canvas.Andre Fischer1-4/+0
2002-04-09#97772# Added File menu with Quit entry.Andre Fischer1-7/+22
2002-04-09#97772# Removal of internal dead lock.Andre Fischer1-1/+3
2002-04-08#97772# Instead of replacing the whole tree model, now only its root node is ...Andre Fischer1-7/+16
2002-04-05#97772# Added menu bar and options file to GUI.Andre Fischer1-1/+119
2002-04-04#97772# Minor cleanup.Andre Fischer1-3/+4
2002-04-02Appended version number to main window title.Andre Fischer1-1/+2
2002-04-02Performance improvements: Handler have become non-static members of tree node...Andre Fischer1-14/+27
2002-03-19made main class a Singleton (needed for display of Dialogs)Daniel Vogelheim1-1/+9
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim1-105/+37
2002-03-04- removed import statements for local calsses (causes problems in Java 1.4)Daniel Vogelheim1-6/+0
2002-03-01#97772# Added first support for event notifications.Andre Fischer1-6/+28
2002-02-15Initial revision of Uno Accessibility API test tool.Andre Fischer1-0/+605