1. c77d572 ListView and PagingListView are now HasData, with a parent interface of HasRows. ListView.Delegate/Pager have been replaced by a combination of HasRows#addRangeChangeHandler() and HasRows#addRowCountChangeHandler(). Pagers (note that there is no longer a Pager interface) no longer take views in their constructors. Instead, they are passed into AbstractPager#setView(), making them more UiBinder friendly. CellList and CellTable now have a common superclass AbstractHasData, which makes it much easier for us and users to create new Cell based widgets. by jlabanca@google.com · 15 years ago
  2. c3dca8b Recommiting the new CrossSiteIframeLinker. by spoon@google.com · 15 years ago
  3. 026e8ed Deprecate the DeferredCommand API. Patch by: bobv Review by: rjrjr by bobv@google.com · 15 years ago
  4. c67f5c8 Public: Simple implementation of ConstraintViolation, ConstraintDescriptor, Path and Node. by nchalko@google.com · 15 years ago
  5. 7f8da95 Refactor SelectionModel.SelectionEvent into its own class with associated Handler by rice@google.com · 15 years ago
  6. 322749a Fix datatype renderers to handle nulls properly for some primitive by rjrjr@google.com · 15 years ago
  7. bd0f8a1 Treat undefined Record properties on JSOs as nulls by cromwellian@google.com · 15 years ago
  8. bbaa307 Remaining changes to bikeshed/scaffold app as a result of using Long ids instead of String ids. by amitmanjhi@google.com · 15 years ago
  9. 9760fb8 Removed the RequestDataManager class that is no longer used. by amitmanjhi@google.com · 15 years ago
  10. 850897c Fixing a couple of typos in JavaDoc. by jlabanca@google.com · 15 years ago
  11. e7a3627 "De-bounce" built-in selection models by rice@google.com · 15 years ago
  12. 5e4dfd1 We write to JDK 1.5, so you can't put @Override when you implement by rjrjr@google.com · 15 years ago
  13. d7b26f6 Add missing .css files for CellTable by rice@google.com · 15 years ago
  14. 4640f11 Another step towards making instance methods real. The interface on the client is pretty much what it needs to be. by amitmanjhi@google.com · 15 years ago
  15. eb3e87a Public: Add default validators for the standard constraints. by nchalko@google.com · 15 years ago
  16. 8268509 Removed trim in ValueBoxBase, forcing parsers to handle trim()ing. by pdr@google.com · 15 years ago
  17. 5fd6191 First pass at keyboard navigation (currently only for CellTable) by rice@google.com · 15 years ago
  18. 7a10096 Moved the create method from DeltaValueStore, used Long futureIds. Deleted ValueStore interface and made ValueStoreJsonImpl non-public. by amitmanjhi@google.com · 15 years ago
  19. 4beb3d2 Allowing DefaultSuggestionDisplay to stay open even when empty (no suggestions). by portersi@google.com · 15 years ago
  20. bcba2ae Fix support for null fields and Boolean type types in RequestFactory. by cromwellian@google.com · 15 years ago
  21. dbca117 Add logging to scaffold and expenses apps by unnurg@google.com · 15 years ago
  22. 4a476f3 Fix authentication redirection by unnurg@google.com · 15 years ago
  23. 563cebf Add two new ClientBundle DataResource annotations: by fredsa@google.com · 15 years ago
  24. ee040e7 Made the error messages thrown in case of GWTTestCase timeouts more informative, as requested in by amitmanjhi@google.com · 15 years ago
  25. c92c95c Enhancement for issue 4870 by drfibonacci@google.com · 15 years ago
  26. 16bc013 Always show "more" link when pager's list view has an inexact item count. More should set a range beyond the current datasize if the count is inexact. by digi@google.com · 15 years ago
  27. eed4410 Rollback of: by unnurg@google.com · 15 years ago
  28. 8385787 Put in a new fix for DevMode logging that uses bytecode rewriting rather than swapping out by unnurg@google.com · 15 years ago
  29. cb6e862 Split LogManager class into an set of Impl classes so that any LogManager calls by spoon@google.com · 15 years ago
  30. 1a5bcc8 Add the ability to change the size of a widget in the by toms@google.com · 15 years ago
  31. f055584 Fix for issue 1813: RootPanel.get(id) fails to set 'position:relative' and 'overflow:hidden' by fredsa@google.com · 15 years ago
  32. 8f3aa88 Change RequestFactory based requests: by fredsa@google.com · 15 years ago
  33. ad144ac Fixes UiBinder MenuBar parser to allow MenuItemSeparator, and custom by rjrjr@google.com · 15 years ago
  34. 37d0cd7 Change the way we include the User Auth files, keeping more of them by unnurg@google.com · 15 years ago
  35. 8b8e7b2 Adding support for non-propagating events in Cell based widgets. In modern browsers, we make the widget's outer element the capture element, which allows us to catch and dispatch non-bubbling events from the cells. by jlabanca@google.com · 15 years ago
  36. acd753e Fixes many compiler warnings in JsonRequestProcessor. by rjrjr@google.com · 15 years ago
  37. c4cd328 Remove 1.6isms from RequestFactory, and fix DynaTableRf (id's by rjrjr@google.com · 15 years ago
  38. 309cb42 Adds integral BiDi support to Label.java and its descendants. Introduces a new interface, HasAutoHorizontalAlignment. by tomerigo@google.com · 15 years ago
  39. acc1af8 Implement ROO-933 and ROO-935. Handle java.lang.{Byte/Short/Character/Integer/Long/BigDecimal/BigInteger/Date/Float/Double} as return types in RequestFactory as well as enums, which must be in a shared package. by cromwellian@google.com · 15 years ago
  40. d3307cf Rolling back the following change due to failing tests by fredsa@google.com · 15 years ago
  41. 0c9d5f5 Add two new ClientBundle DataResource annotations: by fredsa@google.com · 15 years ago
  42. 26ddb97 No longer require RPCs to contain a 'Content-Length' HTTP request header, thus by fredsa@google.com · 15 years ago
  43. b87b847 Fixed 2 TODOs: (a) removed the RequestFactory variable from AbstractRecordEditActivity, by amitmanjhi@google.com · 15 years ago
  44. 31c333f Fix warnings and checkstyle errors by rice@google.com · 15 years ago
  45. 2aaa262 Re-introduces UiBinder parser for AbsolutePanel, now backward by rjrjr@google.com · 15 years ago
  46. d01e52e Refactoring to one top level class per .java file, since some by fabbott@google.com · 15 years ago
  47. 656d99a Partial commit towards making instance methods real. Merged the execution paths by amitmanjhi@google.com · 15 years ago
  48. 3b6ef4f Turn off logging in bikeshed, till Unnur commits her bytecode rewriting fix. At by amitmanjhi@google.com · 15 years ago
  49. 5241460 Rolls back UiBinder AbsolutePanelParser due to breakage of existing code. by rjrjr@google.com · 15 years ago
  50. 90f14a0 Make javax.validation available to gwt clients. by nchalko@google.com · 15 years ago
  51. 9517473 Adds UiBinder parser for AbsolutePanel. by rjrjr@google.com · 15 years ago
  52. 2031af7 Call GZIPOutputStream.finish() from RpcServlet.processPost() to ensure the data received by the browser is properly formatted. by bobv@google.com · 15 years ago
  53. dcdb628 Resubmitting this change because I accidentally included changes from another patch the first time I submitted. by jlabanca@google.com · 15 years ago
  54. 538cba3 Rolling back this change because it included changes from a different patch. by jlabanca@google.com · 15 years ago
  55. 0bf59de Fixing a bug in AbstractListViewAdapter where it does not inform new views of the current data size. We now cache the data size and pass it to views as they are added. by jlabanca@google.com · 15 years ago
  56. fdb5e81 3 small things: by amitmanjhi@google.com · 15 years ago
  57. 15193aa Rollback update to Jetty7 since it is causing classloader problems in by amitmanjhi@google.com · 15 years ago
  58. 3b14f5d Replacing Cell#consumesEvents() with Cell#getConsumedEvents(), and using the return value to sink only the required events for each Cell Widget. by jlabanca@google.com · 15 years ago
  59. dddc600 Updated javadoc for Window#setStatus() by fredsa@google.com · 15 years ago
  60. f1c256e Add basic logging to Scaffold app by unnurg@google.com · 15 years ago
  61. ca3655b Fixes a bug in the finally handling of doExecuteCommands which unilaterally squashes exceptions. (Early returns from a finally block via return statements or exceptions override pending exceptions). by tobyr@google.com · 15 years ago
  62. 95c372d Fix external issue 5062 - DateTimeFormat#formatFractionalSeconds incorrect for date before 1970 with 0 fractionalSecond by rice@google.com · 15 years ago
  63. d39fe78 A new version of DynaTable that uses RequestFactory instead of GWT RPC. by rjrjr@google.com · 15 years ago
  64. e6fc013 Rolling back the cross-site linker using an iframe. It's not clear this is a safe change for all apps. by spoon@google.com · 15 years ago
  65. d7df07e Narrows DesignTime knowledge to XMLElement, and eradicates statics for by rjrjr@google.com · 15 years ago
  66. d171785 Add support for authentication by unnurg@google.com · 15 years ago
  67. 4e996fe Modifies the cross-site linker to put its code in an iframe by spoon@google.com · 15 years ago
  68. 45c0555 Rolls back r8394, allow RPC for unmodifiable collections, due by rjrjr@google.com · 15 years ago
  69. c881729 Make the deRPC server code compatible with servlet filters that alter the HTTP by bobv@google.com · 15 years ago
  70. 16c961d Fixing WindowImplIE.getQueryString to look for the first occurence of a ? instead of the last. Similarly fixing WindowImplIE.getHash to look for the first occurence of # instead of the last. This makes IE consistent with the standards and other browsers. by jlabanca@google.com · 15 years ago
  71. 343241f Re-re-reintroduces GridParser. Now we are careful not to emit a call by rjrjr@google.com · 15 years ago
  72. ea83719 Fixes Issue 3608. XMLHttpRequest now does "new $wnd.XMLHttpRequest" by spoon@google.com · 15 years ago
  73. 63fee7a Support composition as well as extension. by topher@google.com · 15 years ago
  74. 2355e96 Fix garbage collection issue with logging in Dev Mode by unnurg@google.com · 15 years ago
  75. 74c9f0d Moving the Cookbook examples into Showcase. Also updates a few examples in Showcase that used deprecated code. The process for including raw source code in an example is now much easier thanks to ContentWidget#registerSource(). Examples that were using custom code to include source have been fixed to use the common code in ContentWidvget. Most of the code in the Cookbook MailRecipe sample will be moved into the Mail sample, so I didn't delete it yet. I did remove all of the Cookbook infrastructure. by jlabanca@google.com · 15 years ago
  76. 6d40553 Wrap GWT.runAsync() entry points with $entry . by spoon@google.com · 15 years ago
  77. 98bd853 Fix javadoc issues by rice@google.com · 15 years ago
  78. fe37224 Allow RPC for unmodifiable collections by rice@google.com · 15 years ago
  79. a752895 Once again rolls back GridParser, due to an as yet by rjrjr@google.com · 15 years ago
  80. cb80c98 Revert "Revert "Adds UiBinder support for Grid"", by rjrjr@google.com · 15 years ago
  81. a1baba3 Reverts r8387 "Adds UiBinder support for Grid" by rjrjr@google.com · 15 years ago
  82. 82fbe30 Adds UiBinder support for Grid by rjrjr@google.com · 15 years ago
  83. 09ecdc8 Puts PlaceController in the business of showing the user by rjrjr@google.com · 15 years ago
  84. f3fb5bb CellTable#onBrowserEvent finds the TD element in which an event occurred, and then assumes that the TD has a parent TR and TBODY. This is normally a safe assumption because browsers only fire native events on elements that are attached to the page, which means a TR and TBODY is present. However, if a the user selects a new value in a select element inside the table, a change and mouseup event both fire, even if the table is refreshed on the change event. In practice, if a user changes a value onchange and refreshes the table, the mouseup event will fire on the old TD, which is no longer connected to the table. As a result... this patch checks that both the TR and TBODY are not null. by jlabanca@google.com · 15 years ago
  85. bb3faab Adds design time hooks to UiBinder for GWT Designer, or any other tool by rjrjr@google.com · 15 years ago
  86. 0d7cca8 Passing a ViewDataUpdater into Cell#onBrowserEvent so that cells can update view data after the event has passed. Some editable cells did not fully use view data, but now they use it to store their current state. Also adding view data support to all cell widgets. by jlabanca@google.com · 15 years ago
  87. c9ef5e1 Attributes required by @UiConstructor are no longer enforced when a by rjrjr@google.com · 15 years ago
  88. 2d25998 Implement GWT.isProdMode() by scottb@google.com · 15 years ago
  89. 1027cb2 Minor changes to the codelab, and making it so that the remote logging is disabled by default by unnurg@google.com · 15 years ago
  90. 1579cbe Restore rolled-back change r8329, now with a much faster test case that runs in IE by rice@google.com · 15 years ago
  91. b7216ca Fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=4814 by tms@google.com · 15 years ago
  92. 62ba391 Adding NoSelectionModel, which allows selection without saving the selection state. by jlabanca@google.com · 15 years ago
  93. 47a3531 Replacing PagingListView.setPageStart/Size with PagingListView.setRange. Replacing CellListImpl with PagingListViewPresenter, which makes the implementation easier to test and reuse. Adding lots of tests. by jlabanca@google.com · 15 years ago
  94. bda90c2 UiBinderWriter#escapeTextForJavaStringLiteral correctly escapes \n and by rjrjr@google.com · 15 years ago
  95. ea9a0b8 Inserting TreeItems into the logical list in the same spot that they are inserted into the physical DOM. This fixes a bug where keyboard navigation occurs out of order, and generally makes the logical and physical structures consistent. by jlabanca@google.com · 15 years ago
  96. 33efbb5 Adds parser for TextAlignConstant, which accepts both "friendly" names by rjrjr@google.com · 15 years ago
  97. 87c6b32 Update the codelab to trigger exceptions and make the section on triggering server by unnurg@google.com · 15 years ago
  98. bd2afb6 Fix checkstyle problems by rice@google.com · 15 years ago
  99. c702bd3 Remove a JDK-1.6ism by rice@google.com · 15 years ago
  100. d6d6b19 Second attempted fix for issue 4532. This time, we revert the IE7 layout by jgw@google.com · 15 years ago