Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-10-13Set DEBUG flag to false by default in ModelResourcesHEADmasterIvan Furnadjiev1-2/+2
2017-04-05Update launch configuration to the latest platform changesIvan Furnadjiev1-44/+44
2016-11-22Add support for H_SCROLL to AutoSuggestIvan Furnadjiev2-2/+36
2016-01-27Replace spy with mock in testsRalf Sternberg1-5/+13
2016-01-26Update tests and demo to Java 8Ralf Sternberg9-18/+15
2015-10-19Update JDT prefs from RAP repoRalf Sternberg5-5/+5
2015-06-24Revert deletion of parameters in JasmineRunnerRalf Sternberg1-2/+6
2015-06-23Fix compiler warnings, update JDT settingsRalf Sternberg9-18/+412
2015-06-12Include DropDown examples demo bundle in build and p2 repositoryMarkus Knauer3-7/+12
2015-06-05Use public API for unit testsRalf Sternberg3-23/+15
2015-06-05Update to Java 7, fix compiler warningsRalf Sternberg37-116/+171
2014-12-16Adopt tests to the recent test fixture changesIvan Furnadjiev3-4/+5
2014-11-27Fix compile error due to RAP API renameingIvan Furnadjiev1-2/+2
2014-07-28Add Text/DropDown null check in AutoSuggest property handlersIvan Furnadjiev1-11/+12
2014-07-28Add check for disposed model before setting the propertyIvan Furnadjiev2-3/+21
2014-06-27Update copyright headerIvan Furnadjiev1-1/+1
2014-06-27Fix failing testIvan Furnadjiev1-0/+1
2014-06-12Fix compile error after deprecated PhaseId class is made internalIvan Furnadjiev3-4/+6
2014-06-12Fix imports after removal of RAP core deprecated classesIvan Furnadjiev3-6/+6
2014-04-26Include updated SUA for 2014 in featuresstreams/2.3Markus Knauer4-9/+301
2014-04-10Remove DropDown bundles from feature and pom.xmlIvan Furnadjiev2-18/+0
2014-04-09Adjust to RAP 2.3 changesTim Buschtöns43-2207/+83
2014-04-07Fix a crash in IE8 where array.map is not supportedIvan Furnadjiev1-1/+1
2014-04-01Make DropDown shadow themeableIvan Furnadjiev3-4/+8
2014-03-27Adjust code to new JS DropDown widget namespaceIvan Furnadjiev4-6/+6
2014-03-27Update DropDown bundles version to 0.3Ivan Furnadjiev9-16/+16
2014-03-26Move JavaScript DropDown implementation and tests to RAP coreIvan Furnadjiev16-2130/+16
2014-02-05Enable AutoSuggest to handle events fired before the model is createdstreams/2.2Tim Buschtöns1-6/+20
2014-02-05Implement DataSource.dispose()Tim Buschtöns4-16/+102
2014-02-04Fetch DataSource on next render event when dataSourceId changesTim Buschtöns3-2/+61
2014-02-04Ensure DropDown always fires client-side "Show" and "Hide" EventsTim Buschtöns2-13/+31
2014-01-20Make AutoSuggest text, dropDown and notifySelectionListeners protectedTim Buschtöns1-3/+12
2014-01-20Fix issue when using columns with AutoComplete Tim Buschtöns2-12/+26
2014-01-15Introduce generics to DataSource Tim Buschtöns6-43/+74
2014-01-15Add JavaDoc to the AutoSuggest related interfaces and templatesTim Buschtöns7-11/+62
2014-01-15Add JavaDoc to classes AutoSuggest and DataSourceTim Buschtöns5-9/+207
2014-01-14Minor changes to AutoSuggest to enable better customization.Tim Buschtöns1-2/+6
2013-12-12Change RAP bundles dependency min version back to 2.2Ivan Furnadjiev7-10/+10
2013-12-10Update rwt/test/jstest dependency versions to 2.3.0Ivan Furnadjiev7-10/+10
2013-10-30Prevent crash in case the DropDown was not added to themeable widgetsTim Buschtöns1-1/+3
2013-10-25Make DropDown border themeableTim Buschtöns11-11/+257
2013-10-25Minor DropDown.js refactoringTim Buschtöns1-3/+3
2013-10-25Prevent crash if dropdown is updated while parent is not createdTim Buschtöns2-3/+14
2013-09-04Merge remote-tracking branch 'incubator/master'Tim Buschtöns1-28/+28
2013-09-04Adjust tests to client core changes Tim Buschtöns2-5/+5
2013-09-04Change line endingsIvan Furnadjiev1-28/+28
2013-09-02Re-Layout dropdown width if columns change after appearTim Buschtöns2-0/+11
2013-08-30Adjust to changes of SWT object in RAP coreTim Buschtöns2-8/+6
2013-08-20Added comment regarding bug 415485Tim Buschtöns1-0/+1
2013-08-20Prevent error when disposing AutoSuggest twiceTim Buschtöns2-4/+16

Back to the top