1. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  2. b8dc095 Remove the need for an explicit SingleJsoImpl annotation. The single-JSO-ness of interfaces will be automatically calculated. by bobv@google.com · 16 years ago
  3. 2290f02 Fixed hyperlinks to samples in recognition of the new project directory structure. by bruce@google.com · 16 years ago
  4. 9b46bf7 Changed copyright dates to 2009. by bruce@google.com · 16 years ago
  5. 87b1e5f General polish. by bruce@google.com · 16 years ago
  6. d1c2148 Validate servlet tags in GWT modules against the actual web.xml being used. by scottb@google.com · 16 years ago
  7. 405a1ba Commit SingleJsoImpl branch to trunk. by bobv@google.com · 16 years ago
  8. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  9. 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
  10. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  11. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  12. 2ab41c6 Updated applicationCreator scripts to webAppCreator. by scottb@google.com · 16 years ago
  13. 829f734 Fix samples packaging. by scottb@google.com · 16 years ago
  14. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  15. ace7a3c Adds api-checker to the distro. by amitmanjhi@google.com · 16 years ago
  16. 412c9ea Windows should have <zipfileset>, not <tarfileset>, though Ant 1.7 doesn't by fabbott@google.com · 16 years ago
  17. 0c0a29e Including gwt-soyc-vis.jar in the distribution. by fabbott@google.com · 16 years ago
  18. d1208bc Fix distro build file for Windows. by jat@google.com · 16 years ago
  19. bcb2284 Remove all remnants of projectCreator from everything except the docs. Will by amitmanjhi@google.com · 16 years ago
  20. 04912f2 Merge OOPHM into trunk as a separate project, that will produce a jar which can by jat@google.com · 16 years ago
  21. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  22. 3bd8ce3 Updated release notes with ConstantMap, TreeMap, and TreeSet issues. by amitmanjhi@google.com · 16 years ago
  23. 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
  24. a28e084 Merging /releases/1.5/@r3630:3863 into /releases/1.6/ by scottb@google.com · 16 years ago
  25. ebeba13 Remove special casing for sentinals in distro by moving actual files to ship into a subdirectory. by scottb@google.com · 17 years ago
  26. 1b420bf 1) Adds the concept of module "configuration" properties which do not affect deferred-binding decisions and may be set to any string value. These configuration properties are exposed to Generators and Linkers as a means of providing global configuration information. by scottb@google.com · 17 years ago
  27. 3b1edcc Change instance initializer in About.java to static. Most of the work, though, was on the Ant files such that once the filtered copies have already been generated, they will re-generate IFF the gwt OR svn versions have changed (i.e. after an svn up). by fabbott@google.com · 17 years ago
  28. 5da9113 Merge 1.5 branch changes. by bobv@google.com · 17 years ago
  29. 566806a Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  30. 0e2dc628 by fabbott@google.com · 17 years ago
  31. 4a87ea1 Adding SVN branding of About.* with svn branch@version information by fabbott@google.com · 17 years ago
  32. 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  33. b48e84a Adds Selenium acknowledgements to the about page. Goes with r3005. by zundel@google.com · 17 years ago
  34. 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
  35. 72d2219 Updated to refer to docreader links (although the docreader content for GWT 1.5 is still very much a work in progress). by bruce@google.com · 17 years ago
  36. 50240e2 Don't include .gwt directories when packing the sample apps into the distributions. by bobv@google.com · 17 years ago
  37. 8e244d2 Relax the JavaScriptObject restriction on instance methods being final. by spoon@google.com · 17 years ago
  38. 8b035a8 Removed KitchenSink example as it is being replaced by the Showcase example. References to the KitchenSink example in the getting started guide have been replaced with Mail sample, including the associated images. by jlabanca@google.com · 17 years ago
  39. 00798f8 A small round of doc and error message fixes. by bruce@google.com · 17 years ago
  40. 02bfb0c Added helpInfo docs for JSO restrictions and for restrictions on accessing by spoon@google.com · 17 years ago
  41. ec42127 Added some empty help info docs for JSORestrictionsChecker and LongFromJSNIChecker. Added infrastructure for propagating the extra help into to the logger. by scottb@google.com · 17 years ago
  42. 99abf17 Move public Linker types into core.ext packages. by gwt.team.bobv · 17 years ago
  43. 8e85b91 Formatting cleanup. by scottb@google.com · 17 years ago
  44. cf24455 Rewrite of the low level libs for OSX hosted mode. We now use all public by gwt.team.knorton · 17 years ago
  45. e1f3234 Linux distro should use bzip2. by scottb@google.com · 17 years ago
  46. 6876b70 Fixed svn:eol-style. by scottb@google.com · 17 years ago
  47. eda21bf The mac distro was bundling gwt-dev-linux instead of gwt-dev-mac. by scottb@google.com · 17 years ago
  48. ead7f7c Fixed a problem in the mac distro-source build.xml that would bonk the by gwt.team.knorton · 17 years ago
  49. 8d3c288 Fixes Issue #1792 by gwt.team.knorton · 17 years ago
  50. 3da39cd Removed Xerces from our distro; the functionality we needed is built into the 1.5 JRE. by scottb@google.com · 17 years ago
  51. b1812e9 Updated source location for BrowserDetect in product COPYING notices due to moved Benchmarks. by scottb@google.com · 17 years ago
  52. 5345c0e - Moved benchmark viewer out of the junit package and into its own by scottb@google.com · 17 years ago
  53. 8cc661b Merge the Linker change branch. by gwt.team.bobv · 17 years ago
  54. 2b3ed2b Updating GWT to use Eclipse JDT 3.3.1 rather than 3.1.1. by scottb@google.com · 17 years ago
  55. 13bf689 Updated module DTD reflects ant-style filtering on <source> and <super-source> tags. by gwt.team.scottb · 17 years ago
  56. b13142a Merging 1.4 release branch from r1384 to r1400 into trunk. by gwt.team.scottb · 18 years ago
  57. bf7d381 Final tweak of distro release notes and COPYING files for 1.4 RC2. by gwt.team.scottb · 18 years ago
  58. 4b500c1 Made the Getting Started guide work offline, and various other little doc tweaks for correctness/clarity. by gwt.team.bruce · 18 years ago
  59. 9e53a7d Bruce: I think "whitelist" is a little more common than "white list". by gwt.team.scottb · 18 years ago
  60. c47e0ed Fixed typo. by gwt.team.scottb · 18 years ago
  61. dfe00f0 Added release notes regarding new RPC whitelisting. by gwt.team.scottb · 18 years ago
  62. ad4ecc6 Removed beta references. by gwt.team.scottb · 18 years ago
  63. 465f294 Fixes issue #1484; fixes a minor problem in gwt-module.dtd (comments cannot contain '--') and completes the definition for the <public> element. by gwt.team.scottb · 18 years ago
  64. 59dedea Release notes for 1.4 RC2. by gwt.team.scottb · 18 years ago
  65. 6371726 Fixes issue #1105; rolling back our distro to use mozilla 1.7.12 because it's generally proven more stable than our build of 1.7.13, across the spectrum of systems. (Perhaps at some point we'll determine that RedHat's Mozilla 1.7.13 is as stable as 1.7.12). Also added our necessary load order file to the 1.7.12 distro. by gwt.team.scottb · 18 years ago
  66. 5064612 Working towards issue #1105; this change enables hosted mode to decide which mozilla installation to load based on config files. This will allow flexibility so that the largest number of developers will experience no crashiness, but will also allow upgrading to 1.7.13 to support mouse wheel events. by gwt.team.scottb · 18 years ago
  67. b73764a Fixes issue #1110; removed lgpl.txt from the install directory and added appropriate COPYING files to the JFreeChart jars. by gwt.team.scottb · 18 years ago
  68. c76b684 Updated copyrights to 2007. by gwt.team.bruce · 18 years ago
  69. f7b601f Minor pre-RC wordsmithing. by gwt.team.bruce · 18 years ago
  70. 6ab2c2f Fixed typo. by gwt.team.scottb · 18 years ago
  71. 1e29a58 Fixed broken link. by gwt.team.scottb · 18 years ago
  72. 429b948 Pointing reference to doc instead of design doc. by gwt.team.scottb · 18 years ago
  73. 3630205 Addes release notes for GWT 1.4 RC. by gwt.team.scottb · 18 years ago
  74. ad63e52 Made alphabetical. by gwt.team.bruce · 18 years ago
  75. 65e1111 Added Creative Commons Attribution 1.0 to the set of licenses. by gwt.team.bruce · 18 years ago
  76. 5c01d98 A local copy of the LGPL for the distro. by gwt.team.bruce · 18 years ago
  77. 219379b Fixes issues 970 "Provide DTD or schema for the module file". by gwt.team.bruce · 18 years ago
  78. e117df5 Unblocks issue 844, support for mouse wheel events. Upgrades linux hosted mode to mozilla 1.7.13. Commits r1086, r1087 in tools are part of this patch. by gwt.team.mmendez · 18 years ago
  79. adaa270 Fixes issue 976. The benchmarkViewer will run in hybrid mode now. by gwt.team.mmendez · 18 years ago
  80. 96bee77 Adds attributions for JFreeChart. by gwt.team.scottb · 18 years ago
  81. 4449b34 Fixes issue #702. Adds benchmarking capability to GWT as an extension to JUnit. by gwt.team.mmendez · 18 years ago
  82. 2925779 Getting release notes ready for next release cycle. by gwt.team.scottb · 18 years ago
  83. 5c0992f merge changes from releases/1.3 branch by gwt.team.jat · 18 years ago
  84. 950681a Correct line endings on files with CRLF in the repository by gwt.team.jat · 18 years ago
  85. 6996532 Fixed chmod issue when building on Win32. I completely redid how the distros get packaged. by gwt.team.scottb · 18 years ago
  86. b05c900 Implemented a TarCat Ant task to slurp tars directly into other tars. This allows us to preserve things like permissions and symlinks on hostile operating systems. by gwt.team.scottb · 18 years ago
  87. 8698605 Fixed title and spelling. by gwt.team.scottb · 18 years ago
  88. 1e34526 Adding COPYING files to distro. by gwt.team.scottb · 18 years ago
  89. 6aecf4f Fixed a spelling error. by gwt.team.scottb · 18 years ago
  90. 45e16e4 Added notes for 1.3 Release Candidate by gwt.team.bruce · 18 years ago
  91. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  92. 4b64e58 fixed this the right way, whoops! by gwt.team.scottb · 18 years ago
  93. 04a5be3 Whooops, was grabbing too much by gwt.team.scottb · 18 years ago
  94. 6ba31b8 Fixed up doc to build into build directory. by gwt.team.scottb · 18 years ago
  95. d07fbcf <ant> becomes <gwt.ant> to support passing through specific props. by gwt.team.scottb · 18 years ago
  96. f4a89f2 Samples now in distro by gwt.team.scottb · 18 years ago
  97. 36f322f Refactored buildsystem for consistency and generality. by gwt.team.scottb · 18 years ago
  98. e3ebd84 Adding distro builds for mac and windows by gwt.team.scottb · 18 years ago
  99. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago