1. 1c039aa This patch provides access to the underlying InputElement's value property, and by rjrjr@google.com · 16 years ago
  2. 095d97b Adds an option to HandlerManager to fire handlers in reverse order, and converts NativePreviewEvent to use the HandlerManager instead of an ArrayList. The HandlerManager automatically handles concurrent adds and removes, which caused a problem in MenuBar. by jlabanca@google.com · 16 years ago
  3. 89be450 Adding helper class to allow tests to get user input more conveniently by ecc@google.com · 16 years ago
  4. f5bad7a GwtEvent should not control its own hashcode Review by:jlabanca by ecc@google.com · 16 years ago
  5. 768d209 Removing jsni implementation of handler manager as benchmarking has shown it is not necessary. by ecc@google.com · 16 years ago
  6. 7e559d7 Committing issue http://gwt-code-reviews.appspot.com/2007, renaming SuggestBox.setSelectsFirstItem. by ecc@google.com · 16 years ago
  7. 2ab41c6 Updated applicationCreator scripts to webAppCreator. by scottb@google.com · 16 years ago
  8. 83f8bbd Fixes issue 3148 by improving the performance of FlowPanel.clear() by a hundred to one on IE. by ecc@google.com · 16 years ago
  9. b01a43e making a sub-class public so I can cheat and use it in gwt-incubator, does not change the core API. by ecc@google.com · 16 years ago
  10. 7ab1943 Fixed URL to ManagingMerges + added some more notes. by scottb@google.com · 16 years ago
  11. 9fdfe98 Updates branch-info.txt to warn that r4460 will not merge cleanly to trunk. by spoon@google.com · 16 years ago
  12. 15d532a Merged the legecy EventPreview stack into the new NativePreviewHandler stack so legacy EventPreviews will only fire if they are at the top of the combined stack. A previous change took PopupPanels off the legacy stack, which promoted other EventPreview to the top and broke legacy code. by jlabanca@google.com · 16 years ago
  13. df6b29f Incorporated Scott's comments. by amitmanjhi@google.com · 16 years ago
  14. f2296ad Refactor HostedModeBase by adding an extra class between it and by jat@google.com · 16 years ago
  15. 30e9775 Removing DynaTable2, which is no longer needed since DynaTable was converted. by scottb@google.com · 16 years ago
  16. 5e29db0 Fixes issue #3247. The upshot is, Pruner could leave the AST in an invalid state. In practice, this almost never mattered because TypeTightener would happily come along and fix things up. But sometimes, this would occur on the final Pruner pass, and since TypeTightener doesn't run after that, badness ensued. by scottb@google.com · 16 years ago
  17. 25faa3e GWTShell was eating compile errors, causing JUnit to not abort properly. by scottb@google.com · 16 years ago
  18. 28af38a Sort & format. by scottb@google.com · 16 years ago
  19. 7575553 Doc tweaks. by scottb@google.com · 16 years ago
  20. 2062d8d Adding addAll as a whitelist entry to the api checker. Review by:jlabanca by ecc@google.com · 16 years ago
  21. 981b4e4 Refactoring out a SimpleLogger for use by code museum. by ecc@google.com · 16 years ago
  22. 33b1a3e Stray file from previous commit: Committing upgrades to suggest box by ecc@google.com · 16 years ago
  23. 8d31a43 Committing upgrades to suggest box by ecc@google.com · 16 years ago
  24. c09608c Adding package protected roll down animation from gwt-incubator, initial work done by Jason Essington by ecc@google.com · 16 years ago
  25. a4cfc30 This patch generates (and uses) the mappings from compiler-generated classNames of javac by amitmanjhi@google.com · 16 years ago
  26. 373fb2c Updating sample size calculation. by scottb@google.com · 16 years ago
  27. 7fd571e Updated samples build to use WebAppCreator. by scottb@google.com · 16 years ago
  28. 33b27b4 Migrating ApplicationCreator to WebAppCreator. by scottb@google.com · 16 years ago
  29. 2a8bcff For public GWT builds, application creator now generates a DTD reference in the GWT module. by scottb@google.com · 16 years ago
  30. 829f734 Fix samples packaging. by scottb@google.com · 16 years ago
  31. 71947b5 Build fix: updated samples build for war style. by scottb@google.com · 16 years ago
  32. 0ddb70d New-style samples. by scottb@google.com · 16 years ago
  33. c7f31d9 Ignore sentinel values in About computation. by scottb@google.com · 16 years ago
  34. b1cf6fc Resorted SuggestOracle to avoid checkstyle warnings TBR:jlanbanca by ecc@google.com · 16 years ago
  35. 2c3eb6f Working on updated app creation. by scottb@google.com · 16 years ago
  36. c338f66 Sort & format. by scottb@google.com · 16 years ago
  37. 0aa7281 Just do a full link initially; fixes a problem where CSS/scripts was not being generated into the initial selection script. by scottb@google.com · 16 years ago
  38. 27f5270 Fixed the wiring so LoadListener.onError will actually fire. Review by:fabbott by ecc@google.com · 16 years ago
  39. 1953a9b Fix up the javadoc for Event by removing mentions of AssertionError, which we by ajr@google.com · 16 years ago
  40. d211a79 Adds updated @deprecated comments to change listeners to reflect that both change handler and value change handler are valid upgrade paths. by ecc@google.com · 16 years ago
  41. 3ec5d74 Deprecate DOM.eventSetKeyCode() because it is only supported in IE. by jlabanca@google.com · 16 years ago
  42. e7f17ee Fixed a bug in DOMImplIE6.getAbsoluteTop/Left() where the method throws a JS exception if the element is not attached to the DOM. by jlabanca@google.com · 16 years ago
  43. 1bac7e0 Was failing to clear out a cached value on refresh. by scottb@google.com · 16 years ago
  44. 20130b9 Remove unused java package checks from CompilingClassLoader. This is obsolete since we moved the implementation into findClass instead of loadClass. findClass never gets called for bootstrap classes anyway. by scottb@google.com · 16 years ago
  45. 2ac4b27 - Keep the log window up until the user closes it, otherwise they can't see if there are errors. by scottb@google.com · 16 years ago
  46. b20195f Fixed issue 3248 by adding Focusable interface Review by:jlabanca by ecc@google.com · 16 years ago
  47. 4215fbd Adds a PopupPanel.isShowing() method, implements PopupPanel.isVisible() to match PopupPanel.setVisible(), and fully defines the difference between setVisible()/show()/hide(). This patch also removes the ChangeHandler from TextBoxBase in favor of the ValueChangeHandler. by jlabanca@google.com · 16 years ago
  48. fe0ec08 Adding more @deprecates redirects where ever they seem useful. by ecc@google.com · 16 years ago
  49. 064b754 Fixed help for modules arg handler. by scottb@google.com · 16 years ago
  50. 1e1b193 Fixes issue 3263 by added protected delegateEvent method to widget. by ecc@google.com · 16 years ago
  51. 69d8109 Removing 1.6 override tag Pair programming with jlabanca by ecc@google.com · 16 years ago
  52. 8856cb6 (i) Prior to this patch, all files in the junit and benchmarks modules were by amitmanjhi@google.com · 16 years ago
  53. b3a956f Fixes issue 3260 by added more deprecation doc to keyboard listener by ecc@google.com · 16 years ago
  54. 591413c Actually fail the compile if a permutation fails (with an ICE, perhaps). by scottb@google.com · 16 years ago
  55. c5bd1b2 Bump VM memory. by scottb@google.com · 16 years ago
  56. 333d3b9 This simple patch: (i) fixes a NPE when running apiChecker using gwt-trunk jars, (ii) rightly excludes the source files from the gwt-api-checker.jar by amitmanjhi@google.com · 16 years ago
  57. 4780e15 Adding "dispatchEvent" which is defined in Mozilla on the window. by scottb@google.com · 16 years ago
  58. 7dc6b04 Maintenance on selection scripts to propagate changes from the main IFrame selection script. by scottb@google.com · 16 years ago
  59. a898137 Added mouse wheel delta methods to MouseWheelEvent now that MouseWheelVelocity is deprecated. by jlabanca@google.com · 16 years ago
  60. d2e5b84 Removing additional format errors Review by:jlabanca by ecc@google.com · 16 years ago
  61. 76ca0f8 Fixes issue 3257 by making getAssociatedType public. Review by:jlabanca by ecc@google.com · 16 years ago
  62. 6eac3aa Added a build rule for creating a gwt-dev-ext.jar. by scottb@google.com · 16 years ago
  63. 6c6b887 Fixing formatting errors Review by:jlabanca by ecc@google.com · 16 years ago
  64. 0464c2a Replaced PopupPanel#setAutoHidePartner() with PopupPanel#addAutoHidePartner() so multiple partners can be specified. by jlabanca@google.com · 16 years ago
  65. a151b96 Removed TabPanel#onBeforeSelection and TabPanel#onSelection for the API. We do not want to provide hooks for events when we already provide Event Handlers for them. by jlabanca@google.com · 16 years ago
  66. 50c27cc Moves the instance field below static methods to avoid compile errors in Eclipse. by jlabanca@google.com · 16 years ago
  67. 13c71b7 Adds several window-level identifiers into the forbidden list. by scottb@google.com · 16 years ago
  68. 6a28c74 Generate a serialization policy file with only line feeds, for consistent naming across platforms. by scottb@google.com · 16 years ago
  69. 1729589 Reflect 1.6->trunk merge. by jat@google.com · 16 years ago
  70. 7372f27 Added a NativePreviewEvent to replce the current EventPreview system. Now, multiple widgets can preview the same event, instead of just the one at the top of the stack. This fixes a couple of subtle bugs and adds some use cases, such as listening for user timeout. by jlabanca@google.com · 16 years ago
  71. 49f9869 Adds 2009 as a valid copyright year to gwt-checkstyle-tests. by jlabanca@google.com · 16 years ago
  72. 4a7688e Fixes issue 3196 by adding deprecation messages to all listener, listener adapter and listener collections. by ecc@google.com · 16 years ago
  73. a5b4fd0 Improve hosted mode performance by caching frequently referenced values. by jat@google.com · 16 years ago
  74. f43443c Fixes issue 3210 by ensuring super.onBrowserEvent is called where appropriate in all of our core widgets. by ecc@google.com · 16 years ago
  75. 4e81c29 Adds 2009 as a valid year for GWT's copyright header. by ajr@google.com · 16 years ago
  76. f5844fb Return the correct style element for PopupPanels in FireFox on Mac, which uses an extra div. The JavaDoc explains that all style should apply to the inner div. by jlabanca@google.com · 16 years ago
  77. b7cbbaa Corrected the JavaDoc of Widget#doAttach/DetachChildren() to reflect its actual usage. The old comment stated that all implementors of HasWidgets must override it. In fact, it only needs to be overridden if a child widget is physically but not logically attached to a parent. by jlabanca@google.com · 16 years ago
  78. 4a37604 Fixed TreeItem stlyes that created a gap above Composite and complex widgets in Trees. by jlabanca@google.com · 16 years ago
  79. 5d520be Record merging of 1.6 into trunk. by jat@google.com · 16 years ago
  80. 8860d73 Update tests to match new CLDR-derived format strings. by jat@google.com · 16 years ago
  81. 4cf09bb Update NumberConstants properties files to current CLDR data. by jat@google.com · 16 years ago
  82. 034b50e Added dateBoxFormatError style definitions to the dark and chrome style themes. by jlabanca@google.com · 16 years ago
  83. 304651f Adding Format to DateBox Pair coded with jlabanca by ecc@google.com · 16 years ago
  84. f7d0ebf Updates GWT to use JDT version 3.4.2. by spoon@google.com · 16 years ago
  85. ec1ff49 Fixup permutation IDs so they match the index into the permutation array (and by jat@google.com · 16 years ago
  86. 0fc47e3 Removed the unncessary padding from RadioButtons in the GWT style themes so that they line up nicely in Trees and in other uses. The padding was not needed for any styling reason. by jlabanca@google.com · 16 years ago
  87. 8d4bd85 This patch fixes the NoClassDefFoundError which occurred when a class loaded by amitmanjhi@google.com · 16 years ago
  88. 451b2a0 Marking InvalidDateReporter as deprecated. Review by:jat by ecc@google.com · 16 years ago
  89. 8e578fc Removing last vestiges of @deployDir from app creator. by scottb@google.com · 16 years ago
  90. 7276a2e Refactor SCLs to live in the core.ext package. by scottb@google.com · 16 years ago
  91. 7bb86e9 Fixing Robert Vawter's build break. by scottb@google.com · 16 years ago
  92. f8d6dff Removing unsupported deploy-to attribute from generated projects. by scottb@google.com · 16 years ago
  93. d232a9a Adds more testability to our Main classes. Adds options testing to them also. by scottb@google.com · 16 years ago
  94. 28ec8be Fixes issue #3197; ignore DTDs in GWT modules. by scottb@google.com · 16 years ago
  95. df41e7c Update to Java 1.5. by scottb@google.com · 16 years ago
  96. 4610283 Fixes issue 3181 by firing the show range event at the correct time. by ecc@google.com · 16 years ago
  97. 75522d5 1) Adds command-line flags to allow the user to specify a reference jar and gwt dev by amitmanjhi@google.com · 16 years ago
  98. ace7a3c Adds api-checker to the distro. by amitmanjhi@google.com · 16 years ago
  99. e3f980b Simplify launch configs to use default options. by scottb@google.com · 16 years ago
  100. 7a47467 Cleaning up ArgProcessor subsystem a bit. I think this should all be non-controversial. by scottb@google.com · 16 years ago