1. 7b3194f Introducing DirectionalTextHelper, a new helper class for text and direction manipulations in widgets, and using it to enhance Anchor and Hyperlink with bidi support. by tomerigo@google.com · 14 years ago
  2. 47da2e1 Remove stray javadoc character. by fredsa@google.com · 14 years ago
  3. 4ae5f49 Rollback of support for touch/gesture events due to test failures. by fredsa@google.com · 14 years ago
  4. b927b29 Add support for touch and gesture events for supported mobile webkit platforms. by fredsa@google.com · 14 years ago
  5. cba79cd Loosens up JSO restrictions in the TypeOracle to allow multiple JSO by jgw@google.com · 14 years ago
  6. e88c8f6 Remove deprecated classextension from gwt by yaxin@google.com · 14 years ago
  7. ff610ee The proposed fix will disambiguate setter overloads by ranking them according by fabiomfv@google.com · 14 years ago
  8. 4e5aa88 Ensure that all base URL's are absolut-ify-ed, no matter where we get them from. by unnurg@google.com · 14 years ago
  9. 0a74394 Fixing a bug in CellTree where we always pass null as the key for the rendered object instead of passing the key. by jlabanca@google.com · 14 years ago
  10. d171e55 Adding a public method AbstractHasData#getRowContainer() to give users access to the element that contains all rendered row values. The new public methods delegates to the abstract method getChildContainer(). Making the protected method public would be a breaking change for subclasses because you cannot reduce the visibility of a method in a subclass. by jlabanca@google.com · 14 years ago
  11. 77680b6 Updated the script to install the artifacts to the correct maven location by amitmanjhi@google.com · 14 years ago
  12. 2f075a0 Rolling back Enum Ordinalization Optimization, some issues have been identified. by jbrosenberg@google.com · 14 years ago
  13. 065aa60 Cleanup for EnumsTest and EnumsWithNameObfuscationTest suites, make sure they always run with correct configuration property by jbrosenberg@google.com · 14 years ago
  14. 3353484 Public: Create seperate top level interfaces for GwtSpecificValidators. by nchalko@google.com · 14 years ago
  15. 4791bd7 Enum Ordinalization Optimization by jbrosenberg@google.com · 14 years ago
  16. 2f45801 Adds a new artifact visibility "Deploy" (in addition to existing by jat@google.com · 14 years ago
  17. de992dd Fix issue with SSSS not getting stylesheets by unnurg@google.com · 14 years ago
  18. e7a1360 Switch GWT svn to use easymock 3.0 by yaxin@google.com · 14 years ago
  19. 28fe15c Fix some issues in the xsiframe linker by unnurg@google.com · 14 years ago
  20. f33eb07 DefaultSuggestionDisplay: Allowing custom position object by portersi@google.com · 14 years ago
  21. 56104a9 Adds an -XcompilerMetrics flag to the compiler. This will by zundel@google.com · 14 years ago
  22. c1ac60a Fix RequestFactoryInterfaceValidator when analyzing interfaces with static initializers. by bobv@google.com · 14 years ago
  23. c7721a5 Fix handling of search order where particular regions have different by jat@google.com · 14 years ago
  24. 8d6d290 Adds an entry point for a sharded compile that runs in front of by zundel@google.com · 14 years ago
  25. dd81444 Reformulate RPC generated TypeHandlers to create fewer classes. by scottb@google.com · 14 years ago
  26. 5e17389 Public: Add the hibernate validator jar to the dev build. by nchalko@google.com · 14 years ago
  27. c4c58e3 Lock down the public api of com.google.gwt.requestfactory.server, in by rjrjr@google.com · 14 years ago
  28. 0dec886 Add CLDR import for region names. by jat@google.com · 14 years ago
  29. 7c87b43 Add LocalizedNames API. by jat@google.com · 14 years ago
  30. acead92 Reimplement RequestFactory client vs. domain validation using classfile analysis to support better DevMode refresh semantics. by bobv@google.com · 14 years ago
  31. b24a86b Removing third party jars from gwt-servlet.jar. by jlabanca@google.com · 14 years ago
  32. 4973524 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 14 years ago
  33. 97f9c69 Removed unnecessary log message: WARNING: Record with futureId X not persisted by rchandia@google.com · 14 years ago
  34. fa8290e Fix issue 5462 where DynaTableRf explodes when favoriting a new person. by pdr@google.com · 14 years ago
  35. b109576 For the xpcom plugin, detect if the system linker is GNU gold. If so, try to use compat-ld instead by conroy@google.com · 14 years ago
  36. 95a32f8 Make the following method public in StackTraceDeobfuscator, for reuse by user server side code: by fredsa@google.com · 14 years ago
  37. c359bf8 Exposes the built-in year-month-weekday-day format in PredefinedFormat. by gryder@google.com · 14 years ago
  38. 3842d01 Update the npapi plugin to support OSX. Also, adds a proper make crx step. by conroy@google.com · 14 years ago
  39. 2a94fde roll back 17758916 by nchalko@google.com · 14 years ago
  40. 2ab016c Tweaks to samples/expenses/pom.xml: by rjrjr@google.com · 14 years ago
  41. 95a0951 Prevent non-null null types from appearing. by scottb@google.com · 14 years ago
  42. 8807273 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 14 years ago
  43. 6743603 Ignore CSS errors and warnings while running htmlUnit tests. This stops console by amitmanjhi@google.com · 14 years ago
  44. 71b7c98 Updated README-MAVEN.txt with required Eclipse plugins by rchandia@google.com · 14 years ago
  45. 3b0923e Convert from package.html to package-info.java files, add missing files by rice@google.com · 14 years ago
  46. 4a05523 check the return value of ImageIO.write by conroy@google.com · 14 years ago
  47. 237ea91 Fix for resolving overloaded enum valueOf method by jbrosenberg@google.com · 14 years ago
  48. 0bf265a Perform basic HMTL escaping for @example tag code by rice@google.com · 14 years ago
  49. cfb5f74 - Set GWT version to 2.1.0 by rchandia@google.com · 14 years ago
  50. 6b84ea4 Removed stale information in the Expenses Sample App README-MAVEN.txt by rchandia@google.com · 14 years ago
  51. 4f6556a Brings history support to samples/expenses. Doesn't handle paging -- by rjrjr@google.com · 14 years ago
  52. e72984b Add javadoc to RequestFactory documenting limitations on polymorphism and transferrable types. by cromwellian@google.com · 14 years ago
  53. 76c3bd2 Checkpoint patch on the way to making samples/expenses bookmarkable via by rjrjr@google.com · 14 years ago
  54. 2e067c7 Updating release notes in preparation for GWT 2.1. Since we now maintain the release notes history on the Google project hosting website, the distributed release notes now contains a link so we do not have to maintain both sets of release notes. by jlabanca@google.com · 14 years ago
  55. 6edeb9a Remove setHtml(SafeHtml) and other Html-related methods from Label. by pdr@google.com · 14 years ago
  56. 5e09699 Fixing a bug in CellBrowser where losing an open node causes an exception the next time the CellBrowser is clicked. The code that nullifies the focusedKey in a node should be in the loop the trimes the tree down to size. by jlabanca@google.com · 14 years ago
  57. d957285 Remove PermutationWorker top level event; obscures individual permutation compiles. by scottb@google.com · 14 years ago
  58. e0465eb Fixes to Expsenses sample pom.xml by rchandia@google.com · 14 years ago
  59. 74f985b Adding SafeHtml versions of addItem/insertItem to Tree and TreeItem. by jlabanca@google.com · 14 years ago
  60. 1d45d6b Clean up Place and RequestFactory javadoc by rice@google.com · 14 years ago
  61. bcc56a3 Add missing Javadoc for Cell packages by rice@google.com · 14 years ago
  62. 3adb52a Document limitations of current SafeHtmlTemplates code generator. by xtof@google.com · 14 years ago
  63. 4adbf8c Resolve GWT issue 5361. by bobv@google.com · 14 years ago
  64. 5f0ae2a Fix checkstyle break. Patch by: bobv Review by: rjrjr by bobv@google.com · 14 years ago
  65. c7e0429 Add missing javadoc for Editor framework by rice@google.com · 14 years ago
  66. bb97ff2 Cleanups for the DynaTableRf sample. by bobv@google.com · 14 years ago
  67. 54decd0 Public (stephen.haberman@gmail.com): by rjrjr@google.com · 14 years ago
  68. 9853248 Adding a constructor override to SplitLayoutPanel so users can specify the width of the splitter. by jlabanca@google.com · 14 years ago
  69. 75e655a Fixing a bug in DatePickerCell where selecting a new date does not update the cell. by jlabanca@google.com · 14 years ago
  70. dc8da4e Fixing IE6 CellTree bugs. Child nodes disappear after the open animation completes, and images are not located correctly. by jlabanca@google.com · 14 years ago
  71. 816c64b Resolve GWT issue 5364. by bobv@google.com · 14 years ago
  72. 4fdd3df DeadCodeElimination should only run once. by scottb@google.com · 14 years ago
  73. 74ae233 Use the response setContentType() in RequestFactoryServlet instead by zundel@google.com · 14 years ago
  74. 9c9e009 Update development mode bootstrap script to include browser refresh recommendation by fredsa@google.com · 14 years ago
  75. de7a1ee Relaxing the data parameter of HasData#setRowData() from a List<T> to a List<? extends T>. by jlabanca@google.com · 14 years ago
  76. 0cef0b2 Tighten up gwt-user checkstyle patterns. by scottb@google.com · 14 years ago
  77. b9776bd Fixing a few logic and usability bugs in Cell Widgets. CellTree items are now easier to click. Fixed a bug in CellBrowser keyboard navigation on Chrome where we would get async blur events that prevented keyboard navigation. Fixed a few IE7 specific bugs that occur when delayed events fire on elements that have been replaced. by jlabanca@google.com · 14 years ago
  78. b829171 Fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=5375, by rjrjr@google.com · 14 years ago
  79. d74a96c Setting the background color of LoggingPopup using Style so it works correctly on IE. Also scrolling the log to the bottom when log items are added. by jlabanca@google.com · 14 years ago
  80. ef1a2d2 Added jaxb to DynaTableRf WEB-INF/lib for 1.5 compatibility by rchandia@google.com · 14 years ago
  81. 4c12fa3 Fix null exception in HostedLinker which is run by GWTShell by unnurg@google.com · 14 years ago
  82. ebb17f9 Minor tweaks for dynatablerd and showcase. by jlabanca@google.com · 14 years ago
  83. dc073d8 Modifying WebAppCreator to include jars from the war/WEB-INF/lib folder on the Eclipse classpath when generating an Eclipse project view the ant build target "eclipse.generate". Currently, if the user adds jars to WEB-INF/lib (such as the DynaTableRf sample), then generates an Eclipse project, those jars are not on the classpath, which causes Eclipse compile errors. With this change, they will be on the classpath. This puts gwt-servlet.jar on the classpath as well, but that seems like the desired behavior now that gwt-servlet.jar includes external jars which are not contained in gwt-user.jar. by jlabanca@google.com · 14 years ago
  84. df2645c Fixing a bug where headers are not redrawn when the data changes. I was trying to be crafty and keep track of when headers are stale, but since they can depend on the data, we need to refesh them every time. This patch also allows headers to span multiple columns if adjacent headers == each other. by jlabanca@google.com · 14 years ago
  85. 2bd9710 Deprecate DeferredCommand and IncrementalCommand. by bobv@google.com · 14 years ago
  86. 31697ab Use Java to generate the list of packages for javadoc by rice@google.com · 14 years ago
  87. 21e0ee6 Add Support for server side script selection in linker by unnurg@google.com · 14 years ago
  88. c1eb4c1 Add CLDR import code, and external projects for CLDR data/tools. by jat@google.com · 14 years ago
  89. 69fa63f Sort & format by scottb@google.com · 14 years ago
  90. a67dc87 synchronize ResourceOracleImpl.refresh() by conroy@google.com · 14 years ago
  91. 1b90375 Add graceful failure when a client sends a deleted EntityProxy in a request. by bobv@google.com · 14 years ago
  92. f5b26de Remove 'experimental' javadoc warnings by rice@google.com · 14 years ago
  93. b5e0859 Fix deobfuscation of throwables with a cause. Previously, if the original throwable had a cause the t.setCause was failing by unnurg@google.com · 14 years ago
  94. 8c47d96 Javadoc cleanup by rice@google.com · 14 years ago
  95. 66f3bb2 Replace <I> generics with <T> to prevent italics in javadoc. by pdr@google.com · 14 years ago
  96. 7f668b8 Replace BidiFormatter's temporary implementation of htmlEscape with a call to SafeHtml's escaper. by tomerigo@google.com · 14 years ago
  97. 42fb4dd Working around a bug in the xerces SAX parser used by SafeHtml templates. When using Java 1.5, the parser does not parse the Template used by CellList correctly. Adding a space anywhere fixes the problem. We don't see the problem in any of the other templates. by gwt.mirrorbot@gmail.com · 14 years ago
  98. 2a2909f Add Chrome/Linux support for the Developer Plugin. Note that this does not support asking the user to allow non-localhost connections or storing that whitelist, and Mac support will be added later though much of the Makefile work is also relevant there. Also, the MissingPlugins page is not updated in this patch because we want to get more mileage on this before giving it out to everyone, and we should probably fix non-localhost connections first as well. by jat@google.com · 14 years ago
  99. 8c1d5b9 Rename RichTextToolbar$Strings.properties to RichTextToolBar_Strings.properties to avoid shell escaping issues. by conroy@google.com · 14 years ago
  100. 552ab7a Defining a qualified Runtime exception for indicating interruption of by chak@google.com · 14 years ago