1. 0e2dc628 by fabbott@google.com · 17 years ago
  2. 2269498 Merging releases/1.5 into trunk by scottb@google.com · 17 years ago
  3. 0986505 Merging releases/1.5@r3048:r3078 into trunk. by jlabanca@google.com · 17 years ago
  4. 6435ea2 Merging releases/1.5@r2994:r3048 into trunk. by scottb@google.com · 17 years ago
  5. 9df72ec Adding length metrics for individual samples. by fabbott@google.com · 17 years ago
  6. 9de92df Merging releases/1.5@2941:2990 trunk. by scottb@google.com · 17 years ago
  7. 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
  8. 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
  9. 7a6e245 Added machine translations for untranslated text, modified code to support by jat@google.com · 17 years ago
  10. 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
  11. 4469871 Values for cwListBoxSelectAll and cwListBoxCategories were reversed. by rdayal@google.com · 17 years ago
  12. 5be4760 Fixed font size for tabs. by jaimeyap@google.com · 17 years ago
  13. c7da479 Updated logic of animation code by defining default implementations of onStart, onComplete, and onCancel. Modified existing widget animations to take advantage of the new code. by jlabanca@google.com · 17 years ago
  14. 585e990 Updated Arabic translations for Showcase. by rdayal@google.com · 17 years ago
  15. a109d95 Added [Theme]Resources modules to each of the GWT themes so users can load the public resources associated with a theme without injecting the style sheet. The Showcase has been updated to take advantage of this by only loading the style sheet for the Standard theme. In addition, the Showcase is smarter about reloading style sheets in that it will not dump an existing style sheet and then reload the same one. This patch addresses an issue where the Showcase would crash IE on Vista because of the way it unloaded and reloaded style sheets. by jlabanca@google.com · 17 years ago
  16. dbcda31 Fixed the style names used in the mail sample to match the new style names used on child elements of certain widgets including DecoratedStackPanel and DialogBox. by jlabanca@google.com · 17 years ago
  17. 15880ee Moved the GWT CSS themes into separate packages under com.google.get.user.theme. Users can include a theme in their gwt.xml file by inheriting the appropriate module. I updated the code museum and showcase to reflect the new locations of the themes. by jlabanca@google.com · 17 years ago
  18. 026a455 All child style names (eg. .gwt-DecoratedPopupPanel .popupTopLeft) now have unique names so they do not collide when widgets are placed inside each other. The default style sheets have been updated to reflect the changes. by jlabanca@google.com · 17 years ago
  19. 960d062 Updated the default style sheets to reflect the creation of the Decorated Widgets. Originally, I intended to update these styles after we finalized the style name architecture, but since that may not be available for a day or two, I'm submitting the style changes now. The affected Widgets are DecoratedTabPanel, DecoratedStackPanel, and DecoratedPopupPanel. by jlabanca@google.com · 17 years ago
  20. 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
  21. f8284cd Adding time and size metric collection to samples. Includes a new Timer by fabbott@google.com · 17 years ago
  22. 26cd1b4 Seperated Decorated versions of Widgets from existing widgets. The newly introduced widgets are DecoratedTabPanel, DecoratedTabBar, DecoratedStackPanel, and DecoratedPopupPanel. Samples and tests have been updated to reflect the change. by jlabanca@google.com · 17 years ago
  23. 169c71a Moved default GWT styles to the com.google.gwt.user package instead of Showcase. by jlabanca@google.com · 17 years ago
  24. 9e9d5e9 Updated the Showcase with three style themes, including the updated default style. The Showcase now has buttons at the top of the page to select between the options. by jlabanca@google.com · 17 years ago
  25. f59912f Refactored the Animation library to no longer use a Deferred Binding (its always on). Moved it to its own package "com.google.gwt.animation.client" and removed the WidgetAnimation class entirely. All animations are disabled by default but can be enabled for each widget instance that supports animations. The StackPanel animation is removed, but may be readded in the future. This patch also fixes a couple minor animation bugs. by jlabanca@google.com · 17 years ago
  26. 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
  27. 7c0dfaf Put the Mail sample into quirks mode to resolve an issue with StackPanel where it does not size itself correctly in IE in standards mode. We will need to address the StackPanel issue later. This patch is TBR. by jlabanca@google.com · 17 years ago
  28. c2a2676 Updated styles used in the Mail sample to take advantage of the new DOM structures. This patch is TBR. by jlabanca@google.com · 17 years ago
  29. 95c5b2c Removed the Frame example from Showcase as it generates warnings that might be confusing to new users. At some point, we can add an html page within the same domain and readd the example. This patch is TBR. by jlabanca@google.com · 17 years ago
  30. 00f2395 Setting eol line style to native in order to avoid the every-line-change commit that just occurred. by gwt.team.rdayal · 17 years ago
  31. f2070b2 Punctuation fixes for Arabic locale in Showcase. by gwt.team.rdayal · 17 years ago
  32. b1008b1 Include the RTL versions of style sheets only after the Application has been added to the page in Showcase. Otherwise, the app will attempt to set the width of the content based on the width of the main nav menu, which isn't available because we dropped the LTR style sheet but we haven't loaded the RTL version yet. Also removed some unnecessary style definitions. by jlabanca@google.com · 17 years ago
  33. f104f78 Removes <a> around the contacts entries (they looked like they should do by gwt.team.jgw · 17 years ago
  34. 920e344 Fixes styles to work with new 'built-in' StackPanel styling tables. by gwt.team.jgw · 17 years ago
  35. 4d92997 Adds curved borders to the right (and left, in rtl mode) sides of the content area. by gwt.team.jgw · 17 years ago
  36. 19e3688 Removed dotted borders around tree item selection (these double-up on some by gwt.team.jgw · 17 years ago
  37. 98deeca Fixed the IE6 specific styles used for right corners in RTL mode. This patch is TBR. by jlabanca@google.com · 17 years ago
  38. e45e3c9 Fixed stack panel borders in rtl mode in GWT-default.css. by jlabanca@google.com · 17 years ago
  39. 55c2c93 In the Showcase, Source code and styles will now be in ltr and left aligned, even if the page is in rtl mode. This patch is TBR. by jlabanca@google.com · 17 years ago
  40. b7c6671 Fixed the content area in Showcase so it resizes correctly when the page is first loaded in an RTL language. Also fixed the alignment of the contents in RTL. This patch is TBR. by jlabanca@google.com · 17 years ago
  41. 6f82758 Fixed the iframe example in Showcase so that it loads the modules root url, which has the effect of loading the module in the iframe without any warnings. I added some default iframe styles. This patch is TBR. by jlabanca@google.com · 17 years ago
  42. 265fd89 Added RTL support to DecoratorPanel and improved RTL support in Showcase. This patch is TBR. by jlabanca@google.com · 17 years ago
  43. 1128a63 Modified look of showcase and corrected multiple style problems. This patch is TBR. by jlabanca@google.com · 17 years ago
  44. 44cb42a Adds support for RTL layout in GWT. Here are the specific changes: by gwt.team.rdayal · 17 years ago
  45. c108be7 Removed some unnecessary extra build steps. by scottb@google.com · 17 years ago
  46. 3f11681 Fixed ant out-of-date rule for samples. Fixed formatting & props on some showcase files. by scottb@google.com · 17 years ago
  47. 43ec8bc Bumping JVM memory argument to 256MB throughout. This includes building samples and producing scripts. by scottb@google.com · 17 years ago
  48. 519810f Update the I18N sample to demonstrate i18n annotations, including plural forms. by gwt.team.jat · 17 years ago
  49. 90c234d Updated to use new ImageBundle.@Resource annotation instead of old-style javadoc @gwt.resource. In RichTextToolbar.java, removed the metadata completely since in every case the image file was already named after the associated method. Also removed an unused local in ShowcaseGenerator.java. by bruce@google.com · 17 years ago
  50. 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
  51. 4837dd3 Re-adding a11y changes from r1977 and r1980 (these changes were previously rolled back in r1981). by gwt.team.rdayal · 17 years ago
  52. 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
  53. abe666a Quick patch to fix a quirks -> standards bug (missing 'px') in the mail sample. by gwt.team.jgw · 17 years ago
  54. 77aed62 Rolling back commits 1980 and 1977. The a11y work has implementation conflicts with ensureDebugId. by gwt.team.rdayal · 17 years ago
  55. 0f93138 -Added supporting library for setting of ARIA roles/states (it is currently just a wrapper around DOM.set/get/removeElementAttribute calls) by gwt.team.rdayal · 17 years ago
  56. 799633f Add GWTTestSuite to bin GWTTestCases to minimize the number of times the test cases must switch between GWT Modules. by gwt.team.bobv · 17 years ago
  57. 88a6232 This change updates the sample apps and applicationCreator to create HTML pages that set browsers into Standards rendering mode. It adds an example of an HTML 4.0.1 Transitional DOCTYPE declaration to the template used by applicationCreator and by all of the sample application host pages distributed with GWT. by gwt.team.zundel · 17 years ago
  58. 8e8cbb4 Removed redundant gwt.typeArgs. by gwt.team.mmendez · 17 years ago
  59. d5e21a5 Tightened checkstyle rules; fixed existing violations. by scottb@google.com · 17 years ago
  60. c3580d7 Fixes issue 1715 and 660. Deprecated the HTTPRequest class and updated the JSON and SimpleXML examples to use the RequestBuilder class. by gwt.team.mmendez · 17 years ago
  61. f2aebb6 Fixed a compiler bug that was preventing overrides with generic params from working. Committing a parameterized AsyncCallback. by gwt.team.scottb · 18 years ago
  62. 829fe80 Updated source to use Java1.5 constructs. by gwt.team.knorton · 18 years ago
  63. c954c99 Added better error messaging/display to DynaTable. Since we removed the static resource code, it's now much more likely for server calls to fail (when serving from a file system, for example). So it's important the error dialog be very helpful. by gwt.team.scottb · 18 years ago
  64. 6faf298 Fixes a styling issue in the Mail sample for Opera browsers. by gwt.team.knorton · 18 years ago
  65. b51bc08 Remove Dyntable's use of canned RPC responses in favor of using the real RPC servlet. by gwt.team.bobv · 18 years ago
  66. 065d0e9 Adds addtional improvements to HorizontalSplitPanel and VerticalSplitPanel. by gwt.team.knorton · 18 years ago
  67. 9ade593 Fixes Issue #1209. by gwt.team.knorton · 18 years ago
  68. aa481e1 PopupPanel positioning changes. Currently, PopupPanel.center() requires that by gwt.team.jgw · 18 years ago
  69. 87db4d7 Fixes a problem where samples that include a generator fail to build, because the sample's bin directory is not on the classpath. The gwtc rule now includes a sample's bin directory. by gwt.team.scottb · 18 years ago
  70. 8b3f29a When clicking on the "Widgets" and "Lists" tabs, the content jumps from the left edge of the page to the center of the page. This is because we are showing the content, and then centering it. To get around this, the visibility of the content is set to hidden, the centering is done, and then the the visibility is set to visible. The same problem happens when you click on the "Show Dialog" button under the "Popups" section, and a similar fix is used to get around this problem. by gwt.team.scottb · 18 years ago
  71. caaf0dd Fixes an IE6 layout issue with the DockPanel example in KitchenSink that by gwt.team.knorton · 18 years ago
  72. fc13b23 Sample was using a deprecated method. by gwt.team.scottb · 18 years ago
  73. 210caac Fixes a missing apostrophe in the French version of the I18N sample. by gwt.team.scottb · 18 years ago
  74. 1864f6e Fixed a couple more missing semicolons in KitchenSink.css (that didn't matter). by gwt.team.scottb · 18 years ago
  75. 72be8ca Fixed missing semicolons in KitchenSink.css. by gwt.team.scottb · 18 years ago
  76. 92b63fb Fixes a Safari issue with the JSON sample. This is a follow up commit by gwt.team.knorton · 18 years ago
  77. 318f0fe Fixes some problems with the split panel example. Adds an explicit by gwt.team.knorton · 18 years ago
  78. 5cb412f Couple of small sample style changes. by gwt.team.jgw · 18 years ago
  79. b8975e8 Fixit on missing svn props. by gwt.team.scottb · 18 years ago
  80. ddd0402 Fixes text tab layout. Patch by: jgw Review by: bobv by gwt.team.jgw · 18 years ago
  81. ba3510f Fixes silly initialization bug in the Lists tab of KitchenSink. by gwt.team.jgw · 18 years ago
  82. c6ff6b5 Hides the tree in its default empty state. Patch by: bobv Review by: jgw by gwt.team.jgw · 18 years ago
  83. ce022f6 Makes disabled buttons appear differently in KitchenSink (to deal in particular by gwt.team.jgw · 18 years ago
  84. 909104c Fixes alpha blending problem with the gwt logo in the kitchensink by gwt.team.knorton · 18 years ago
  85. eca8726 Moving ImageBundle into the ui subpackage. by gwt.team.scottb · 18 years ago
  86. c93802c Fixed my bad french translations with help from a native speaker. by gwt.team.jgw · 18 years ago
  87. cad825b Fixed out of date text about links. by gwt.team.tobyr · 18 years ago
  88. 610999b Fixing checkstyle problems. by gwt.team.scottb · 18 years ago
  89. b9a8deb Tweaks based on Joel's feedback about mistranslations. by gwt.team.bruce · 18 years ago
  90. 7e317f7 Updated KitchenSink demo. Patch by: jgw Review by: bruce by gwt.team.jgw · 18 years ago
  91. 53871c2 Tweaked a French message wording based on Joel's translation (mine had been computer translated). by gwt.team.bruce · 18 years ago
  92. b2effac Fixes issue 1063 "Enhance I18N sample". Adds NumberFormat and DateTimeFormat as well as makes the style a little nicer and shows how GWT can interop with a complex host HTML page. by gwt.team.bruce · 18 years ago
  93. ec4a1df Changes all uses of Vector to ArrayList in the user, samples and super. by gwt.team.knorton · 18 years ago
  94. bf30b3e Build fixes; sorted RichTextImpls and removed no longer supported change by gwt.team.scottb · 18 years ago
  95. 831acab Fixes Issue #1082. by gwt.team.knorton · 18 years ago
  96. 7bda45a Removes RichTextIE.html from KitchenSink and instead uses a doc.open/write/close solution in RichTextAreaImplIE6. Also does some cleanup on RichTextArea in general. by gwt.team.scottb · 18 years ago
  97. 2f96cac Fixes Issue #174. by gwt.team.knorton · 18 years ago
  98. 4b85cd5 Fixes issues #988 "Fix module copyrights to use apache google header" by gwt.team.bruce · 18 years ago
  99. 8243209 Late-night commit to fix a few nagging details prior to checkpoint build. Two significant changes: (1) The new startup script was not gating on the body element having finished loading, so getElementById() was not reliable (which manifested most obviously as history breaking randomly) and (2) RichText was failing to go into design mode in IE6 hosted mode (web mode did seem to work reliably); the (perhaps temporary) solution is to actually load a starter page into the RichText IFRAME that sets its own body element to be CONTENTEDITABLE. by gwt.team.bruce · 18 years ago
  100. 9c7ad14 Added new widgets to the kitchen sink sample. by gwt.team.jgw · 18 years ago