gwt /
gwt /
df41e7ca45f3c15796fc4ce0c0c97180b9a0ab44 - df41e7c Update to Java 1.5. 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
- 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
- ace7a3c Adds api-checker to the distro. by amitmanjhi@google.com · 16 years ago
- e3f980b Simplify launch configs to use default options. by scottb@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
- 1f9d4e0 GWTMain uses new entry points now. 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
- 6efaaa7 Added notes about the test from c4263 accidentally included in the merge of c4298; make sure the merge of c4263 does reassert that test. by fabbott@google.com · 16 years ago
- 01996af Build break roll-back of r4327. by scottb@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
- cd4a95c ROLLED BACK AT r4334 DUE TO BUILD BREAK. by scottb@google.com · 16 years ago
- eafcde2 Fixes default log level for JUnit. by scottb@google.com · 16 years ago
- 651d7401 Removing unnecessary code. by scottb@google.com · 16 years ago
- ed91a9a Setting missing props. by scottb@google.com · 16 years ago
- c82a21a Implements a ${gwt_devjar} string substitution for launch configs. Individual users can therefore configure their own value, and it can vary across workspaces / branches. by scottb@google.com · 16 years ago
- 2a6000e Bookkeeping of 3 cherrypick merges and one reverse merge. If need be, I by fabbott@google.com · 16 years ago
- e7521f2 Reverse-merging a fix for tree open events from ListenerWrapper by fabbott@google.com · 16 years ago
- 116f94c Lock down HostedMode's public API for now. by scottb@google.com · 16 years ago
- 72580fb Sort & format. by scottb@google.com · 16 years ago
- 3b89cb9 Makes hosted mode really, really work with -noserver when the remote process is serving from your WAR folder. by scottb@google.com · 16 years ago
- f74652a Fixed a bug computing module creation time. Min vs. Max, doh. by scottb@google.com · 16 years ago
- 3a3021f Better error message when a module needs to be recompiled. by scottb@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
- 2e4d390 Cleaner shutdown + port unlocking for Linux. by scottb@google.com · 16 years ago
- 422e403 Second round of changes to implement WAR design. by scottb@google.com · 16 years ago
- 93cb67c Adding initModule() support for Linux hosted mode. 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
- 8d1da8f Adding instructions to ensure that eclipse is in 1.5 compliance mode. by ecc@google.com · 16 years ago
- 2cefef8 Recommitting r4292 after making it Java 1.5 compatible. by jlabanca@google.com · 16 years ago
- a5bd206 Fixed bad mojo with permutation IDs between CompilePerms and Link. by scottb@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
- 3f7ec4c Type fix. by scottb@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
- 935ea70 Forgot to commit the updated eclipse/README.txt when I was removing references by amitmanjhi@google.com · 16 years ago
- 445f358 I accidentally changed the doc type of SingleIssue.html before submitting r4276. The doctype should have been changed to quirks mode, not standards mode. by jlabanca@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
- 802720f Updating api-checker config. by ecc@google.com · 16 years ago
- 65f9fe1 Updated the comment and made the instance member private. by amitmanjhi@google.com · 16 years ago
- 58751e0 Fixed 2 issues with the api-checker. 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
- 247b4bf Should have been part of r4250. by scottb@google.com · 16 years ago
- b73cdcf Fix for issue #2280; adds EmittedArtifact.getLastModified() which is used to set the mtime on files written to disk by the compiler. 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
- db18296 Do not record binary types for units with errors, this can lead to an invalid state. by scottb@google.com · 16 years ago
- 66e0a80 Recording merge into trunk. by scottb@google.com · 16 years ago
- 2aabd7f Loosen the contract on HasValue, and encourage (not require) by rjrjr@google.com · 16 years ago
- 3624065 If there is an error during precompilation, then exit gracefully rather than causing a null pointer exception. by spoon@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
- 3058827 Fixes the build break from 4192. 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
- cbd76de Removed an extraneous parameter from the javadoc of two methods. by amitmanjhi@google.com · 16 years ago
- 56e4dca Emma support ignores super-source files. This change required propagating the 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
- 3f7aade Implementation of PWF without the annoying ThreadPoolExecutor. :) by scottb@google.com · 16 years ago
- cc3541a Fixes a bug I recently introduced where hosted mode refresh doesn't work. Also, another field in TypeOracleMediator can be made transient, reducing the memory overhead. by scottb@google.com · 16 years ago
- a1a9d7d Recording merge 1.6 -> trunk. by scottb@google.com · 16 years ago
- 604dbca Typo fix. by scottb@google.com · 16 years ago
- 9e6a2a1 Use LazyPanel for deferred rendering in ShowCase by rjrjr@google.com · 16 years ago
- c424156 Implements out-of-process compiles via -localWorkers command line option. by scottb@google.com · 16 years ago
- 59b1453 Recording 1.6 -> trunk merge. by scottb@google.com · 16 years ago
- 6882754 Untested LazyPanelExample--needed to fix 1.6 build. TBR jlabanca by rjrjr@google.com · 16 years ago
- ffdc0be Adds rev number to last 1.5 merge line, TBR jat by rjrjr@google.com · 16 years ago
- 8b91184 Integrate reference/dispatch from 1.5 by rjrjr@google.com · 16 years ago
- def274f Hello, LazyPanel by rjrjr@google.com · 16 years ago
- 4bf4051 Add an additional static method to Link to automatically package the linked resources into the output directories. by bobv@google.com · 16 years ago
- 5189e3f Remove UnifiedAST memory calculation and clean up instance-creation aspects of UnifiedAST. by bobv@google.com · 16 years ago
- 4078f2c Revert svn:ignore on root dir. by scottb@google.com · 16 years ago
- e201f84 Recording future merge instructions from 1.6 -> trunk. by scottb@google.com · 16 years ago
- e08e4c3 1) Gives legacy default for -extra to smooth migration to the new WAR-based output format. by scottb@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
- 812d0a3 Recording merge of 1_6_clean_events into 1.6. by rjrjr@google.com · 16 years ago
- 73e6448 Deprecates event listeners, introduces event handlers by rjrjr@google.com · 16 years ago
- 62245b7 Recording merge into trunk. by scottb@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
- f0470b7 Fix build by making -out actually work for GWTCompiler, Link, and GWTShell.java by scottb@google.com · 16 years ago
- dd3760c Meant to check these in too... by scottb@google.com · 16 years ago