1. fed6c84 Add a protected method CellTable#doSelection() as a hook that allows users to customize how the table selects rows. We will later expand this to use a SelectionManager, but the protected method is a good stopgap for now. by jlabanca@google.com · 14 years ago
  2. 33f90a5 Fix checkstyle violation in SplitLayoutPanel. by jlabanca@google.com · 14 years ago
  3. 94de7ad Add a glass panel to the root when moving the splitter in a by nikhilsinghal@google.com · 14 years ago
  4. c247f41 Adding a new method AbstractHasData#setRowData(List) to make CellList and CellTable easier to use without a data provider. Currently, users must call setRowCount() any time the row count changes in order to hide truncated rows. That makes sense in a DataProvider world where the CellTable is showing a small subset of the total data. However, some users want to use CellTable as a standalone widget, without worrying about setting the total row count. by jlabanca@google.com · 14 years ago
  5. c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
  6. 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
  7. 47da2e1 Remove stray javadoc character. by fredsa@google.com · 14 years ago
  8. 4ae5f49 Rollback of support for touch/gesture events due to test failures. by fredsa@google.com · 14 years ago
  9. b927b29 Add support for touch and gesture events for supported mobile webkit platforms. by fredsa@google.com · 14 years ago
  10. ff610ee The proposed fix will disambiguate setter overloads by ranking them according by fabiomfv@google.com · 14 years ago
  11. 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
  12. 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
  13. 3353484 Public: Create seperate top level interfaces for GwtSpecificValidators. by nchalko@google.com · 14 years ago
  14. 2f45801 Adds a new artifact visibility "Deploy" (in addition to existing by jat@google.com · 14 years ago
  15. f33eb07 DefaultSuggestionDisplay: Allowing custom position object by portersi@google.com · 14 years ago
  16. c1ac60a Fix RequestFactoryInterfaceValidator when analyzing interfaces with static initializers. by bobv@google.com · 14 years ago
  17. c7721a5 Fix handling of search order where particular regions have different by jat@google.com · 14 years ago
  18. dd81444 Reformulate RPC generated TypeHandlers to create fewer classes. by scottb@google.com · 14 years ago
  19. c4c58e3 Lock down the public api of com.google.gwt.requestfactory.server, in by rjrjr@google.com · 14 years ago
  20. 7c87b43 Add LocalizedNames API. by jat@google.com · 14 years ago
  21. acead92 Reimplement RequestFactory client vs. domain validation using classfile analysis to support better DevMode refresh semantics. by bobv@google.com · 14 years ago
  22. b24a86b Removing third party jars from gwt-servlet.jar. by jlabanca@google.com · 14 years ago
  23. 4973524 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 14 years ago
  24. 97f9c69 Removed unnecessary log message: WARNING: Record with futureId X not persisted by rchandia@google.com · 14 years ago
  25. 95a32f8 Make the following method public in StackTraceDeobfuscator, for reuse by user server side code: by fredsa@google.com · 14 years ago
  26. c359bf8 Exposes the built-in year-month-weekday-day format in PredefinedFormat. by gryder@google.com · 14 years ago
  27. 2a94fde roll back 17758916 by nchalko@google.com · 14 years ago
  28. 8807273 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 14 years ago
  29. 6743603 Ignore CSS errors and warnings while running htmlUnit tests. This stops console by amitmanjhi@google.com · 14 years ago
  30. 3b0923e Convert from package.html to package-info.java files, add missing files by rice@google.com · 14 years ago
  31. 4a05523 check the return value of ImageIO.write by conroy@google.com · 14 years ago
  32. 4f6556a Brings history support to samples/expenses. Doesn't handle paging -- by rjrjr@google.com · 14 years ago
  33. e72984b Add javadoc to RequestFactory documenting limitations on polymorphism and transferrable types. by cromwellian@google.com · 14 years ago
  34. 6edeb9a Remove setHtml(SafeHtml) and other Html-related methods from Label. by pdr@google.com · 15 years ago
  35. 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 · 15 years ago
  36. 74f985b Adding SafeHtml versions of addItem/insertItem to Tree and TreeItem. by jlabanca@google.com · 15 years ago
  37. 1d45d6b Clean up Place and RequestFactory javadoc by rice@google.com · 15 years ago
  38. bcc56a3 Add missing Javadoc for Cell packages by rice@google.com · 15 years ago
  39. 3adb52a Document limitations of current SafeHtmlTemplates code generator. by xtof@google.com · 15 years ago
  40. 4adbf8c Resolve GWT issue 5361. by bobv@google.com · 15 years ago
  41. c7e0429 Add missing javadoc for Editor framework by rice@google.com · 15 years ago
  42. bb97ff2 Cleanups for the DynaTableRf sample. by bobv@google.com · 15 years ago
  43. 54decd0 Public (stephen.haberman@gmail.com): by rjrjr@google.com · 15 years ago
  44. 9853248 Adding a constructor override to SplitLayoutPanel so users can specify the width of the splitter. by jlabanca@google.com · 15 years ago
  45. 75e655a Fixing a bug in DatePickerCell where selecting a new date does not update the cell. by jlabanca@google.com · 15 years ago
  46. dc8da4e Fixing IE6 CellTree bugs. Child nodes disappear after the open animation completes, and images are not located correctly. by jlabanca@google.com · 15 years ago
  47. 816c64b Resolve GWT issue 5364. by bobv@google.com · 15 years ago
  48. 74ae233 Use the response setContentType() in RequestFactoryServlet instead by zundel@google.com · 15 years ago
  49. de7a1ee Relaxing the data parameter of HasData#setRowData() from a List<T> to a List<? extends T>. by jlabanca@google.com · 15 years ago
  50. 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 · 15 years ago
  51. b829171 Fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=5375, by rjrjr@google.com · 15 years ago
  52. 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 · 15 years ago
  53. 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 · 15 years ago
  54. 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 · 15 years ago
  55. 2bd9710 Deprecate DeferredCommand and IncrementalCommand. by bobv@google.com · 15 years ago
  56. 31697ab Use Java to generate the list of packages for javadoc by rice@google.com · 15 years ago
  57. c1eb4c1 Add CLDR import code, and external projects for CLDR data/tools. by jat@google.com · 15 years ago
  58. 1b90375 Add graceful failure when a client sends a deleted EntityProxy in a request. by bobv@google.com · 15 years ago
  59. f5b26de Remove 'experimental' javadoc warnings by rice@google.com · 15 years ago
  60. 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 · 15 years ago
  61. 8c47d96 Javadoc cleanup by rice@google.com · 15 years ago
  62. 66f3bb2 Replace <I> generics with <T> to prevent italics in javadoc. by pdr@google.com · 15 years ago
  63. 7f668b8 Replace BidiFormatter's temporary implementation of htmlEscape with a call to SafeHtml's escaper. by tomerigo@google.com · 15 years ago
  64. 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 · 15 years ago
  65. 552ab7a Defining a qualified Runtime exception for indicating interruption of by chak@google.com · 15 years ago
  66. 7498a77 Ensure that EntityProxy instances returned from Collections returned from an editable EntityProxy are editable. by bobv@google.com · 15 years ago
  67. 31ae88b Guard against a potential NPE in MenuBar. by nikhilsinghal@google.com · 15 years ago
  68. e44999c Delete obsolete references to gwt-dev-oophm.jar by conroy@google.com · 15 years ago
  69. 97844fc Removing non-Java-1.5 @Override by jgw@google.com · 15 years ago
  70. 2a153f6 Fix a bug in server code that assumes that the EntityProxy must expose a getId() method. by bobv@google.com · 15 years ago
  71. f8d8ab2 Let ToggleButton implement HasValue<Boolean> by jgw@google.com · 15 years ago
  72. 865fb65 Let MenuItem implement HasEnabled http://gwt-code-reviews.appspot.com/846801 by jgw@google.com · 15 years ago
  73. 01d6515 Miscellaneous Javadoc fixes: by rice@google.com · 15 years ago
  74. 9723b31 Remove JSON dependency from log sample and other users that don't use json by unnurg@google.com · 15 years ago
  75. 0b51f17 Clean up Cell-related javadoc by rice@google.com · 15 years ago
  76. 442e92e Resolves ROO-1508 by requiring CompositeEditors to return a canonical component Editor instance for path traversal. by bobv@google.com · 15 years ago
  77. 3ffb33c Updating the doc build file to include the new examples for Cells. Fixing the links in the associated JavaDoc. by jlabanca@google.com · 15 years ago
  78. 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 15 years ago
  79. 9c875d7 Fixing the javadoc build breaks. One problem is that the doc/build.xml by fabbott@google.com · 15 years ago
  80. a44e69f Package re-org in advance of 2.1 RC. by rjrjr@google.com · 15 years ago
  81. 11937d5 Send an update notification to a stale client by comparing the incoming version by amitmanjhi@google.com · 15 years ago
  82. 0e59c0c Adding examples for cell widgets and data providers. by jlabanca@google.com · 15 years ago
  83. ed07433 Fix 'ant dist-dev' and 'ant-doc' builds: by rice@google.com · 15 years ago
  84. 09e8838 Remove dependency on CastableTypeMap from deRPC by jbrosenberg@google.com · 15 years ago
  85. 845dd59 Fix Eclipse / Checkstyle / Javadoc warnings by rice@google.com · 15 years ago
  86. b4d818c Remove remaining use of JSON.stringify() and replace with simple StringBuilder concatenation. by bobv@google.com · 15 years ago
  87. eacd0d5 Original change by Ray Cromwell by rice@google.com · 15 years ago
  88. 64a6229 Fix ROO-1488 where forward references were not correctly resolved. by bobv@google.com · 15 years ago
  89. e11bd43 Fix verifyPositionStatic() so that RootPanel.get() is explicitly allowed, e.g. by fredsa@google.com · 15 years ago
  90. 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 · 15 years ago
  91. 39966b6 Fixed the serialization bug that the version numbers were not being sent back by amitmanjhi@google.com · 15 years ago
  92. 66b7bbe Fix exit on cancel from create activity. Wasn't going to a by rjrjr@google.com · 15 years ago
  93. ced2de3 Changes in com.google.gwt.app land to catch up to the RequestFactory by rjrjr@google.com · 15 years ago
  94. 8eb2b79 Fix ClassCastException in AbtstractRequestContext.isChanged(); by bobv@google.com · 15 years ago
  95. f9be470 Introduce OptionalFieldEditor to support editing nullable fields. by bobv@google.com · 15 years ago
  96. 4988e74 Fix NullPointerException in SimpleEntityProxyId. by bobv@google.com · 15 years ago
  97. 8159f1e Fix NPE in AbstractRequestContext with newly-created items. by bobv@googel.com · 15 years ago
  98. f07258d Public (Konstantin.Scheglov@gmail.com): by rjrjr@google.com · 15 years ago
  99. 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 · 15 years ago
  100. bb9bd37 Public: Add isEnabled to HasEnabled by nchalko@google.com · 15 years ago