1. 090bfa2 Added a way for EntityProxy to have a stable equality using getStableId(). The by amitmanjhi@google.com · 15 years ago
  2. a4695a1 Adds source infos in the test AST nodes in ConstantsAssumptionTest. by spoon@google.com · 15 years ago
  3. b10c8b6 Re-rolled r8701. by tobyr@google.com · 15 years ago
  4. 361d697 Public: First pass at generating a GWT Validator. by nchalko@google.com · 15 years ago
  5. cac3916 Update TypeAccessor.BOOL.canSet() to reflect the types that its toBoolean() method will accept. by bobv@google.com · 15 years ago
  6. 66659bf Fix checkstyle error introduced at r8726 by rjrjr@google.com · 15 years ago
  7. 4665e9c rollback r8722 due to test failure on Chrome by kjin@google.com · 15 years ago
  8. 3ea2299 Change UiBinder Message generation to use consistent examples for HTML and Widget placeholders to facilitate sharing of messages with embedded HTML elements or widgets. by mbx@google.com · 15 years ago
  9. df19320 Provides support for fix of by rjrjr@google.com · 15 years ago
  10. 0b05050 Snip an @Override that jdk 1.5 cannot support, by rjrjr@google.com · 15 years ago
  11. f747b65 Rolling back due load test failures. by chak@google.com · 15 years ago
  12. de9a8f0 Continuation of r8542. Fixes double click where it was broken and adds tests to ensure that by fredsa@google.com · 15 years ago
  13. f900a31 Remove -dumpSignatures in favor of a simpler command line invocation to get GWT's JRE support. by scottb@google.com · 15 years ago
  14. 2a7e49c Public: Support classes for a future generating GWT validators. by nchalko@google.com · 15 years ago
  15. d0de7e3 Fix bad gwt-checkstyle.xml. by scottb@google.com · 15 years ago
  16. 17b3f0c Add Late Loading support to xsiframe linker by unnurg@google.com · 15 years ago
  17. 2d3e06f Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dependencies. Also adding a marker to the classes folder in both samples so eclipse has a place to put class files. by jlabanca@google.com · 15 years ago
  18. 7a4f588 Rolled back r8701 due to test problems. by tobyr@google.com · 15 years ago
  19. a6c2972 Adding support for Direction.LINE_START/END to DockLayoutPanel and SplitLayoutPanel. The new DockLayoutPanelRtlTest revealed a bug in DOMRtlTest where the document body wasn't actually in RTL mode for the test, making the test completely bogus. I've updated the test to force the body in RTL mode, and I changed the test to handle the quirkiness of RTL mode. by jlabanca@google.com · 15 years ago
  20. 0f2760b Adding RTL support to the images used in CellTree. Removing automatic keyboard focus from the constructor because it can result in an IndexOutOfBoundsEception if the tree nodes are loaded asynchronously. by jlabanca@google.com · 15 years ago
  21. d241b1d Added tests for constraint violations. by amitmanjhi@google.com · 15 years ago
  22. 2ca48c7 Renamed Record to EntityProxy. Renamed classes with entity names -- for example, EmployeeRecord to EmployeeProxy. Also renamed variables in a few classes. by amitmanjhi@google.com · 15 years ago
  23. 692bbbe Clarify EditorDriver behavior with combinations of Editor mix-in interfaces through brute-force testing. by bobv@google.com · 15 years ago
  24. 9494eec Rolling back the following due to test failures: by jat@google.com · 15 years ago
  25. 639c812 Add @UiChild annotation to specify how UiBinder should add a child element. by sonnyf@google.com · 15 years ago
  26. 9a4bdfc Added tests for constraint violations. by amitmanjhi@google.com · 15 years ago
  27. 599fd9b Factor a bean-like-object editor framework out of the RequestFactory editor work. by bobv@google.com · 15 years ago
  28. d3c8383 Fixes a bug in LayoutImplIE8 where we convert the unit conversition to an integer before multiplying by the height/width, resulting in too much rounding. For example, 12pt becomes 12px instead of 15px because the conversion factor (1.33) is converted to 1. We now multiply by the value first, then convert to an int before setting the property. by jlabanca@google.com · 15 years ago
  29. 76adc26 Missing file from SafeHtml work + whitespace fix by rice@google.com · 15 years ago
  30. ef18e29 Fix https://jira.springsource.org/browse/ROO-1286, NPE when setting an invalid number in Amount box by rjrjr@google.com · 15 years ago
  31. 42b8d9c Use SafeHtml for Cell widgets by rice@google.com · 15 years ago
  32. 8b744aa Support adding code-gen/runtime related classes directly to the secondary JDT compilation for the GWT AST. by tobyr@google.com · 15 years ago
  33. 406502b This should have been in r8671 by fabbott@google.com · 15 years ago
  34. 8792696 Revert r8691 due to api break [Was: Add debugging information to CssResource.] by rjrjr@google.com · 15 years ago
  35. a790a7f Fixes a strange compiler bug where types generated into new packages may not be found. by scottb@google.com · 15 years ago
  36. d82790d Remove the unnecessary dependency of the expenses sample on AspectJ. by amitmanjhi@google.com · 15 years ago
  37. f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
  38. d1e277d Added missing datanucleus-core dependency in main dependencies section. by rjrjr@google.com · 15 years ago
  39. 6e99861 Remove non-determinism from ClassSourceFileComposerFactory and RpcProxyCreator. by scottb@google.com · 15 years ago
  40. f96465b Push back roo to a released version. by rjrjr@google.com · 15 years ago
  41. db60b15 Add debugging information to CssResource. Patch by: bobv Review by: rjrjr by bobv@google.com · 15 years ago
  42. ab9e2b3 Fix handling of timezone when parsing dates. by jat@google.com · 15 years ago
  43. 4bdb92b Cosmetic changes in safehtml package. by xtof@google.com · 15 years ago
  44. 3932221 Add note about RegExp.split browser inconsistencies. by pdr@google.com · 15 years ago
  45. 02a603b Fixing a bug in various selection models where calling isSelected() prevents a SelectionChange event from firing because we cancel the event when we call resolveChanges(). This patch fires the event from resolveChanges(), so if the user calls isSelected(), the event fires immediately. by jlabanca@google.com · 15 years ago
  46. 84e8be9 Updated Eclipse readme to reflect correct checkstyle version. by pdr@google.com · 15 years ago
  47. 8b4cca1 Setting ValueBox to be LTR by default, and disabling direction estimation for it. Adding some documentation in TextArea and TextBox. by tomerigo@google.com · 15 years ago
  48. cd3018d Fix for https://jira.springsource.org/browse/ROO-1305 -- constraint reporting by amitmanjhi@google.com · 15 years ago
  49. d65e98a Updates the reflective visitor pattern uses in GenerateJavaAST by zundel@google.com · 15 years ago
  50. 066cb0e Fixes failing assertions in ResourceOracle tests. by scottb@google.com · 15 years ago
  51. 93f5e28 Fixes assertion errors not being caught in BrowserChannelTest. by scottb@google.com · 15 years ago
  52. b34c7f4 Adds a hack to pre-initialize the Java Graphics2D library. by zundel@google.com · 15 years ago
  53. 7db260e Bikeshed is dead, so it's javadoc is too. by rjrjr@google.com · 15 years ago
  54. 0b794d1 Deletes the bikeshed. by rjrjr@google.com · 15 years ago
  55. 7f96f06 Fix assertion error in CastNormalizer. by jbrosenberg@google.com · 15 years ago
  56. f8b12a1 Tests and tweaks for DisclosurePanel and StackLayoutPanel parsers. by rjrjr@google.com · 15 years ago
  57. 9705e79 Changes required for reliable editing of "ui:field" attribute in by rjrjr@google.com · 15 years ago
  58. c1dfcf1 Fixes the NPE in ExpenseTree. Also fixes a bug where saving notes in the ExpenseDetails clears out the notes; we now request a new record after saving. Also fixes a bunch of checkstyle warnings and uses of deprecated calls to RecordRequest#forProperties(). by jlabanca@google.com · 15 years ago
  59. e911648 LocaleInfoGenator produces a Java-only code path for Dev Mode. by scottb@google.com · 15 years ago
  60. 2917612 Avoids a hidden NPE in eventGetRelatedTarget() when Mozilla decides to return by jgw@google.com · 15 years ago
  61. 03c7687 Public: Modify checkstyle config to allow formating of Fluent style builders by nchalko@google.com · 15 years ago
  62. 9d0327e Fixes NPE when JDT doesn't generate a class file. by scottb@google.com · 15 years ago
  63. 0bcbca6 Updated GWT code with the latest Apache HttpClient 4.0. Removed httpclient-3. by flin@google.com · 15 years ago
  64. 2e5d699 Removed Object.typeId from generated class prototypes, and from the compilation and linkage phases. Type cast checking depends only on the castableTypeMaps and queryIds now. by jbrosenberg@google.com · 15 years ago
  65. 36d7f4c Introducing a new interface, HasDirectionalText by tomerigo@google.com · 15 years ago
  66. b1349ba Drop v1 plugin support from xsiframe linker by unnurg@google.com · 15 years ago
  67. e719b17 Rudimentary exception handling. by rjrjr@google.com · 15 years ago
  68. 3f7f42f Fixes the very broken Expenses sample. by rjrjr@google.com · 15 years ago
  69. 097506c Initial support for round-trip edits in the DynaTableRF sample. by bobv@google.com · 15 years ago
  70. 6ae2c63 Putting validation on all samples' classpath, because validation by fabbott@google.com · 15 years ago
  71. 0aab8f6 CurrencyList now uses pure Java in dev mode. by scottb@google.com · 15 years ago
  72. b48e33d Modified the MenuBar class to change the Close() method from private to public. by sbrubaker@google.com · 15 years ago
  73. d4dd921 Samples should define ant prop $sample.path, used from by fabbott@google.com · 15 years ago
  74. d359cb6 Adding RTL support to Cell Widgets. CellBrowser opens from the right in RTL mode. CellTree open/close icons appear on the right in RTL mode. IconCell shows the image on the right. As part of this change, I had to change the location of the ruler in LayoutImpl. It used to be shifted to the top and left out of view, but this causes unintended scrollbars in RTL mode. Shifting it off to the top does not affect scrollbars, but still hides the ruler completely. by jlabanca@google.com · 15 years ago
  75. 6fdec89 SafeHtml Templates by pdr@google.com · 15 years ago
  76. 97def99 Public: Start of a sample application showing GWT validation. by nchalko@google.com · 15 years ago
  77. f39fd1b Lose idiotic, inflexible password block. by rjrjr@google.com · 15 years ago
  78. 41902cd Add DynaTableRf to the distribution, and fix some checkstyle issues. by rjrjr@google.com · 15 years ago
  79. a4e6c45 These were in the submit for r8652, not sure why they didn't update then! by pdr@google.com · 15 years ago
  80. c6ff9e4 Fixing regex.split test failure due to inconsistent browser implementations. by pdr@google.com · 15 years ago
  81. 35e0de3 Doc update. by fabbott@google.com · 15 years ago
  82. 4ffe460 Temporarily disable GwtSafeHtmlUtilsTest until IE fix by pdr@google.com · 15 years ago
  83. c19d697 Fix boolean properties, and punch up tests. by rjrjr@google.com · 15 years ago
  84. 49c6772 Removed the doc references for ValueStore. by amitmanjhi@google.com · 15 years ago
  85. 0243b10 Fix breakage from ValueStore / RequestFactory merge. by rjrjr@google.com · 15 years ago
  86. aefa755 Merged the valuestore package into the requestfactory package. Removed all by amitmanjhi@google.com · 15 years ago
  87. 23a6341 Make xsiframe linker use a .js file for hosted mode so that cross site hosted mode will work by unnurg@google.com · 15 years ago
  88. 6bdc0f1 Not compile-building expenses sample, just collecting its files into the distro. by fabbott@google.com · 15 years ago
  89. a2cb2f8 Adds a baseTime property to top level events to help re-normalize by zundel@google.com · 15 years ago
  90. e1139ae Adding TreeNode API to CellTree and CellBrowser, which allows users to programmatically open/close tree nodes. Similar to the way CellList works, a TreeNode primarily operates on its children, and it is only accessible if the node is open. That is important because it means that implementors do not need to create a TreeNode for every leaf, as is the case with CellBrowser. TreeNodes are destroyed when they are closed or otherwise removed from the tree. However, if new data is pushed into the tree, a TreeNode will not be destroyed unless the new data set does not contain the nodes value. CellTree and CellBrowser now implement HasOpen/CloseHandlers. TreeNodes can return the value of the node itself, allowing users to respond to open/close events appropriately. This patch also adds a bunch of unit tests, and fixes some subtle bugs. by jlabanca@google.com · 15 years ago
  91. 083ddf2 Get rid of the dead code in DeltaValueStoreJsonImpl because DeltaValueStore no longer tracks deletes. by amitmanjhi@google.com · 15 years ago
  92. 89be0ef Fixes a bug in ListDataProvider where the old list can push changes to the display even after a new list has been set. by jlabanca@google.com · 15 years ago
  93. 314f0dc Tweak the styling of the login widget. Dont clobber the rounded by rjrjr@google.com · 15 years ago
  94. 993706e Fix infinite recursion in JsonRequestProcessor by cromwellian@google.com · 15 years ago
  95. 49eefec __gwt_ObjectId fix for requests sent to the server. by amitmanjhi@google.com · 15 years ago
  96. 0b22a38 AbstractEditView now requests all the paths it needs by rjrjr@google.com · 15 years ago
  97. c56cfcf Fix for bad create requests. Get rid of the squirrely logic in RequestFactory tracking creates. by amitmanjhi@google.com · 15 years ago
  98. ce6c0fe Cleanups on NameFactory and AbstractClientBundleGenerator. by scottb@google.com · 15 years ago
  99. 656b4a3 Turn down noise level on AbstractLocalizableImplCreator from INFO to TRACE. by scottb@google.com · 15 years ago
  100. 90aab6d ClientBundleWithLookup.getResource(String) now uses a HashMap in DevMode. by scottb@google.com · 15 years ago