summaryrefslogtreecommitdiffstats
path: root/toolkit/test/accessibility/Canvas.java
Commit message (Expand)AuthorAgeFilesLines
* java: combine nested if statementsNoel Grandin2015-11-051-6/+5
* java: was passing the wrong thing to the remove methodNoel Grandin2015-01-051-2/+2
* java: reduce visibility of fields and methodsNoel Grandin2014-12-111-4/+4
* java: make fields final where possibleNoel Grandin2014-11-181-3/+3
* java: always use braces for while loopsNoel Grandin2014-10-161-2/+2
* java: use isEmpty() instead of "size() == 0"Noel Grandin2014-10-071-1/+1
* java: add @Override annotation to overriding methodsNoel Grandin2014-08-121-0/+1
* java: remove unused parametersNoel Grandin2014-08-121-2/+1
* java: remove unused fieldsNoel Grandin2014-08-081-5/+0
* java: remove unused fieldsNoel Grandin2014-08-051-4/+0
* java: remove various unused variablesNoel Grandin2014-08-051-1/+0
* typo: arround -> aroundThomas Arnhold2014-04-141-1/+1
* Java5 update - convert to using generics for collectionsNoel Grandin2012-08-281-21/+34
* Java cleanup - remove unused importsNoel Grandin2012-08-281-5/+0
* re-base on ALv2 code.Michael Meeks2012-06-211-0/+18
* .java files don't need executable bitsMichael Stahl2012-03-231-0/+0
* Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer2003-04-251-31/+90
* INTEGRATION: CWS vcl07 (1.13.2); FILE ADDEDVladimir Glazounov2003-04-111-0/+389
* MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien2003-03-271-389/+0
* Improved AccessibleObject->CanvasShape.Andre Fischer2003-03-141-104/+77
* Major restructuring.Andre Fischer2003-03-131-60/+127
* #97772# Added antialiasing.Andre Fischer2002-05-231-1/+21
* #97772# Initial support for displaying selection and focus.Andre Fischer2002-04-191-15/+18
* #97772# Fixed removal of nodes from canvas.Andre Fischer2002-04-091-29/+24
* #97772# Clean up of AccessibleObject handling.Andre Fischer2002-04-091-31/+37
* #97772# Selection of associated JTree highlights corresponding graphical repr...Andre Fischer2002-04-051-57/+113
* #97772# Improved selection of object under mouse position.Andre Fischer2002-04-041-49/+94
* Performance improvements: Handler have become non-static members of tree node...Andre Fischer2002-04-021-19/+21
* Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim2002-03-081-3/+35
* #97772# Added first support for event notifications.Andre Fischer2002-03-011-6/+15
* Initial revision of Uno Accessibility API test tool.Andre Fischer2002-02-151-0/+181