gwt /
gwt /
b34c7f4cca74906c7120039bf8ab7261248946a9 - b34c7f4 Adds a hack to pre-initialize the Java Graphics2D library. by zundel@google.com · 15 years ago
- 7db260e Bikeshed is dead, so it's javadoc is too. by rjrjr@google.com · 15 years ago
- 0b794d1 Deletes the bikeshed. by rjrjr@google.com · 15 years ago
- 7f96f06 Fix assertion error in CastNormalizer. by jbrosenberg@google.com · 15 years ago
- f8b12a1 Tests and tweaks for DisclosurePanel and StackLayoutPanel parsers. by rjrjr@google.com · 15 years ago
- 9705e79 Changes required for reliable editing of "ui:field" attribute in by rjrjr@google.com · 15 years ago
- 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
- e911648 LocaleInfoGenator produces a Java-only code path for Dev Mode. by scottb@google.com · 15 years ago
- 2917612 Avoids a hidden NPE in eventGetRelatedTarget() when Mozilla decides to return by jgw@google.com · 15 years ago
- 03c7687 Public: Modify checkstyle config to allow formating of Fluent style builders by nchalko@google.com · 15 years ago
- 9d0327e Fixes NPE when JDT doesn't generate a class file. by scottb@google.com · 15 years ago
- 0bcbca6 Updated GWT code with the latest Apache HttpClient 4.0. Removed httpclient-3. by flin@google.com · 15 years ago
- 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
- 36d7f4c Introducing a new interface, HasDirectionalText by tomerigo@google.com · 15 years ago
- b1349ba Drop v1 plugin support from xsiframe linker by unnurg@google.com · 15 years ago
- e719b17 Rudimentary exception handling. by rjrjr@google.com · 15 years ago
- 3f7f42f Fixes the very broken Expenses sample. by rjrjr@google.com · 15 years ago
- 097506c Initial support for round-trip edits in the DynaTableRF sample. by bobv@google.com · 15 years ago
- 6ae2c63 Putting validation on all samples' classpath, because validation by fabbott@google.com · 15 years ago
- 0aab8f6 CurrencyList now uses pure Java in dev mode. by scottb@google.com · 15 years ago
- b48e33d Modified the MenuBar class to change the Close() method from private to public. by sbrubaker@google.com · 15 years ago
- d4dd921 Samples should define ant prop $sample.path, used from by fabbott@google.com · 15 years ago
- 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
- 6fdec89 SafeHtml Templates by pdr@google.com · 15 years ago
- 97def99 Public: Start of a sample application showing GWT validation. by nchalko@google.com · 15 years ago
- f39fd1b Lose idiotic, inflexible password block. by rjrjr@google.com · 15 years ago
- 41902cd Add DynaTableRf to the distribution, and fix some checkstyle issues. by rjrjr@google.com · 15 years ago
- a4e6c45 These were in the submit for r8652, not sure why they didn't update then! by pdr@google.com · 15 years ago
- c6ff9e4 Fixing regex.split test failure due to inconsistent browser implementations. by pdr@google.com · 15 years ago
- 35e0de3 Doc update. by fabbott@google.com · 15 years ago
- 4ffe460 Temporarily disable GwtSafeHtmlUtilsTest until IE fix by pdr@google.com · 15 years ago
- c19d697 Fix boolean properties, and punch up tests. by rjrjr@google.com · 15 years ago
- 49c6772 Removed the doc references for ValueStore. by amitmanjhi@google.com · 15 years ago
- 0243b10 Fix breakage from ValueStore / RequestFactory merge. by rjrjr@google.com · 15 years ago
- aefa755 Merged the valuestore package into the requestfactory package. Removed all by amitmanjhi@google.com · 15 years ago
- 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
- 6bdc0f1 Not compile-building expenses sample, just collecting its files into the distro. by fabbott@google.com · 15 years ago
- a2cb2f8 Adds a baseTime property to top level events to help re-normalize by zundel@google.com · 15 years ago
- 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
- 083ddf2 Get rid of the dead code in DeltaValueStoreJsonImpl because DeltaValueStore no longer tracks deletes. by amitmanjhi@google.com · 15 years ago
- 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
- 314f0dc Tweak the styling of the login widget. Dont clobber the rounded by rjrjr@google.com · 15 years ago
- 993706e Fix infinite recursion in JsonRequestProcessor by cromwellian@google.com · 15 years ago
- 49eefec __gwt_ObjectId fix for requests sent to the server. by amitmanjhi@google.com · 15 years ago
- 0b22a38 AbstractEditView now requests all the paths it needs by rjrjr@google.com · 15 years ago
- c56cfcf Fix for bad create requests. Get rid of the squirrely logic in RequestFactory tracking creates. by amitmanjhi@google.com · 15 years ago
- ce6c0fe Cleanups on NameFactory and AbstractClientBundleGenerator. by scottb@google.com · 15 years ago
- 656b4a3 Turn down noise level on AbstractLocalizableImplCreator from INFO to TRACE. by scottb@google.com · 15 years ago
- 90aab6d ClientBundleWithLookup.getResource(String) now uses a HashMap in DevMode. by scottb@google.com · 15 years ago
- 647c8f9 Removing the Expenses sample from bikeshed now that it has been converted to a sample. I'm leaving the Scaffold app for now until I know that its safe to delete it. by jlabanca@google.com · 15 years ago
- 9e4ab53 Added all safehtml packages. by pdr@google.com · 15 years ago
- 78a830a Fix for date serialization problem in JsonRequestProcessor. Datanucleus returns custom subtypes of java.util.Date from the datastore, which causes Dates to be serialized as english strings. by cromwellian@google.com · 15 years ago
- 597c304 fix ExpenseTree for "ant -f samples/expenses/build.xml build" by kjin@google.com · 15 years ago
- 0e04c41 Tightened up datanucleus paths to include only **/domain/*.class by cramsdale@google.com · 15 years ago
- 13e77ca Snip stray debugging println. by rjrjr@google.com · 15 years ago
- ffc5049 Ignoring __gwt_ObjectId in AbstractRequest#processRelated. The __gwt_ObjectId attribute is added by Chrome dev mode to all objects passed between JSNI and Java. by jlabanca@google.com · 15 years ago
- 3252ced Add more tests to check that relationships are persisted correctly. by amitmanjhi@google.com · 15 years ago
- 5e9dcc5 Remove non-determinism in ImageResourceGenerator. by scottb@google.com · 15 years ago
- 659efb9 Always use unix-style line endings in Generators. by scottb@google.com · 15 years ago
- 4e8d28a Update the maven script to push to the snapshot version. by rjrjr@google.com · 15 years ago
- b424818 Snip a stray logging line. by rjrjr@google.com · 15 years ago
- 408e75e Updated common.ant.xml to copy pom.xml (if found) to build/out by cramsdale@google.com · 15 years ago
- b289ff4 ant test needs these jars by kjin@google.com · 15 years ago
- 5b5bebc Get rid of yellow background during cell selection by unnurg@google.com · 15 years ago
- f3af198 Makes Widget.addDomHandler public, so that helpers can add keyboard handlers to panels without creating new widgets or DOM elements. by gryder@google.com · 15 years ago
- d8c85fd Fixed a bug in JsonRequestProcessor wherein a fast test run could result in failure, because the two Date() calls would return the same millis. by amitmanjhi@google.com · 15 years ago
- d3369bf Allow to keep size of Widget on DeckPanel. by jgw@google.com · 15 years ago
- 6cd80c3 Add <ui:import> to UiBinder to allow access to static fields. by bobv@google.com · 15 years ago
- d2aca23 Introduce an interface for widgets that have a setEnabled method. by jgw@google.com · 15 years ago
- 6d47474 Restores our new friend ValueListBox, and muzzles a couple of his by rjrjr@google.com · 15 years ago
- f1a1aac Fix when update events get fired. by amitmanjhi@google.com · 15 years ago
- 018433a We were broken by both -XdisableClassMetaData and plain old web mode. Fixed. by rjrjr@google.com · 15 years ago
- 4bd5cff Disable failing test until RequestFactory stops leaning on class.getName() by rjrjr@google.com · 15 years ago
- 1d2cf99 Add support for Record types as method params in RequestFactory. Misc by rjrjr@google.com · 15 years ago
- cfef338 Remove the unnecessary suppress warning by amitmanjhi@google.com · 15 years ago
- 8e54f14 rollback of Introduces ValueListBox, due to test failures. by rjrjr@google.com · 15 years ago
- 37470d0 Doing an important TODO in RecordEditActivity. by amitmanjhi@google.com · 15 years ago
- a5b7bd9 Introduces ValueListBox, and uses it in Scaffold to pick employees. by rjrjr@google.com · 15 years ago
- 4cc8911 Fixes the issue that the DVS does not send an object to the server if no by amitmanjhi@google.com · 15 years ago
- 529603c Removes superClass field from JReferenceType in favor of pushing down to some subclasses. by scottb@google.com · 15 years ago
- daf3048 Irrespective of the return type, all RF methods now go through the valueStore. by amitmanjhi@google.com · 15 years ago
- 8712bdf Re-rolling r8522: Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by scottb@google.com · 15 years ago
- 7f03cb9 Add partial support for Record types as method parameters by cromwellian@google.com · 15 years ago
- fa87f8f Added the Expenses app to the list of GWT samples, and modified each sample's build.xml file to set its source path by cramsdale@google.com · 15 years ago
- f8c3efd Implemented a smart diff algorithm on the server side to detect actual UPDATES. by amitmanjhi@google.com · 15 years ago
- 38d678d Fix the one spot where we were accidentally relying on a cached record, by rjrjr@google.com · 15 years ago
- bc01744 A disabled test, plus some changes to support the test. by amitmanjhi@google.com · 15 years ago
- 9ac1251 Report CompilationState errors deterministically. by scottb@google.com · 15 years ago
- dbab79d Adds a markTimeline() method to SpeedTracerLogger. by zundel@google.com · 15 years ago
- 9e9a754 Add DevMode support for the xsiframe linker by unnurg@google.com · 15 years ago
- 553b639 Fix a bug in keyboard navigation by rice@google.com · 15 years ago
- 814ff4b Wrap primitive non-record types in same JSON wrapper used for Records by cromwellian@google.com · 15 years ago
- 9d39238 Improving performance of CellTable. CellTable called StringBuilder#length() before and after rendering each cell to determine if we need to add a blank space to force the cell to render, but length() does an array join on the underlying array in IE, killing performance. Instead, we now put a DIV between the TD and the cell contents, which forces the cell to render. This patch also optimizes some Cells. by jlabanca@google.com · 15 years ago
- 61e552f Re-organized the request factory server code and implemented its first version by amitmanjhi@google.com · 15 years ago
- b050f75 Make the login widget prettier and give dummy authentication better values by unnurg@google.com · 15 years ago
- 2c7bd1f Fix broken client date JSON serialization in RecordJsoImp l by cromwellian@google.com · 15 years ago
- 9ee19ce Allows subclasses to take control of exit points in by rjrjr@google.com · 15 years ago
- 29dcd29 First cut at keyboard navigation for CellTree by rice@google.com · 15 years ago
- 8068da5 Preliminary implementation of the server-side sync method. When a record is to by amitmanjhi@google.com · 15 years ago
- e83a7cf Rolling back r8550: Change to CompilationStateBuilder to prevent recursive invalidation on changed units. by roytiburcio@google.com · 15 years ago