1. b1cf6fc Resorted SuggestOracle to avoid checkstyle warnings TBR:jlanbanca by ecc@google.com · 16 years ago
  2. 2c3eb6f Working on updated app creation. by scottb@google.com · 16 years ago
  3. 27f5270 Fixed the wiring so LoadListener.onError will actually fire. Review by:fabbott by ecc@google.com · 16 years ago
  4. 1953a9b Fix up the javadoc for Event by removing mentions of AssertionError, which we by ajr@google.com · 16 years ago
  5. 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
  6. 3ec5d74 Deprecate DOM.eventSetKeyCode() because it is only supported in IE. by jlabanca@google.com · 16 years ago
  7. 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
  8. 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
  9. b20195f Fixed issue 3248 by adding Focusable interface Review by:jlabanca by ecc@google.com · 16 years ago
  10. 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
  11. fe0ec08 Adding more @deprecates redirects where ever they seem useful. by ecc@google.com · 16 years ago
  12. 1e1b193 Fixes issue 3263 by added protected delegateEvent method to widget. by ecc@google.com · 16 years ago
  13. b3a956f Fixes issue 3260 by added more deprecation doc to keyboard listener by ecc@google.com · 16 years ago
  14. a898137 Added mouse wheel delta methods to MouseWheelEvent now that MouseWheelVelocity is deprecated. by jlabanca@google.com · 16 years ago
  15. d2e5b84 Removing additional format errors Review by:jlabanca by ecc@google.com · 16 years ago
  16. 76ca0f8 Fixes issue 3257 by making getAssociatedType public. Review by:jlabanca by ecc@google.com · 16 years ago
  17. 6c6b887 Fixing formatting errors Review by:jlabanca by ecc@google.com · 16 years ago
  18. 0464c2a Replaced PopupPanel#setAutoHidePartner() with PopupPanel#addAutoHidePartner() so multiple partners can be specified. by jlabanca@google.com · 16 years ago
  19. 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
  20. 6a28c74 Generate a serialization policy file with only line feeds, for consistent naming across platforms. by scottb@google.com · 16 years ago
  21. 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
  22. 4a7688e Fixes issue 3196 by adding deprecation messages to all listener, listener adapter and listener collections. by ecc@google.com · 16 years ago
  23. 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
  24. 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
  25. 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
  26. 4a37604 Fixed TreeItem stlyes that created a gap above Composite and complex widgets in Trees. by jlabanca@google.com · 16 years ago
  27. 8860d73 Update tests to match new CLDR-derived format strings. by jat@google.com · 16 years ago
  28. 4cf09bb Update NumberConstants properties files to current CLDR data. by jat@google.com · 16 years ago
  29. 034b50e Added dateBoxFormatError style definitions to the dark and chrome style themes. by jlabanca@google.com · 16 years ago
  30. 304651f Adding Format to DateBox Pair coded with jlabanca by ecc@google.com · 16 years ago
  31. 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
  32. 451b2a0 Marking InvalidDateReporter as deprecated. Review by:jat by ecc@google.com · 16 years ago
  33. 8e578fc Removing last vestiges of @deployDir from app creator. by scottb@google.com · 16 years ago
  34. f8d6dff Removing unsupported deploy-to attribute from generated projects. by scottb@google.com · 16 years ago
  35. d232a9a Adds more testability to our Main classes. Adds options testing to them also. by scottb@google.com · 16 years ago
  36. 4610283 Fixes issue 3181 by firing the show range event at the correct time. by ecc@google.com · 16 years ago
  37. 7a47467 Cleaning up ArgProcessor subsystem a bit. I think this should all be non-controversial. by scottb@google.com · 16 years ago
  38. d30970a PopupPanel#center() no longer calls show() twice. We now call show() once to do positioning calculations, then start the animation. Previosly, we called show() to do the calculations, called hide(), and then called show() to animate the popup. by jlabanca@google.com · 16 years ago
  39. eeea995 Removed the private content field from DisclosurePanel and instead deferred to the SimplePanel that contains the content Widget. These prevents a bug when the content is removed from the DisclosurePanel using Widget#removeFromParent(). by jlabanca@google.com · 16 years ago
  40. a8f8503 Fixes issue 3198 by moving the HasHandlers interface from com.google.gwt.event.logical.shared to com.google.gwt.event.shared. by ecc@google.com · 16 years ago
  41. 8db2983 Using gwt formatter on deprecated message for SourcesKeyboardEvents. by ecc@google.com · 16 years ago
  42. 66579f1 Fixes issue 3194 by deprecating all the listener sources interfaces. by ecc@google.com · 16 years ago
  43. 651d7401 Removing unnecessary code. by scottb@google.com · 16 years ago
  44. e7521f2 Reverse-merging a fix for tree open events from ListenerWrapper by fabbott@google.com · 16 years ago
  45. abee4d1 Changed the comment to use new handler names. by ecc@google.com · 16 years ago
  46. d0d7cc3 Commiting fix for 3186, Mouse enter/leave events need to suppressed if the user did not actually enter or leave the Widget.java by ecc@google.com · 16 years ago
  47. 422e403 Second round of changes to implement WAR design. by scottb@google.com · 16 years ago
  48. 77765c4 Formatting ListenerWrapper using standard gwt formatter to get the line breaks correct. by ecc@google.com · 16 years ago
  49. 4e795aa Fixing issue 3186 by modifying ListenerWrapper to provide correct values for x and y and adding a visual test case for this problem. by ecc@google.com · 16 years ago
  50. 894974f Fix for listener wrapper window listener removal, bug listed at: by ecc@google.com · 16 years ago
  51. 2cefef8 Recommitting r4292 after making it Java 1.5 compatible. by jlabanca@google.com · 16 years ago
  52. 45e982c Rolling back r4292. Review by: jlabanca (TBR) by knorton@google.com · 16 years ago
  53. 0abb501 We now set the src of NamedFrames to to "javascript:''" to prevent mixed content warnings in IE6. In addition, NamedFrame passes the named iframe into the super constructor instead of replacing the element. by jlabanca@google.com · 16 years ago
  54. 5a313f7 TabBar.setTabText(text) now sets wordWrap to false. TabBar.Tab now implements HasWordWrap, which allows users to set wordWrap on the underlying widget. If the underlying widget doesn't implement HasWordWrap, an UnsupportedOperationException is thrown. Users can check this using TabBar.Tab.hasWordWrap(). by jlabanca@google.com · 16 years ago
  55. b2024f0 Deleting history.html. by scottb@google.com · 16 years ago
  56. 6ca890b Removing test that should have been removed with last commit. TBA:jlabanca by ecc@google.com · 16 years ago
  57. 585f936 Fixed the return values of getAbsoluteTop/Left() in IE when the browser is zoomed in. Previously, getAbsoluteTop/Left() returned real coordinates instead of logical coordinates, as they do in FF. by jlabanca@google.com · 16 years ago
  58. 2f95fc3 Removing deprecated setImageBase method from tree. by ecc@google.com · 16 years ago
  59. 65f9fe1 Updated the comment and made the instance member private. by amitmanjhi@google.com · 16 years ago
  60. f326b34 Merging in date picker branch into 1.6. by ecc@google.com · 16 years ago
  61. 5cc9739 Makes TextBoxBase follow the set(null)-to-clear convention. Punches by rjrjr@google.com · 16 years ago
  62. 4c30e76 First round of changes to implement WAR design. by scottb@google.com · 16 years ago
  63. dcecac6 Fixed doc. by scottb@google.com · 16 years ago
  64. 393a8e7 For issue 3048, make toggle buttons (and other custom buttons) have the by ajr@google.com · 16 years ago
  65. 055bb88 Fixed wrong URL. by scottb@google.com · 16 years ago
  66. 0d4466c Adds the InlineHyperlink widget, which is just like a Hyperlink, except that it by ajr@google.com · 16 years ago
  67. 2aabd7f Loosen the contract on HasValue, and encourage (not require) by rjrjr@google.com · 16 years ago
  68. da3de36 Minor changes in r4222 that John suggested. by amitmanjhi@google.com · 16 years ago
  69. 50586f1 Rolls behavior from incubator's HyperlinkOverride into Hyperlink. Now Hyperlink by ajr@google.com · 16 years ago
  70. d4c4796 Per jlabanca's review feedback, lowered cuteness and explained by rjrjr@google.com · 16 years ago
  71. 4987f5f This patch fixes issue 1816 and a similar bug with applicationCreator on Mac. by amitmanjhi@google.com · 16 years ago
  72. bcb2284 Remove all remnants of projectCreator from everything except the docs. Will by amitmanjhi@google.com · 16 years ago
  73. a4da27e The patch makes the Api of our implementation of Assert the same as junit's. by amitmanjhi@google.com · 16 years ago
  74. ef4ef0e Removes "throws" declarations that aren't true anymore, and the associated by ajr@google.com · 16 years ago
  75. 6afd693 Fixed a bug in DialogBox where calling hide() before show() results in an NPE. by jlabanca@google.com · 16 years ago
  76. 3530614 Refines the HasValue documentation, in particular wrt use of null and value equality. Desk review by jlabanca by rjrjr@google.com · 16 years ago
  77. 6882754 Untested LazyPanelExample--needed to fix 1.6 build. TBR jlabanca by rjrjr@google.com · 16 years ago
  78. def274f Hello, LazyPanel by rjrjr@google.com · 16 years ago
  79. dd60d11 Commit missing file for r4096. by bobv@google.com · 16 years ago
  80. 53b9857 Provide access to the decoded RPCRequest object in RemoteServiceServlet subclasses. by bobv@google.com · 16 years ago
  81. 73e6448 Deprecates event listeners, introduces event handlers by rjrjr@google.com · 16 years ago
  82. 6c7dc69 Greatly improve efficiency of generating additional types for really large projects. by scottb@google.com · 16 years ago
  83. 286fd75 Leverage -workDir to allow parallelized testing without clobbering. by scottb@google.com · 16 years ago
  84. 1280a12 Moves the CSS reference from the module file to the html file. Consistent with by amitmanjhi@google.com · 16 years ago
  85. a41d261 Updated project creator for new WAR world by amitmanjhi@google.com · 16 years ago
  86. 7a21a37 Removed unused import. by mmendez@google.com · 16 years ago
  87. 56bb1c2 Fixes a bug introduced by the addition of GWTHosted. This new class did not set the context classloader prior to loading the modules specified on the command line resulting in an NPE. The patch goes further and moves the BootStrapPlatform calls into the constructors. by mmendez@google.com · 16 years ago
  88. 86a2931 Fixes web mode ordering issue with type checks. Foreign event handlers were tripping an exception by type-checking EventHandler first; the foriegn object would be seen to have a typeId, and that typeId would be outside the legal range for the current module. This would trip an exception. by scottb@google.com · 16 years ago
  89. 4fc9b0d Sort & format (added missing @Override annotations). by amitmanjhi@google.com · 16 years ago
  90. 59579a1 Reorder deps. by scottb@google.com · 16 years ago
  91. 20d4416 Build fix: gwt-user uses the 2.4 servlet API spec. by scottb@google.com · 16 years ago
  92. 6acbff7 Cache the entry set, key set, and values collection for unmodifiable maps to reduce object creation on repeated calls. by scottb@google.com · 16 years ago
  93. 2a5683b Improvify ConstantMap! by scottb@google.com · 16 years ago
  94. 82a898b Sort & format. by scottb@google.com · 16 years ago
  95. 58814b8 Java 5 warning removal. by scottb@google.com · 16 years ago
  96. b2b5189 Build break fix: MockServletConfig needed to implement getServletName() to construct a log message. by scottb@google.com · 16 years ago
  97. a4d32a1 tbr emily, tweak benchmark ranges by rjrjr@google.com · 16 years ago
  98. 0817121 Initial support for WAR deployment. GWTCompiler happens to be backwards-compatible with the legacy format, but the behavior of the shell differs. Therefore we created a new entry point, GWTHosted, which is the new GWTShell and runs with WAR assumptions. by scottb@google.com · 16 years ago
  99. c14d368 Introduces DomEventBenchmark.java by rjrjr@google.com · 16 years ago
  100. c15878f Add annotation inheritance for i18n generators. by jat@google.com · 16 years ago