gwt /
gwt /
2937577d5a1c7aa9b9861befdb725196a8567466 - 2937577 Handle deferred layout updates gracefully in SplitLayoutPanel resize logic. by fmalita@google.com · 14 years ago
- 6424351 Test the type of a value before casting it. by nchalko@google.com · 14 years ago
- 6b1eceb Re-enable XML parse test, which was previously failing in one Safari configuration in Production Mode in the 1.5 release branch by fredsa@google.com · 14 years ago
- c46faf5 For easier code archeology in the future: by conroy@google.com · 14 years ago
- a75fb5f For easier code archeology in the future: by conroy@google.com · 14 years ago
- 04144a6 Adding an Async SortHandler that can be used with AsyncDataProvider. When a table is sorted, it called the setVisibleRangeAndClear() method to clear the current data and send an event to the AsyncDataProvider to provide new information. by jlabanca@google.com · 14 years ago
- 6e4bd8f Re-enable a few style tests now that old linux hosted mode is gone by fredsa@google.com · 14 years ago
- f30ddd4 Fix inadvertent commit by mixing changes in one workspace. by jat@google.com · 14 years ago
- b3cd320 Expose the locale.queryparam and locale.cookie config params to client by jat@google.com · 14 years ago
- 253a8b0 Limit SplitLayoutPanel dragging by available container space. by fmalita@google.com · 14 years ago
- 84ac23f Issue 5582 by zhuyi@google.com · 14 years ago
- d4f8501 Move all tests to org/hibernate/jsr303/tck by nchalko@google.com · 14 years ago
- 0fb02d1 Adding column sorting support to CellTable. Clicking on a header of a sortable Column in CellTable adds a sort icon to the Header and fires a ColumnSortEvent, which user can catch to handle sorting. By default and for backward compatibility, Columns are not sortable. We provide ColumnSortEvent.ListHandler as a default implementation to sort java.util.Lists by mapping Columns to Comparators. by jlabanca@google.com · 14 years ago
- 0867340 Update checkstyle rules to allow for copyright years up to 2029 by pdr@google.com · 14 years ago
- 829d4c0 Patch MethodBinding.collectMissingTypes for IOOBE by conroy@google.com · 14 years ago
- b91f430 Mark test as Failing or NotSupported by nchalko@google.com · 14 years ago
- 30b019a fix DateTest by moving FUTURE to 2030 by conroy@google.com · 14 years ago
- e789689 Fix swapped javadoc for weekendStart() & weekendEnd() in DateTimeFormatInfo. by fmalita@google.com · 14 years ago
- f57b46e Use instanceof to find the right top level GwtSpecificValidator. by nchalko@google.com · 14 years ago
- d0ce5ed Add support for selecting messages based on arbitrary values, such by jat@google.com · 14 years ago
- 8a45b1b Ensure that enum types reachable through AutoBean method parameterizations are included in the EnumMap. by bobv@google.com · 14 years ago
- 54e2ed8 Generator Result Caching for RPC, with some refinements to the underlying framework by jbrosenberg@google.com · 14 years ago
- 1da6e3d Updated missingplugin to support IE 32 and 64 bits dev mode plugin. by gwt.mirrorbot@gmail.com · 14 years ago
- f67445d Fix an NPE in SimpleRequestProcessor when a client request has no invocations. by gwt.mirrorbot@gmail.com · 14 years ago
- 451979b Rolling back Generator Result Caching for RPC (issues have been identified) by gwt.mirrorbot@gmail.com · 14 years ago
- 4cc5112 Select the correct ConstraintValidator for the bean type. by nchalko@google.com · 14 years ago
- 0aa2844 Move all the TCK to the test dir in preparation for by nchalko@google.com · 14 years ago
- aeb06b9 Fix use of length() in generated JS code. by jat@google.com · 14 years ago
- 5b747a7 Generator Result Caching implementation for RPC by jbrosenberg@google.com · 14 years ago
- 7e11857 Add property provider generators, take 2. by jat@google.com · 14 years ago
- a648abd Basic MessageIntrpolation. by nchalko@google.com · 14 years ago
- 6c207a4 Base Framework for Generator Result Caching by jbrosenberg@google.com · 14 years ago
- 70c7f76 updated .msi files. by fabiomfv@google.com · 14 years ago
- dda4b61 beanType is a Class, no need to call getClass to compare it to a class. by nchalko@google.com · 14 years ago
- 3031072 Add the property name to the path. by nchalko@google.com · 14 years ago
- 41511a8 A new wrapper to BidiFormatter whose methods return SafeHtml instead of String by tomerigo@google.com · 14 years ago
- f2e431c Handle composite constraints. by nchalko@google.com · 14 years ago
- efa0473 Added the no-arg add() widget method to the HTMLPanel. by cranger@google.com · 14 years ago
- c96c37b Replace most user/developer visible references to hosted/web mode with Development/Production Mode by fredsa@google.com · 14 years ago
- 4347e5a Change era names in pt_PT to match pt (a Portuguese specialist replied it should also by jat@google.com · 14 years ago
- 1538b61 Fixing a bug in CellTable and CellList where we get an index out of bounds exception if we try to access the keyboard selected element when keyboard selection is disabled. by jlabanca@google.com · 14 years ago
- 79f6e24 Some of the unit tests in CreateEventTest have listeners by zundel@google.com · 14 years ago
- f06338e Make InstanceRequest usable with value objects by changing the by bobv@google.com · 14 years ago
- f35ce09 Refactors TypeOracleMediator to get rid of the 'context' as an instance variable. by zundel@google.com · 14 years ago
- 593cd6e Copying the DOMImplIE6 setOpacity implementation into DOMImplIE8 because IE8 does not support the opacity style attribute. I added a runtime check to differentiate IE8, which only supports the alpha filter, from IE9, which supports opacity. by jlabanca@google.com · 14 years ago
- b52b171 Refactors TypeOracleMediator to avoid CompiledClass references. This way, we will be able to throw in byte by zundel@google.com · 14 years ago
- ecb1b99 Public: GWT emulation for the normal Validation Bootstrap. by nchalko@google.com · 14 years ago
- 0904fee Reduces class and JSNI loading for RPC in devmode. by tobyr@google.com · 14 years ago
- ad6d70a Update samples/expenses/pom.xml for 2.1.1. Also fix bad gwt-maven-plugin config. by rjrjr@google.com · 14 years ago
- b9cc53a Have separate devmode.js files for each permutation if we are outputting by unnurg@google.com · 14 years ago
- f270858 Public: Generate BeanDescriptors for GWT Validation. by nchalko@google.com · 14 years ago
- b4d65c2 updated .msi to the svn checkin revision 9345. copied .msi files to Lorry by fabiomfv@google.com · 14 years ago
- 40ad534 Fix second part of issue 5243, full name for the AD era. I didn't get any conclusive answer about what it should be in Portugal, so I am leaving the old value there, at least for now. by jat@google.com · 14 years ago
- 3124ff4 1.5 compat fix by scottb@google.com · 14 years ago
- c4b43d7 Ensure that primitive values can be used as RequestFactory proxy properties. by bobv@google.com · 14 years ago
- 0130db8 CellWidget should only fire a ValueChangeEvent when the new value is not equal to the previous one. The redraw logic should do the same. If you really want to redraw the widget unconditionally, call setValue(a, b, false) and then redraw()). by jlabanca@google.com · 14 years ago
- 683be14 Fixes rebased guava library without using JarJar by rchandia@google.com · 14 years ago
- 1a9ca6e Change the first day of the week from Monday to Sunday for Brazil by jat@google.com · 14 years ago
- e47b441 Fix a problem with BigDecimal, where the bitlength of a zero value by jat@google.com · 14 years ago
- 81fd3bd Removing call to RootLayoutPanel#get() in SplitLayoutPanel so that it does not force the creation of a RootLayoutPanel, which attaches itself to the document body and blocks other elements attached to the RootPanel. The new implenetation uses the max of the client size and the scroll size, which is what PopupPanel does. by jlabanca@google.com · 14 years ago
- 86e7300 Expand self-closing <div/> tag in SafeHtmlTemplate into separate open and close by xtof@google.com · 14 years ago
- d6d3113 Public: Use jsni to access private fields and methods. by nchalko@google.com · 14 years ago
- 3ca7757 Changing the behavior of CellBrowser so that the first child node of the next level in the tree is not immediately selected in the SelectionModel when its parent is selected. In general, we no longer select a value in a CellList or CellTable until the user interacts with the widget. Also, we do not deselect a selected value until a new value is available for selection. This is important for asynchronous lists, which clear the current data then load the new data asynchronously. We do not want to trigger a SelectionEvent between these states where we have nothing selected. by gwt.mirrorbot@gmail.com · 14 years ago
- 25a3244 Allow @Editor.Path("") as a valid annotation to indicate that a sub-editor should be aliased to the object being edited by its parent object. by bobv@google.com · 14 years ago
- 2debd31 Re-rolling r9363: TypeOracle becomes interfaces. by scottb@google.com · 14 years ago
- 613e767 Public: Check constraints against the field or property that has the actual annotation. by nchalko@google.com · 14 years ago
- 08c4021 Switch SafeHtmlTemplates code generator to use the stream HTML parser. by xtof@google.com · 14 years ago
- c2de01f Update maven script and expenses/pom.xml for 2.1.1-rc1 by conroy@google.com · 14 years ago
- 6ea3d66 Update expenses web.xml for servlet 2.5 by conroy@google.com · 14 years ago
- 2348968 Guard against invalid dispIds in JavaDispatchImpl by conroy@google.com · 14 years ago
- 7d13a11 Rolling back stupidly-accidental commit to JUnit.gwt.xml by jgw@google.com · 14 years ago
- aaf7190 Temporary rollback of r9384 (Change Activity to an abstract class) until some internal clients catch up by rjrjr@google.com · 14 years ago
- 2344766 Change Activity to an abstract class, to allow its api to evolve. by rjrjr@google.com · 14 years ago
- 4995d3d Disallow persisted entities with null version properties because it breaks RequestFactory update semantics. by bobv@google.com · 14 years ago
- ff82ab0 Fixes $entry() wrappers for EventTarget and subtypes, Timers, and properties of by jgw@google.com · 14 years ago
- 6d38e1d Propagate WriteOperation.DELETE to EntityProxyChange handlers. by bobv@google.com · 14 years ago
- b01d530 Fixing a bug in IE6 where the styles on some Cell Widget items do not update, causing the items to disappear. Adding zoom:1 fixes the problem. by jlabanca@google.com · 14 years ago
- 78109e8 (Issue 5564) RF has bad handling of SC_UNAUTHORIZED by rjrjr@google.com · 14 years ago
- 6a94622 Suppress redundant PERSIST updates. by bobv@google.com · 14 years ago
- 18be35b Change floats to doubles and work around a firefox bug. by pdr@google.com · 14 years ago
- 6c3dbe8 Rolling back r9363; type oracle change to use interfaces. by scottb@google.com · 14 years ago
- c91e6de Temporary rollback due to reported breakage by cromwellian@google.com · 14 years ago
- fcc5b52 TypeOracle becomes interfaces. by scottb@google.com · 14 years ago
- 66f7684 Partial fix for http://code.google.com/p/google-web-toolkit/issues/detail?id=5707 by cromwellian@google.com · 14 years ago
- 7890325 Modifications to StackTraceDeobfuscator: by fredsa@google.com · 14 years ago
- ee57ff4 Update MissingPlugin.html to reflect new Chrome platform support by conroy@google.com · 14 years ago
- a7f1959 Rolling back r9354 due to some GWTTestCase breakages by conroy@google.com · 14 years ago
- 58c0471 Undeprecate HandlerManager and TabPanel, neither of which is quite by rjrjr@google.com · 14 years ago
- f24fa30 Fix external issues 5521, 5446, 5332, javadoc links by rice@google.com · 14 years ago
- e4fc01f Adding methods to insert columns, get the column count, and get columns by index in a CellTable. Thesemethods are very useful for changing the visible Columns. Currently, users must remove all columns, then re-add them just to insert a single column. by jlabanca@google.com · 14 years ago
- e77bcd1 In CompilingClassLoader, refuse to load a class if its compilation unit has errors. by conroy@google.com · 14 years ago
- 7e91476 Fixes two issues by rchandia@google.com · 14 years ago
- 7adf6f1 Delete sample/expenses console. Cool demo but it requires gwt-dev, not by rjrjr@google.com · 14 years ago
- c49234e Fixes GWT issue 5705, bad imports break memcache by rjrjr@google.com · 14 years ago
- 46b6b77 The symbolMaps directory provided to StackTraceDeobfuscator should accepts directory name with by fredsa@google.com · 14 years ago
- ed53d14 Update comment by unnurg@google.com · 14 years ago
- d11fb3c Bidi support for ListBox by tomerigo@google.com · 14 years ago
- 6e4ddf4 Improve the docs on @UiField by rjrjr@google.com · 14 years ago
- 5475cfc IE devmode plugin: 64 bits support end-to-end, build fixes & cleanup, other polishing items. by fabiomfv@google.com · 14 years ago
- 9e44f5e Modify EmulateJsStack.gwt.xml and CoreWithUserAgent.gwt.xml to test whether the new 'compiler.stackMode' by fredsa@google.com · 14 years ago