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