1. 422adf6 Updated translations for Showcase. by jlabanca@google.com · 15 years ago
  2. afbff21 Changes for crawling: client-side changes to Showcase sample by kprobst@google.com · 15 years ago
  3. 27ad99c Fixes for outstanding LayoutPanel issues by jgw@google.com · 15 years ago
  4. 5a2b45b Adding the marker to the classes directory in the Mail sample so Eclipse doesn't complain. by jlabanca@google.com · 15 years ago
  5. e035510 Introduces Microbenchmarks app in references. At the moment there by rjrjr@google.com · 15 years ago
  6. cf0bd11 Move more IE6 urls out of war and into resource space by rjrjr@google.com · 15 years ago
  7. 2869626 Fix Mail sample to use a data url for IE6, baking in the image by rjrjr@google.com · 15 years ago
  8. 577f752 Minor tweaks to Showcase. by jlabanca@google.com · 15 years ago
  9. f94a1e7 Resizing MailList to avoid unneccessary vertical scroll bar. by jlabanca@google.com · 15 years ago
  10. db14424 Fix incorrect delimiter in Chinese Showcase translation. by jat@google.com · 15 years ago
  11. b2be114 Fixes issues 2907, 4277 and 4278. by jgw@google.com · 15 years ago
  12. 26ce719 A number of tweaks to the mail sample. by jgw@google.com · 15 years ago
  13. 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
  14. 322d544 Replacing "hosted mode" with "development mode" in DynaTable. by jlabanca@google.com · 15 years ago
  15. 9a4999e Adding Window.Navigator api. by jlabanca@google.com · 15 years ago
  16. aa83757 Add a prefetch queue to AsyncFragmentLoader. User code can add split points to by spoon@google.com · 15 years ago
  17. 744ab5c Fix xhtml.ent url by rjrjr@google.com · 15 years ago
  18. 02a86cb Now using CssResource's @if to provide 1-bit-alpha images on IE6. by jgw@google.com · 15 years ago
  19. 6e3409b Fixed stupid style error in Mail's stack panel headers. TBR: rjrjr by jgw@google.com · 15 years ago
  20. d6f1bd0 <g:StackLayoutPanel> is now consistent with <g:TabLayoutPanel> and by rjrjr@google.com · 15 years ago
  21. c8ed231 Various tweaks to the Mail sample: by jgw@google.com · 15 years ago
  22. 7f491a6 Cleaning up the mail sample, adding new styles, and moving most images by jgw@google.com · 15 years ago
  23. 670b065 Adds PopupPanel.setGlassEnabled(), along with related tests and sample by jgw@google.com · 15 years ago
  24. 94afcc3 Renaming LayoutComposite to ResizeComposite (name drift). This is a new by jgw@google.com · 15 years ago
  25. 55356ef Eliminates the need to call layout() explicitly on *LayoutPanel, which by jgw@google.com · 15 years ago
  26. 476624f Deprecate ImageBundle in favor of ClientBundle and ImageResources. by bobv@google.com · 15 years ago
  27. d811376 Removing I18N sample now that it has been incorporated into Showcase. by jlabanca@google.com · 15 years ago
  28. f6dc3e4 Moving the Plural Forms example from the I18N sample to Showcase. by jlabanca@google.com · 15 years ago
  29. e0fa5b1 Merge farewellSwt into trunk. by jat@google.com · 15 years ago
  30. 3c459ee Recommitting r6329 to add UrlBuilder, this time with passing tests. by jlabanca@google.com · 15 years ago
  31. 0eaf782 Revert "Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs," due to web mode test failures in com.google.gwt.user.client.WindowTest.testLocationCreateUrlBuilder by rjrjr@google.com · 15 years ago
  32. b2376c4 Adding UrlBuilder and using it in Showcase and GwtTestCase so we don't remove gwt.hosted parameter in URLs. by jlabanca@google.com · 15 years ago
  33. 5a385f9 Fixes various mail issues, primarily on IE: by jgw@google.com · 15 years ago
  34. e606905 Adding a white background the to noscript warning so it shows up against all backgrounds. by jlabanca@google.com · 15 years ago
  35. 1ce4154 Removed the hard coded width from the locale selector in Showcase because the locale names can be very long. by jlabanca@google.com · 15 years ago
  36. e6c9937 Fix plurals in i18n sample (and others). There were two problems: by jat@google.com · 15 years ago
  37. 33d1639 Remove the spurious directories like Hello/linux, Hello/windows, Hello/mac in by amitmanjhi@google.com · 15 years ago
  38. 52ac42b Merge up to trunk @r6200. by jat@google.com · 15 years ago
  39. 3e0a20f Fixed checkstyle error in Mail sample. by jlabanca@google.com · 16 years ago
  40. ee29b77 - Adds UiBinder parsers for DockLayoutPanel and StackLayoutPanel. by jgw@google.com · 16 years ago
  41. 0b1619e Remove SWT, collapse dev platforms to a single one, rewrite runstyles to new by jat@google.com · 16 years ago
  42. 1d30610 Additional fix for issue 3903. Adds noscript tags to additional samples by fredsa · 16 years ago
  43. 529d349 Switched a HashMap to a LinkedHashMap in the AbsolutePanel example in Showcase so that widgets appear in the same order across browsers. by jlabanca@google.com · 16 years ago
  44. dedc0d2 Initial add of derpc code base. by bobv@google.com · 16 years ago
  45. 615a29b Fixing the checkstyle and presubmit rules. Checkstyle never reached the by fabbott@google.com · 16 years ago
  46. ebec02f Changes to make GWT i18n support "real" default locales. Introduces a .gwt.xml tag <set-property-fallback name="prop" value="chosenvalue"/>, which can be used in property providers as a template substitution for /*-FALLBACK-*/. In i18n, this is used to select a "real" locale to be returned in situations when "default" would otherwise have been used. Also modified AbstractLocalizableImplCreator so that generators running in GwtLocale.DEFAULT will run on this "real" locale, even if <set-property> has been used so that the literal "default" is not being generated. by fabbott@google.com · 16 years ago
  47. dd208e6 Ant fixes for platform independence, for dist-dev not needing tools, and by fabbott@google.com · 16 years ago
  48. f2503f3 Giving samples a -localWorkers flag. You can configure it for your hardware by defining the property gwt.samples.localworkers in ROOT/local.ant.properties. by fabbott@google.com · 16 years ago
  49. 5ead61f Issue 34812: Fix findbugs & checkstyle issues by rice@google.com · 16 years ago
  50. 53e7ebe Fixing a very dusty old typo in simplerpc's ant build file. by fabbott@google.com · 16 years ago
  51. e9862ff Add favicon.ico files for each of the samples. by jat@google.com · 16 years ago
  52. 461db41 svn merge -r4992:5022 https://google-web-toolkit.googlecode.com/svn/releases/1.6 . by jgw@google.com · 16 years ago
  53. c4c4ead Update to r4917, which has GWT.runAsync download by spoon@google.com · 16 years ago
  54. 5323876 Merging releases/1.6@4669:4911 into trunk. by scottb@google.com · 16 years ago
  55. 41b9203 Rolling back r4917 to clear the build for a pending 1.6 -> trunk merge. by scottb@google.com · 16 years ago
  56. 123be3b Allow runAsync to download code using XHR instead of by spoon@google.com · 16 years ago
  57. abdf77e Add support for runtime locales, update CLDR data. by jat@google.com · 16 years ago
  58. e00882a In Showcase, gave some buttons a fixed width so they would line up nicely. by jlabanca@google.com · 16 years ago
  59. b5e6568 Re-enable servlet tag in DynaTable now that we validate. by scottb@google.com · 16 years ago
  60. 1cff3b3 Update WebAppCreator to make for friendlier build files. Tweak DynaTable's web.xml to have a nice welcome file. by scottb@google.com · 16 years ago
  61. a3509e2 Merging releases/1.6 into trunk. by jgw@google.com · 16 years ago
  62. 9c50e85 Bump to 32ems; on some browsers the french "please enter" message is still too long. by scottb@google.com · 16 years ago
  63. 2c215d8 Added documentation to HTMLTable.addTableListener() to explain that getCellForEvent() can return null. We also check for null in the mail sample. by jlabanca@google.com · 16 years ago
  64. 127d461 Updated French grammar. by scottb@google.com · 16 years ago
  65. ca5a870 Remove references to deprecated methods. by scottb@google.com · 16 years ago
  66. 55a42a6 Fixes an uncaught exception generated trying to set TD widths to non-positive values. by scottb@google.com · 16 years ago
  67. fd2627a General polish. by scottb@google.com · 16 years ago
  68. b9c87bd Disable servlet tag in DynaTable.gwt.xml until we support web.xml validation to avoid hosted mode warning. by scottb@google.com · 16 years ago
  69. 662707e Build fix: moved where GWT.getModuleBaseURL() is called to accomodate use from the Showcase generator. by scottb@google.com · 16 years ago
  70. 00f8837 We should not be using relative URLs when making HTTP GET requests through RequestBuilder. Their resolution is execution-context-sensitive. by rdayal@google.com · 16 years ago
  71. 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
  72. 4f57bc2 Merging releases/1.6@4459:4490 by scottb@google.com · 16 years ago
  73. 6cd61e9 Merging releases/1.6@4385:4459 into trunk. by scottb@google.com · 16 years ago
  74. 30e9775 Removing DynaTable2, which is no longer needed since DynaTable was converted. by scottb@google.com · 16 years ago
  75. 373fb2c Updating sample size calculation. by scottb@google.com · 16 years ago
  76. 7fd571e Updated samples build to use WebAppCreator. by scottb@google.com · 16 years ago
  77. 71947b5 Build fix: updated samples build for war style. by scottb@google.com · 16 years ago
  78. 0ddb70d New-style samples. by scottb@google.com · 16 years ago
  79. e7f61a7 Merge from releases/1.6:r4198:4268,4269:4297,4299:4320:4321:4366 into trunk by jat@google.com · 16 years ago
  80. 422e403 Second round of changes to implement WAR design. by scottb@google.com · 16 years ago
  81. f326b34 Merging in date picker branch into 1.6. by ecc@google.com · 16 years ago
  82. 4c30e76 First round of changes to implement WAR design. by scottb@google.com · 16 years ago
  83. e7068d8 Merging releases/1.6@4130:4147 into trunk. by scottb@google.com · 16 years ago
  84. 9e6a2a1 Use LazyPanel for deferred rendering in ShowCase by rjrjr@google.com · 16 years ago
  85. 2137856 Merging releases/1.6@4025:4130 into trunk; supercedes trunk:c4118. by scottb@google.com · 16 years ago
  86. 73e6448 Deprecates event listeners, introduces event handlers by rjrjr@google.com · 16 years ago
  87. 2e8ef32 Merging from releases/1.6@3878:3944 by scottb@google.com · 16 years ago
  88. c3f5a90 Support GWT.runAsync by splitting the JavaScript code by spoon@google.com · 16 years ago
  89. 721fcb0 Updating DynaTable2 for WAR mode! by scottb@google.com · 16 years ago
  90. 0e2dc628 by fabbott@google.com · 17 years ago
  91. 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  92. 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
  93. 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
  94. 9df72ec Adding length metrics for individual samples. by fabbott@google.com · 17 years ago
  95. 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
  96. 704c9d0 Modified the ShowcaseGenerator to generate file names using only the simple class name of the examples, instead of the fully qualified name. The fully qualified names exceeded the filename length allows by Windows, so the distribution package could not be extracted using a zip utility without seeing error messages. by jlabanca@google.com · 17 years ago
  97. cbd412e Change cookie expiration time to a day; that also solves the numeric overflow problem that would happen in java, since the expiration time in milliseconds for a year cannot fit into an int. by rdayal@google.com · 17 years ago
  98. 7a6e245 Added machine translations for untranslated text, modified code to support by jat@google.com · 17 years ago
  99. d034538 Fix layout issue where content area was pinned to the right-hand side in hosted mode Linux and Mac/Tiger. by rdayal@google.com · 17 years ago
  100. 4469871 Values for cwListBoxSelectAll and cwListBoxCategories were reversed. by rdayal@google.com · 17 years ago