1. 8c1d5b9 Rename RichTextToolbar$Strings.properties to RichTextToolBar_Strings.properties to avoid shell escaping issues. by conroy@google.com · 14 years ago
  2. 552ab7a Defining a qualified Runtime exception for indicating interruption of by chak@google.com · 14 years ago
  3. 7498a77 Ensure that EntityProxy instances returned from Collections returned from an editable EntityProxy are editable. by bobv@google.com · 14 years ago
  4. 31ae88b Guard against a potential NPE in MenuBar. by nikhilsinghal@google.com · 14 years ago
  5. e44999c Delete obsolete references to gwt-dev-oophm.jar by conroy@google.com · 14 years ago
  6. 97844fc Removing non-Java-1.5 @Override by jgw@google.com · 14 years ago
  7. b17505b Ignoring hibernate library in checkstyle. by jlabanca@google.com · 14 years ago
  8. 2a153f6 Fix a bug in server code that assumes that the EntityProxy must expose a getId() method. by bobv@google.com · 14 years ago
  9. f8d8ab2 Let ToggleButton implement HasValue<Boolean> by jgw@google.com · 14 years ago
  10. b090e0a remove packages.properties on an ant clean by conroy@google.com · 14 years ago
  11. 865fb65 Let MenuItem implement HasEnabled http://gwt-code-reviews.appspot.com/846801 by jgw@google.com · 14 years ago
  12. fb6847e Add missing file by rice@google.com · 14 years ago
  13. 2d0463b Restore previously rolled-back doc build changes by rice@google.com · 14 years ago
  14. 01d6515 Miscellaneous Javadoc fixes: by rice@google.com · 14 years ago
  15. 07b4e2e Fixing LogExample and DynaTableRf for distro builds. The samples were being compiled, but they weren't included in the eclipse.generate target. We also now include json.jar and validation-api-1.0.0.GA.jar in gwt-servlet.jar. And for DynaTableRf (and Validation), we copy other jars into the WEB-INF/lib folder of the sample. by gwt.mirrorbot@gmail.com · 14 years ago
  16. bdaf135 Fix the DevMode Swing UI to avoid clipping buttons when the URL by jat@google.com · 14 years ago
  17. 9723b31 Remove JSON dependency from log sample and other users that don't use json by unnurg@google.com · 14 years ago
  18. b980e6a Public: Use a seperate sample.extraclasspath so each sample can specify their own jars. by nchalko@google.com · 14 years ago
  19. 7c71bc7 Rolling back r8960 because of ant build issues by conroy@google.com · 14 years ago
  20. 0b51f17 Clean up Cell-related javadoc by rice@google.com · 14 years ago
  21. 442e92e Resolves ROO-1508 by requiring CompositeEditors to return a canonical component Editor instance for path traversal. by bobv@google.com · 14 years ago
  22. 0b3d580 Create the list of packages to javadoc dynamically by gwt.mirrorbot@gmail.com · 14 years ago
  23. 3ffb33c Updating the doc build file to include the new examples for Cells. Fixing the links in the associated JavaDoc. by jlabanca@google.com · 14 years ago
  24. 9f56aee Avoid an infinite loop in toString() for collections that directly include themselves by rice@google.com · 14 years ago
  25. 4a205a4 reduce -Xmx to 1G as it is enough for now and 32-bit Windows does not support -Xmx2G by kjin@google.com · 14 years ago
  26. 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 14 years ago
  27. e38708e Correct the servlet URL mapping in the LogExample sample by zundel@google.com · 14 years ago
  28. 9c875d7 Fixing the javadoc build breaks. One problem is that the doc/build.xml by fabbott@google.com · 14 years ago
  29. 5e28401 Fix checkstyle mess in gwt.app blow up patch. by rjrjr@google.com · 14 years ago
  30. a44e69f Package re-org in advance of 2.1 RC. by rjrjr@google.com · 14 years ago
  31. 11937d5 Send an update notification to a stale client by comparing the incoming version by amitmanjhi@google.com · 14 years ago
  32. 0e59c0c Adding examples for cell widgets and data providers. by jlabanca@google.com · 14 years ago
  33. ed07433 Fix 'ant dist-dev' and 'ant-doc' builds: by rice@google.com · 14 years ago
  34. 09e8838 Remove dependency on CastableTypeMap from deRPC by jbrosenberg@google.com · 14 years ago
  35. 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 14 years ago
  36. b3fe881 Remove extra slash from request URL of Showcase source files to be compatible with servers that do not all double slashses. by jlabanca@google.com · 14 years ago
  37. b4d818c Remove remaining use of JSON.stringify() and replace with simple StringBuilder concatenation. by bobv@google.com · 14 years ago
  38. eacd0d5 Original change by Ray Cromwell by rice@google.com · 14 years ago
  39. 64a6229 Fix ROO-1488 where forward references were not correctly resolved. by bobv@google.com · 14 years ago
  40. e11bd43 Fix verifyPositionStatic() so that RootPanel.get() is explicitly allowed, e.g. by fredsa@google.com · 14 years ago
  41. b8f99f1 Changes the default row count of HasDataPresenter from Integer.MIN_VALUE to a more reasonable 0. We use the boolean isRowCountExact to determine if we actually have 0 rows, or just think we do. by jlabanca@google.com · 14 years ago
  42. 58d705b Fixes to use Java 1.5 compatible JARs by rchandia@google.com · 14 years ago
  43. 39966b6 Fixed the serialization bug that the version numbers were not being sent back by amitmanjhi@google.com · 14 years ago
  44. 66b7bbe Fix exit on cancel from create activity. Wasn't going to a by rjrjr@google.com · 14 years ago
  45. 805affa Making Showcase generate a hidden site map to make it crawlable. Also ensuring that the select box used to select source code always contains at least one option to work around an HtmlUnit innerHtml bug that affects crawlability. by jlabanca@google.com · 14 years ago
  46. ced2de3 Changes in com.google.gwt.app land to catch up to the RequestFactory by rjrjr@google.com · 14 years ago
  47. 8eb2b79 Fix ClassCastException in AbtstractRequestContext.isChanged(); by bobv@google.com · 14 years ago
  48. f9be470 Introduce OptionalFieldEditor to support editing nullable fields. by bobv@google.com · 14 years ago
  49. 4988e74 Fix NullPointerException in SimpleEntityProxyId. by bobv@google.com · 14 years ago
  50. 8159f1e Fix NPE in AbstractRequestContext with newly-created items. by bobv@googel.com · 14 years ago
  51. f07258d Public (Konstantin.Scheglov@gmail.com): by rjrjr@google.com · 14 years ago
  52. 32bd4a7 Add test to verify fix of ROO-1215 Patch by: bobv Review by: rjrjr by bobv@google.com · 14 years ago
  53. 1dc131c Intern strings in the compiler AST to reduce memory footprint. by conroy@google.com · 14 years ago
  54. f1dcb10 Fixing a ConcurrentModificationException in JsonRequestProcessor that occurs when you use a setter that sets an Entity from null to a value. Also fixes a bug in DeltaValueStoreJsonImpl#retainValue() where we only retain the first element of a List instead of all elements in the list because the return statement is in the wrong place. This revealed other NPEs on the server that are also fixed. by jlabanca@google.com · 14 years ago
  55. bb9bd37 Public: Add isEnabled to HasEnabled by nchalko@google.com · 14 years ago
  56. cd82504 Overhaul the client-side portions of RequestFactory. by bobv@google.com · 14 years ago
  57. 7cdcdaa Fixes some bugs in CellBrowser. CellBrowser#setChildState() was exited early too aggressively, which could put CellBrowser in an invalid state if you mix leaf and non-leaf nodes. CellBrowser was overriding onFocus() to open children, but it isn't focusable if keyboard selection is disabled. We now override a package protected method that is triggered on focus or mousedown. Also, we would apply the keyboard selected style to the 0th row if keyboard selection is disabled. This bug has been fixed. I wrote tests for the mixed leaf/non leaf node cases, and I manually verified that the CellBrowser behaves correctly whether or not keyboard selection is enabled. by jlabanca@google.com · 14 years ago
  58. 5e774d0 Fix nonstandard two method handler interface that probably would have by rjrjr@google.com · 14 years ago
  59. 15af90c Fixes an NPE when setting an entity parameter to null. The NPE occurs in generated code because we try to get the entity in wire format. by jlabanca@google.com · 14 years ago
  60. aecc2bb Fixes NPE in GenerateJavaScriptAST when SOYC is enabled. by scottb@google.com · 14 years ago
  61. e2b9a99 Clarifying the JavaDoc of CellPanel (the parent of DockPanel and Horizontal/VerticalPanel) so that people do not mistake it for a Cell based data presentation widget. by jlabanca@google.com · 14 years ago
  62. cd7ff4b Allow RequestFactoryGenerator to process method signatures of the form: by amitmanjhi@google.com · 14 years ago
  63. c49b471 Rolled back previous patch due to failing RequestFactory tests. by amitmanjhi@google.com · 14 years ago
  64. 6c60a35 Converting MultiWordSuggestOracle to use SafeHtml to escape suggestions, and fixing fixing broken tests. by jlabanca@google.com · 14 years ago
  65. 26ee890 Adding more unit tests to RequestFactoryTest. Refactoring SimpleFoo to use a HashMap to store records instead of a singleton. by jlabanca@google.com · 14 years ago
  66. 0ed02aa Allow RequestFactoryGenerator to process method signatures of the form: by amitmanjhi@google.com · 14 years ago
  67. 752a05f Added a RowStyles interface that can be used to customize the classes by dburrows@google.com · 14 years ago
  68. 9f858e5 Update rules for standalone gwt-compiler. by scottb@google.com · 14 years ago
  69. 67baeac remove SeriaizableLogRecord and SerializableThrowable by unnurg@google.com · 14 years ago
  70. a1699a0 Display all suggestions with query words bolded rather than just the full query. by eschoeffler@google.com · 14 years ago
  71. 673b3b3 Remove misleading change record from MethodInliner. by scottb@google.com · 14 years ago
  72. 791b9fc Add tests to verify that proxies created on the client side can be sent across the wire, both in requests and responses. The tests are disabled for now since we cannot handle futures in responses. Will enable the tests once the fixes are in place. by amitmanjhi@google.com · 14 years ago
  73. 6eecb30 Fix the hack in RequestFactoryGenerator. by amitmanjhi@google.com · 14 years ago
  74. d48badc Fix dynatablerf validation problem cause by overloaded method. by cromwellian@google.com · 14 years ago
  75. 468c581 back to utf8 as it should be by gwt.mirrorbot@gmail.com · 14 years ago
  76. f7e52a6 Add verbose validation and diagnostics to RequestFactoryGenerator by cromwellian@google.com · 14 years ago
  77. b0417b3 Use generics for EntityProxyId by rice@google.com · 14 years ago
  78. fad5142 Disable LayoutTest#testAnimationTransitions_* because they are flaky by kjin@google.com · 14 years ago
  79. 2c142d6 Refactor selection in CellList to allow targeted overriding of selection behavior. This is the absolute smallest change possible to allow custom selection management without duplication of logic. by bobgardner@google.com · 14 years ago
  80. f8bb737 Changes to the expenses sample to match the GWT changes in http://code.google.com/p/google-web-toolkit/source/detail?r=8888 by amitmanjhi@google.com · 14 years ago
  81. 8403e09 Correcting for mirroring bugs between r8882 and r8889. The cause is as by fabbott@google.com · 14 years ago
  82. 299b2a6 Removing @Override from interface method. by jlabanca@google.com · 14 years ago
  83. 40fbf56 Allowing final methods as Tree.addOpenHandler to be bind with by hermes@google.com · 14 years ago
  84. e986e48 Integrate new, faster, Javascript function clustering by cromwellian@google.com · 14 years ago
  85. 8d8280e Removing isChanged() because requestProxyGenerator doesn't handle "is". by jlabanca@google.com · 14 years ago
  86. 18b111c Removed all the Request sub-types. Fixed the generator and the server code where we were relying on the sub-types. by amitmanjhi@google.com · 14 years ago
  87. ecac59d Adds a way to tune the optimization level in steps from by zundel@google.com · 14 years ago
  88. c347f36 Changes required to make the Scaffold app look like the mocks. Added null checks AbstractProxyListActivity to prevent NPEs. Relaxed the CellTable used in AbstractProxyListView to be any HasData and added a protected method that takes a HasData instead of a CellTable. Fixed a bug in SingleSelectionModel where setting the selected value to null would cause an infinite loop. by jlabanca@google.com · 14 years ago
  89. 5a196b8 Remove the output from the link step before attempting to by zundel@google.com · 14 years ago
  90. 1f0ef8b Cleanup and refactoring of GWT Bootstrap code. This cleanup is to try and make it more clear what's going on in the bootstrap, and also to hopefully set up the code in a way that SSSS can easily fit in. by unnurg@google.com · 14 years ago
  91. 2c2b594 Fixed stale error messages. DataTransferObject has been renamed to ProxyFor annotation. by amitmanjhi@google.com · 14 years ago
  92. d410a09 Extract a default timeout constant in JUnitShell. by scottb@google.com · 14 years ago
  93. 09aa7bb Removed the acquire event, renamed CREATE to PERSIST. Added javadoc as to when comments are fired. (Restored the event firing semantics to before Bob's patch.) by amitmanjhi@google.com · 14 years ago
  94. c609958 Update CLDR data for Date/Time formats and list patterns. by jat@google.com · 14 years ago
  95. 22f4ca7 getLastPage no longer issues request with negative start range if table is empty by rjrjr@google.com · 14 years ago
  96. 3908ca2 The formatting was showing checkstyle errors in eclipse. Minor fixes in formatting. by amitmanjhi@google.com · 14 years ago
  97. ba269a3 GWT implementation of json2.js parse and stringify, plus removal of json2.js dependency from RF. This is a slice of a much more ambitious JSON library that unified client and server JSON APIs into a single shared library. Thus, it is expected that this API is not final, and will eventually be moved into another package. by cromwellian@google.com · 14 years ago
  98. 7ff8d31 Cleanup for Roo-1401. Refactored the commit method so that it is easier for it by amitmanjhi@google.com · 14 years ago
  99. 003d7aa Resolve ROO-1452. by bobv@google.com · 14 years ago
  100. 6a86cd4 Fix IncompatibleRemoteServiceException in GWTTestCases under JUnit4. by scottb@google.com · 14 years ago