summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/ov
AgeCommit message (Expand)AuthorFilesLines
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin3-3/+3
2015-06-11java:regulatize the order of 'final' and public/privateNoel Grandin3-3/+3
2015-05-05typo: strech -> stretchAndras Timar1-1/+1
2015-04-20java: remove some unused codeNoel Grandin1-3/+0
2015-01-05java: unnecessary method overridesNoel Grandin1-6/+0
2015-01-05java: remove unnecessary reflection in toolkit testsNoel Grandin3-323/+29
2015-01-05java: remove dead codeNoel Grandin1-244/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin5-9/+9
2014-12-05java: remove some unused local variablesNoel Grandin1-1/+0
2014-11-18java: make fields final where possibleNoel Grandin5-7/+7
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-8/+5
2014-10-10unchecked call to getDeclaredMethod(String,Class<?>...)Robert Antoni Buj i Gelonch1-1/+1
2014-08-19java: no need to instantiate String objects directlyNoel Grandin1-1/+1
2014-08-19java: classes in java.lang package do not need to be fully qualifiedNoel Grandin1-1/+1
2014-08-14java: remove commented out codeNoel Grandin1-1/+0
2014-08-12java: fix broken javadoc tagsNoel Grandin1-1/+1
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin6-0/+23
2014-08-08java: remove unused importsNoel Grandin1-1/+0
2014-08-05java: remove unused fieldsNoel Grandin1-3/+0
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin1-14/+10
2012-11-29API CHANGE a11y unpublishing and add/removeListener rename.Thorsten Behrens1-2/+2
2012-09-10Java cleanup, remove unnecessary importsNoel Grandin1-7/+0
2012-09-05Java cleanup, fix compile errorNoel Grandin1-4/+4
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin5-13/+13
2012-08-28Java cleanup - remove unused importsNoel Grandin5-23/+0
2012-06-21re-base on ALv2 code.Michael Meeks8-0/+144
2010-11-19gnumake2: removing old dmake file in migrated modulesBjoern Michaelsen1-51/+0
2007-01-25INTEGRATION: CWS ause069 (1.3.272); FILE MERGEDOliver Bolte1-1/+1
2004-07-23INTEGRATION: CWS sb20 (1.2.152); FILE MERGEDRĂ¼diger Timm1-1/+0
2003-06-04Adaption to recent UAA changes (TextSegment,selectAllAccessibleChildren,COLLA...Andre Fischer1-1/+1
2003-05-23Change of view registration.Andre Fischer1-3/+6
2003-05-23Changed registration of object views.Andre Fischer8-102/+219
2003-05-19Implemented state set view.Andre Fischer2-14/+152
2003-05-19Added ObjectView package.Andre Fischer9-0/+943