gwt /
gwt /
860a0f6e9e5e137c457f866fc3ffbe60e1bf3a7e - 860a0f6 Minor refactor of ClientBundles used in Cell Widgets. Ensures that all method names in ClientBundle and CssResource are globally unique. Adds missing flipRtl tags to ImageResources. Adds @ImportedWithPrefix annotation to CssResources. Breaks out the path to the default CSS file to a static final String DEFAULT_CSS. Ensure that each widget has a style on its outermost element. For Cell Widgets that have two styles defined, the default one is the prettier one used in the Expenses sample. The secondary one is called BasicResources. by jlabanca@google.com · 15 years ago
- cf6d34e Updates RequestFactory's Receiver type with onViolation() and onFailure() methods, making it an abstract type. by bobv@google.com · 15 years ago
- f06daaa Introduces Widget.LoadingDelegate, to allow a widget owner to act when by rjrjr@google.com · 15 years ago
- 31bf06e Move remote logging into RF subclasses by unnurg@google.com · 15 years ago
- b1074db Adds JClassType.getInheritableMethods(). by t.broyer@gmail.com · 15 years ago
- a7a097e Improve locale handling for default scripts and languages where some by jat@google.com · 15 years ago
- 6045d33 Refactoring the Showcase sample to use standards mode, and make use of LayoutPanels. The new Showcase looks different, but the features are the same. The main menu is now a CellTree backed by a TreeViewModel. The Application class, which used to perform active layout of the entire app, has been replaced by layout panels. The ShowcaseShell uses UiBinder to control the outer layout. The buttons to switch style themes have been removed. Opening a Category in the main menu prefetches the code for the sample under the category; the old behavior was for each ContentWidget to call a static method to preload other examples in the same category. by jlabanca@google.com · 15 years ago
- a183f25 JClassType.getOverridableMethods() could return methods overridden as 'final'. by t.broyer@gmail.com · 15 years ago
- b62bb96 Makes IsWidget a first class concept, and makes it convenient to by rjrjr@google.com · 15 years ago
- fe9207e Demonstrate client-side Editor errors. by bobv@google.com · 15 years ago
- b449176 Comments / cleanup for RPC generators. by scottb@google.com · 15 years ago
- 78806fa Fix the logging sample - somehow the client and shared directories got deleted. Also a minor fix for devmode, so that LogRecords with no by unnurg@google.com · 15 years ago
- 4f637e0 Extract violations from being a field in sideEffects to a top-level field. Removed the handling of violations from DeltaValuesStoreJsonImpl.onCommit method. Will do further cleanup once Receiver has a onViolations method. by amitmanjhi@google.com · 15 years ago
- b8fc0e2 Fixes typo in ResizeComposite. by jgw@google.com · 15 years ago
- c722357 Public: Restore the samples/validation classes/marker by nchalko@google.com · 15 years ago
- 05ade3c Makes HandlerManager implement HasHandlers again. by rjrjr@google.com · 15 years ago
- ccd24d5 Adds dual key (type + source) handler binding to EventBus. by rjrjr@google.com · 15 years ago
- a3095c2 Fixed the firing of events on changes to EntityProxy. Added an ACQUIRE event and implemented the copy-on-write semantics. by amitmanjhi@google.com · 15 years ago
- f41896f Initial add of IsEditor interface to allow views to work in an Editor by bobv@google.com · 15 years ago
- 9c042d7 Renamed getStableId() to stableId() by amitmanjhi@google.com · 15 years ago
- 2cc7e79 TypeSerializerCreator generates pure Java code path for DevMode. by scottb@google.com · 15 years ago
- d120552 Update i18n Messages to include: by jat@google.com · 15 years ago
- 18f09ae Resubmitting r8722, which was a continuation of r8542, with changes to the way Image is tested in DoubleClickEventSinkTest. by fredsa@google.com · 15 years ago
- afaebb4 Update HistoryTest to ensure that non-safari browsers also: by fredsa@google.com · 15 years ago
- f697bd5 Enum name obfuscation. Added configuration property by jbrosenberg@google.com · 15 years ago
- b26f928 Rollback of 847801 by pdr@google.com · 15 years ago
- 14dcd74 Add SafeHtml support to UI widgets (2) by pdr@google.com · 15 years ago
- 8cbea25 Move the packages to include in the javadoc out of the build.xml file and into a properties file. by bobv@google.com · 15 years ago
- 9c1fefd Delay start of history token transitions in HistoryTest.testHistory() so that when tokens are lost during by fredsa@google.com · 15 years ago
- 1be098c Removed the incomplete check that slipped in the last commit. by amitmanjhi@google.com · 15 years ago
- df39fb1 Enabled a dummyCreate test that tries to persist an enttity on the server by amitmanjhi@google.com · 15 years ago
- 70f53e8 Adds a cheesey uncaught exception handler to DynaTableRF. by rjrjr@google.com · 15 years ago
- 442f7f2 Add ListEditor adapter implemented on top of a new CompositeEditor core by bobv@google.com · 15 years ago
- 3782317 Allow Checkbox to accept null as valid. by cromwellian@google.com · 15 years ago
- 8d40412 Fix DevMode memory leaks by attaching cache lifetimes to the GeneratorContext by conroy@google.com · 15 years ago
- c4cd187 Fix bug 2822942 Remove calls to System.currentTimeMillis in tests by zhuyi@google.com · 15 years ago
- e7926b1 Add statistics to optimizers by zundel@google.com · 15 years ago
- bdabce3 Add -ea to JVM and GWT args for tests by kjin@google.com · 15 years ago
- 48246fa Fix ROO-1362 caused by non-public GWT class. by cromwellian@google.com · 15 years ago
- 090bfa2 Added a way for EntityProxy to have a stable equality using getStableId(). The by amitmanjhi@google.com · 15 years ago
- a4695a1 Adds source infos in the test AST nodes in ConstantsAssumptionTest. by spoon@google.com · 15 years ago
- b10c8b6 Re-rolled r8701. by tobyr@google.com · 15 years ago
- 361d697 Public: First pass at generating a GWT Validator. by nchalko@google.com · 15 years ago
- cac3916 Update TypeAccessor.BOOL.canSet() to reflect the types that its toBoolean() method will accept. by bobv@google.com · 15 years ago
- 66659bf Fix checkstyle error introduced at r8726 by rjrjr@google.com · 15 years ago
- 4665e9c rollback r8722 due to test failure on Chrome by kjin@google.com · 15 years ago
- 3ea2299 Change UiBinder Message generation to use consistent examples for HTML and Widget placeholders to facilitate sharing of messages with embedded HTML elements or widgets. by mbx@google.com · 15 years ago
- df19320 Provides support for fix of by rjrjr@google.com · 15 years ago
- 0b05050 Snip an @Override that jdk 1.5 cannot support, by rjrjr@google.com · 15 years ago
- f747b65 Rolling back due load test failures. by chak@google.com · 15 years ago
- de9a8f0 Continuation of r8542. Fixes double click where it was broken and adds tests to ensure that by fredsa@google.com · 15 years ago
- f900a31 Remove -dumpSignatures in favor of a simpler command line invocation to get GWT's JRE support. by scottb@google.com · 15 years ago
- 2a7e49c Public: Support classes for a future generating GWT validators. by nchalko@google.com · 15 years ago
- d0de7e3 Fix bad gwt-checkstyle.xml. by scottb@google.com · 15 years ago
- 17b3f0c Add Late Loading support to xsiframe linker by unnurg@google.com · 15 years ago
- 2d3e06f Adding the validation library to the DynaTableRf and Validation classpath to resolve missing dependencies. Also adding a marker to the classes folder in both samples so eclipse has a place to put class files. by jlabanca@google.com · 15 years ago
- 7a4f588 Rolled back r8701 due to test problems. by tobyr@google.com · 15 years ago
- a6c2972 Adding support for Direction.LINE_START/END to DockLayoutPanel and SplitLayoutPanel. The new DockLayoutPanelRtlTest revealed a bug in DOMRtlTest where the document body wasn't actually in RTL mode for the test, making the test completely bogus. I've updated the test to force the body in RTL mode, and I changed the test to handle the quirkiness of RTL mode. by jlabanca@google.com · 15 years ago
- 0f2760b Adding RTL support to the images used in CellTree. Removing automatic keyboard focus from the constructor because it can result in an IndexOutOfBoundsEception if the tree nodes are loaded asynchronously. by jlabanca@google.com · 15 years ago
- d241b1d Added tests for constraint violations. by amitmanjhi@google.com · 15 years ago
- 2ca48c7 Renamed Record to EntityProxy. Renamed classes with entity names -- for example, EmployeeRecord to EmployeeProxy. Also renamed variables in a few classes. by amitmanjhi@google.com · 15 years ago
- 692bbbe Clarify EditorDriver behavior with combinations of Editor mix-in interfaces through brute-force testing. by bobv@google.com · 15 years ago
- 9494eec Rolling back the following due to test failures: by jat@google.com · 15 years ago
- 639c812 Add @UiChild annotation to specify how UiBinder should add a child element. by sonnyf@google.com · 15 years ago
- 9a4bdfc Added tests for constraint violations. by amitmanjhi@google.com · 15 years ago
- 599fd9b Factor a bean-like-object editor framework out of the RequestFactory editor work. by bobv@google.com · 15 years ago
- d3c8383 Fixes a bug in LayoutImplIE8 where we convert the unit conversition to an integer before multiplying by the height/width, resulting in too much rounding. For example, 12pt becomes 12px instead of 15px because the conversion factor (1.33) is converted to 1. We now multiply by the value first, then convert to an int before setting the property. by jlabanca@google.com · 15 years ago
- 76adc26 Missing file from SafeHtml work + whitespace fix by rice@google.com · 15 years ago
- ef18e29 Fix https://jira.springsource.org/browse/ROO-1286, NPE when setting an invalid number in Amount box by rjrjr@google.com · 15 years ago
- 42b8d9c Use SafeHtml for Cell widgets by rice@google.com · 15 years ago
- 8b744aa Support adding code-gen/runtime related classes directly to the secondary JDT compilation for the GWT AST. by tobyr@google.com · 15 years ago
- 406502b This should have been in r8671 by fabbott@google.com · 15 years ago
- 8792696 Revert r8691 due to api break [Was: Add debugging information to CssResource.] by rjrjr@google.com · 15 years ago
- a790a7f Fixes a strange compiler bug where types generated into new packages may not be found. by scottb@google.com · 15 years ago
- d82790d Remove the unnecessary dependency of the expenses sample on AspectJ. by amitmanjhi@google.com · 15 years ago
- f044829 Initial add of generator for RequestFactoryEditorDriver. by bobv@google.com · 15 years ago
- d1e277d Added missing datanucleus-core dependency in main dependencies section. by rjrjr@google.com · 15 years ago
- 6e99861 Remove non-determinism from ClassSourceFileComposerFactory and RpcProxyCreator. by scottb@google.com · 15 years ago
- f96465b Push back roo to a released version. by rjrjr@google.com · 15 years ago
- db60b15 Add debugging information to CssResource. Patch by: bobv Review by: rjrjr by bobv@google.com · 15 years ago
- ab9e2b3 Fix handling of timezone when parsing dates. by jat@google.com · 15 years ago
- 4bdb92b Cosmetic changes in safehtml package. by xtof@google.com · 15 years ago
- 3932221 Add note about RegExp.split browser inconsistencies. by pdr@google.com · 15 years ago
- 02a603b Fixing a bug in various selection models where calling isSelected() prevents a SelectionChange event from firing because we cancel the event when we call resolveChanges(). This patch fires the event from resolveChanges(), so if the user calls isSelected(), the event fires immediately. by jlabanca@google.com · 15 years ago
- 84e8be9 Updated Eclipse readme to reflect correct checkstyle version. by pdr@google.com · 15 years ago
- 8b4cca1 Setting ValueBox to be LTR by default, and disabling direction estimation for it. Adding some documentation in TextArea and TextBox. by tomerigo@google.com · 15 years ago
- cd3018d Fix for https://jira.springsource.org/browse/ROO-1305 -- constraint reporting by amitmanjhi@google.com · 15 years ago
- d65e98a Updates the reflective visitor pattern uses in GenerateJavaAST by zundel@google.com · 15 years ago
- 066cb0e Fixes failing assertions in ResourceOracle tests. by scottb@google.com · 15 years ago
- 93f5e28 Fixes assertion errors not being caught in BrowserChannelTest. by scottb@google.com · 15 years ago
- 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