1. abe666a Quick patch to fix a quirks -> standards bug (missing 'px') in the mail sample. by gwt.team.jgw · 17 years ago
  2. 77aed62 Rolling back commits 1980 and 1977. The a11y work has implementation conflicts with ensureDebugId. by gwt.team.rdayal · 17 years ago
  3. 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
  4. 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
  5. 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
  6. 8e8cbb4 Removed redundant gwt.typeArgs. by gwt.team.mmendez · 17 years ago
  7. d5e21a5 Tightened checkstyle rules; fixed existing violations. by scottb@google.com · 17 years ago
  8. 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
  9. 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
  10. 829fe80 Updated source to use Java1.5 constructs. by gwt.team.knorton · 18 years ago
  11. 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
  12. 6faf298 Fixes a styling issue in the Mail sample for Opera browsers. by gwt.team.knorton · 18 years ago
  13. b51bc08 Remove Dyntable's use of canned RPC responses in favor of using the real RPC servlet. by gwt.team.bobv · 18 years ago
  14. 065d0e9 Adds addtional improvements to HorizontalSplitPanel and VerticalSplitPanel. by gwt.team.knorton · 18 years ago
  15. 9ade593 Fixes Issue #1209. by gwt.team.knorton · 18 years ago
  16. aa481e1 PopupPanel positioning changes. Currently, PopupPanel.center() requires that by gwt.team.jgw · 18 years ago
  17. 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
  18. 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
  19. caaf0dd Fixes an IE6 layout issue with the DockPanel example in KitchenSink that by gwt.team.knorton · 18 years ago
  20. fc13b23 Sample was using a deprecated method. by gwt.team.scottb · 18 years ago
  21. 210caac Fixes a missing apostrophe in the French version of the I18N sample. by gwt.team.scottb · 18 years ago
  22. 1864f6e Fixed a couple more missing semicolons in KitchenSink.css (that didn't matter). by gwt.team.scottb · 18 years ago
  23. 72be8ca Fixed missing semicolons in KitchenSink.css. by gwt.team.scottb · 18 years ago
  24. 92b63fb Fixes a Safari issue with the JSON sample. This is a follow up commit by gwt.team.knorton · 18 years ago
  25. 318f0fe Fixes some problems with the split panel example. Adds an explicit by gwt.team.knorton · 18 years ago
  26. 5cb412f Couple of small sample style changes. by gwt.team.jgw · 18 years ago
  27. b8975e8 Fixit on missing svn props. by gwt.team.scottb · 18 years ago
  28. ddd0402 Fixes text tab layout. Patch by: jgw Review by: bobv by gwt.team.jgw · 18 years ago
  29. ba3510f Fixes silly initialization bug in the Lists tab of KitchenSink. by gwt.team.jgw · 18 years ago
  30. c6ff6b5 Hides the tree in its default empty state. Patch by: bobv Review by: jgw by gwt.team.jgw · 18 years ago
  31. ce022f6 Makes disabled buttons appear differently in KitchenSink (to deal in particular by gwt.team.jgw · 18 years ago
  32. 909104c Fixes alpha blending problem with the gwt logo in the kitchensink by gwt.team.knorton · 18 years ago
  33. eca8726 Moving ImageBundle into the ui subpackage. by gwt.team.scottb · 18 years ago
  34. c93802c Fixed my bad french translations with help from a native speaker. by gwt.team.jgw · 18 years ago
  35. cad825b Fixed out of date text about links. by gwt.team.tobyr · 18 years ago
  36. 610999b Fixing checkstyle problems. by gwt.team.scottb · 18 years ago
  37. b9a8deb Tweaks based on Joel's feedback about mistranslations. by gwt.team.bruce · 18 years ago
  38. 7e317f7 Updated KitchenSink demo. Patch by: jgw Review by: bruce by gwt.team.jgw · 18 years ago
  39. 53871c2 Tweaked a French message wording based on Joel's translation (mine had been computer translated). by gwt.team.bruce · 18 years ago
  40. 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
  41. ec4a1df Changes all uses of Vector to ArrayList in the user, samples and super. by gwt.team.knorton · 18 years ago
  42. bf30b3e Build fixes; sorted RichTextImpls and removed no longer supported change by gwt.team.scottb · 18 years ago
  43. 831acab Fixes Issue #1082. by gwt.team.knorton · 18 years ago
  44. 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
  45. 2f96cac Fixes Issue #174. by gwt.team.knorton · 18 years ago
  46. 4b85cd5 Fixes issues #988 "Fix module copyrights to use apache google header" by gwt.team.bruce · 18 years ago
  47. 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
  48. 9c7ad14 Added new widgets to the kitchen sink sample. by gwt.team.jgw · 18 years ago
  49. 87b9d58 Removing duplicate. by gwt.team.scottb · 18 years ago
  50. 5dcd843 Fixing case-sensitivity issue. Review by: knorton by gwt.team.jgw · 18 years ago
  51. 262975f RichTextToolbar sample added to KitchenSink. Review by: ecc bruce by gwt.team.jgw · 18 years ago
  52. 28162c8 A tweak to the RPC response wire format prefix to ensure that responses can't be confused with JS that could be eval'ed inadvertently by a <script> tag. by gwt.team.bruce · 18 years ago
  53. 2e383df Added new simple RPC example to supplement the DynaTable example. by gwt.team.ecc · 18 years ago
  54. de85c1f Merging startup optimization into trunk from branches/opt_imgs_and_startup@538. Had to hand-merge several things. by gwt.team.scottb · 18 years ago
  55. 6996532 Fixed chmod issue when building on Win32. I completely redid how the distros get packaged. by gwt.team.scottb · 18 years ago
  56. 14c5b9d Converted all ant files to unix line endings. by gwt.team.scottb · 18 years ago
  57. 1e9dc48 checkstyle passes. by gwt.team.knorton · 18 years ago
  58. 7c49037 Updated to make "ant checkstyle" work again; it worked well enough to find that the samples don't pass! Will have to fix in a subsequent checkin by gwt.team.bruce · 18 years ago
  59. d07fbcf <ant> becomes <gwt.ant> to support passing through specific props. by gwt.team.scottb · 18 years ago
  60. de5869f Added build files for all samples by gwt.team.scottb · 18 years ago
  61. dc4b91c extra wrong eclipse config by gwt.team.ecc · 18 years ago
  62. 5766e87 Make .gwt-cache files appear in the output folder rather than the source folder. by gwt.team.scottb · 18 years ago
  63. 8055040 Hello sample is now building. by gwt.team.scottb · 18 years ago
  64. ac93b32 checkstyle passes by gwt.team.jgw · 18 years ago
  65. f697b96 checkstyle passes by gwt.team.jgw · 18 years ago
  66. 83ad8fa checkstyle partial pass. by gwt.team.knorton · 18 years ago
  67. c3ea1de checkstyle pass by gwt.team.mmendez · 18 years ago
  68. 0e029b3 checkstyle pass by gwt.team.mmendez · 18 years ago
  69. 23d27e8 checkstyle pass by gwt.team.mmendez · 18 years ago
  70. ab0aa68 Initial subversion import. by gwt.team.scottb · 18 years ago