1. 176da30 Merging from the 2.1 I/O branch through r7982. by spoon@google.com · 15 years ago
  2. 23b3831 Merging r7980 from the I/O branch. by spoon@google.com · 15 years ago
  3. 090412f Updated servlet mappings. by zundel@google.com · 15 years ago
  4. e7144e7 Updated servlet mappings. by zundel@google.com · 15 years ago
  5. 5b87177 Sync is for real now. Notes: by amitmanjhi@google.com · 15 years ago
  6. 3b8e8d5 Turn off strict Record#get() implementaiton until it's more practical by rjrjr@google.com · 15 years ago
  7. 6e4c0cf Refactoring Tree code. SideBySideTreeView now uses SimpleCellList, which a protected method that allows users to use any ListView. SideBySideTreeNodeView shares a lot of code with SimpleCellList. Added animations to SideBySideTreeView. NodeInfo now includes a SelectionModel, but still allows a single instance to be used across an entire tree of different types. NodeInfo now returns one Cell instead of a list of HasCell, but CompositeCell has been added to combine HasCells into a single Cell. by jlabanca@google.com · 15 years ago
  8. b04b605 Reorganizes styles in bikeshed to use CssResource and ClientBundle. by jgw@google.com · 15 years ago
  9. 503f784 Fix paging in PagingTableListView, allow setPageSize after construction by rice@google.com · 15 years ago
  10. a62e4e0 Fixes compile fail on Sun JDK (was working fine in Eclipse, OpenJDK) by rjrjr@google.com · 15 years ago
  11. 95169a0 Allow null ProvidesKey in PagingTableListView, remove as constructor arg by rice@google.com · 15 years ago
  12. 6cdda2a Tone down log noise, fix import order by rjrjr@google.com · 15 years ago
  13. 90a64a1 - Removed redundant modifiers from EmployeeRecord and ReportRecord. by amitmanjhi@google.com · 15 years ago
  14. f80b646 Implement a selection column, sortable columns, and row hovering in MailRecipe by rice@google.com · 15 years ago
  15. be46b85 Fix a findbugs problem by rice@google.com · 15 years ago
  16. 63381d7 Removed LongString and fixed the currently simple sync operation. by amitmanjhi@google.com · 15 years ago
  17. 52cbbfe Dramatically simplifies public API of RequestFactory and by rjrjr@google.com · 15 years ago
  18. e20feb2 Remove persistence.xml from gwt-biikeshed.jar by gwt.mirrorbot@gmail.com · 15 years ago
  19. 057867a Goodbye fake storage, welcome JPA with appEngine. Notes: by amitmanjhi@google.com · 15 years ago
  20. 4e4d855 Implement DatePickerCell and use it the MailRecipe demo by rice@google.com · 15 years ago
  21. 26b38f2 Fix ExpensesCustomized after ListView.Delegate refactor. by rjrjr@google.com · 15 years ago
  22. 3364aa2 Move logic to send initial onRangedChanged to AbstractListViewAdapter.addView instead of ListView.setDelegate by rice@google.com · 15 years ago
  23. c706e77 Restore tree selection by rice@google.com · 15 years ago
  24. 9557626 Reverts r7916 ("Implement selection on trees"), which causes by rjrjr@google.com · 15 years ago
  25. 322e881 Fix for delegate-of-the-delegate NPE after ListView.Delegate refactor by rjrjr@google.com · 15 years ago
  26. 44e0790 Implement selection on trees by rice@google.com · 15 years ago
  27. bdff05d Added method to change the size of a MutableArray. Added factory method to by rchandia@google.com · 15 years ago
  28. 9ba0868 Fix a potential null pointer dereference by rice@google.com · 15 years ago
  29. 34f403a Fix a potential bug in initialization found by findbugs by rice@google.com · 15 years ago
  30. f97d141 Clean up trailing whitespace by rice@google.com · 15 years ago
  31. a05b3a1 Remove ListModel and add ListView/ListView.Delegate; clean up javadoc by rice@google.com · 15 years ago
  32. 0bf0d71 Unifies small bikeshed samples into a single "cookbook" app. by jgw@google.com · 15 years ago
  33. 3e89300 Add keys to SelectionModel; add Column.dependsOnSelection() method to assist with table refresh by rice@google.com · 15 years ago
  34. c159535 Changes CustomizedShell to use the new Table widget. by jgw@google.com · 15 years ago
  35. 80c0af8 Add type params for ListRegistration instances. by rice@google.com · 15 years ago
  36. b644d5a Makes the various views a bit more modular, isolating them from the by rjrjr@google.com · 15 years ago
  37. c7f7b13 Clean up mail sample app; simplify table refresh for selection changes by rice@google.com · 15 years ago
  38. 991bf18 Checkstyle fixes. by rice@google.com · 15 years ago
  39. 8dc9030 Fix checkstyle sort order. by rice@google.com · 15 years ago
  40. 83f40554 Changes ListRegistration to carry information about its associated handler by jgw@google.com · 15 years ago
  41. a66c14b Fix checkstyle errors and remove some whitespace. by rice@google.com · 15 years ago
  42. 41d0a40 Config class no longer so monolithic. by rjrjr@google.com · 15 years ago
  43. daf5889 Allow external server operation enum by rjrjr@google.com · 15 years ago
  44. 883d48d Reorganizes bikeshed/src/com/google/gwt/samples/expenses to a more ideal by rjrjr@google.com · 15 years ago
  45. e875342 Improves expenses scaffold to make better use of PagingTableListView. by rjrjr@google.com · 15 years ago
  46. 1c4a374 Fix broken bikeshed/build.xml compile rule by rjrjr@google.com · 15 years ago
  47. cb4b36b Extract RequestFactoryServlet from ExpensesDataServlet by rjrjr@google.com · 15 years ago
  48. 03129c3 Replaced HasKey with ProvidesKey and moved it from Column/NodeInfo to ListModel. Updating SelectionModel to use handlers and have only one setSelected method, firing events in a finally command to avoid multiple view updates. by jlabanca@google.com · 15 years ago
  49. e726ead Build file changes to create gwt-bikeshed.jar that can be used as an overlay by amitmanjhi@google.com · 15 years ago
  50. 4cba844 Moved the enum config to the proper place. web.xml is in the correct order as per http://java.sun.com/dtd/web-app_2_3.dtd by amitmanjhi@google.com · 15 years ago
  51. de7730c 1) The service methods will now be annotated with a @ServerOperation. Used during code-gen. by amitmanjhi@google.com · 15 years ago
  52. 321d579 Implement selection and multiple cells for Tree nodes by rice@google.com · 15 years ago
  53. 212322d Add convenience classes and method to simplify demo code. by rice@google.com · 15 years ago
  54. 4b4734f Lightweight collections. ImmutableArray and MutableArray.freeze() by rchandia@google.com · 15 years ago
  55. f9ef716 Use PagingTableListView in TableEntityListView by rice@google.com · 15 years ago
  56. 41b7094 Updated comment. by amitmanjhi@google.com · 15 years ago
  57. d006ddb Fixes a list subset error in AbstractListModel that was breaking paging. by jgw@google.com · 15 years ago
  58. 552662f Implements a reduced scope ValueStore. It's responsible for posting change events by rjrjr@google.com · 15 years ago
  59. 063376f Checkstyle fixes. by rice@google.com · 15 years ago
  60. 84c39ed Work on selection model in Bikeshed and fix some checkstyle stuff while we're at it. by rice@google.com · 15 years ago
  61. ecca08a The servlet now reads the enum name from a properties file. Thus, the servlet by amitmanjhi@google.com · 15 years ago
  62. db858e0 Mail sample app to work on selection concepts by rice@google.com · 15 years ago
  63. 23e3436 Checkstyle fixes by rice@google.com · 15 years ago
  64. 5c63539 Add a HasKey interface and a maxColumns param for SideBySideTreeView by rice@google.com · 15 years ago
  65. 3c20f84 Array implementation for Lightweight Collections. Pure Java implementation only. by rchandia@google.com · 15 years ago
  66. 1b68148 Separates the stock sample into "desktop" and "mobile" versions. Makes some by jgw@google.com · 15 years ago
  67. bb4eed5 Add a demo of SimpleCellList and fix some bugs found by the demo by rice@google.com · 15 years ago
  68. 140432e Only show results of the current search query. by jlabanca@google.com · 15 years ago
  69. f2cc26e Adds details place to scaffold app, and deletes unused by rjrjr@google.com · 15 years ago
  70. 7fe6491 1. Removed the ServerType annotation that is not currently used. by amitmanjhi@google.com · 15 years ago
  71. 35d41a7 Use instance methods on a JSO instead of static methods. by amitmanjhi@google.com · 15 years ago
  72. e993e6e Got rid of the MethodName enum. This change is on way to relying solely on RequestFactory config by amitmanjhi@google.com · 15 years ago
  73. ced1b99 Move bikeshed widget samples from bikeshed/sample to sample/bikeshed by rice@google.com · 15 years ago
  74. a55e7cf 1. Updates all requests to use POST instead of GET. by amitmanjhi@google.com · 15 years ago
  75. 7d8bc43 No more massive copy paste between our request by rjrjr@google.com · 15 years ago
  76. f130ae2 Checkstyle fixes by rice@google.com · 15 years ago
  77. 6686190 Add 'view data' to cell, column, and updater classes. by rice@google.com · 15 years ago
  78. 0308c76 Checkstyle: snip unused import by rjrjr@google.com · 15 years ago
  79. 65a297a Tweaks to eclipse instructions by rjrjr@google.com · 15 years ago
  80. 9158f24 Adds missing dep by rjrjr@google.com · 15 years ago
  81. d34537d While paving the way to ValueStore, I've greatly simplified by rjrjr@google.com · 15 years ago
  82. 38e66c0 Checkpoint tree/list stuff: by rice@google.com · 15 years ago
  83. a7fc7a6 Use reflection on the server side to have a shared code for handling all GET by amitmanjhi@google.com · 15 years ago
  84. d8dcb46 Introduces expenses scaffolding app, ExpensesScaffold, complete with by rjrjr@google.com · 15 years ago
  85. 8e9193e Checkpoint validation work + some misc stock fixes by rice@google.com · 15 years ago
  86. 89d0e73 Update bikeshed/eclipse.README based on feedback from Dan by rjrjr@google.com · 15 years ago
  87. c1da4d7 Fix minor checkstyle problems by rice@google.com · 15 years ago
  88. ba5791a Initial patch that sends an update across the wire and persists it. by amitmanjhi@google.com · 15 years ago
  89. 878b5ee Add missing eclipse step by rjrjr@google.com · 15 years ago
  90. 85de7ba Initial RPC code that does an update, adds the JSON js library and uses it. by amitmanjhi@google.com · 15 years ago
  91. 7fedd47 Sort & format. by amitmanjhi@google.com · 15 years ago
  92. 1deb8c5 Once again allow Dates from doubles, for JSON happiness by rjrjr@google.com · 15 years ago
  93. ced468e Introduces RequestFactory interface and "tool generated" by rjrjr@google.com · 15 years ago
  94. 5d49c0e Fix dates inefficiently for a moment, pending Date fix to get JSO friendly again by rjrjr@google.com · 15 years ago
  95. c7d9e19 Begone foul unsharable eclipse detritus. by rjrjr@google.com · 15 years ago
  96. 60d0482 Add multiplayer status messages to stock sample by rice@google.com · 15 years ago
  97. 2715427 Start of sending an update request. Checking in mid-way to allow some by rjrjr@google.com · 15 years ago
  98. b1f9e6d Adding app engine files to bikeshed. by jlabanca@google.com · 15 years ago
  99. fb71ffa Adding list of top players to the game. by jlabanca@google.com · 15 years ago
  100. 60d441e Fix bugs in stock sample app by rice@google.com · 15 years ago