- 8851e1f Enum Ordinalization Optimization (revisited) by jbrosenberg@google.com · 14 years ago
- 133cfef Adds overflow-x and overflow-y to Style since they have at least partial support on all browsers. by knorton@google.com · 14 years ago
- 9321953 Public: GWT version of the JSR 303 Bean Validation TCK by nchalko@google.com · 14 years ago
- 4cdc725 Adding a new widget CellWidget that can wrap any Cell and turn it into a Widget. CellWidget can be used on its own (it isn't abstract) to wrap a widget. It can also be used inside a Composite to create a formal version of an existing Cell, such as creating EditText from EditTextCell. This feature will not be included in GWT 2.1.1. by jlabanca@google.com · 14 years ago
- cd7f2b5 Adding a new CommonResources class that provides access to commonly used styles in GWT. For now, the only style defined is a cross browser implementation of inline block, but we can expand to include more common styles later. by jlabanca@google.com · 14 years ago
- 750db0f A few small changes to BidiFormatter. Mainly, it now uses DirectionEstimator that can be modified instead of the constant estimating function of BidiUtils. by tomerigo@google.com · 14 years ago
- 8938a50 Switching CellList to trigger selection on click instead of mousedown. Selection causes the cell to be redrawn, which interrupts the click event sequence and prevents click from ever firing to the Cell. This is particularly annoying for Cells that contain Buttons. The same change needs to be made for keyboard selection, which can be bound to selection and cause the cell to be redrawn. CellTable already triggers selection on click, and now triggers keyboard selection on click. by jlabanca@google.com · 14 years ago
- 7d63105 Removing references to gecko user agent in favor of gecko1_8. gecko refers to very old versions of Mozilla, while gecko1_8 refers to all modern versions, including all versions of Firefox 2.0 and later. gecko was used to support the old version of hosted mode on Linux, which has long since been replaced by the dev mode plugin for Firefox. by jlabanca@google.com · 14 years ago
- 5557a33 Improve support for using AutoBeans as a general-purpose JSON payload consumer. by bobv@google.com · 14 years ago
- 6cccf2b Make supportsDevMode configurable and give it a more appropriate name. Set it to false by unnurg@google.com · 14 years ago
- 5c6d6d7 public (konstantin.scheglov@gmail.com): by rjrjr@google.com · 14 years ago
- d62da35 Fixing MultiSelectionModelTest to ensure that we are checking that the correct value is not selected. by jlabanca@google.com · 14 years ago
- c5a7988 Public (konstantin.scheglov@gmail.com): by rjrjr@google.com · 14 years ago
- 055788d Refactoring HasDataPresenter to save pending changes in a PendingState, pushing them to the view in a finally command at the end of the event loop. This change reduces the number of times that the view is updated in the same event loop and eliminates some special case logic designed to deal with concurrent updates to the view. The pattern is fairly straightforward. When we receive new data, a new row count, a change in selection, or a change in the keyboard selected row, we update the pending state. In a finally command, we resolve the pending state by comparing it to the current state. If none of the rows changed, we just update the keyboard selected row using DOM manipulation. If less than 30% of the rows changed, we replace the changed rows. If more than 30% of the rows changed, we redraw the entire table. by jlabanca@google.com · 14 years ago
- 43442ae Adding MultiSelectionModel#clear() to clear all selected values. This is slightly more complicated because we resolveChanges() in a finally command, but the JavaDoc explains how we handle this. by jlabanca@google.com · 14 years ago
- 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
- 33f90a5 Fix checkstyle violation in SplitLayoutPanel. by jlabanca@google.com · 14 years ago
- 94de7ad Add a glass panel to the root when moving the splitter in a by nikhilsinghal@google.com · 14 years ago
- 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
- c21149e Overhaul the RequestFactory server code. by bobv@google.com · 14 years ago
- 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
- 47da2e1 Remove stray javadoc character. by fredsa@google.com · 14 years ago
- 4ae5f49 Rollback of support for touch/gesture events due to test failures. by fredsa@google.com · 14 years ago
- b927b29 Add support for touch and gesture events for supported mobile webkit platforms. by fredsa@google.com · 14 years ago
- e88c8f6 Remove deprecated classextension from gwt by yaxin@google.com · 14 years ago
- ff610ee The proposed fix will disambiguate setter overloads by ranking them according by fabiomfv@google.com · 14 years ago
- 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
- 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
- 065aa60 Cleanup for EnumsTest and EnumsWithNameObfuscationTest suites, make sure they always run with correct configuration property by jbrosenberg@google.com · 14 years ago
- 3353484 Public: Create seperate top level interfaces for GwtSpecificValidators. by nchalko@google.com · 14 years ago
- 2f45801 Adds a new artifact visibility "Deploy" (in addition to existing by jat@google.com · 14 years ago
- e7a1360 Switch GWT svn to use easymock 3.0 by yaxin@google.com · 14 years ago
- f33eb07 DefaultSuggestionDisplay: Allowing custom position object by portersi@google.com · 14 years ago
- c1ac60a Fix RequestFactoryInterfaceValidator when analyzing interfaces with static initializers. by bobv@google.com · 14 years ago
- c7721a5 Fix handling of search order where particular regions have different by jat@google.com · 15 years ago
- dd81444 Reformulate RPC generated TypeHandlers to create fewer classes. by scottb@google.com · 15 years ago
- c4c58e3 Lock down the public api of com.google.gwt.requestfactory.server, in by rjrjr@google.com · 15 years ago
- 7c87b43 Add LocalizedNames API. by jat@google.com · 15 years ago
- acead92 Reimplement RequestFactory client vs. domain validation using classfile analysis to support better DevMode refresh semantics. by bobv@google.com · 15 years ago
- b24a86b Removing third party jars from gwt-servlet.jar. by jlabanca@google.com · 15 years ago
- 4973524 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 15 years ago
- 97f9c69 Removed unnecessary log message: WARNING: Record with futureId X not persisted by rchandia@google.com · 15 years ago
- 95a32f8 Make the following method public in StackTraceDeobfuscator, for reuse by user server side code: by fredsa@google.com · 15 years ago
- c359bf8 Exposes the built-in year-month-weekday-day format in PredefinedFormat. by gryder@google.com · 15 years ago
- 2a94fde roll back 17758916 by nchalko@google.com · 15 years ago
- 8807273 Public: custom serializer and other code needed to send constraint violations by nchalko@google.com · 15 years ago
- 6743603 Ignore CSS errors and warnings while running htmlUnit tests. This stops console by amitmanjhi@google.com · 15 years ago
- 3b0923e Convert from package.html to package-info.java files, add missing files by rice@google.com · 15 years ago
- 4a05523 check the return value of ImageIO.write by conroy@google.com · 15 years ago
- 237ea91 Fix for resolving overloaded enum valueOf method by jbrosenberg@google.com · 15 years ago
- 4f6556a Brings history support to samples/expenses. Doesn't handle paging -- by rjrjr@google.com · 15 years ago
- e72984b Add javadoc to RequestFactory documenting limitations on polymorphism and transferrable types. by cromwellian@google.com · 15 years ago
- 6edeb9a Remove setHtml(SafeHtml) and other Html-related methods from Label. by pdr@google.com · 15 years ago
- 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
- 74f985b Adding SafeHtml versions of addItem/insertItem to Tree and TreeItem. by jlabanca@google.com · 15 years ago
- 1d45d6b Clean up Place and RequestFactory javadoc by rice@google.com · 15 years ago
- bcc56a3 Add missing Javadoc for Cell packages by rice@google.com · 15 years ago
- 3adb52a Document limitations of current SafeHtmlTemplates code generator. by xtof@google.com · 15 years ago
- 4adbf8c Resolve GWT issue 5361. by bobv@google.com · 15 years ago
- c7e0429 Add missing javadoc for Editor framework by rice@google.com · 15 years ago
- bb97ff2 Cleanups for the DynaTableRf sample. by bobv@google.com · 15 years ago
- 54decd0 Public (stephen.haberman@gmail.com): by rjrjr@google.com · 15 years ago
- 9853248 Adding a constructor override to SplitLayoutPanel so users can specify the width of the splitter. by jlabanca@google.com · 15 years ago
- 75e655a Fixing a bug in DatePickerCell where selecting a new date does not update the cell. by jlabanca@google.com · 15 years ago
- 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
- 816c64b Resolve GWT issue 5364. by bobv@google.com · 15 years ago
- 74ae233 Use the response setContentType() in RequestFactoryServlet instead by zundel@google.com · 15 years ago
- de7a1ee Relaxing the data parameter of HasData#setRowData() from a List<T> to a List<? extends T>. by jlabanca@google.com · 15 years ago
- 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
- b829171 Fixes http://code.google.com/p/google-web-toolkit/issues/detail?id=5375, by rjrjr@google.com · 15 years ago
- 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
- 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
- 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
- 2bd9710 Deprecate DeferredCommand and IncrementalCommand. by bobv@google.com · 15 years ago
- 31697ab Use Java to generate the list of packages for javadoc by rice@google.com · 15 years ago
- c1eb4c1 Add CLDR import code, and external projects for CLDR data/tools. by jat@google.com · 15 years ago
- 1b90375 Add graceful failure when a client sends a deleted EntityProxy in a request. by bobv@google.com · 15 years ago
- f5b26de Remove 'experimental' javadoc warnings by rice@google.com · 15 years ago
- 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
- 8c47d96 Javadoc cleanup by rice@google.com · 15 years ago
- 66f3bb2 Replace <I> generics with <T> to prevent italics in javadoc. by pdr@google.com · 15 years ago
- 7f668b8 Replace BidiFormatter's temporary implementation of htmlEscape with a call to SafeHtml's escaper. by tomerigo@google.com · 15 years ago
- 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
- 552ab7a Defining a qualified Runtime exception for indicating interruption of by chak@google.com · 15 years ago
- 7498a77 Ensure that EntityProxy instances returned from Collections returned from an editable EntityProxy are editable. by bobv@google.com · 15 years ago
- 31ae88b Guard against a potential NPE in MenuBar. by nikhilsinghal@google.com · 15 years ago
- e44999c Delete obsolete references to gwt-dev-oophm.jar by conroy@google.com · 15 years ago
- 97844fc Removing non-Java-1.5 @Override by jgw@google.com · 15 years ago
- 2a153f6 Fix a bug in server code that assumes that the EntityProxy must expose a getId() method. by bobv@google.com · 15 years ago
- f8d8ab2 Let ToggleButton implement HasValue<Boolean> by jgw@google.com · 15 years ago
- 865fb65 Let MenuItem implement HasEnabled http://gwt-code-reviews.appspot.com/846801 by jgw@google.com · 15 years ago
- 01d6515 Miscellaneous Javadoc fixes: by rice@google.com · 15 years ago
- 9723b31 Remove JSON dependency from log sample and other users that don't use json by unnurg@google.com · 15 years ago
- 0b51f17 Clean up Cell-related javadoc by rice@google.com · 15 years ago
- 442e92e Resolves ROO-1508 by requiring CompositeEditors to return a canonical component Editor instance for path traversal. by bobv@google.com · 15 years ago
- 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
- 9f56aee Avoid an infinite loop in toString() for collections that directly include themselves by rice@google.com · 15 years ago
- 69da43f Public: First take at GWT validation that actually validates on the client side. by nchalko@google.com · 15 years ago
- 9c875d7 Fixing the javadoc build breaks. One problem is that the doc/build.xml by fabbott@google.com · 15 years ago
- 5e28401 Fix checkstyle mess in gwt.app blow up patch. by rjrjr@google.com · 15 years ago