1. df41e7c Update to Java 1.5. by scottb@google.com · 16 years ago
  2. 4610283 Fixes issue 3181 by firing the show range event at the correct time. by ecc@google.com · 16 years ago
  3. 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
  4. ace7a3c Adds api-checker to the distro. by amitmanjhi@google.com · 16 years ago
  5. e3f980b Simplify launch configs to use default options. by scottb@google.com · 16 years ago
  6. 7a47467 Cleaning up ArgProcessor subsystem a bit. I think this should all be non-controversial. by scottb@google.com · 16 years ago
  7. 1f9d4e0 GWTMain uses new entry points now. by scottb@google.com · 16 years ago
  8. 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
  9. 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
  10. 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
  11. 01996af Build break roll-back of r4327. by scottb@google.com · 16 years ago
  12. 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
  13. 8db2983 Using gwt formatter on deprecated message for SourcesKeyboardEvents. by ecc@google.com · 16 years ago
  14. 66579f1 Fixes issue 3194 by deprecating all the listener sources interfaces. by ecc@google.com · 16 years ago
  15. cd4a95c ROLLED BACK AT r4334 DUE TO BUILD BREAK. by scottb@google.com · 16 years ago
  16. eafcde2 Fixes default log level for JUnit. by scottb@google.com · 16 years ago
  17. 651d7401 Removing unnecessary code. by scottb@google.com · 16 years ago
  18. ed91a9a Setting missing props. by scottb@google.com · 16 years ago
  19. 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
  20. 2a6000e Bookkeeping of 3 cherrypick merges and one reverse merge. If need be, I by fabbott@google.com · 16 years ago
  21. e7521f2 Reverse-merging a fix for tree open events from ListenerWrapper by fabbott@google.com · 16 years ago
  22. 116f94c Lock down HostedMode's public API for now. by scottb@google.com · 16 years ago
  23. 72580fb Sort & format. by scottb@google.com · 16 years ago
  24. 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
  25. f74652a Fixed a bug computing module creation time. Min vs. Max, doh. by scottb@google.com · 16 years ago
  26. 3a3021f Better error message when a module needs to be recompiled. by scottb@google.com · 16 years ago
  27. abee4d1 Changed the comment to use new handler names. by ecc@google.com · 16 years ago
  28. 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
  29. 2e4d390 Cleaner shutdown + port unlocking for Linux. by scottb@google.com · 16 years ago
  30. 422e403 Second round of changes to implement WAR design. by scottb@google.com · 16 years ago
  31. 93cb67c Adding initModule() support for Linux hosted mode. by scottb@google.com · 16 years ago
  32. 77765c4 Formatting ListenerWrapper using standard gwt formatter to get the line breaks correct. by ecc@google.com · 16 years ago
  33. 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
  34. 894974f Fix for listener wrapper window listener removal, bug listed at: by ecc@google.com · 16 years ago
  35. 8d1da8f Adding instructions to ensure that eclipse is in 1.5 compliance mode. by ecc@google.com · 16 years ago
  36. 2cefef8 Recommitting r4292 after making it Java 1.5 compatible. by jlabanca@google.com · 16 years ago
  37. a5bd206 Fixed bad mojo with permutation IDs between CompilePerms and Link. by scottb@google.com · 16 years ago
  38. 45e982c Rolling back r4292. Review by: jlabanca (TBR) by knorton@google.com · 16 years ago
  39. 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
  40. 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
  41. 3f7ec4c Type fix. by scottb@google.com · 16 years ago
  42. b2024f0 Deleting history.html. by scottb@google.com · 16 years ago
  43. 6ca890b Removing test that should have been removed with last commit. TBA:jlabanca by ecc@google.com · 16 years ago
  44. 935ea70 Forgot to commit the updated eclipse/README.txt when I was removing references by amitmanjhi@google.com · 16 years ago
  45. 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
  46. 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
  47. 2f95fc3 Removing deprecated setImageBase method from tree. by ecc@google.com · 16 years ago
  48. 802720f Updating api-checker config. by ecc@google.com · 16 years ago
  49. 65f9fe1 Updated the comment and made the instance member private. by amitmanjhi@google.com · 16 years ago
  50. 58751e0 Fixed 2 issues with the api-checker. by amitmanjhi@google.com · 16 years ago
  51. f326b34 Merging in date picker branch into 1.6. by ecc@google.com · 16 years ago
  52. 5cc9739 Makes TextBoxBase follow the set(null)-to-clear convention. Punches by rjrjr@google.com · 16 years ago
  53. 4c30e76 First round of changes to implement WAR design. by scottb@google.com · 16 years ago
  54. dcecac6 Fixed doc. by scottb@google.com · 16 years ago
  55. 393a8e7 For issue 3048, make toggle buttons (and other custom buttons) have the by ajr@google.com · 16 years ago
  56. 055bb88 Fixed wrong URL. by scottb@google.com · 16 years ago
  57. 247b4bf Should have been part of r4250. by scottb@google.com · 16 years ago
  58. 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
  59. 0d4466c Adds the InlineHyperlink widget, which is just like a Hyperlink, except that it by ajr@google.com · 16 years ago
  60. db18296 Do not record binary types for units with errors, this can lead to an invalid state. by scottb@google.com · 16 years ago
  61. 66e0a80 Recording merge into trunk. by scottb@google.com · 16 years ago
  62. 2aabd7f Loosen the contract on HasValue, and encourage (not require) by rjrjr@google.com · 16 years ago
  63. 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
  64. da3de36 Minor changes in r4222 that John suggested. by amitmanjhi@google.com · 16 years ago
  65. 50586f1 Rolls behavior from incubator's HyperlinkOverride into Hyperlink. Now Hyperlink by ajr@google.com · 16 years ago
  66. d4c4796 Per jlabanca's review feedback, lowered cuteness and explained by rjrjr@google.com · 16 years ago
  67. 4987f5f This patch fixes issue 1816 and a similar bug with applicationCreator on Mac. by amitmanjhi@google.com · 16 years ago
  68. bcb2284 Remove all remnants of projectCreator from everything except the docs. Will by amitmanjhi@google.com · 16 years ago
  69. 3058827 Fixes the build break from 4192. by amitmanjhi@google.com · 16 years ago
  70. a4da27e The patch makes the Api of our implementation of Assert the same as junit's. by amitmanjhi@google.com · 16 years ago
  71. cbd76de Removed an extraneous parameter from the javadoc of two methods. by amitmanjhi@google.com · 16 years ago
  72. 56e4dca Emma support ignores super-source files. This change required propagating the by amitmanjhi@google.com · 16 years ago
  73. ef4ef0e Removes "throws" declarations that aren't true anymore, and the associated by ajr@google.com · 16 years ago
  74. 6afd693 Fixed a bug in DialogBox where calling hide() before show() results in an NPE. by jlabanca@google.com · 16 years ago
  75. 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
  76. 3f7aade Implementation of PWF without the annoying ThreadPoolExecutor. :) by scottb@google.com · 16 years ago
  77. 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
  78. a1a9d7d Recording merge 1.6 -> trunk. by scottb@google.com · 16 years ago
  79. 604dbca Typo fix. by scottb@google.com · 16 years ago
  80. 9e6a2a1 Use LazyPanel for deferred rendering in ShowCase by rjrjr@google.com · 16 years ago
  81. c424156 Implements out-of-process compiles via -localWorkers command line option. by scottb@google.com · 16 years ago
  82. 59b1453 Recording 1.6 -> trunk merge. by scottb@google.com · 16 years ago
  83. 6882754 Untested LazyPanelExample--needed to fix 1.6 build. TBR jlabanca by rjrjr@google.com · 16 years ago
  84. ffdc0be Adds rev number to last 1.5 merge line, TBR jat by rjrjr@google.com · 16 years ago
  85. 8b91184 Integrate reference/dispatch from 1.5 by rjrjr@google.com · 16 years ago
  86. def274f Hello, LazyPanel by rjrjr@google.com · 16 years ago
  87. 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
  88. 5189e3f Remove UnifiedAST memory calculation and clean up instance-creation aspects of UnifiedAST. by bobv@google.com · 16 years ago
  89. 4078f2c Revert svn:ignore on root dir. by scottb@google.com · 16 years ago
  90. e201f84 Recording future merge instructions from 1.6 -> trunk. by scottb@google.com · 16 years ago
  91. e08e4c3 1) Gives legacy default for -extra to smooth migration to the new WAR-based output format. by scottb@google.com · 16 years ago
  92. dd60d11 Commit missing file for r4096. by bobv@google.com · 16 years ago
  93. 53b9857 Provide access to the decoded RPCRequest object in RemoteServiceServlet subclasses. by bobv@google.com · 16 years ago
  94. 812d0a3 Recording merge of 1_6_clean_events into 1.6. by rjrjr@google.com · 16 years ago
  95. 73e6448 Deprecates event listeners, introduces event handlers by rjrjr@google.com · 16 years ago
  96. 62245b7 Recording merge into trunk. by scottb@google.com · 16 years ago
  97. 6c7dc69 Greatly improve efficiency of generating additional types for really large projects. by scottb@google.com · 16 years ago
  98. 286fd75 Leverage -workDir to allow parallelized testing without clobbering. by scottb@google.com · 16 years ago
  99. f0470b7 Fix build by making -out actually work for GWTCompiler, Link, and GWTShell.java by scottb@google.com · 16 years ago
  100. dd3760c Meant to check these in too... by scottb@google.com · 16 years ago