1. 89beb8b Use tabluator character to separate a dropdown item into columns by Tim Buschtöns · 11 years ago
  2. c2a7648 Render "columns" on DropDown widgetData as grid itemMetrics by Tim Buschtöns · 11 years ago
  3. e451a36 Fix AutoSuggest.setDataProvider by Tim Buschtöns · 11 years ago
  4. 2f6afab AutoSuggest.setDataProvider - work in progress by Tim Buschtöns · 11 years ago
  5. 59805a8 Rename "viewer" field in DropDown.js to "grid" by Tim Buschtöns · 11 years ago
  6. a540905 Rename ModelListener.js to AutoSuggest.js by Tim Buschtöns · 11 years ago
  7. acac4a4 ModelListner.js hides dropdown if text has length zero by Tim Buschtöns · 11 years ago
  8. 1f2dc8c Reset elementSelection in ModelListner instead of DropDownViewer by Tim Buschtöns · 11 years ago
  9. 8110c58 Remove public notify method on Model.java by Tim Buschtöns · 11 years ago
  10. 9b578e1 Make dropdown not invisible if itemcount/height is zero by Tim Buschtöns · 11 years ago
  11. 880c2a9 Set shadow from combo list on dropdown popup by Tim Buschtöns · 11 years ago
  12. 57eebf5 ModelListener.js updates results if elements/data/input changes by Tim Buschtöns · 11 years ago
  13. f70aec7 Fix ModelListener not always closing DropDown on full autoComplete by Tim Buschtöns · 11 years ago
  14. 5c153f5 Implement AutoSuggest.setAutoComplete by Tim Buschtöns · 11 years ago
  15. 904bfd7 Remove old DropDownViewer ClientListener by Tim Buschtöns · 11 years ago
  16. 5781159 Fix Model.js tests by Tim Buschtöns · 11 years ago
  17. c870191 Fix DropDownViewer project settings by Tim Buschtöns · 11 years ago
  18. 9f10250 Attach actual AutoSuggest ClientListner, AutoSuggest is functional by Tim Buschtöns · 11 years ago
  19. 45873d0 Connect AutoSuggest internals on the client by Tim Buschtöns · 11 years ago
  20. 2fef1c4 Create class AutoSuggest by Tim Buschtöns · 11 years ago
  21. e26d688 Implement partial autocomplete by Tim Buschtöns · 11 years ago
  22. c8f0ba8 ModelListener does not suggest anything while deleting text by Tim Buschtöns · 11 years ago
  23. c59d4d4 Hide DropDown on elementSelection by Tim Buschtöns · 11 years ago
  24. 5ddf7c6 ModelListener controls DropDown visibility by Tim Buschtöns · 11 years ago
  25. 87b7f07 Minor refactorings in DataBinding.js by Tim Buschtöns · 11 years ago
  26. f6f567d Minor refactorings in ModelListener by Tim Buschtöns · 11 years ago
  27. f51099c ModelListener sets elementSelection for auto-completed text by Tim Buschtöns · 11 years ago
  28. 056029f Do not send model change event source object as json to server by Tim Buschtöns · 11 years ago
  29. 8b8fea7 ModelListener clears selection on accept by Tim Buschtöns · 11 years ago
  30. 67eb1d3 ModelListner restores userText when selection is -1 by Tim Buschtöns · 11 years ago
  31. 5b73aaa Give single "event" argument to model listener by Tim Buschtöns · 11 years ago
  32. bc6c250 Set text selection for suggestions by Tim Buschtöns · 11 years ago
  33. dbecade ModelListener sets text from suggestion or userText by Tim Buschtöns · 11 years ago
  34. 1ccc3a4 Merge branch 'master' of ssh://tbuschto@git.eclipse.org/gitroot/rap/incubator/org.eclipse.rap.incubator.dropdown.git by Tim Buschtöns · 11 years ago
  35. 6cfe87e Improve test reporter by Ralf Sternberg · 11 years ago
  36. 2343660 Rename testrunner bundle to jstestrunner by Ralf Sternberg · 11 years ago
  37. 9cbaf68 Fix autocomplete when same text is suggested twice by Tim Buschtöns · 11 years ago
  38. b860001 Remove console feature from JasmineRunner by Tim Buschtöns · 11 years ago
  39. 354cdd6 ModelListener.js supports simple, optional AutoComplete by Tim Buschtöns · 11 years ago
  40. 86ec6ee ModelListener sets elementSelection on accept/DefaultSelection by Tim Buschtöns · 11 years ago
  41. 802fe5e Refactor ModelListenerSpec.js to share more setup code by Tim Buschtöns · 11 years ago
  42. c99c6ca Introduce generic "change" event in Model.js by Tim Buschtöns · 11 years ago
  43. 5cde13b Refactor ModelListener to use "userText" as input and "text" as output by Tim Buschtöns · 11 years ago
  44. ef8d549 ModelListener renders selection to text by Tim Buschtöns · 11 years ago
  45. b58b3f2 ModelListener renders search results by Tim Buschtöns · 11 years ago
  46. bb32479 Move searchItems tests to ModelListenerSpec.js by Tim Buschtöns · 11 years ago
  47. 3f51799 Move createQuery tests to ModelListenerSpecs.js by Tim Buschtöns · 11 years ago
  48. 9c5bf93 Add about.html to org.eclipse.rap.testrunner bundle by Tim Buschtöns · 11 years ago
  49. 8275707 Implement change events for rwt.remote.Model by Tim Buschtöns · 11 years ago
  50. 91da65a Fix ModelListenerSpec when running in rhino by Tim Buschtöns · 11 years ago
  51. 0471ac3 Add error message to JasmineReporter.reportSpecResults by Tim Buschtöns · 11 years ago
  52. b41cdde Fix JUnit reporter to succeed only if *all* tests pass by Ralf Sternberg · 11 years ago
  53. 328eb3c Add jasmine source folder to build properties by Ralf Sternberg · 11 years ago
  54. 5af7353 Run Jasmine tests in JUnit using a @Rule by Ralf Sternberg · 11 years ago
  55. a3886c1 Allow jasmine to test client listeners by Tim Buschtöns · 11 years ago
  56. 1198db1 Create org.eclipse.rap.testrunner for jasmine tests by Tim Buschtöns · 11 years ago
  57. c6fb2da Replace unnecessary use of RemoteObjectImpl with interface by Ralf Sternberg · 11 years ago
  58. c68e6a1 Remove unused import by Ralf Sternberg · 11 years ago
  59. 0f4ffa2 Convert some tests for Model.js to jasmine tests by Tim Buschtöns · 11 years ago
  60. 6e967a6 Remove reference to IClientObjectAdapter in DropDown by Tim Buschtöns · 11 years ago
  61. 9df670f Fix Demo launch config for RAP 2.1 target platform by Tim Buschtöns · 11 years ago
  62. 0b0dd37 Refactor DropDownViewer client listenr scripts by Tim Buschtöns · 11 years ago
  63. c06d3ff Always render dropdown items as focused by Tim Buschtöns · 11 years ago
  64. 7e26353 Implement support for Markup in DropDown by Tim Buschtöns · 11 years ago
  65. 485ae25 Merge branch 'grid' by Tim Buschtöns · 11 years ago
  66. 81448ed Restore user written text on selection reset in viewer by Tim Buschtöns · 11 years ago
  67. 2c9eeba Support wrapping selection index with keyboard by Tim Buschtöns · 11 years ago
  68. a71bcbb Optimize grid item rendering by Tim Buschtöns · 11 years ago
  69. fa27031 Remove display limit of 20 items in DropDownViewer by Tim Buschtöns · 11 years ago
  70. 43a9678 Set missing focus item when switching form text to list by Tim Buschtöns · 11 years ago
  71. b4690cc Replace List with Grid in DropDown client implementation by Tim Buschtöns · 11 years ago
  72. f744630 Add content to example page by Ralf Sternberg · 11 years ago
  73. 3611b97 Fix MANIFEST.MF and build.properties by Ralf Sternberg · 11 years ago
  74. a139923 Add readme to examples bundle. by Tim Buschtöns · 11 years ago
  75. 9d5016b Replace RichAjax Platform with Remote Application Platform by Ivan Furnadjiev · 11 years ago
  76. 8f1554a Add description to composite.xml by Ralf Sternberg · 11 years ago
  77. 233bfad Prevent crash after DropDown dispose by Tim Buschtöns · 11 years ago
  78. 6077fe0 Initial import of empty examples demo contribution by Ivan Furnadjiev · 11 years ago
  79. 013ebdd Disable JUnit Tycho/Surefire tests because of unresolvable dependenies by Markus Knauer · 11 years ago
  80. bf96139 Fix crash on DropDownViewer/Model dispose by Tim Buschtöns · 11 years ago
  81. 0c7bce0 Dispose ClientModelListener with Model by Tim Buschtöns · 11 years ago
  82. dc1489c Refresh DropDown on DropDownViewer input change by Tim Buschtöns · 11 years ago
  83. 51fb629 Implement notify without properties argument (server and client) by Tim Buschtöns · 11 years ago
  84. e86bb8d Implement model.addListener/removeListener (client) by Tim Buschtöns · 11 years ago
  85. 0726637 Implement Model.notify by Tim Buschtöns · 11 years ago
  86. 897ab4a Implement ClientModelListener by Tim Buschtöns · 11 years ago
  87. e9721ae Implement Model.java and use it in DropDownViewer.java by Tim Buschtöns · 11 years ago
  88. 119e1ee Rename "UniversalRemoteObject" to "Model" by Tim Buschtöns · 11 years ago
  89. 8bb2195 DropDownViewer fires event if focus is lost after selection change by Tim Buschtöns · 11 years ago
  90. 078ce30 Remove text selection on Enter even if DropDown is not visible by Tim Buschtöns · 11 years ago
  91. d295fc0 DropDownViewer does not fire multiple selection events for same elements by Tim Buschtöns · 11 years ago
  92. 8d283ac Select only inserted part on auto completion by Tim Buschtöns · 11 years ago
  93. 5d9a0d3 Close DropDown in DropDownViewer on auto-completion by Tim Buschtöns · 11 years ago
  94. 333baa0 Do not close DropDown on Enter if nothing is selected by Tim Buschtöns · 11 years ago
  95. 96d87d9 Update Demo to get rid of dialog box by Tim Buschtöns · 11 years ago
  96. bf99c38 DropDown widget automatically hides on Enter key by Tim Buschtöns · 11 years ago
  97. 8d9fbb9 DropDown fires DefaultSelection on MouseUp by Tim Buschtöns · 11 years ago
  98. 9218583 Show all items if DropDown shows with one exact match by Tim Buschtöns · 11 years ago
  99. c0b1577 Prevent crash in Demo example by Tim Buschtöns · 11 years ago
  100. d1310bd Prevent crash on DropDown destroy if a parent is disposed by Tim Buschtöns · 11 years ago