1. 26a9964 Fix typos in javadocs and comments. by Jakob Jarosch · 10 years ago
  2. f01ebee Checkstyle update to 5.7 and style fixes. by Roberto Lublinerman · 11 years ago
  3. 7017162 Remove deprecated use of isChecked in javadoc by Daniel Kurka · 12 years ago
  4. 00c7ce4 Removes deprecated com.google.gwt.benchmarks.* by goktug@google.com · 12 years ago
  5. 5714e69 Removing uses of deprecated Tree code in GWT showcase sample and TreeExample. by jlabanca@google.com · 13 years ago
  6. b69c3e7 Adding an example of creating a Cell that handles events. Also updated the existing Cell example to use SafeHtmlTemplates, which is a better alternative to manually appending HTML strings. Add a comment in the Cell interface explaining that we may modify the Cell API in the future, and users should always extend AbstractCell. by jlabanca@google.com · 14 years ago
  7. c8a87b4 Performance improvements for ElementBuilder. Note that this change looks enormous, but most of the files contain trivial API changes. by jlabanca@google.com · 14 years ago
  8. 7127d08 Adding a new ElementBuilder API to build DOM Elements using the builder pattern. There are two implementations: one that builds using DOM manipulation, and another that builds using String concatenation and innerHtml. The latter can be user in a regular JVM to create an HTML string, which will hopefully help with server side rendering in the future. Both can be used on the client, which allows an app to optimize depending on which is faster. Once I incorporate this into Cell Widgets, I'll do performance metrics on real apps to compare the difference. by jlabanca@google.com · 14 years ago
  9. 4fd7fa0 Updating CellTable doc. by jlabanca@google.com · 14 years ago
  10. 2cc0b02 Passing the Cell Context, which includes the row index and column index, to Cell methods. Currently, the row index is not passed, making some fairly common use cases difficult. For example, its hard for a Cell to update a backing data provider without the index of the value on which an action occurred. by jlabanca@google.com · 14 years ago
  11. 01d6515 Miscellaneous Javadoc fixes: by rice@google.com · 14 years ago
  12. 0b51f17 Clean up Cell-related javadoc by rice@google.com · 14 years ago
  13. 0e59c0c Adding examples for cell widgets and data providers. by jlabanca@google.com · 14 years ago
  14. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  15. 0a866b9 Use log(...) instead of log(..., (Throwable) null) for GWT.log and servlet logs. by rice@google.com · 15 years ago
  16. e3a136f Adds parsers for LayoutPanel and Length attributes. by jgw@google.com · 15 years ago
  17. 670b065 Adds PopupPanel.setGlassEnabled(), along with related tests and sample by jgw@google.com · 15 years ago
  18. 55356ef Eliminates the need to call layout() explicitly on *LayoutPanel, which by jgw@google.com · 15 years ago
  19. ac00255 Initial implementation of TabLayoutPanel. by jgw@google.com · 15 years ago
  20. 0930cb2 Fixed the asynchronous tests where testDelayFinish(..) was not being called before finishTest() by amitmanjhi@google.com · 15 years ago
  21. 609a425 Fixing checkstyle errors. by jlabanca@google.com · 16 years ago
  22. ee29b77 - Adds UiBinder parsers for DockLayoutPanel and StackLayoutPanel. by jgw@google.com · 16 years ago
  23. b022fed Initial implementations of Stack and Split layout panels, along with a few by jgw@google.com · 16 years ago
  24. f2f20a5 - Changed Requires/ProvidesLayout => Requires/ProvidesResize; some small doc by jgw@google.com · 16 years ago
  25. e238475 Minor tweaks to Layout code in response to post-TBR review. by jgw@google.com · 16 years ago
  26. 079f9cd Initial implementation of layout system, along with the first two layout widgets. by jgw@google.com · 16 years ago
  27. 6bf3335 Correct comment in example code. by jat@google.com · 16 years ago
  28. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  29. e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
  30. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  31. 788dbe1 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  32. 3a9d9cc Add support for i18n annotations, including plural forms. by gwt.team.jat · 17 years ago
  33. 46cff10 Addresses issue 2171. Adds the @Resource annotation to ImageBundle and deprecates the old @gwt.resource javadoc pseudo-annotation. Includes updated javadoc, samples, and a bonus class "UnitTestTreeLogger" that makes it easier to unit test behavior with respect to logging. by bruce@google.com · 17 years ago
  34. 1b74362 - Removed the deprecated Range interface; since we're breaking everyone anyway, there's little point in leaving this class around. by scottb@google.com · 17 years ago
  35. e5da60b - Moved benchmarks out of the junit package and into its own - Mucho refactoring by scottb@google.com · 17 years ago
  36. 4a91aba These examples were originally written for the Developer Guide. This patch by gwt.team.zundel · 17 years ago
  37. c7b3259 by gwt.team.tobyr · 17 years ago
  38. a34340f Fixes issues 1513 1751. Also updates the unit tests to properly check for POST parameters. by gwt.team.mmendez · 17 years ago
  39. 444169c Fixes issue #1297 by implementing a whitelist approach to types the server may serialize. The whitelist is generated by the compile process and must be included on the server. RemoteServiceServlet will attempt to load this file through ServletContext.getResource(). A failure to load the whilelist will result in 1.3.3 compatible behavior where java.io.Serializable is not considered a valid marker interface. This is to prevent a malicious client from causing a server to instantiable artibtrary types extending java.io.Serializable. by gwt.team.scottb · 18 years ago
  40. fa61045 Description: by gwt.team.jgw · 18 years ago
  41. ffe5cc5 Fixes issue #34; stale comment. by gwt.team.scottb · 18 years ago
  42. 4200b71 Typo fix. by gwt.team.scottb · 18 years ago
  43. aa481e1 PopupPanel positioning changes. Currently, PopupPanel.center() requires that by gwt.team.jgw · 18 years ago
  44. 3c0de0e Fixes FormPanel submission on Safari; switches text/plain requirement to text/html (text/plain simply cannot be made to work on Safari); by gwt.team.jgw · 18 years ago
  45. 0e65faf Fixes issue 1059. The problem is that all of the detected version incompatibilities between a RemoteService client and its corresponding server get converted into an InvocationException. This is a problem because the client code does not know what caused the InvocationException and the only thing that it can do is retry. by gwt.team.mmendez · 18 years ago
  46. a3d8d94 Fixes Issue #1030. by gwt.team.knorton · 18 years ago
  47. 4f6cb96 Setting svn props on some java files that don't have them. by gwt.team.scottb · 18 years ago
  48. 4b85cd5 Fixes issues #988 "Fix module copyrights to use apache google header" by gwt.team.bruce · 18 years ago
  49. 89e3c09 Adds and updates tests and example code related to new clipped image functionality and image prototypes. by gwt.team.bruce · 18 years ago
  50. 812c9bc Updated documentation for new startup sequence. by gwt.team.scottb · 18 years ago
  51. 3de4cfa Updated documentation on CustomButton.java,PushButton.java,ToggleButton.java. Also added another constructor to all three to help make the sample code prettier. by gwt.team.ecc · 18 years ago
  52. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  53. 5c6dc07 This patch adds the concept of an IncrementalCommand as a DeferredCommand, it updates the command dispatching logic to use a time bound, round robin dispatch, it tries to prevent slow script warnings and detect when a script is canceled as a result of a slow script warning. by gwt.team.mmendez · 18 years ago
  54. 7ed0f2c Adds clipping behavior to Image (which necessitated an update to the setElement() method in UIObject and Widget to support arbitrary changes to a widget's root element). Also lays the foundation for image bundles with AbstractImagePrototype. Note the addition clear.cache.gif, which is required for clipped images but will now be a standard well-known image. It's a 1x1 pixel transparent image that can be cached infinitely. It might be useful for other purposes -- even in application code -- in addition to clipped Image.java. by gwt.team.bruce · 18 years ago
  55. fcbb6ba The RPC refactoring for issue 389 which was committed at r677 contained a couple of Java 1.5 only features. This patch makes the RPC code compliant with the 1.4 JRE. All unit tests passed. by gwt.team.mmendez · 18 years ago
  56. c58dc4a This patch contains a refactoring of the RemoteServiceServlet class to separate out the RPC encoding, decoding, and invocation logic into a separate utility class. I added some unit tests and made minor modifications to the original patch to correct problems discovered during subsequent testing. Currently, the patch passes all unit tests in hosted and web modes. by gwt.team.mmendez · 18 years ago
  57. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago