summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/Canvas.java
AgeCommit message (Expand)Author
2015-11-05java: combine nested if statementsNoel Grandin
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin
2014-12-11java: reduce visibility of fields and methodsNoel Grandin
2014-11-18java: make fields final where possibleNoel Grandin
2014-10-16java: always use braces for while loopsNoel Grandin
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin
2014-08-12java: remove unused parametersNoel Grandin
2014-08-08java: remove unused fieldsNoel Grandin
2014-08-05java: remove unused fieldsNoel Grandin
2014-08-05java: remove various unused variablesNoel Grandin
2014-04-14typo: arround -> aroundThomas Arnhold
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin
2012-08-28Java cleanup - remove unused importsNoel Grandin
2012-06-21re-base on ALv2 code.Michael Meeks
2012-03-23.java files don't need executable bitsMichael Stahl
2003-04-25Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer
2003-04-11INTEGRATION: CWS vcl07 (1.13.2); FILE ADDEDVladimir Glazounov
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien
2003-03-14Improved AccessibleObject->CanvasShape.Andre Fischer
2003-03-13Major restructuring.Andre Fischer
2002-05-23#97772# Added antialiasing.Andre Fischer
2002-04-19#97772# Initial support for displaying selection and focus.Andre Fischer
2002-04-09#97772# Fixed removal of nodes from canvas.Andre Fischer
2002-04-09#97772# Clean up of AccessibleObject handling.Andre Fischer
2002-04-05#97772# Selection of associated JTree highlights corresponding graphical repr...Andre Fischer
2002-04-04#97772# Improved selection of object under mouse position.Andre Fischer
2002-04-02Performance improvements: Handler have become non-static members of tree node...Andre Fischer
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim
2002-03-01#97772# Added first support for event notifications.Andre Fischer
2002-02-15Initial revision of Uno Accessibility API test tool.Andre Fischer