- b1cf6fc Resorted SuggestOracle to avoid checkstyle warnings TBR:jlanbanca by ecc@google.com · 16 years ago
- 2c3eb6f Working on updated app creation. by scottb@google.com · 16 years ago
- 27f5270 Fixed the wiring so LoadListener.onError will actually fire. Review by:fabbott by ecc@google.com · 16 years ago
- 1953a9b Fix up the javadoc for Event by removing mentions of AssertionError, which we by ajr@google.com · 16 years ago
- 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
- 3ec5d74 Deprecate DOM.eventSetKeyCode() because it is only supported in IE. by jlabanca@google.com · 16 years ago
- 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
- 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
- b20195f Fixed issue 3248 by adding Focusable interface Review by:jlabanca by ecc@google.com · 16 years ago
- 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
- fe0ec08 Adding more @deprecates redirects where ever they seem useful. by ecc@google.com · 16 years ago
- 1e1b193 Fixes issue 3263 by added protected delegateEvent method to widget. by ecc@google.com · 16 years ago
- b3a956f Fixes issue 3260 by added more deprecation doc to keyboard listener by ecc@google.com · 16 years ago
- a898137 Added mouse wheel delta methods to MouseWheelEvent now that MouseWheelVelocity is deprecated. by jlabanca@google.com · 16 years ago
- d2e5b84 Removing additional format errors Review by:jlabanca by ecc@google.com · 16 years ago
- 76ca0f8 Fixes issue 3257 by making getAssociatedType public. Review by:jlabanca by ecc@google.com · 16 years ago
- 6c6b887 Fixing formatting errors Review by:jlabanca by ecc@google.com · 16 years ago
- 0464c2a Replaced PopupPanel#setAutoHidePartner() with PopupPanel#addAutoHidePartner() so multiple partners can be specified. by jlabanca@google.com · 16 years ago
- 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
- 6a28c74 Generate a serialization policy file with only line feeds, for consistent naming across platforms. by scottb@google.com · 16 years ago
- 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
- 4a7688e Fixes issue 3196 by adding deprecation messages to all listener, listener adapter and listener collections. by ecc@google.com · 16 years ago
- 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
- 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
- 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
- 4a37604 Fixed TreeItem stlyes that created a gap above Composite and complex widgets in Trees. by jlabanca@google.com · 16 years ago
- 8860d73 Update tests to match new CLDR-derived format strings. by jat@google.com · 16 years ago
- 4cf09bb Update NumberConstants properties files to current CLDR data. by jat@google.com · 16 years ago
- 034b50e Added dateBoxFormatError style definitions to the dark and chrome style themes. by jlabanca@google.com · 16 years ago
- 304651f Adding Format to DateBox Pair coded with jlabanca by ecc@google.com · 16 years ago
- 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
- 451b2a0 Marking InvalidDateReporter as deprecated. Review by:jat by ecc@google.com · 16 years ago
- 8e578fc Removing last vestiges of @deployDir from app creator. by scottb@google.com · 16 years ago
- f8d6dff Removing unsupported deploy-to attribute from generated projects. by scottb@google.com · 16 years ago
- d232a9a Adds more testability to our Main classes. Adds options testing to them also. by scottb@google.com · 16 years ago
- 4610283 Fixes issue 3181 by firing the show range event at the correct time. by ecc@google.com · 16 years ago
- 7a47467 Cleaning up ArgProcessor subsystem a bit. I think this should all be non-controversial. by scottb@google.com · 16 years ago
- 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
- 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
- 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
- 8db2983 Using gwt formatter on deprecated message for SourcesKeyboardEvents. by ecc@google.com · 16 years ago
- 66579f1 Fixes issue 3194 by deprecating all the listener sources interfaces. by ecc@google.com · 16 years ago
- 651d7401 Removing unnecessary code. by scottb@google.com · 16 years ago
- e7521f2 Reverse-merging a fix for tree open events from ListenerWrapper by fabbott@google.com · 16 years ago
- abee4d1 Changed the comment to use new handler names. by ecc@google.com · 16 years ago
- 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
- 422e403 Second round of changes to implement WAR design. by scottb@google.com · 16 years ago
- 77765c4 Formatting ListenerWrapper using standard gwt formatter to get the line breaks correct. by ecc@google.com · 16 years ago
- 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
- 894974f Fix for listener wrapper window listener removal, bug listed at: by ecc@google.com · 16 years ago
- 2cefef8 Recommitting r4292 after making it Java 1.5 compatible. by jlabanca@google.com · 16 years ago
- 45e982c Rolling back r4292. Review by: jlabanca (TBR) by knorton@google.com · 16 years ago
- 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
- 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
- b2024f0 Deleting history.html. by scottb@google.com · 16 years ago
- 6ca890b Removing test that should have been removed with last commit. TBA:jlabanca by ecc@google.com · 16 years ago
- 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
- 2f95fc3 Removing deprecated setImageBase method from tree. by ecc@google.com · 16 years ago
- 65f9fe1 Updated the comment and made the instance member private. by amitmanjhi@google.com · 16 years ago
- f326b34 Merging in date picker branch into 1.6. by ecc@google.com · 16 years ago
- 5cc9739 Makes TextBoxBase follow the set(null)-to-clear convention. Punches by rjrjr@google.com · 16 years ago
- 4c30e76 First round of changes to implement WAR design. by scottb@google.com · 16 years ago
- dcecac6 Fixed doc. by scottb@google.com · 16 years ago
- 393a8e7 For issue 3048, make toggle buttons (and other custom buttons) have the by ajr@google.com · 16 years ago
- 055bb88 Fixed wrong URL. by scottb@google.com · 16 years ago
- 0d4466c Adds the InlineHyperlink widget, which is just like a Hyperlink, except that it by ajr@google.com · 16 years ago
- 2aabd7f Loosen the contract on HasValue, and encourage (not require) by rjrjr@google.com · 16 years ago
- da3de36 Minor changes in r4222 that John suggested. by amitmanjhi@google.com · 16 years ago
- 50586f1 Rolls behavior from incubator's HyperlinkOverride into Hyperlink. Now Hyperlink by ajr@google.com · 16 years ago
- d4c4796 Per jlabanca's review feedback, lowered cuteness and explained by rjrjr@google.com · 16 years ago
- 4987f5f This patch fixes issue 1816 and a similar bug with applicationCreator on Mac. by amitmanjhi@google.com · 16 years ago
- bcb2284 Remove all remnants of projectCreator from everything except the docs. Will by amitmanjhi@google.com · 16 years ago
- a4da27e The patch makes the Api of our implementation of Assert the same as junit's. by amitmanjhi@google.com · 16 years ago
- ef4ef0e Removes "throws" declarations that aren't true anymore, and the associated by ajr@google.com · 16 years ago
- 6afd693 Fixed a bug in DialogBox where calling hide() before show() results in an NPE. by jlabanca@google.com · 16 years ago
- 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
- 6882754 Untested LazyPanelExample--needed to fix 1.6 build. TBR jlabanca by rjrjr@google.com · 16 years ago
- def274f Hello, LazyPanel by rjrjr@google.com · 16 years ago
- dd60d11 Commit missing file for r4096. by bobv@google.com · 16 years ago
- 53b9857 Provide access to the decoded RPCRequest object in RemoteServiceServlet subclasses. by bobv@google.com · 16 years ago
- 73e6448 Deprecates event listeners, introduces event handlers by rjrjr@google.com · 16 years ago
- 6c7dc69 Greatly improve efficiency of generating additional types for really large projects. by scottb@google.com · 16 years ago
- 286fd75 Leverage -workDir to allow parallelized testing without clobbering. by scottb@google.com · 16 years ago
- 1280a12 Moves the CSS reference from the module file to the html file. Consistent with by amitmanjhi@google.com · 16 years ago
- a41d261 Updated project creator for new WAR world by amitmanjhi@google.com · 16 years ago
- 7a21a37 Removed unused import. by mmendez@google.com · 16 years ago
- 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
- 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
- 4fc9b0d Sort & format (added missing @Override annotations). by amitmanjhi@google.com · 16 years ago
- 59579a1 Reorder deps. by scottb@google.com · 16 years ago
- 20d4416 Build fix: gwt-user uses the 2.4 servlet API spec. by scottb@google.com · 16 years ago
- 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
- 2a5683b Improvify ConstantMap! by scottb@google.com · 16 years ago
- 82a898b Sort & format. by scottb@google.com · 16 years ago
- 58814b8 Java 5 warning removal. by scottb@google.com · 16 years ago
- b2b5189 Build break fix: MockServletConfig needed to implement getServletName() to construct a log message. by scottb@google.com · 16 years ago
- a4d32a1 tbr emily, tweak benchmark ranges by rjrjr@google.com · 16 years ago
- 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
- c14d368 Introduces DomEventBenchmark.java by rjrjr@google.com · 16 years ago
- c15878f Add annotation inheritance for i18n generators. by jat@google.com · 16 years ago