Skip to main content
summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2013-08-20Prevent unwanted selection events in AutoSuggestTim Buschtöns3-14/+62
2013-08-12Force update of org.eclipse.rap.addons.dropdown bundle qualifierMarkus Knauer1-1/+1
2013-08-12Adjust DropDown JavaScript test to internal rap core changesTim Buschtöns1-8/+8
2013-08-08Adjust to use ClientListener from RWT masterRalf Sternberg32-244/+148
2013-08-07Position DropDown on parent top if there is not enough space on bottomTim Buschtöns2-3/+21
2013-08-07Force DropDown to appear and position after parents have been layoutedTim Buschtöns2-2/+19
2013-08-04Allow AutoSuggest customization by extending AutoSuggestClientListenerTim Buschtöns9-50/+42
2013-08-04Refactor AutoSuggest to be able to remove Model.javaTim Buschtöns11-552/+103
2013-08-02Update to ClientScripting changesTim Buschtöns1-1/+1
2013-08-01Fix DropDown layout when it appears while parent position is changingTim Buschtöns2-0/+47
2013-07-31Create protected AutoSuggest.getAutoSuggestScript() for customizationTim Buschtöns6-269/+135
2013-07-31Remove DataBinding.js, introduce EventDelegator.jsTim Buschtöns6-152/+160
2013-07-30Provide protected helper to attach ClientListner in AutoSuggestTim Buschtöns4-80/+117
2013-07-30Create protected methods in AutoSuggest to allow custom scriptsTim Buschtöns10-11/+697
2013-07-30Revise DropDownDemoTim Buschtöns14-1777/+65
2013-07-30Use Script class to create AutoSuggest ClientListenerTim Buschtöns4-15/+74
2013-07-30Rename field suggestionTexts in AutoSuggest.jsTim Buschtöns3-11/+11
2013-07-30Prevent crash if AutoSuggest parent is disposed after setting DataSourceTim Buschtöns1-1/+7
2013-07-29Rename js test class to be picked up by buildRalf Sternberg2-37/+14
2013-07-27Enable autosuggest tests in buildRalf Sternberg1-1/+1
2013-07-26Rename resource in JS tests, code cleanup in jstestrunnerRalf Sternberg5-72/+57
2013-07-26Fix test problems in OSGiRalf Sternberg2-7/+5
2013-07-25Add column support to AutoSuggest APIRalf Sternberg11-26/+191
2013-07-25Enable AutoSuggest client to handle suggestions of type arrayTim Buschtöns2-20/+65
2013-07-25Introduce exchangeable template function on AutoSuggest clientTim Buschtöns3-22/+106
2013-07-25Implement DataSource.setFilterScriptTim Buschtöns6-4/+127
2013-07-25Allow null argument in AutoSuggest.setDataSourceTim Buschtöns4-8/+7

Back to the top