1. 0aaa0d5 Converts the validation sample to build with maven. Also delete an by rjrjr@google.com · 14 years ago
  2. 93310a8 Convert DynaTableRF to use maven. Clean up the docs in the other two by rjrjr@google.com · 14 years ago
  3. 0429c82 Fixes DynaTableRF interface validation, and silences quirks mode warning. by rjrjr@google.com · 14 years ago
  4. 2ddc4d8 Add RequestFactory validator implemented as an annotation processor. by bobv@google.com · 14 years ago
  5. 7954146 Convert samples/mobilewebapp to use maven. This paves the way to converting the sample to use GIN and Objectify. by rjrjr@google.com · 14 years ago
  6. 0d0a554 Eclipse configuration for MobileWebApp. by rchandia@google.com · 14 years ago
  7. ecbd017 This change is mostly resources related. by scheglov@google.com · 14 years ago
  8. 92dd993 CompileModule / GwtAstBuilder by scottb@google.com · 14 years ago
  9. 119a786 Changes the distributed eclipse .launch files to use DevMode instead of HostedMode. by zundel@google.com · 14 years ago
  10. dffcd80 Add SSL support to DevMode. by jat@google.com · 14 years ago
  11. 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 14 years ago
  12. 58d705b Fixes to use Java 1.5 compatible JARs by rchandia@google.com · 14 years ago
  13. 2d3e06f Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dependencies. Also adding a marker to the classes folder in both samples so eclipse has a place to put class files. by jlabanca@google.com · 15 years ago
  14. 97def99 Public: Start of a sample application showing GWT validation. by nchalko@google.com · 15 years ago
  15. 41902cd Add DynaTableRf to the distribution, and fix some checkstyle issues. by rjrjr@google.com · 15 years ago
  16. 32fd9e5 Forgot to commit .classpath and .project for DynaTableRf due to by rjrjr@google.com · 15 years ago
  17. d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago
  18. a7e22e9 A sample for logging by unnurg@google.com · 15 years ago
  19. d54a4bd Mirroring got broken around the merge from branches/2.1, although I'm by gwt.mirrorbot@gmail.com · 15 years ago
  20. 63dde38 Removes stray xml end tag from Showcase launch configuration. by zundel@google.com · 15 years ago
  21. e786e03 fixing Showcase eclipse launch configs by scottb@google.com · 15 years ago
  22. d4d29e6 Accidentally committed too many files in r7007. Reverting the files that weren't supposed to be committed. by jlabanca@google.com · 15 years ago
  23. 9a4999e Adding Window.Navigator api. by jlabanca@google.com · 15 years ago
  24. b1bed47 Fix Showcase classpath. by scottb@google.com · 15 years ago
  25. d811376 Removing I18N sample now that it has been incorporated into Showcase. by jlabanca@google.com · 15 years ago
  26. b92ef9a Remove last traces of dev/oophm. by jat@google.com · 15 years ago
  27. fcee7a6 Made this launch config consistent with trunk (the only difference is the by amitmanjhi@google.com · 16 years ago
  28. 7e45fe9 Remove extra lines that got added while removing SWT. by jat@google.com · 16 years ago
  29. c0051c5 Fix the Showcase launch config after the Eclipse gwt-dev project was changed. by jat@google.com · 16 years ago
  30. 5140971 Fix the launch configs for the samples. Tested each project. by amitmanjhi@google.com · 16 years ago
  31. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  32. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  33. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  34. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  35. 5f6fdb3 Merging from releases/1.6@3944:4025 by scottb@google.com · 16 years ago
  36. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  37. 74bb585 Merging from releases/1.6@3739:3876 by jat@google.com · 16 years ago
  38. 363e38b Removing -server from canonical launch configs; it actually slows things down. by scottb@google.com · 17 years ago
  39. 7b1bd70 Replaced the ShowcaseGenerator in the Showcase example with a GWT Generator that runs when the app is compiled. The previous generator was a straight Java app that users needed to run manually in order to generate the Java source and CSS source available in the app, and the source needed to be saved in the trunk. Now, the souce code for each example in the Showcase is added to the public output directory at compile time, so the source is always up to date and does not need to be saved in the trunk. The "@gwt.XXX" tags have been replaced with Java annotations, and the the new generator uses the ClassLoader to read the annotations and open resources instead of using File paths, which can be problematic. by jlabanca@google.com · 17 years ago
  40. 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
  41. 37510d9 Removed unnecessary -Xcheck:jni vm argument from Hello launch configs. by knorton@google.com · 17 years ago
  42. 40faa08 The Showcase sample demonstrates many of the features of GWT including Widget styles and animations, I18N support, general design patterns, other features. The Showcase is available in 4 languages and works well on all browsers. This version is almost complete, but Bruce, Joel and I decided to check it in before GWT 1.5 milestone 2 so we can receive feedback before the offical release. by gwt.team.jlabanca · 17 years ago
  43. 8f49d77 Reverting 1833, which was an accidental commit. by spoon@google.com · 17 years ago
  44. f520e8f by spoon@google.com · 17 years ago
  45. b025de5 I should not be checking in code while Bruce and Toby are talking over my desk. by gwt.team.scottb · 17 years ago
  46. 7e22f75 Whoops, fixed bad launch config. by gwt.team.scottb · 17 years ago
  47. bba3615 Adding launch configs for Hello sample. by gwt.team.scottb · 17 years ago
  48. 6ada1b9 Blowing away 1.4-specific eclipse settings. We'll see if we actually need them for 5.0. by gwt.team.scottb · 18 years ago
  49. 81c80b8 Fixing eol-style. by gwt.team.scottb · 18 years ago
  50. cd230cd Cleaned up SimpleRPC's .classpath and .project files. by gwt.team.scottb · 18 years ago
  51. e2ef502 Setting svn:eol-style to native for all .project and .classpath files. by gwt.team.scottb · 18 years ago
  52. 2d98ad3 Added new eclipse projects for simple RPC example. Reviewed by: mmendez by gwt.team.ecc · 18 years ago
  53. ee138fa Rolling back accidental trunk mods committed in r276. by gwt.team.scottb · 18 years ago
  54. 1bf2ada gvn sync: XXX by gwt.team.hcc · 18 years ago
  55. 66a0402 Only checkstyle source directories. by gwt.team.scottb · 18 years ago
  56. 15fb3cd filters non-source directories by gwt.team.ecc · 18 years ago
  57. e218cac filters non-source directories by gwt.team.ecc · 18 years ago
  58. 214d3a9 filters non-source directories by gwt.team.ecc · 18 years ago
  59. e73e11f filters non-source directories by gwt.team.ecc · 18 years ago
  60. 1891a10 filters non-source directories by gwt.team.ecc · 18 years ago
  61. 1416698 Removing user-specific launch configs by gwt.team.scottb · 18 years ago
  62. f3d6494 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  63. cd9065b Checkstyle enabled. by gwt.team.ecc · 18 years ago
  64. 55f2372 by gwt.team.ecc · 18 years ago
  65. b24d1ca Checkstyle enabled. by gwt.team.ecc · 18 years ago
  66. 501d981 Checkstyle enabled. by gwt.team.ecc · 18 years ago
  67. dee67ed Checkstyle enabled. by gwt.team.ecc · 18 years ago
  68. 32a653b .project with Checkstyle by gwt.team.ecc · 18 years ago
  69. a4894bb Removed 3.2 xml tags by gwt.team.scottb · 18 years ago
  70. 68a85f0 configured checkstyle with GWT Checks as default config by gwt.team.ecc · 18 years ago
  71. 38da6d0 configured checkstyle with GWT Checks as default config by gwt.team.ecc · 18 years ago
  72. 28a94df configured checkstyle with GWT Checks as default config by gwt.team.ecc · 18 years ago
  73. ac1a732 configured checkstyle turned off with GWT Checks as default config by gwt.team.ecc · 18 years ago
  74. ed366a5 Added checkstyle settings to DynaTable samples project. by gwt.team.knorton · 18 years ago
  75. 86eacd2 enabled checkstyle by gwt.team.mmendez · 18 years ago
  76. 266d05e enabled checkstyle for this project by gwt.team.mmendez · 18 years ago
  77. db16fe4 enabled checkstyle for this project by gwt.team.mmendez · 18 years ago
  78. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago