├── samples ├── hello │ ├── war │ │ ├── WEB-INF │ │ │ ├── classes │ │ │ │ └── marker │ │ │ └── web.xml │ │ └── favicon.ico │ └── build.xml ├── json │ ├── war │ │ ├── WEB-INF │ │ │ ├── classes │ │ │ │ └── marker │ │ │ └── web.xml │ │ └── favicon.ico │ └── build.xml ├── mail │ ├── war │ │ ├── WEB-INF │ │ │ ├── classes │ │ │ │ └── marker │ │ │ └── web.xml │ │ ├── favicon.ico │ │ └── gradient_bg_th.png │ ├── src │ │ └── com │ │ │ └── google │ │ │ └── gwt │ │ │ └── sample │ │ │ └── mail │ │ │ └── client │ │ │ ├── home.png │ │ │ ├── logo.png │ │ │ ├── sent.png │ │ │ ├── drafts.png │ │ │ ├── inbox.png │ │ │ ├── trash.png │ │ │ ├── gwt-logo.png │ │ │ ├── noimage.png │ │ │ ├── templates.png │ │ │ ├── gradient_bg.png │ │ │ ├── tasksgroup.png │ │ │ ├── contactsgroup.png │ │ │ ├── default_photo.jpg │ │ │ ├── gradient_bg_th.png │ │ │ ├── mailboxesgroup.png │ │ │ └── gradient_bg_dark.png │ └── build.xml ├── showcase │ ├── war │ │ ├── WEB-INF │ │ │ ├── classes │ │ │ │ └── marker │ │ │ └── web.xml │ │ ├── contact.jpg │ │ └── favicon.ico │ ├── src │ │ └── com │ │ │ └── google │ │ │ └── gwt │ │ │ └── sample │ │ │ └── showcase │ │ │ └── client │ │ │ ├── jimmy.jpg │ │ │ ├── locale.png │ │ │ ├── catI18N.png │ │ │ ├── catLists.png │ │ │ ├── catOther.png │ │ │ ├── gwtLogo.png │ │ │ ├── loading.gif │ │ │ ├── noimage.png │ │ │ ├── catPanels.png │ │ │ ├── catPopups.png │ │ │ ├── catTables.png │ │ │ ├── catWidgets.png │ │ │ ├── jimmyThumb.jpg │ │ │ ├── catTextInput.png │ │ │ ├── gwtLogoThumb.png │ │ │ └── content │ │ │ ├── text │ │ │ ├── hr.gif │ │ │ ├── ol.gif │ │ │ ├── ul.gif │ │ │ ├── bold.gif │ │ │ ├── fonts.gif │ │ │ ├── indent.gif │ │ │ ├── italic.gif │ │ │ ├── outdent.gif │ │ │ ├── backColors.gif │ │ │ ├── createLink.gif │ │ │ ├── fontSizes.gif │ │ │ ├── foreColors.gif │ │ │ ├── removeLink.gif │ │ │ ├── subscript.gif │ │ │ ├── underline.gif │ │ │ ├── insertImage.gif │ │ │ ├── justifyCenter.gif │ │ │ ├── justifyLeft.gif │ │ │ ├── justifyRight.gif │ │ │ ├── removeFormat.gif │ │ │ ├── strikeThrough.gif │ │ │ └── superscript.gif │ │ │ ├── lists │ │ │ ├── sent.gif │ │ │ ├── drafts.gif │ │ │ ├── inbox.gif │ │ │ ├── noimage.png │ │ │ ├── trash.gif │ │ │ ├── mailgroup.gif │ │ │ ├── templates.gif │ │ │ ├── filtersgroup.gif │ │ │ ├── contactsgroup.gif │ │ │ └── defaultContact.jpg │ │ │ └── cell │ │ │ ├── contact.jpg │ │ │ ├── contactsGroup.png │ │ │ └── CwCustomDataGrid.gss │ └── build.xml ├── dynatable │ └── war │ │ ├── WEB-INF │ │ └── classes │ │ │ └── marker │ │ └── favicon.ico ├── validation │ └── src │ │ └── main │ │ ├── webapp │ │ ├── favicon.ico │ │ └── Validation.css │ │ ├── java │ │ └── com │ │ │ └── google │ │ │ └── gwt │ │ │ └── sample │ │ │ └── validation │ │ │ └── client │ │ │ └── ValidationMessages.properties │ │ └── resources │ │ └── log4j.properties ├── dynatablerf │ └── src │ │ └── main │ │ ├── webapp │ │ └── favicon.ico │ │ ├── resources │ │ └── log4j.properties │ │ └── java │ │ └── com │ │ └── google │ │ └── gwt │ │ └── sample │ │ └── dynatablerf │ │ └── client │ │ └── common.gss └── mobilewebapp │ └── src │ └── main │ ├── webapp │ ├── app_icon.png │ ├── favicon.ico │ ├── audio │ │ ├── error.mp3 │ │ ├── error.ogg │ │ └── error.wav │ ├── video │ │ ├── tutorial.mp4 │ │ └── tutorial.ogv │ └── WEB-INF │ │ └── datastore-indexes.xml │ ├── resources │ └── log4j.properties │ └── java │ └── com │ └── google │ └── gwt │ └── sample │ ├── mobilewebapp │ └── client │ │ ├── tablet │ │ └── tabletStyles.gss │ │ ├── mobile │ │ ├── MobileCellList.css │ │ └── MobileTaskListView.ui.xml │ │ └── desktop │ │ ├── MainMenuCellList.css │ │ └── DesktopTaskListView.ui.xml │ └── gaerequest │ └── GaeRequest.gwt.xml ├── user ├── test │ ├── com │ │ └── google │ │ │ └── gwt │ │ │ ├── resources │ │ │ ├── client │ │ │ │ ├── empty.css │ │ │ │ ├── gss │ │ │ │ │ ├── empty.gss │ │ │ │ │ ├── emptyClass.gss │ │ │ │ │ ├── importWithPrefixCss.gss │ │ │ │ │ ├── scopeB.gss │ │ │ │ │ ├── scopeC.gss │ │ │ │ │ ├── importCss.gss │ │ │ │ │ ├── scopeA.gss │ │ │ │ │ ├── scopeA2.gss │ │ │ │ │ ├── add.gss │ │ │ │ │ ├── withConstant.gss │ │ │ │ │ ├── charset.gss │ │ │ │ │ ├── notstrict.gss │ │ │ │ │ ├── sharedParent.gss │ │ │ │ │ ├── rtl.css │ │ │ │ │ ├── bananaguitar.ani │ │ │ │ │ ├── classNameAnnotation.gss │ │ │ │ │ ├── someImageResource.png │ │ │ │ │ ├── forloop.gss │ │ │ │ │ ├── mixin.gss │ │ │ │ │ ├── nonStandardAtRules.gss │ │ │ │ │ ├── sharedChild1.gss │ │ │ │ │ ├── sharedChild2.gss │ │ │ │ │ ├── sharedChild3.gss │ │ │ │ │ ├── sharedGreatChild.gss │ │ │ │ │ ├── testImportCss.gss │ │ │ │ │ ├── nonStandardFunctions.gss │ │ │ │ │ ├── genKeyFrames.gss │ │ │ │ │ ├── sprite.gss │ │ │ │ │ ├── constantRenaming.css │ │ │ │ │ ├── eval.gss │ │ │ │ │ ├── resourceUrl.gss │ │ │ │ │ └── cssWithConstant.gss │ │ │ │ ├── fourZeros.dat │ │ │ │ ├── hello.txt │ │ │ │ ├── shouldBeEscaped.txt │ │ │ │ ├── resourceFileChooser2.css │ │ │ │ ├── resourceFileChooser2.gss │ │ │ │ ├── resourceFileChooser3.css │ │ │ │ ├── resourceFileChooser.css │ │ │ │ ├── resourceFileChooser.gss │ │ │ │ ├── 16x16.png │ │ │ │ ├── 32x32.png │ │ │ │ ├── 64x64.png │ │ │ │ ├── animated.gif │ │ │ │ ├── 64x64-dup.png │ │ │ │ ├── largeLossy.jpg │ │ │ │ ├── complexLossy.jpg │ │ │ │ └── largeLossless.png │ │ │ ├── converter │ │ │ │ ├── external-escaping.css │ │ │ │ ├── external-escaping.gss │ │ │ │ ├── multi_selector_trailing_whitespace.css │ │ │ │ ├── multi_selector_trailing_whitespace.gss │ │ │ │ ├── noflip.css │ │ │ │ ├── noflip.gss │ │ │ │ ├── variable_defined_in_file.css │ │ │ │ ├── variable_defined_in_another_file.css │ │ │ │ ├── variable_defined_in_another_file.gss │ │ │ │ ├── sprite.gss │ │ │ │ ├── charset.css │ │ │ │ ├── charset.gss │ │ │ │ ├── escape.css │ │ │ │ ├── escape.gss │ │ │ │ ├── sprite.css │ │ │ │ ├── missing_semicolon.gss │ │ │ │ ├── multiple_declarations.css │ │ │ │ ├── font-family.css │ │ │ │ ├── font-family.gss │ │ │ │ ├── inline-block.gss │ │ │ │ ├── multiple_declarations.gss │ │ │ │ └── undefined-constants.gss │ │ │ ├── css │ │ │ │ ├── atCharsetRule.css │ │ │ │ └── unknownAtRule.css │ │ │ ├── server │ │ │ │ └── outside_resource_oracle.txt │ │ │ ├── GssDebugStyle.gwt.xml │ │ │ ├── GssPrettyStyle.gwt.xml │ │ │ ├── GssStableStyle.gwt.xml │ │ │ ├── GssStableNoTypeStyle.gwt.xml │ │ │ └── GssStableShortTypeStyle.gwt.xml │ │ │ ├── dev │ │ │ ├── cfg │ │ │ │ ├── testExcludes │ │ │ │ │ ├── bad1.html │ │ │ │ │ ├── bad2.html │ │ │ │ │ ├── bad3.html │ │ │ │ │ ├── good3.html │ │ │ │ │ ├── good4.html │ │ │ │ │ └── good5.html │ │ │ │ ├── testIncludes │ │ │ │ │ ├── bad1.html │ │ │ │ │ ├── bad2.html │ │ │ │ │ ├── bad3.html │ │ │ │ │ ├── good10.html │ │ │ │ │ ├── good11.html │ │ │ │ │ └── good9.html │ │ │ │ ├── testRecursive │ │ │ │ │ ├── bad.html │ │ │ │ │ ├── GOOD │ │ │ │ │ │ ├── good.html │ │ │ │ │ │ └── bar │ │ │ │ │ │ │ ├── bad.html │ │ │ │ │ │ │ └── GOOD │ │ │ │ │ │ │ ├── bar │ │ │ │ │ │ │ └── bad.html │ │ │ │ │ │ │ └── good.html │ │ │ │ │ └── bar │ │ │ │ │ │ └── bad.html │ │ │ │ ├── testCaseSensitive │ │ │ │ │ ├── bad.Html │ │ │ │ │ └── good1.html │ │ │ │ ├── testIncludeExclude │ │ │ │ │ ├── bad1.html │ │ │ │ │ ├── bad2.html │ │ │ │ │ ├── bad3.html │ │ │ │ │ ├── good6.html │ │ │ │ │ ├── good7.html │ │ │ │ │ └── good8.html │ │ │ │ ├── testDefaultExcludes │ │ │ │ │ ├── CVS │ │ │ │ │ │ └── bad.html │ │ │ │ │ ├── bar │ │ │ │ │ │ ├── good.html │ │ │ │ │ │ └── CVS │ │ │ │ │ │ │ └── bad.html │ │ │ │ │ └── good2.html │ │ │ │ ├── testNoDefaultExcludes │ │ │ │ │ ├── CVS │ │ │ │ │ │ └── good.html │ │ │ │ │ └── bar │ │ │ │ │ │ └── CVS │ │ │ │ │ │ └── good.html │ │ │ │ └── testCaseInsensitive │ │ │ │ │ └── good0.html │ │ │ ├── testdata │ │ │ │ └── incrementalbuildsystem │ │ │ │ │ ├── SimpleBottom.gwt.xml │ │ │ │ │ ├── DuplicateLeft.gwt.xml │ │ │ │ │ ├── DuplicateRight.gwt.xml │ │ │ │ │ ├── MultipleFailLeft.gwt.xml │ │ │ │ │ ├── MultipleFailRight.gwt.xml │ │ │ │ │ ├── CircularB.gwt.xml │ │ │ │ │ ├── SimpleTop.gwt.xml │ │ │ │ │ ├── CircularRoot.gwt.xml │ │ │ │ │ ├── CircularC.gwt.xml │ │ │ │ │ ├── CircularFilesetD.gwt.xml │ │ │ │ │ ├── UnreachableTypeCompileFails.gwt.xml │ │ │ │ │ ├── SimpleMid.gwt.xml │ │ │ │ │ ├── ParallelLeft.gwt.xml │ │ │ │ │ ├── ParallelRight.gwt.xml │ │ │ │ │ ├── DuplicateRoot.gwt.xml │ │ │ │ │ ├── SameModuleCompileFails.gwt.xml │ │ │ │ │ ├── ProvidesFoo.gwt.xml │ │ │ │ │ ├── ParallelRoot.gwt.xml │ │ │ │ │ ├── CrossModuleCompileFails.gwt.xml │ │ │ │ │ └── MultipleFailTop.gwt.xml │ │ │ ├── shell │ │ │ │ ├── rewrite │ │ │ │ │ └── EmmaClassLoadingTest.gwt.xml │ │ │ │ └── jetty │ │ │ │ │ └── public │ │ │ │ │ └── java7.jsp │ │ │ ├── js │ │ │ │ └── CoverageTestModule.gwt.xml │ │ │ └── strict │ │ │ │ ├── bad │ │ │ │ └── Bad.gwt.xml │ │ │ │ └── good │ │ │ │ └── Good.gwt.xml │ │ │ ├── i18n │ │ │ └── client │ │ │ │ ├── gen │ │ │ │ ├── EmptyConstants.properties │ │ │ │ ├── Colors_bb.properties │ │ │ │ ├── SingleConstant.properties │ │ │ │ ├── SingleMessages.properties │ │ │ │ ├── Colors_bb_CC_DDDDD.properties │ │ │ │ ├── Colors_bb_CC.properties │ │ │ │ ├── Shapes_piglatin.properties │ │ │ │ ├── Shapes.properties │ │ │ │ ├── Colors_piglatin.properties │ │ │ │ ├── TestBadKeys.properties │ │ │ │ ├── TestReallyBadKeys.properties │ │ │ │ ├── TestBadKeys_bb_CC_DDDDD.properties │ │ │ │ ├── Colors.properties │ │ │ │ ├── TestMessagesQuoting.properties │ │ │ │ └── TestConstantsQuoting.properties │ │ │ │ ├── ColorsAndShapes_piglatin.properties │ │ │ │ ├── TestConstantsWithLookup.properties │ │ │ │ ├── resolutiontest │ │ │ │ └── Outer.properties │ │ │ │ ├── Moods_en_UK.properties │ │ │ │ ├── I18N_iw_Test_MyConstants_he.properties │ │ │ │ ├── I18N_iw_Test_MyMessages_he.properties │ │ │ │ ├── I18N_nb_Test_MyMessages_nb.properties │ │ │ │ ├── AnnotationsTest_Msg2_en_US.properties │ │ │ │ ├── Moods.properties │ │ │ │ ├── I18N_es_MX_Test_MyMessages_es_419.properties │ │ │ │ ├── ColorsAndShapesAndConcepts_piglatin_UK_WINDOWS.properties │ │ │ │ ├── I18N_es_MX_Test_MyConstants_es_013.properties │ │ │ │ ├── TestAnnotatedMessages_Nested_bb.properties │ │ │ │ ├── I18N_nb_Test_MyMessages_no.properties │ │ │ │ ├── ColorsAndShapesAndConcepts_piglatin_UK.properties │ │ │ │ ├── I18N_nb_Test_MyMessages_no_BOKMAL.properties │ │ │ │ ├── TestAnnotatedMessages_Nested_piglatin.properties │ │ │ │ ├── ColorsAndShapes.properties │ │ │ │ ├── TestAnnotationGrandchild_piglatin.properties │ │ │ │ ├── RussianPluralsTest_PluralMessage_ru.properties │ │ │ │ ├── PolishPluralsTest_PluralMessage_pl.properties │ │ │ │ ├── TestAnnotatedMessages_ar.properties │ │ │ │ ├── ArabicPluralsTest_PluralMessage_ar.properties │ │ │ │ ├── Moods_en_UK.xrb.xml │ │ │ │ ├── TestTypedMessages.properties │ │ │ │ └── Moods.xrb.xml │ │ │ ├── core │ │ │ ├── public │ │ │ │ ├── script_injector_test4.js │ │ │ │ ├── script_injector_test5.js │ │ │ │ ├── script_injector_test6.js │ │ │ │ ├── script_injector_test7.js │ │ │ │ ├── script_injector_test9.js │ │ │ │ ├── script_injector_test10.js │ │ │ │ ├── script_injector_test_utf8.js │ │ │ │ ├── script_injector_test10_nonce.js │ │ │ │ ├── script_injector_test9_nonce.js │ │ │ │ ├── script_injector_test_absolute.js │ │ │ │ └── script_injector_test_absolute_top.js │ │ │ └── ext │ │ │ │ └── linker │ │ │ │ └── impl │ │ │ │ └── MockTemplate.js │ │ │ ├── module │ │ │ └── public │ │ │ │ ├── no-deploy │ │ │ │ └── inPublic.txt │ │ │ │ ├── BigBody.css │ │ │ │ ├── script1 │ │ │ │ └── ScriptInjectionTest1.js │ │ │ │ ├── script2 │ │ │ │ └── ScriptInjectionTest2.js │ │ │ │ └── script-encoding │ │ │ │ └── ScriptInjectionEncodingTest.js │ │ │ ├── uibinder │ │ │ └── test │ │ │ │ ├── client │ │ │ │ ├── CssImportScopeSample.css │ │ │ │ ├── Menu.gss │ │ │ │ ├── down.png │ │ │ │ ├── heart.cur │ │ │ │ ├── right.png │ │ │ │ ├── prettyImage.png │ │ │ │ ├── DomBasedUi.css │ │ │ │ ├── UiRendererUi.css │ │ │ │ ├── background.svg │ │ │ │ ├── WidgetBasedUi.gss │ │ │ │ ├── WidgetBasedUiExternal.css │ │ │ │ ├── InnerWidgetTest.InnerWidget.ui.xml │ │ │ │ └── ParameterizedWidget.ui.xml │ │ │ │ └── UiBinderWithGss.gwt.xml │ │ │ ├── user │ │ │ ├── public-test │ │ │ │ ├── a0.gif │ │ │ │ ├── a1.gif │ │ │ │ ├── a2.gif │ │ │ │ ├── a3.gif │ │ │ │ ├── a4.gif │ │ │ │ ├── b0.gif │ │ │ │ ├── b1.gif │ │ │ │ ├── b2.gif │ │ │ │ ├── b3.gif │ │ │ │ ├── b4.gif │ │ │ │ ├── counting-backwards.png │ │ │ │ └── counting-forwards.png │ │ │ ├── client │ │ │ │ └── ui │ │ │ │ │ └── prettyPiccy.png │ │ │ └── rebind │ │ │ │ └── rpc │ │ │ │ └── testcases │ │ │ │ └── RebindRPCTestCases.gwt.xml │ │ │ ├── cell │ │ │ └── client │ │ │ │ └── prettyPiccy.png │ │ │ ├── media │ │ │ └── public-test │ │ │ │ ├── poster.jpg │ │ │ │ ├── smallh264.mp4 │ │ │ │ ├── smallmp3.mp3 │ │ │ │ ├── smallogg.ogg │ │ │ │ └── smalltheora.ogv │ │ │ ├── dom │ │ │ └── public-test │ │ │ │ ├── largeImage0.jpg │ │ │ │ ├── largeImage1.jpg │ │ │ │ ├── largeImage2.jpg │ │ │ │ ├── smallImage0.jpg │ │ │ │ ├── smallImage1.jpg │ │ │ │ ├── smallImage2.jpg │ │ │ │ └── iframetest.html │ │ │ ├── place │ │ │ └── PlaceSuite.gwt.xml │ │ │ └── text │ │ │ └── TextSuite.gwt.xml │ ├── org │ │ ├── hibernate │ │ │ └── jsr303 │ │ │ │ └── tck │ │ │ │ └── tests │ │ │ │ └── messageinterpolation │ │ │ │ ├── ValidationMessages_de.properties │ │ │ │ └── ValidationMessages.properties │ │ └── jboss │ │ │ ├── test │ │ │ └── audit │ │ │ │ └── JbossTestAudit.gwt.xml │ │ │ └── testharness │ │ │ └── JbossTestHarness.gwt.xml │ ├── test │ │ └── README.txt │ └── log4j.properties ├── Gwt-dto-serializers.gwt.xml ├── src │ ├── com │ │ └── google │ │ │ └── gwt │ │ │ ├── user │ │ │ ├── tools │ │ │ │ └── templates │ │ │ │ │ ├── sample │ │ │ │ │ ├── _testFolder_ │ │ │ │ │ │ └── _moduleFolder_ │ │ │ │ │ │ │ └── .placeholder │ │ │ │ │ ├── _warFolder_ │ │ │ │ │ │ └── favicon.icobin │ │ │ │ │ └── _srcFolder_ │ │ │ │ │ │ └── _moduleFolder_ │ │ │ │ │ │ └── client │ │ │ │ │ │ ├── GreetingServiceAsync.javasrc │ │ │ │ │ │ └── GreetingService.javasrc │ │ │ │ │ └── _sample-test │ │ │ │ │ └── _testFolder_ │ │ │ │ │ └── _moduleFolder_ │ │ │ │ │ └── _moduleShortName_JUnit.gwt.xmlsrc │ │ │ ├── client │ │ │ │ └── ui │ │ │ │ │ ├── NativeVerticalScrollbar.css │ │ │ │ │ ├── NativeVerticalScrollbar.gss │ │ │ │ │ ├── NativeHorizontalScrollbar.css │ │ │ │ │ ├── NativeHorizontalScrollbar.gss │ │ │ │ │ ├── treeLeaf.gif │ │ │ │ │ ├── treeOpen.gif │ │ │ │ │ ├── treeClosed.gif │ │ │ │ │ ├── CustomScrollPanel.css │ │ │ │ │ ├── CustomScrollPanel.gss │ │ │ │ │ ├── doc-files │ │ │ │ │ ├── Button.png │ │ │ │ │ ├── TabBar.png │ │ │ │ │ ├── Table.png │ │ │ │ │ ├── Tree.png │ │ │ │ │ ├── CheckBox.png │ │ │ │ │ ├── ListBox.png │ │ │ │ │ ├── MenuBar.png │ │ │ │ │ ├── TabPanel.png │ │ │ │ │ ├── TextArea.png │ │ │ │ │ ├── TextBox.png │ │ │ │ │ ├── DialogBox.png │ │ │ │ │ ├── DockPanel.png │ │ │ │ │ ├── FlowPanel.png │ │ │ │ │ ├── Hyperlink.png │ │ │ │ │ ├── PopupPanel.png │ │ │ │ │ ├── PushButton.png │ │ │ │ │ ├── RadioButton.png │ │ │ │ │ ├── StackPanel.png │ │ │ │ │ ├── SuggestBox.png │ │ │ │ │ ├── RichTextArea.png │ │ │ │ │ ├── ToggleButton.png │ │ │ │ │ ├── VerticalPanel.png │ │ │ │ │ ├── DisclosurePanel.png │ │ │ │ │ ├── HorizontalPanel.png │ │ │ │ │ ├── PasswordTextBox.png │ │ │ │ │ ├── VerticalSplitPanel.png │ │ │ │ │ └── HorizontalSplitPanel.png │ │ │ │ │ ├── splitPanelThumb.png │ │ │ │ │ ├── menuBarSubMenuIcon.gif │ │ │ │ │ ├── disclosurePanelClosed.png │ │ │ │ │ ├── disclosurePanelOpen.png │ │ │ │ │ ├── menuBarSubMenuIcon_rtl.gif │ │ │ │ │ ├── disclosurePanelClosed_rtl.png │ │ │ │ │ ├── NativeVerticalScrollbarTransparent.gss │ │ │ │ │ ├── NativeHorizontalScrollbarTransparent.gss │ │ │ │ │ └── nativeVerticalScrollbarUi.gss │ │ │ ├── datepicker │ │ │ │ └── DatePicker.gwt.xml │ │ │ ├── public │ │ │ │ └── clear.cache.gif │ │ │ ├── cellview │ │ │ │ └── client │ │ │ │ │ ├── cellBrowserOpen.gif │ │ │ │ │ ├── cellTreeLoading.gif │ │ │ │ │ ├── sortAscending.png │ │ │ │ │ ├── sortDescending.png │ │ │ │ │ ├── cellBrowserClosed.gif │ │ │ │ │ ├── cellTableLoading.gif │ │ │ │ │ ├── cellTreeOpenArrow.png │ │ │ │ │ ├── cellTreeOpenItem.gif │ │ │ │ │ ├── cellTreeClosedArrow.png │ │ │ │ │ ├── cellTreeClosedItem.gif │ │ │ │ │ ├── cellTreeLoadingBasic.gif │ │ │ │ │ ├── simplePagerFirstPage.png │ │ │ │ │ ├── simplePagerLastPage.png │ │ │ │ │ ├── simplePagerNextPage.png │ │ │ │ │ ├── simplePagerFastForward.png │ │ │ │ │ ├── cellBrowserOpenBackground.png │ │ │ │ │ ├── cellTableHeaderBackground.png │ │ │ │ │ ├── simplePagerPreviousPage.png │ │ │ │ │ ├── cellListSelectedBackground.png │ │ │ │ │ ├── cellTreeSelectedBackground.png │ │ │ │ │ ├── simplePagerLastPageDisabled.png │ │ │ │ │ ├── simplePagerNextPageDisabled.png │ │ │ │ │ ├── simplePagerFastForwardDisabled.png │ │ │ │ │ ├── simplePagerFirstPageDisabled.png │ │ │ │ │ ├── simplePagerPreviousPageDisabled.png │ │ │ │ │ ├── SimplePager.css │ │ │ │ │ ├── SimplePager.gss │ │ │ │ │ └── CellList.gss │ │ │ ├── theme │ │ │ │ ├── dark │ │ │ │ │ └── public │ │ │ │ │ │ └── gwt │ │ │ │ │ │ └── dark │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── corner.png │ │ │ │ │ │ ├── hborder.png │ │ │ │ │ │ ├── vborder.png │ │ │ │ │ │ ├── splitPanelThumb.png │ │ │ │ │ │ └── ie6 │ │ │ │ │ │ ├── hborder_blue_shadow.png │ │ │ │ │ │ ├── hborder_gray_shadow.png │ │ │ │ │ │ ├── vborder_blue_shadow.png │ │ │ │ │ │ ├── vborder_gray_shadow.png │ │ │ │ │ │ ├── corner_dialog_topleft.png │ │ │ │ │ │ └── corner_dialog_topright.png │ │ │ │ ├── clean │ │ │ │ │ └── public │ │ │ │ │ │ └── gwt │ │ │ │ │ │ └── clean │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── circles.png │ │ │ │ │ │ ├── corner.png │ │ │ │ │ │ ├── hborder.png │ │ │ │ │ │ ├── vborder.png │ │ │ │ │ │ ├── thumb_horz.png │ │ │ │ │ │ └── thumb_vertical.png │ │ │ │ ├── chrome │ │ │ │ │ └── public │ │ │ │ │ │ └── gwt │ │ │ │ │ │ └── chrome │ │ │ │ │ │ └── images │ │ │ │ │ │ ├── corner.png │ │ │ │ │ │ ├── hborder.png │ │ │ │ │ │ ├── vborder.png │ │ │ │ │ │ └── splitPanelThumb.png │ │ │ │ └── standard │ │ │ │ │ └── public │ │ │ │ │ └── gwt │ │ │ │ │ └── standard │ │ │ │ │ └── images │ │ │ │ │ ├── corner.png │ │ │ │ │ ├── hborder.png │ │ │ │ │ ├── vborder.png │ │ │ │ │ └── splitPanelThumb.png │ │ │ └── Hyperlink.gwt.xml │ │ │ ├── resources │ │ │ └── client │ │ │ │ └── inline-block.gss │ │ │ ├── cell │ │ │ └── client │ │ │ │ ├── loading.gif │ │ │ │ └── buttonCellBaseBackground.png │ │ │ ├── i18n │ │ │ └── tools │ │ │ │ ├── gwti18n.cmdsrc │ │ │ │ ├── i18nConstants.propertiessrc │ │ │ │ ├── gwti18nsrc │ │ │ │ └── i18nMessages.propertiessrc │ │ │ └── activity │ │ │ └── Activity.gwt.xml │ └── org │ │ └── hibernate │ │ └── validator │ │ └── README.txt ├── test_i18n_bar │ └── com │ │ └── google │ │ └── gwt │ │ └── i18n │ │ ├── client │ │ ├── resolutiontest │ │ │ ├── Inners_HasInner.properties │ │ │ ├── Inners_HasInner_IsInner.properties │ │ │ ├── Inners_ProtectedInner.properties │ │ │ ├── Inners_SimpleInner.properties │ │ │ ├── Inners_InnerClass_InnerInner.properties │ │ │ ├── Inners_ExtendsInnerInner.properties │ │ │ ├── Inners_InnerClass_InnerInnerMessages.properties │ │ │ ├── Inners_InnerClass_ProtectedInnerInnerClass_ExtendsAnotherInner.properties │ │ │ └── Inners_InnerClass_ProtectedInnerInnerClass_ExtendsAnotherInner_ExtendProtectedInner.properties │ │ └── TestAnnotatedMessages_Nested_bb_CC.properties │ │ └── shared │ │ ├── DateTimeFormatTestBase_MyMessages_de.properties │ │ └── DateTimeFormatTestBase_MyMessages_en.properties ├── test_i18n_dollar │ └── com │ │ └── google │ │ └── gwt │ │ └── i18n │ │ ├── client │ │ ├── resolutiontest │ │ │ ├── Inners$HasInner$IsInner.properties │ │ │ ├── Inners$HasInner.properties │ │ │ ├── Inners$ProtectedInner.properties │ │ │ ├── Inners$SimpleInner.properties │ │ │ ├── Inners$InnerClass$InnerInner.properties │ │ │ ├── Inners$ExtendsInnerInner.properties │ │ │ ├── Inners$InnerClass$InnerInnerMessages.properties │ │ │ ├── Inners$InnerClass$ProtectedInnerInnerClass$ExtendsAnotherInner.properties │ │ │ └── Inners$InnerClass$ProtectedInnerInnerClass$ExtendsAnotherInner$ExtendProtectedInner.properties │ │ └── TestAnnotatedMessages$Nested_bb_CC.properties │ │ └── shared │ │ ├── DateTimeFormatTestBase$MyMessages_en.properties │ │ └── DateTimeFormatTestBase$MyMessages_de.properties ├── javadoc │ └── com │ │ └── google │ │ └── gwt │ │ └── examples │ │ ├── i18n │ │ ├── MyConstants.properties │ │ ├── MyConstants_es.properties │ │ ├── NumberFormatConstants_de_DE.properties │ │ ├── NumberFormatConstants_en.properties │ │ ├── NumberFormatConstantsWithAltKey_en.properties │ │ ├── NumberFormatConstantsWithLookup.properties │ │ ├── ErrorMessages.properties │ │ ├── GameStatusMessages.properties │ │ ├── NumberFormatConstants.properties │ │ ├── NumberFormatConstantsWithAltKey.properties │ │ ├── ThemeDictionaryExample.js │ │ ├── InheritsExample.gwt.xml │ │ ├── MyConstants.java │ │ ├── ErrorMessages.java │ │ ├── ThemeDictionaryExample.html │ │ ├── ColorNameLookupExample_ja_JP.html │ │ ├── ColorNameLookup.java │ │ ├── MyConstantsExample.java │ │ ├── NumberFormatConstantsWithLookup.java │ │ └── NumberFormatConstants.java │ │ └── http │ │ ├── InheritsExample.gwt.xml │ │ └── GetExample.gwt.xml └── test-super │ └── org │ ├── jboss │ └── testharness │ │ └── super │ │ └── org │ │ └── jboss │ │ └── testharness │ │ └── api │ │ └── ResourceDescriptor.java │ └── testng │ └── super │ └── org │ └── testng │ └── collections │ └── Maps.java ├── dev ├── core │ ├── test │ │ └── com │ │ │ └── google │ │ │ └── gwt │ │ │ └── dev │ │ │ ├── util │ │ │ └── unicodeTest.txt │ │ │ ├── invalid.web.xml │ │ │ ├── cfg │ │ │ └── testdata │ │ │ │ ├── merging │ │ │ │ ├── resources │ │ │ │ │ └── logo.png │ │ │ │ ├── Empty.gwt.xml │ │ │ │ ├── One.gwt.xml │ │ │ │ ├── Two.gwt.xml │ │ │ │ └── Three.gwt.xml │ │ │ │ ├── dependents │ │ │ │ ├── One.gwt.xml │ │ │ │ ├── Six.gwt.xml │ │ │ │ ├── Three.gwt.xml │ │ │ │ ├── Two.gwt.xml │ │ │ │ ├── FileSet.gwt.xml │ │ │ │ ├── Four.gwt.xml │ │ │ │ └── Five.gwt.xml │ │ │ │ ├── errors │ │ │ │ ├── BadModule.gwt.xml │ │ │ │ ├── MultipleErrors.gwt.xml │ │ │ │ ├── BadLinker.gwt.xml │ │ │ │ ├── InvalidLinkerName.gwt.xml │ │ │ │ ├── BadProperty.gwt.xml │ │ │ │ ├── InvalidName.gwt.xml │ │ │ │ ├── InheritNotFound.gwt.xml │ │ │ │ ├── UnexpectedTag.gwt.xml │ │ │ │ ├── DeepInheritsError1.gwt.xml │ │ │ │ ├── DeepInheritsError0.gwt.xml │ │ │ │ ├── BadPropertyValue.gwt.xml │ │ │ │ └── UnexpectedAttribute.gwt.xml │ │ │ │ ├── naming │ │ │ │ ├── 7Foo.gwt.xml │ │ │ │ ├── Foo-test.gwt.xml │ │ │ │ ├── Invalid..Foo.gwt.xml │ │ │ │ ├── Nested7Foo.gwt.xml │ │ │ │ └── NestedInvalid.gwt.xml │ │ │ │ └── separate │ │ │ │ ├── filesetone │ │ │ │ └── FileSetOne.gwt.xml │ │ │ │ ├── librarytwo │ │ │ │ └── LibraryTwo.gwt.xml │ │ │ │ └── libraryone │ │ │ │ └── LibraryOne.gwt.xml │ │ │ └── resource │ │ │ └── impl │ │ │ └── testdata │ │ │ ├── outer │ │ │ └── inner │ │ │ │ └── empty.txt │ │ │ ├── cpe1 │ │ │ ├── org │ │ │ │ └── example │ │ │ │ │ └── bar │ │ │ │ │ └── client │ │ │ │ │ ├── BarClient1.txt │ │ │ │ │ ├── BarClient2.txt │ │ │ │ │ └── etc │ │ │ │ │ └── BarEtc.txt │ │ │ └── com │ │ │ │ └── google │ │ │ │ └── gwt │ │ │ │ └── user │ │ │ │ └── User.gwt.xml │ │ │ ├── cpe2 │ │ │ ├── org │ │ │ │ └── example │ │ │ │ │ ├── bar │ │ │ │ │ └── client │ │ │ │ │ │ ├── BarClient2.txt │ │ │ │ │ │ └── BarClient3.txt │ │ │ │ │ └── foo │ │ │ │ │ └── client │ │ │ │ │ └── BarClient1.txt │ │ │ └── com │ │ │ │ └── google │ │ │ │ └── gwt │ │ │ │ └── i18n │ │ │ │ └── I18N.gwt.xml │ │ │ ├── cpe1.jar │ │ │ ├── cpe1.zip │ │ │ ├── cpe2.jar │ │ │ ├── cpe2.zip │ │ │ └── rebuild_jars │ └── src │ │ └── com │ │ └── google │ │ └── gwt │ │ ├── dev │ │ ├── About.properties │ │ ├── shell │ │ │ ├── go.gif │ │ │ ├── back.gif │ │ │ ├── logo.gif │ │ │ ├── open.gif │ │ │ ├── stop.gif │ │ │ ├── about.gif │ │ │ ├── close.png │ │ │ ├── expand.gif │ │ │ ├── forward.gif │ │ │ ├── icon128.png │ │ │ ├── icon16.png │ │ │ ├── icon24.png │ │ │ ├── icon32.png │ │ │ ├── icon48.png │ │ │ ├── icon64.png │ │ │ ├── refresh.gif │ │ │ ├── clear-log.gif │ │ │ ├── collapse.gif │ │ │ ├── secure24.png │ │ │ ├── clear-cache.gif │ │ │ ├── new-window.gif │ │ │ ├── log │ │ │ │ └── icon-close.png │ │ │ ├── reload-server.gif │ │ │ ├── new-web-mode-window.gif │ │ │ └── jetty │ │ │ │ └── localhost.keystore │ │ ├── util │ │ │ └── log │ │ │ │ ├── log-link.gif │ │ │ │ ├── log-item-debug.gif │ │ │ │ ├── log-item-error.gif │ │ │ │ ├── log-item-info.gif │ │ │ │ ├── log-item-spam.gif │ │ │ │ ├── log-item-trace.gif │ │ │ │ └── log-item-warning.gif │ │ └── js │ │ │ └── globals │ │ │ ├── README.txt │ │ │ └── globals.html │ │ ├── soyc │ │ └── resources │ │ │ └── images │ │ │ ├── g_gwt.png │ │ │ ├── play-g16.png │ │ │ ├── up_arrow.png │ │ │ └── play-g16-down.png │ │ └── core │ │ └── ext │ │ └── linker │ │ └── impl │ │ └── waitForBodyLoadedNull.js └── codeserver │ └── java │ └── com │ └── google │ └── gwt │ └── dev │ └── codeserver │ └── favicon.ico ├── WORKSPACE ├── doc ├── src │ ├── Tree.png │ ├── Button.png │ ├── ListBox.png │ ├── MenuBar.png │ ├── TabBar.png │ ├── Table.png │ ├── TextBox.png │ ├── CheckBox.png │ ├── DialogBox.png │ ├── DockPanel.png │ ├── FlowPanel.png │ ├── Hyperlink.png │ ├── TabPanel.png │ ├── TextArea.png │ ├── mail-web.png │ ├── PopupPanel.png │ ├── PushButton.png │ ├── RadioButton.png │ ├── RichTextArea.png │ ├── StackPanel.png │ ├── SuggestBox.png │ ├── ToggleButton.png │ ├── mail-hosted.png │ ├── VerticalPanel.png │ ├── mail-modified.png │ ├── AnatomyOfServices.gif │ ├── DisclosurePanel.png │ ├── HorizontalPanel.png │ ├── PasswordTextBox.png │ ├── VerticalSplitPanel.png │ ├── HorizontalSplitPanel.png │ ├── myapplication-eclipse.jpg │ ├── myapplication-hosted.jpg │ ├── print.css │ ├── gwt-lang.html │ └── RefJreHeader.wiki └── validation-package-list │ └── package-list ├── distro-source └── src │ ├── i18nCreator.cmd │ ├── webAppCreator.cmd │ ├── i18nCreator │ └── webAppCreator ├── CONTRIBUTING.md ├── eclipse ├── settings │ └── code-style │ │ ├── gwt-sort-order.png │ │ ├── README.txt │ │ └── gwt.importorder ├── external │ ├── cldr-tools │ │ └── .settings │ │ │ ├── org.eclipse.core.resources.prefs │ │ │ └── org.eclipse.jdt.ui.prefs │ └── cldr-data │ │ └── .project ├── user │ └── .factorypath ├── build_tools │ ├── doctool │ │ ├── .classpath │ │ └── .checkstyle │ ├── customchecks │ │ ├── .classpath │ │ └── .checkstyle │ └── ant_gwt │ │ └── .checkstyle ├── samples │ ├── Showcase │ │ └── .checkstyle │ ├── Hello │ │ ├── .checkstyle │ │ └── .classpath │ ├── JSON │ │ ├── .checkstyle │ │ └── .classpath │ ├── Mail │ │ ├── .checkstyle │ │ └── .classpath │ └── DynaTable │ │ ├── .checkstyle │ │ └── .classpath ├── plugins │ ├── MissingPlugin │ │ ├── .checkstyle │ │ └── .classpath │ └── DevModeOptions │ │ └── .classpath ├── lang │ └── .checkstyle └── tools │ ├── api-checker │ └── .checkstyle │ ├── cldr-import │ └── .checkstyle │ └── datetimefmtcreator │ └── .classpath ├── .github └── dependabot.yml └── .gitignore /samples/hello/war/WEB-INF/classes/marker: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/json/war/WEB-INF/classes/marker: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/mail/war/WEB-INF/classes/marker: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/showcase/war/WEB-INF/classes/marker: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /samples/dynatable/war/WEB-INF/classes/marker: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/empty.css: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/util/unicodeTest.txt: -------------------------------------------------------------------------------- 1 | 你好 -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testExcludes/bad1.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testExcludes/bad2.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testExcludes/bad3.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testExcludes/good3.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testExcludes/good4.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testExcludes/good5.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludes/bad1.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludes/bad2.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludes/bad3.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludes/good10.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludes/good11.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludes/good9.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testRecursive/bad.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/empty.gss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/invalid.web.xml: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testCaseSensitive/bad.Html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludeExclude/bad1.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludeExclude/bad2.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludeExclude/bad3.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludeExclude/good6.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludeExclude/good7.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testIncludeExclude/good8.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testRecursive/GOOD/good.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testRecursive/bar/bad.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/fourZeros.dat: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/hello.txt: -------------------------------------------------------------------------------- 1 | Hello World! -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testDefaultExcludes/CVS/bad.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testDefaultExcludes/bar/good.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testNoDefaultExcludes/CVS/good.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testRecursive/GOOD/bar/bad.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/EmptyConstants.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/shouldBeEscaped.txt: -------------------------------------------------------------------------------- 1 | "'\ -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/merging/resources/logo.png: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testDefaultExcludes/bar/CVS/bad.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testNoDefaultExcludes/bar/CVS/good.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testRecursive/GOOD/bar/GOOD/bar/bad.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testRecursive/GOOD/bar/GOOD/good.html: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/ColorsAndShapes_piglatin.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/TestConstantsWithLookup.properties: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/outer/inner/empty.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test4.js: -------------------------------------------------------------------------------- 1 | __ti4_var__ = 4; -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test5.js: -------------------------------------------------------------------------------- 1 | __ti5_var__ = 5; -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test6.js: -------------------------------------------------------------------------------- 1 | __ti6_var__ = 6; -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test7.js: -------------------------------------------------------------------------------- 1 | __ti7_var__ = 7; -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/Colors_bb.properties: -------------------------------------------------------------------------------- 1 | yellow = yellow_b -------------------------------------------------------------------------------- /user/test/com/google/gwt/module/public/no-deploy/inPublic.txt: -------------------------------------------------------------------------------- 1 | inPublic.txt 2 | -------------------------------------------------------------------------------- /WORKSPACE: -------------------------------------------------------------------------------- 1 | # Bazel workspace file. 2 | workspace(name = "org_gwtproject_gwt") 3 | -------------------------------------------------------------------------------- /doc/src/Tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/Tree.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test9.js: -------------------------------------------------------------------------------- 1 | __ti9_var__ = 9; 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/SingleConstant.properties: -------------------------------------------------------------------------------- 1 | justOne me 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/SingleMessages.properties: -------------------------------------------------------------------------------- 1 | justOne me 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/resolutiontest/Outer.properties: -------------------------------------------------------------------------------- 1 | outer = outer -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/emptyClass.gss: -------------------------------------------------------------------------------- 1 | .empty { 2 | } 3 | -------------------------------------------------------------------------------- /doc/src/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/Button.png -------------------------------------------------------------------------------- /doc/src/ListBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/ListBox.png -------------------------------------------------------------------------------- /doc/src/MenuBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/MenuBar.png -------------------------------------------------------------------------------- /doc/src/TabBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/TabBar.png -------------------------------------------------------------------------------- /doc/src/Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/Table.png -------------------------------------------------------------------------------- /doc/src/TextBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/TextBox.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test10.js: -------------------------------------------------------------------------------- 1 | __ti10_var__ = 10; 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test_utf8.js: -------------------------------------------------------------------------------- 1 | __ti_utf8_var__ = "à"; -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/Moods_en_UK.properties: -------------------------------------------------------------------------------- 1 | sad = blue 2 | 123 = chipper -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/importWithPrefixCss.gss: -------------------------------------------------------------------------------- 1 | .className{} 2 | -------------------------------------------------------------------------------- /doc/src/CheckBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/CheckBox.png -------------------------------------------------------------------------------- /doc/src/DialogBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/DialogBox.png -------------------------------------------------------------------------------- /doc/src/DockPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/DockPanel.png -------------------------------------------------------------------------------- /doc/src/FlowPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/FlowPanel.png -------------------------------------------------------------------------------- /doc/src/Hyperlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/Hyperlink.png -------------------------------------------------------------------------------- /doc/src/TabPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/TabPanel.png -------------------------------------------------------------------------------- /doc/src/TextArea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/TextArea.png -------------------------------------------------------------------------------- /doc/src/mail-web.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/mail-web.png -------------------------------------------------------------------------------- /user/Gwt-dto-serializers.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/tools/templates/sample/_testFolder_/_moduleFolder_/.placeholder: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/I18N_iw_Test_MyConstants_he.properties: -------------------------------------------------------------------------------- 1 | getSourceLocale=he -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/I18N_iw_Test_MyMessages_he.properties: -------------------------------------------------------------------------------- 1 | getSourceLocale=he -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/I18N_nb_Test_MyMessages_nb.properties: -------------------------------------------------------------------------------- 1 | nbLocale=nb 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/module/public/BigBody.css: -------------------------------------------------------------------------------- 1 | body { 2 | font-size: 18pt; 3 | } 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/scopeB.gss: -------------------------------------------------------------------------------- 1 | .foo { 2 | width: 25%; 3 | } 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/scopeC.gss: -------------------------------------------------------------------------------- 1 | .foo { 2 | width: 10%; 3 | } 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/external-escaping.css: -------------------------------------------------------------------------------- 1 | @external foo\-bar; 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/external-escaping.gss: -------------------------------------------------------------------------------- 1 | @external foo-bar; 2 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1/org/example/bar/client/BarClient1.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1/org/example/bar/client/BarClient2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1/org/example/bar/client/etc/BarEtc.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2/org/example/bar/client/BarClient2.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2/org/example/bar/client/BarClient3.txt: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /doc/src/PopupPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/PopupPanel.png -------------------------------------------------------------------------------- /doc/src/PushButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/PushButton.png -------------------------------------------------------------------------------- /doc/src/RadioButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/RadioButton.png -------------------------------------------------------------------------------- /doc/src/RichTextArea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/RichTextArea.png -------------------------------------------------------------------------------- /doc/src/StackPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/StackPanel.png -------------------------------------------------------------------------------- /doc/src/SuggestBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/SuggestBox.png -------------------------------------------------------------------------------- /doc/src/ToggleButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/ToggleButton.png -------------------------------------------------------------------------------- /doc/src/mail-hosted.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/mail-hosted.png -------------------------------------------------------------------------------- /doc/validation-package-list/package-list: -------------------------------------------------------------------------------- 1 | javax.validation 2 | javax.validation.constraints 3 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/NativeVerticalScrollbar.css: -------------------------------------------------------------------------------- 1 | .nativeVerticalScrollbar { 2 | } -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test10_nonce.js: -------------------------------------------------------------------------------- 1 | __ti10_nonce_var__ = 9; 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test9_nonce.js: -------------------------------------------------------------------------------- 1 | __ti9_nonce_var__ = 9; 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test_absolute.js: -------------------------------------------------------------------------------- 1 | __tiabsolute_var__ = 101; -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/AnnotationsTest_Msg2_en_US.properties: -------------------------------------------------------------------------------- 1 | leastDerived=from en_US -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/Moods.properties: -------------------------------------------------------------------------------- 1 | sad = sad 2 | 123 = happy 3 | moods = sad,123 -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/importCss.gss: -------------------------------------------------------------------------------- 1 | .className{} 2 | .className2{} 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/scopeA.gss: -------------------------------------------------------------------------------- 1 | .foo { 2 | width: 100%; 3 | } 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/scopeA2.gss: -------------------------------------------------------------------------------- 1 | .foo { 2 | width: 50%; 3 | } 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1/com/google/gwt/user/User.gwt.xml: -------------------------------------------------------------------------------- 1 | test file -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2/com/google/gwt/i18n/I18N.gwt.xml: -------------------------------------------------------------------------------- 1 | test file -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2/org/example/foo/client/BarClient1.txt: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /doc/src/VerticalPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/VerticalPanel.png -------------------------------------------------------------------------------- /doc/src/mail-modified.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/mail-modified.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/NativeVerticalScrollbar.gss: -------------------------------------------------------------------------------- 1 | .nativeVerticalScrollbar { 2 | } 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/public/script_injector_test_absolute_top.js: -------------------------------------------------------------------------------- 1 | __tiabsolutetop_var__ = 102; -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/I18N_es_MX_Test_MyMessages_es_419.properties: -------------------------------------------------------------------------------- 1 | getSourceLocale=es_419 -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/About.properties: -------------------------------------------------------------------------------- 1 | gwt.version=@GWT_VERSION@ 2 | gwt.gitrev=@GWT_GITREV@ 3 | -------------------------------------------------------------------------------- /doc/src/AnatomyOfServices.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/AnatomyOfServices.gif -------------------------------------------------------------------------------- /doc/src/DisclosurePanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/DisclosurePanel.png -------------------------------------------------------------------------------- /doc/src/HorizontalPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/HorizontalPanel.png -------------------------------------------------------------------------------- /doc/src/PasswordTextBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/PasswordTextBox.png -------------------------------------------------------------------------------- /samples/hello/war/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/hello/war/favicon.ico -------------------------------------------------------------------------------- /samples/json/war/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/json/war/favicon.ico -------------------------------------------------------------------------------- /samples/mail/war/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/war/favicon.ico -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/NativeHorizontalScrollbar.css: -------------------------------------------------------------------------------- 1 | .nativeHorizontalScrollbar { 2 | } 3 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/NativeHorizontalScrollbar.gss: -------------------------------------------------------------------------------- 1 | .nativeHorizontalScrollbar { 2 | } 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/SimpleBottom.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/ColorsAndShapesAndConcepts_piglatin_UK_WINDOWS.properties: -------------------------------------------------------------------------------- 1 | green:trees -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/I18N_es_MX_Test_MyConstants_es_013.properties: -------------------------------------------------------------------------------- 1 | getSourceLocale=es_013 -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/Colors_bb_CC_DDDDD.properties: -------------------------------------------------------------------------------- 1 | green= green_b_C_d 2 | red = red_b_C_d -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/dependents/One.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/BadModule.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | -------------------------------------------------------------------------------- /doc/src/VerticalSplitPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/VerticalSplitPanel.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/add.gss: -------------------------------------------------------------------------------- 1 | .someClass { 2 | width: add(120px, 100px); 3 | } 4 | -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_HasInner.properties: -------------------------------------------------------------------------------- 1 | hasInner = Has Inner 2 | -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_HasInner_IsInner.properties: -------------------------------------------------------------------------------- 1 | isInner=2 2 | -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$HasInner$IsInner.properties: -------------------------------------------------------------------------------- 1 | isInner=2 2 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/naming/7Foo.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /doc/src/HorizontalSplitPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/HorizontalSplitPanel.png -------------------------------------------------------------------------------- /doc/src/myapplication-eclipse.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/myapplication-eclipse.jpg -------------------------------------------------------------------------------- /doc/src/myapplication-hosted.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/doc/src/myapplication-hosted.jpg -------------------------------------------------------------------------------- /samples/dynatable/war/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/dynatable/war/favicon.ico -------------------------------------------------------------------------------- /samples/showcase/war/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/war/contact.jpg -------------------------------------------------------------------------------- /samples/showcase/war/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/war/favicon.ico -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/Colors_bb_CC.properties: -------------------------------------------------------------------------------- 1 | grey= grey_b_C 2 | blue = blue_b_C 3 | red = "red_b_C" -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/resourceFileChooser2.css: -------------------------------------------------------------------------------- 1 | .myClass { 2 | padding: MY_CONSTANT; 3 | } 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/resourceFileChooser2.gss: -------------------------------------------------------------------------------- 1 | .myClass { 2 | margin: MY_CONSTANT; 3 | } 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/resourceFileChooser3.css: -------------------------------------------------------------------------------- 1 | .myClass { 2 | height: MY_CONSTANT; 3 | } 4 | -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_ProtectedInner.properties: -------------------------------------------------------------------------------- 1 | protectedInner = true -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_SimpleInner.properties: -------------------------------------------------------------------------------- 1 | simpleInner = Simple Inner -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$HasInner.properties: -------------------------------------------------------------------------------- 1 | hasInner = Has Inner 2 | -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$ProtectedInner.properties: -------------------------------------------------------------------------------- 1 | protectedInner = true -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/MultipleErrors.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/naming/Foo-test.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /samples/mail/war/gradient_bg_th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/war/gradient_bg_th.png -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/MyConstants.properties: -------------------------------------------------------------------------------- 1 | helloWorld = hello, world 2 | goodbyeWorld = goodbye, world -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/TestAnnotatedMessages_Nested_bb.properties: -------------------------------------------------------------------------------- 1 | nestedUnderscore = nested underscore b 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/CssImportScopeSample.css: -------------------------------------------------------------------------------- 1 | .body { 2 | background-color: pink; 3 | } 4 | -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_InnerClass_InnerInner.properties: -------------------------------------------------------------------------------- 1 | innerInner = 4.321 2 | -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$SimpleInner.properties: -------------------------------------------------------------------------------- 1 | simpleInner = Simple Inner -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/naming/Invalid..Foo.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /distro-source/src/i18nCreator.cmd: -------------------------------------------------------------------------------- 1 | @java -cp "%~dp0\gwt-user.jar;%~dp0\gwt-dev.jar" com.google.gwt.i18n.tools.I18NCreator %* 2 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/MyConstants_es.properties: -------------------------------------------------------------------------------- 1 | helloWorld = hola, mundo 2 | goodbyeWorld = adiós, mundo 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/core/ext/linker/impl/MockTemplate.js: -------------------------------------------------------------------------------- 1 | // This template file is used by SelectionScriptLinkerUnitTest 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/I18N_nb_Test_MyMessages_no.properties: -------------------------------------------------------------------------------- 1 | nbLocale=no 2 | noBokmalLocale=no 3 | noLocale=no 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/multi_selector_trailing_whitespace.css: -------------------------------------------------------------------------------- 1 | .foo, .bar { 2 | width: 100px; 3 | } 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/Menu.gss: -------------------------------------------------------------------------------- 1 | .menuBar { 2 | border:solid; 3 | background-color:white; 4 | } 5 | -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/TestAnnotatedMessages_Nested_bb_CC.properties: -------------------------------------------------------------------------------- 1 | nestedDollar = nested dollar b_C 2 | -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$InnerClass$InnerInner.properties: -------------------------------------------------------------------------------- 1 | innerInner = 4.321 2 | -------------------------------------------------------------------------------- /distro-source/src/webAppCreator.cmd: -------------------------------------------------------------------------------- 1 | @java -cp "%~dp0\gwt-user.jar;%~dp0\gwt-dev.jar" com.google.gwt.user.tools.WebAppCreator %* 2 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstants_de_DE.properties: -------------------------------------------------------------------------------- 1 | decimalSeparator = , 2 | thousandsSeparator = . 3 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstants_en.properties: -------------------------------------------------------------------------------- 1 | decimalSeparator = . 2 | thousandsSeparator = , 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/ColorsAndShapesAndConcepts_piglatin_UK.properties: -------------------------------------------------------------------------------- 1 | internationalization = Îñţérñåţîöñåļîžåţîöñ -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/I18N_nb_Test_MyMessages_no_BOKMAL.properties: -------------------------------------------------------------------------------- 1 | nbLocale=no_BOKMAL 2 | noBokmalLocale=no_BOKMAL 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/TestAnnotatedMessages_Nested_piglatin.properties: -------------------------------------------------------------------------------- 1 | nestedUnderscore = estednay underscoray 2 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/module/public/script1/ScriptInjectionTest1.js: -------------------------------------------------------------------------------- 1 | function scriptOne() { 2 | return 'yes1'; 3 | } 4 | 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/module/public/script2/ScriptInjectionTest2.js: -------------------------------------------------------------------------------- 1 | function scriptTwo() { 2 | return 'yes2'; 3 | } 4 | 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/multi_selector_trailing_whitespace.gss: -------------------------------------------------------------------------------- 1 | .foo, 2 | .bar { 3 | width: 100px; 4 | } 5 | -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/TestAnnotatedMessages$Nested_bb_CC.properties: -------------------------------------------------------------------------------- 1 | nestedDollar = nested dollar b_C 2 | -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- 1 | Contributing guidelines for this project are available at 2 | 3 | http://www.gwtproject.org/makinggwtbetter.html 4 | 5 | -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/go.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/go.gif -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstantsWithAltKey_en.properties: -------------------------------------------------------------------------------- 1 | fmt.sep.decimal = . 2 | fmt.sep.thousands = , 3 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstantsWithLookup.properties: -------------------------------------------------------------------------------- 1 | decimalSeparator = . 2 | thousandsSeparator = , 3 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/resources/client/inline-block.gss: -------------------------------------------------------------------------------- 1 | .inlineBlock { 2 | position: relative; 3 | display: inline-block; 4 | } 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/ColorsAndShapes.properties: -------------------------------------------------------------------------------- 1 | redSquare = red square 2 | myFavorites = red, square, blue, green, circle -------------------------------------------------------------------------------- /user/test/com/google/gwt/module/public/script-encoding/ScriptInjectionEncodingTest.js: -------------------------------------------------------------------------------- 1 | function scriptEncoding() { 2 | return "à"; 3 | } -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_ExtendsInnerInner.properties: -------------------------------------------------------------------------------- 1 | extendsInnerInner = Extends Inner Inner -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$ExtendsInnerInner.properties: -------------------------------------------------------------------------------- 1 | extendsInnerInner = Extends Inner Inner -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/back.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/back.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/logo.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/open.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/open.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/stop.gif -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/BadLinker.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/separate/filesetone/FileSetOne.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /eclipse/settings/code-style/gwt-sort-order.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/eclipse/settings/code-style/gwt-sort-order.png -------------------------------------------------------------------------------- /samples/validation/src/main/webapp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/validation/src/main/webapp/favicon.ico -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/Shapes_piglatin.properties: -------------------------------------------------------------------------------- 1 | circle aya irclecay 2 | square aya uaresqay 3 | triangle aya iangletray -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/resourceFileChooser.css: -------------------------------------------------------------------------------- 1 | @def MY_CONSTANT 5px; 2 | 3 | .myClass { 4 | width: MY_CONSTANT; 5 | } 6 | -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_InnerClass_InnerInnerMessages.properties: -------------------------------------------------------------------------------- 1 | innerClassMessages = I am a {0} -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/shared/DateTimeFormatTestBase_MyMessages_de.properties: -------------------------------------------------------------------------------- 1 | getCustomizedDate=Es ist {0,localdatetime,dMMMy} -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/shared/DateTimeFormatTestBase_MyMessages_en.properties: -------------------------------------------------------------------------------- 1 | getCustomizedDate=It is {0,localdatetime,dMMMy} -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$InnerClass$InnerInnerMessages.properties: -------------------------------------------------------------------------------- 1 | innerClassMessages = I am a {0} -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/shared/DateTimeFormatTestBase$MyMessages_en.properties: -------------------------------------------------------------------------------- 1 | getCustomizedDate=It is {0,localdatetime,dMMMy} -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/about.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/about.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/close.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/expand.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/expand.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/forward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/forward.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/icon128.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/icon128.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/icon16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/icon16.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/icon24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/icon24.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/icon32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/icon32.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/icon48.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/icon48.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/icon64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/icon64.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/refresh.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/refresh.gif -------------------------------------------------------------------------------- /samples/dynatablerf/src/main/webapp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/dynatablerf/src/main/webapp/favicon.ico -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/app_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mobilewebapp/src/main/webapp/app_icon.png -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mobilewebapp/src/main/webapp/favicon.ico -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/ErrorMessages.properties: -------------------------------------------------------------------------------- 1 | permissionDenied = Error {0}: User {1} does not have permission to access {2} -------------------------------------------------------------------------------- /user/src/com/google/gwt/cell/client/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/cell/client/loading.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/shell/rewrite/EmmaClassLoadingTest.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/Shapes.properties: -------------------------------------------------------------------------------- 1 | circle a circle 2 | square a square 3 | triangle a triangle 4 | shapeColor a color wheel -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/withConstant.gss: -------------------------------------------------------------------------------- 1 | @def CONSTANT_ONE 15px; 2 | 3 | .classOne { 4 | padding: CONSTANT_ONE; 5 | } 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/resourceFileChooser.gss: -------------------------------------------------------------------------------- 1 | @def MY_CONSTANT 10px; 2 | 3 | .myClass { 4 | width: MY_CONSTANT; 5 | } 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/css/atCharsetRule.css: -------------------------------------------------------------------------------- 1 | @simple;/* flute parser strip the initial charset declaration*/ 2 | @charset "utf-8"; 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/a0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/a0.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/a1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/a1.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/a2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/a2.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/a3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/a3.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/a4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/a4.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/b0.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/b0.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/b1.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/b1.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/b2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/b2.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/b3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/b3.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/b4.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/b4.gif -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/shared/DateTimeFormatTestBase$MyMessages_de.properties: -------------------------------------------------------------------------------- 1 | getCustomizedDate=Es ist {0,localdatetime,dMMMy} -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/clear-log.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/clear-log.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/collapse.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/collapse.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/secure24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/secure24.png -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/InvalidLinkerName.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/treeLeaf.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/treeLeaf.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/treeOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/treeOpen.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/datepicker/DatePicker.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/public/clear.cache.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/public/clear.cache.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/16x16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/16x16.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/32x32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/32x32.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/64x64.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/64x64.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/noflip.css: -------------------------------------------------------------------------------- 1 | @noflip { 2 | .ltrRowCell { 3 | direction: ltr; 4 | text-align: left; 5 | } 6 | } 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/noflip.gss: -------------------------------------------------------------------------------- 1 | .ltrRowCell { 2 | /* @noflip */ direction: ltr; 3 | /* @noflip */ text-align: left; 4 | } 5 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- 1 | version: 2 2 | updates: 3 | - package-ecosystem: github-actions 4 | directory: / 5 | schedule: 6 | interval: weekly 7 | -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/clear-cache.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/clear-cache.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/new-window.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/new-window.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/util/log/log-link.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/util/log/log-link.gif -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/BadProperty.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/audio/error.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mobilewebapp/src/main/webapp/audio/error.mp3 -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/audio/error.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mobilewebapp/src/main/webapp/audio/error.ogg -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/audio/error.wav: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mobilewebapp/src/main/webapp/audio/error.wav -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/treeClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/treeClosed.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/cell/client/prettyPiccy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/cell/client/prettyPiccy.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/DuplicateLeft.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/DuplicateRight.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/media/public-test/poster.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/media/public-test/poster.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/animated.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/animated.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/uibinder/test/client/down.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/log/icon-close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/log/icon-close.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/reload-server.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/reload-server.gif -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/InvalidName.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/naming/Nested7Foo.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/video/tutorial.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mobilewebapp/src/main/webapp/video/tutorial.mp4 -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/video/tutorial.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mobilewebapp/src/main/webapp/video/tutorial.ogv -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/GameStatusMessages.properties: -------------------------------------------------------------------------------- 1 | turnsLeft = Turns left for player ''{0}'': {1} 2 | currentScore = Current score: {0} 3 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstants.properties: -------------------------------------------------------------------------------- 1 | decimalSeparator = ?decimalSeparator? 2 | thousandsSeparator = ?thousandsSeparator? 3 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/CustomScrollPanel.css: -------------------------------------------------------------------------------- 1 | .customScrollPanel { 2 | 3 | } 4 | 5 | .customScrollPanelCorner { 6 | background: #efefef; 7 | } -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/CustomScrollPanel.gss: -------------------------------------------------------------------------------- 1 | .customScrollPanel { 2 | } 3 | 4 | .customScrollPanelCorner { 5 | background: #efefef; 6 | } 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dom/public-test/largeImage0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/dom/public-test/largeImage0.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/dom/public-test/largeImage1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/dom/public-test/largeImage1.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/dom/public-test/largeImage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/dom/public-test/largeImage2.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/dom/public-test/smallImage0.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/dom/public-test/smallImage0.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/dom/public-test/smallImage1.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/dom/public-test/smallImage1.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/dom/public-test/smallImage2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/dom/public-test/smallImage2.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/media/public-test/smallh264.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/media/public-test/smallh264.mp4 -------------------------------------------------------------------------------- /user/test/com/google/gwt/media/public-test/smallmp3.mp3: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/media/public-test/smallmp3.mp3 -------------------------------------------------------------------------------- /user/test/com/google/gwt/media/public-test/smallogg.ogg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/media/public-test/smallogg.ogg -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/64x64-dup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/64x64-dup.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/largeLossy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/largeLossy.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/variable_defined_in_file.css: -------------------------------------------------------------------------------- 1 | @def VARIABLE_THAT_IS_DEFINED_IN_ANOTHER_FILE red; 2 | @def lower_case_variable blue; 3 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/heart.cur: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/uibinder/test/client/heart.cur -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/right.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/uibinder/test/client/right.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/client/ui/prettyPiccy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/client/ui/prettyPiccy.png -------------------------------------------------------------------------------- /user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/ValidationMessages_de.properties: -------------------------------------------------------------------------------- 1 | javax.validation.constraints.NotNull.message=kann nicht null sein -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/util/log/log-item-debug.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/util/log/log-item-debug.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/util/log/log-item-error.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/util/log/log-item-error.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/util/log/log-item-info.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/util/log/log-item-info.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/util/log/log-item-spam.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/util/log/log-item-spam.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/util/log/log-item-trace.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/util/log/log-item-trace.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/soyc/resources/images/g_gwt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/soyc/resources/images/g_gwt.png -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/merging/Empty.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /eclipse/external/cldr-tools/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | #Tue Feb 02 11:09:17 EST 2010 2 | eclipse.preferences.version=1 3 | encoding/=UTF-8 4 | -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/home.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/logo.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/sent.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/sent.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/i18n/tools/gwti18n.cmdsrc: -------------------------------------------------------------------------------- 1 | @java -cp "%~dp0\src;%~dp0\bin;@gwtUserPath;@gwtDevPath" @i18nClass -out "%~dp0\src" @className @createMessages 2 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/Button.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/Button.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/TabBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/TabBar.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/Table.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/Table.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/Tree.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/Tree.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/splitPanelThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/splitPanelThumb.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/media/public-test/smalltheora.ogv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/media/public-test/smalltheora.ogv -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/complexLossy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/complexLossy.jpg -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/charset.gss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/gss/charset.gss -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/notstrict.gss: -------------------------------------------------------------------------------- 1 | .someClass { 2 | color: black; 3 | } 4 | 5 | .otherNotStrictClass { 6 | color: white; 7 | } 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/sharedParent.gss: -------------------------------------------------------------------------------- 1 | .sharedClassName1 { 2 | color: white; 3 | } 4 | .sharedClassName2 { 5 | color: white; 6 | } 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/largeLossless.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/largeLossless.png -------------------------------------------------------------------------------- /dev/codeserver/java/com/google/gwt/dev/codeserver/favicon.ico: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/codeserver/java/com/google/gwt/dev/codeserver/favicon.ico -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/new-web-mode-window.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/new-web-mode-window.gif -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/util/log/log-item-warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/util/log/log-item-warning.gif -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/naming/NestedInvalid.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | -------------------------------------------------------------------------------- /distro-source/src/i18nCreator: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | HOMEDIR=`dirname $0`; 3 | java -cp $HOMEDIR/gwt-user.jar:$HOMEDIR/gwt-dev.jar com.google.gwt.i18n.tools.I18NCreator "$@"; 4 | -------------------------------------------------------------------------------- /distro-source/src/webAppCreator: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | HOMEDIR=`dirname $0`; 3 | java -cp $HOMEDIR/gwt-user.jar:$HOMEDIR/gwt-dev.jar com.google.gwt.user.tools.WebAppCreator "$@"; 4 | -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/drafts.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/drafts.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/inbox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/inbox.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/trash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/trash.png -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstantsWithAltKey.properties: -------------------------------------------------------------------------------- 1 | fmt.sep.decimal = ?decimalSeparator? 2 | fmt.sep.thousands = ?thousandsSeparator? 3 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/CheckBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/CheckBox.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/ListBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/ListBox.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/MenuBar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/MenuBar.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/TabPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/TabPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/TextArea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/TextArea.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/TextBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/TextBox.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/menuBarSubMenuIcon.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/menuBarSubMenuIcon.gif -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/MultipleFailLeft.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/rtl.css: -------------------------------------------------------------------------------- 1 | @noflip { 2 | .a { 3 | padding-bottom: 10px; 4 | direction: ltr; 5 | text-align: left; 6 | } 7 | } 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/prettyImage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/uibinder/test/client/prettyImage.png -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_InnerClass_ProtectedInnerInnerClass_ExtendsAnotherInner.properties: -------------------------------------------------------------------------------- 1 | extendsAnotherInner = innerInner,outer -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/shell/jetty/localhost.keystore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/dev/shell/jetty/localhost.keystore -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/soyc/resources/images/play-g16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/soyc/resources/images/play-g16.png -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/soyc/resources/images/up_arrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/soyc/resources/images/up_arrow.png -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1.jar -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe1.zip -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2.jar -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/test/com/google/gwt/dev/resource/impl/testdata/cpe2.zip -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/gwt-logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/gwt-logo.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/noimage.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/templates.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/templates.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/cell/client/buttonCellBaseBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/cell/client/buttonCellBaseBackground.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellBrowserOpen.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellBrowserOpen.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTreeLoading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTreeLoading.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/sortAscending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/sortAscending.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/sortDescending.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/sortDescending.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/disclosurePanelClosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/disclosurePanelClosed.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/disclosurePanelOpen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/disclosurePanelOpen.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/DialogBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/DialogBox.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/DockPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/DockPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/FlowPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/FlowPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/Hyperlink.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/Hyperlink.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/PopupPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/PopupPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/PushButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/PushButton.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/RadioButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/RadioButton.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/StackPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/StackPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/SuggestBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/SuggestBox.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/MultipleFailRight.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/Colors_piglatin.properties: -------------------------------------------------------------------------------- 1 | red= edray 2 | green= eengray 3 | yellow= ellowyay 4 | blue= ueblay 5 | black= ackblay 6 | white= itewhay 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/TestBadKeys.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/i18n/client/gen/TestBadKeys.properties -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/bananaguitar.ani: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/gss/bananaguitar.ani -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/classNameAnnotation.gss: -------------------------------------------------------------------------------- 1 | .renamed-class { 2 | color: black; 3 | } 4 | 5 | .nonRenamedClass { 6 | color: white; 7 | } 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/counting-backwards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/counting-backwards.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/public-test/counting-forwards.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/user/public-test/counting-forwards.png -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$InnerClass$ProtectedInnerInnerClass$ExtendsAnotherInner.properties: -------------------------------------------------------------------------------- 1 | extendsAnotherInner = innerInner,outer -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/dependents/Six.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/dependents/Three.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/dependents/Two.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/gradient_bg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/gradient_bg.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/tasksgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/tasksgroup.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellBrowserClosed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellBrowserClosed.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTableLoading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTableLoading.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTreeOpenArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTreeOpenArrow.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTreeOpenItem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTreeOpenItem.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/RichTextArea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/RichTextArea.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/ToggleButton.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/ToggleButton.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/VerticalPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/VerticalPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/menuBarSubMenuIcon_rtl.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/menuBarSubMenuIcon_rtl.gif -------------------------------------------------------------------------------- /user/test/test/README.txt: -------------------------------------------------------------------------------- 1 | Yes, this is an ugly package, but it is intentional. It's part of a test case for http://code.google.com/p/google-web-toolkit/issues/detail?id=9 2 | 3 | -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/soyc/resources/images/play-g16-down.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/dev/core/src/com/google/gwt/soyc/resources/images/play-g16-down.png -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/dependents/FileSet.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/dependents/Four.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/contactsgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/contactsgroup.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/default_photo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/default_photo.jpg -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/gradient_bg_th.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/gradient_bg_th.png -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/mailboxesgroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/mailboxesgroup.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/jimmy.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/jimmy.jpg -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/locale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/locale.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/i18n/tools/i18nConstants.propertiessrc: -------------------------------------------------------------------------------- 1 | #sample constant property to be translated in language specific versions of this property file 2 | ClassName: @shortClassName -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTreeClosedArrow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTreeClosedArrow.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTreeClosedItem.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTreeClosedItem.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTreeLoadingBasic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTreeLoadingBasic.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerFirstPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerFirstPage.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerLastPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerLastPage.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerNextPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerNextPage.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/disclosurePanelClosed_rtl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/disclosurePanelClosed_rtl.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/DisclosurePanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/DisclosurePanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/HorizontalPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/HorizontalPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/PasswordTextBox.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/PasswordTextBox.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/TestReallyBadKeys.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/i18n/client/gen/TestReallyBadKeys.properties -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/someImageResource.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/resources/client/gss/someImageResource.png -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/InheritNotFound.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/UnexpectedTag.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /samples/mail/src/com/google/gwt/sample/mail/client/gradient_bg_dark.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/mail/src/com/google/gwt/sample/mail/client/gradient_bg_dark.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catI18N.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catI18N.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catLists.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catLists.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catOther.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catOther.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/gwtLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/gwtLogo.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/loading.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/loading.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/noimage.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerFastForward.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerFastForward.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/VerticalSplitPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/VerticalSplitPanel.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/CircularB.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/SimpleTop.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/forloop.gss: -------------------------------------------------------------------------------- 1 | @for $i from 0 to 4 step 2 { 2 | @def PADDING mult(1px, $i); 3 | 4 | .foo-$i { 5 | padding: PADDING; 6 | } 7 | } -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/variable_defined_in_another_file.css: -------------------------------------------------------------------------------- 1 | .foo { 2 | color: VARIABLE_THAT_IS_DEFINED_IN_ANOTHER_FILE; 3 | background-color: lower_case_variable; 4 | } -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/DeepInheritsError1.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/merging/One.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/webapp/WEB-INF/datastore-indexes.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catPanels.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catPanels.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catPopups.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catPopups.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catTables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catTables.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catWidgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catWidgets.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/jimmyThumb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/jimmyThumb.jpg -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellBrowserOpenBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellBrowserOpenBackground.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTableHeaderBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTableHeaderBackground.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerPreviousPage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerPreviousPage.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/doc-files/HorizontalSplitPanel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/client/ui/doc-files/HorizontalSplitPanel.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/corner.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/hborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/hborder.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/vborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/vborder.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/CircularRoot.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/variable_defined_in_another_file.gss: -------------------------------------------------------------------------------- 1 | .foo { 2 | color: VARIABLE_THAT_IS_DEFINED_IN_ANOTHER_FILE; 3 | background-color: LOWER_CASE_VARIABLE; 4 | } 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/css/unknownAtRule.css: -------------------------------------------------------------------------------- 1 | @simple; 2 | @complex { 3 | with: arbitrary; 4 | stuff: inside; 5 | } 6 | @-extended-ident { 7 | /* This should be dropped */ 8 | } 9 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/DeepInheritsError0.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /eclipse/user/.factorypath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/catTextInput.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/catTextInput.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/gwtLogoThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/gwtLogoThumb.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellListSelectedBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellListSelectedBackground.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/cellTreeSelectedBackground.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/cellTreeSelectedBackground.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerLastPageDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerLastPageDisabled.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerNextPageDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerNextPageDisabled.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/circles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/circles.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/corner.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/hborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/hborder.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/vborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/vborder.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/CircularC.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/CircularFilesetD.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/TestBadKeys_bb_CC_DDDDD.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/test/com/google/gwt/i18n/client/gen/TestBadKeys_bb_CC_DDDDD.properties -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/mixin.gss: -------------------------------------------------------------------------------- 1 | @defmixin size(WIDTH, HEIGHT) { 2 | width: WIDTH; 3 | height: HEIGHT; 4 | } 5 | 6 | .someClass { 7 | @mixin size(120px, 100px); 8 | } 9 | -------------------------------------------------------------------------------- /user/test_i18n_bar/com/google/gwt/i18n/client/resolutiontest/Inners_InnerClass_ProtectedInnerInnerClass_ExtendsAnotherInner_ExtendProtectedInner.properties: -------------------------------------------------------------------------------- 1 | extendProtectedInner = Extend Protected Inner -------------------------------------------------------------------------------- /user/test_i18n_dollar/com/google/gwt/i18n/client/resolutiontest/Inners$InnerClass$ProtectedInnerInnerClass$ExtendsAnotherInner$ExtendProtectedInner.properties: -------------------------------------------------------------------------------- 1 | extendProtectedInner = Extend Protected Inner -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/BadPropertyValue.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/errors/UnexpectedAttribute.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /doc/src/print.css: -------------------------------------------------------------------------------- 1 | .noprint { 2 | display: none; 3 | } 4 | 5 | #header, #side, #gaia { 6 | display: none; 7 | } 8 | 9 | #body { 10 | margin: 0; 11 | border: 0; 12 | padding: 0; 13 | } 14 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/hr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/hr.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/ol.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/ol.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/ul.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/ul.gif -------------------------------------------------------------------------------- /samples/validation/src/main/java/com/google/gwt/sample/validation/client/ValidationMessages.properties: -------------------------------------------------------------------------------- 1 | # Put custom messages here. 2 | custom.name.size.message=Name must be at least {min} characters long. 3 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerFastForwardDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerFastForwardDisabled.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerFirstPageDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerFirstPageDisabled.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/corner.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/hborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/hborder.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/vborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/vborder.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/thumb_horz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/thumb_horz.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/tools/templates/sample/_warFolder_/favicon.icobin: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/tools/templates/sample/_warFolder_/favicon.icobin -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/Colors.properties: -------------------------------------------------------------------------------- 1 | red : réd 2 | green: ĝrééñ 3 | yellow: ýéļļöŵ 4 | blue: bļûç 5 | black: bļåçķ 6 | white: ŵĥîţé 7 | grey: ĝréý 8 | shapeColor: any primary color -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/DomBasedUi.css: -------------------------------------------------------------------------------- 1 | .bodyColor { 2 | color: indigo; 3 | } 4 | 5 | .bodyFont { 6 | font-family: Helvetica, Arial, sans-serif; 7 | font-size: small; 8 | } 9 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/UiRendererUi.css: -------------------------------------------------------------------------------- 1 | .bodyColor { 2 | color: indigo; 3 | } 4 | 5 | .bodyFont { 6 | font-family: Helvetica, Arial, sans-serif; 7 | font-size: small; 8 | } 9 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/resources/log4j.properties: -------------------------------------------------------------------------------- 1 | log4j.rootLogger=INFO, stdout 2 | 3 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 4 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/sent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/sent.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/bold.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/bold.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/fonts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/fonts.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/i18n/tools/gwti18nsrc: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | APPDIR=`dirname $0`; 3 | java -cp "$APPDIR/src:$APPDIR/bin:@gwtUserPath:@gwtDevPath" @i18nClass -out $APPDIR/src @className @createMessages ; 4 | 5 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/simplePagerPreviousPageDisabled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/cellview/client/simplePagerPreviousPageDisabled.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/corner.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/corner.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/UnreachableTypeCompileFails.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/TestMessagesQuoting.properties: -------------------------------------------------------------------------------- 1 | embeddedNL=This line has an\nembedded newline 2 | embeddedCRNL=Embedded\r\ncr-nl. 3 | embeddedQuote="Don''t worry, be happy" he said. 4 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/contact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/contact.jpg -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/drafts.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/drafts.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/inbox.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/inbox.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/noimage.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/noimage.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/trash.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/trash.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/indent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/indent.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/italic.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/italic.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/outdent.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/outdent.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/thumb_vertical.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/clean/public/gwt/clean/images/thumb_vertical.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/splitPanelThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/splitPanelThumb.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/hborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/hborder.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/vborder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/vborder.png -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/tablet/tabletStyles.gss: -------------------------------------------------------------------------------- 1 | .datePickerDay,.datePickerWeekdayLabel,.datePickerWeekendLabel,td.datePickerMonth 2 | { 3 | font-size: 30pt; 4 | } 5 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/mailgroup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/mailgroup.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/templates.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/templates.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/backColors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/backColors.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/createLink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/createLink.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/fontSizes.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/fontSizes.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/foreColors.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/foreColors.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/removeLink.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/removeLink.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/subscript.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/subscript.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/underline.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/underline.gif -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/splitPanelThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/chrome/public/gwt/chrome/images/splitPanelThumb.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/js/CoverageTestModule.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dom/public-test/iframetest.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | IFRAME TEST 5 | 6 | 7 | 8 | IFRAME TEST 9 | 10 | 11 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/user/rebind/rpc/testcases/RebindRPCTestCases.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/merging/Two.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/contactsGroup.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/contactsGroup.png -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/filtersgroup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/filtersgroup.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/insertImage.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/insertImage.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/justifyCenter.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/justifyCenter.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/justifyLeft.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/justifyLeft.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/justifyRight.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/justifyRight.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/removeFormat.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/removeFormat.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/strikeThrough.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/strikeThrough.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/superscript.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/text/superscript.gif -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/ThemeDictionaryExample.js: -------------------------------------------------------------------------------- 1 | var CurrentTheme = { 2 | highlightColor: "#FFFFFF", 3 | shadowColor: "#808080", 4 | errorColor: "#FF0000", 5 | errorIconSrc: "stopsign.gif" 6 | }; 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/sprite.gss: -------------------------------------------------------------------------------- 1 | .topLeft { 2 | gwt-sprite: "topLeftBorder"; 3 | padding-left: value('topLeftBorder.getWidth', 'px'); 4 | zoom: 1; 5 | width: auto; 6 | height: auto; 7 | } 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/background.svg: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/contactsgroup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/contactsgroup.gif -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/defaultContact.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/samples/showcase/src/com/google/gwt/sample/showcase/client/content/lists/defaultContact.jpg -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/hborder_blue_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/hborder_blue_shadow.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/hborder_gray_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/hborder_gray_shadow.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/vborder_blue_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/vborder_blue_shadow.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/vborder_gray_shadow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/vborder_gray_shadow.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/splitPanelThumb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/standard/public/gwt/standard/images/splitPanelThumb.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/TestAnnotationGrandchild_piglatin.properties: -------------------------------------------------------------------------------- 1 | # MD5 hash of "bar" 2 | 37B51D194A7513E45B56F6524F2D51F2 = bar_piglatin 3 | # MD5 hash of "baz" 4 | 73FEFFA4B7F6BB68E44CF984C85F6E88 = baz_piglatin 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/nonStandardAtRules.gss: -------------------------------------------------------------------------------- 1 | @extenal; 2 | @-moz-document; 3 | 4 | @supports ( display: flex ) { 5 | body{ display: flex; } 6 | } 7 | 8 | .foo { 9 | color:black; 10 | } 11 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/sharedChild1.gss: -------------------------------------------------------------------------------- 1 | .sharedClassName1 { 2 | color: white; 3 | } 4 | .sharedClassName2 { 5 | color: white; 6 | } 7 | .nonSharedClassName{ 8 | color: black; 9 | } 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/sharedChild2.gss: -------------------------------------------------------------------------------- 1 | .sharedClassName1 { 2 | color: white; 3 | } 4 | .sharedClassName2 { 5 | color: white; 6 | } 7 | .nonSharedClassName{ 8 | color: black; 9 | } 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/sharedChild3.gss: -------------------------------------------------------------------------------- 1 | .sharedClassName1 { 2 | color: white; 3 | } 4 | .sharedClassName2 { 5 | color: white; 6 | } 7 | .nonSharedClassName{ 8 | color: black; 9 | } 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/sharedGreatChild.gss: -------------------------------------------------------------------------------- 1 | .sharedClassName1 { 2 | color: white; 3 | } 4 | .sharedClassName2 { 5 | color: white; 6 | } 7 | .nonSharedClassName{ 8 | color: black; 9 | } 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/server/outside_resource_oracle.txt: -------------------------------------------------------------------------------- 1 | Hello World! 2 | 3 | This file should be placed outside of the test module's source and public path 4 | to test fallback from ResourceOracle to the ClassLoader. -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/corner_dialog_topleft.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/corner_dialog_topleft.png -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/corner_dialog_topright.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/gwtproject/gwt/HEAD/user/src/com/google/gwt/user/theme/dark/public/gwt/dark/images/ie6/corner_dialog_topright.png -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/charset.css: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | .foo:before { 4 | display:inline-block; 5 | content:"‹"; 6 | text-align:right; 7 | width:12px; 8 | margin:0 4px 0 -16px; 9 | } 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/SimpleMid.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/charset.gss: -------------------------------------------------------------------------------- 1 | @charset "UTF-8"; 2 | 3 | .foo:before { 4 | display: inline-block; 5 | content: "‹"; 6 | text-align: right; 7 | width: 12px; 8 | margin: 0 4px 0 -16px; 9 | } 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/escape.css: -------------------------------------------------------------------------------- 1 | .replacement:after { 2 | content: "Hello\\\" world"; 3 | } 4 | 5 | div { 6 | \-some-wacky-extension: \-bar; 7 | } 8 | 9 | p:nth-child\(2\) { 10 | width: 10px; 11 | } 12 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/escape.gss: -------------------------------------------------------------------------------- 1 | .replacement:after { 2 | content: "Hello\\\" world"; 3 | } 4 | 5 | div { 6 | -some-wacky-extension: -bar; 7 | } 8 | 9 | p:nth-child(2) { 10 | width: 10px; 11 | } 12 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/sprite.css: -------------------------------------------------------------------------------- 1 | @sprite .topLeft { 2 | gwt-image: 'topLeftBorder'; 3 | padding-left: value('topLeftBorder.getWidth', 'px'); 4 | zoom:1; 5 | width: auto; 6 | height: auto; 7 | } 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/WidgetBasedUi.gss: -------------------------------------------------------------------------------- 1 | /* 2 | * Demonstrates that the ui.xml has access to styles that 3 | * do not back any declared CssResource api 4 | */ 5 | .privateColor { 6 | color: SteelBlue; 7 | } 8 | -------------------------------------------------------------------------------- /user/test/log4j.properties: -------------------------------------------------------------------------------- 1 | #log4j configuration, needed by hibernate validator. 2 | log4j.rootLogger=INFO, stdout 3 | 4 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 5 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/core/ext/linker/impl/waitForBodyLoadedNull.js: -------------------------------------------------------------------------------- 1 | // Setup code which waits for the body to be loaded and then calls the 2 | // callback function 3 | function setupWaitForBodyLoad(callback) { 4 | callback(); 5 | } 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/WidgetBasedUiExternal.css: -------------------------------------------------------------------------------- 1 | .prettyText { 2 | color: green; 3 | font-family: Helvetica, Arial, sans-serif; 4 | } 5 | 6 | .tmText { 7 | color: purple; 8 | font-family: serif; 9 | } 10 | -------------------------------------------------------------------------------- /doc/src/gwt-lang.html: -------------------------------------------------------------------------------- 1 | 2 | This section explains which classes and methods are available in GWT. Check this list to make sure you're using stuff that can be translated. 3 | @id jre 4 | @title JRE Emulation Library 5 | 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/ParallelLeft.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/place/PlaceSuite.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/testImportCss.gss: -------------------------------------------------------------------------------- 1 | .other { 2 | color: black; 3 | } 4 | 5 | .ImportCss-className .other { 6 | color: white; 7 | } 8 | 9 | .testPrefix-className .other { 10 | color: gray; 11 | } 12 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/mobile/MobileCellList.css: -------------------------------------------------------------------------------- 1 | .cellListEvenItem,.cellListOddItem { 2 | border-bottom: 1px solid #bbb; 3 | padding: 22px 10px; 4 | font-size: 14pt; 5 | color: #333; 6 | } 7 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/http/InheritsExample.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/InheritsExample.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/activity/Activity.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/ParallelRight.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/RussianPluralsTest_PluralMessage_ru.properties: -------------------------------------------------------------------------------- 1 | pluralWidgetsOther={0} widgets-other 2 | pluralWidgetsOther[one]={0} widgets-one 3 | pluralWidgetsOther[few]={0} widgets-few 4 | pluralWidgetsOther[many]={0} widgets-many 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/gen/TestConstantsQuoting.properties: -------------------------------------------------------------------------------- 1 | embeddedNL=This line has an\nembedded newline 2 | embeddedCRNL=Embedded\r\ncr-nl. 3 | embeddedQuote="Don't worry, be happy" he said. 4 | doubledQuote=Doesn''t work this way here 5 | -------------------------------------------------------------------------------- /samples/hello/war/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Hello.html 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples/json/war/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | JSON.html 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples/mail/war/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Mail.html 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/strict/bad/Bad.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/strict/good/Good.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /samples/validation/src/main/resources/log4j.properties: -------------------------------------------------------------------------------- 1 | #log4j configuration, needed by hibernate validator. 2 | log4j.rootLogger=INFO, stdout 3 | 4 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 5 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/nonStandardFunctions.gss: -------------------------------------------------------------------------------- 1 | .foo { 2 | top: expression(15px); 3 | color: green; 4 | filter: progid:DXImageTransform.Microsoft.gradient(enabled='false', startColorstr=#550000FF, endColorstr=#55FFFF00) 5 | } 6 | -------------------------------------------------------------------------------- /samples/dynatablerf/src/main/resources/log4j.properties: -------------------------------------------------------------------------------- 1 | #log4j configuration, needed by hibernate validator. 2 | log4j.rootLogger=INFO, stdout 3 | 4 | log4j.appender.stdout=org.apache.log4j.ConsoleAppender 5 | log4j.appender.stdout.layout=org.apache.log4j.PatternLayout -------------------------------------------------------------------------------- /samples/showcase/war/WEB-INF/web.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | Showcase.html 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/InnerWidgetTest.InnerWidget.ui.xml: -------------------------------------------------------------------------------- 1 | 3 | Hello world 4 | 5 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/MyConstants.java: -------------------------------------------------------------------------------- 1 | package com.google.gwt.examples.i18n; 2 | 3 | import com.google.gwt.i18n.client.Constants; 4 | 5 | public interface MyConstants extends Constants { 6 | String helloWorld(); 7 | String goodbyeWorld(); 8 | } 9 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/i18n/tools/i18nMessages.propertiessrc: -------------------------------------------------------------------------------- 1 | #sample message property to be translated in language specific versions of this property file 2 | #this message takes a single argument, which will replace the {0} 3 | welcome: Welcome. The current time is {0}. 4 | -------------------------------------------------------------------------------- /user/test/org/hibernate/jsr303/tck/tests/messageinterpolation/ValidationMessages.properties: -------------------------------------------------------------------------------- 1 | javax.validation.constraints.NotNull.message=may not be null 2 | foo=replacement worked 3 | replace.in.user.bundle1={replace.in.user.bundle2} 4 | replace.in.user.bundle2=recursion worked -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/ErrorMessages.java: -------------------------------------------------------------------------------- 1 | package com.google.gwt.examples.i18n; 2 | 3 | import com.google.gwt.i18n.client.Messages; 4 | 5 | public interface ErrorMessages extends Messages { 6 | String permissionDenied(int errorCode, String username); 7 | } 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/genKeyFrames.gss: -------------------------------------------------------------------------------- 1 | /* @gen-webkit-keyframes */ 2 | @keyframes myframe { 3 | from { 4 | top: 0px; 5 | } 6 | to { 7 | top: 200px; 8 | } 9 | } 10 | 11 | div { 12 | animation: myframe 5s infinite; 13 | } -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/DuplicateRoot.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/PolishPluralsTest_PluralMessage_pl.properties: -------------------------------------------------------------------------------- 1 | pluralWidgetsOther=(Polish other) {0} widgets 2 | pluralWidgetsOther[one]=(Polish one) A widget 3 | pluralWidgetsOther[few]=(Polish few) {0} widgets 4 | pluralWidgetsOther[many]=(Polish many) {0} widgets 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/sprite.gss: -------------------------------------------------------------------------------- 1 | .someClassWithSprite { 2 | gwt-sprite: 'someImageResource'; 3 | } 4 | 5 | .someImageResource { 6 | width: 15px; 7 | } 8 | 9 | .embeddedSprite { 10 | gwt-sprite: 'embeddedImageResources.someResource'; 11 | } 12 | -------------------------------------------------------------------------------- /samples/dynatablerf/src/main/java/com/google/gwt/sample/dynatablerf/client/common.gss: -------------------------------------------------------------------------------- 1 | /* Common measurements used in the app. */ 2 | @def FIELDWIDTH 30em; 3 | 4 | .editField { 5 | display: inline; 6 | width: FIELDWIDTH; 7 | } 8 | 9 | .rightAlign { 10 | text-align: right; 11 | } -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/SimplePager.css: -------------------------------------------------------------------------------- 1 | .pageDetails { 2 | padding: 4px 8px; 3 | text-align: center; 4 | } 5 | 6 | .button { 7 | padding: 4px; 8 | cursor: pointer; 9 | cursor: hand; 10 | } 11 | 12 | .disabledButton { 13 | cursor: default; 14 | } 15 | -------------------------------------------------------------------------------- /eclipse/settings/code-style/README.txt: -------------------------------------------------------------------------------- 1 | gwt_format.xml 2 | Exported the Java Formatting settings using the "Export" button. 3 | 4 | org.eclipse.wst.jsdt.core.prefs: 5 | Copied from the .setting directory of a JavaScript project configured 6 | with Project specific settings for the JavaScript formatter. 7 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/SimplePager.gss: -------------------------------------------------------------------------------- 1 | .pageDetails { 2 | padding: 4px 8px; 3 | text-align: center; 4 | } 5 | 6 | .button { 7 | padding: 4px; 8 | cursor: pointer; 9 | /* @alternate */ cursor: hand; 10 | } 11 | 12 | .disabledButton { 13 | cursor: default; 14 | } 15 | -------------------------------------------------------------------------------- /eclipse/settings/code-style/gwt.importorder: -------------------------------------------------------------------------------- 1 | #Organize Import Order 2 | #Tue Mar 30 18:34:33 EDT 2010 3 | 0=\#com.google 4 | 1=com.google 5 | 2=\#com 6 | 3=com 7 | 4=\#junit 8 | 5=junit 9 | 6=\#net 10 | 7=net 11 | 8=\#org 12 | 9=org 13 | 10=\#java 14 | 11=java 15 | 12=\#javax 16 | 13=javax 17 | 14=\# 18 | 15= 19 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testCaseSensitive/good1.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Hello 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/SameModuleCompileFails.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/TestAnnotatedMessages_ar.properties: -------------------------------------------------------------------------------- 1 | pluralWidgetsOther={0} widgets 2 | pluralWidgetsOther[none]=No widgets 3 | pluralWidgetsOther[one]=A widget 4 | pluralWidgetsOther[two]=Both widgets 5 | pluralWidgetsOther[few]=A few widgets - {0} 6 | pluralWidgetsOther[many]=Many widgets - {0} 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/text/TextSuite.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testCaseInsensitive/good0.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Hello 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/cfg/testDefaultExcludes/good2.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Hello 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/ProvidesFoo.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/missing_semicolon.gss: -------------------------------------------------------------------------------- 1 | @external dragdrop-boundary dragdrop-draggable dragdrop-dragging dragdrop-dropTarget dragdrop-dropTarget-engage dragdrop-flow-panel-positioner dragdrop-handle dragdrop-movable-panel dragdrop-positioner dragdrop-proxy dragdrop-selected dragdrop-selected1; 2 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/dependents/Five.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/ArabicPluralsTest_PluralMessage_ar.properties: -------------------------------------------------------------------------------- 1 | pluralWidgetsOther={0} widgets 2 | pluralWidgetsOther[none]=No widgets 3 | pluralWidgetsOther[one]=A widget 4 | pluralWidgetsOther[two]=Both widgets 5 | pluralWidgetsOther[few]=A few widgets - {0} 6 | pluralWidgetsOther[many]=Many widgets - {0} 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/ParallelRoot.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/multiple_declarations.css: -------------------------------------------------------------------------------- 1 | pre { 2 | white-space: pre-wrap; 3 | white-space: -moz-pre-wrap; 4 | white-space: -pre-wrap; 5 | white-space: -o-pre-wrap; 6 | word-wrap: break-word; 7 | } 8 | 9 | @sprite .foo { 10 | gwt-image: 'bar'; 11 | height: 10px; 12 | height: 20px; 13 | } 14 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/ThemeDictionaryExample.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/merging/Three.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/js/globals/README.txt: -------------------------------------------------------------------------------- 1 | This directory contains dumps of the globals from various browsers. 2 | The GWT compiler will not use any symbols listed here. 3 | 4 | If your browser isn't listed, please run globals.html and submit a patch adding 5 | a new file here and another call to loadGlobals in ../JsProtectedNames.java. 6 | -------------------------------------------------------------------------------- /eclipse/build_tools/doctool/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/samples/Showcase/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/desktop/MainMenuCellList.css: -------------------------------------------------------------------------------- 1 | .cellListEvenItem,.cellListOddItem { 2 | margin: 8px; 3 | border: 1px solid #666; 4 | -moz-border-radius: 20px 8px; 5 | border-radius: 20px 8px; 6 | padding: 18px 10px; 7 | font-size: 12pt; 8 | background-color: white; 9 | } 10 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/ColorNameLookupExample_ja_JP.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/Moods_en_UK.xrb.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | blue 8 | 9 | 10 | chipper 11 | 12 | 13 | -------------------------------------------------------------------------------- /eclipse/plugins/MissingPlugin/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/ColorNameLookup.java: -------------------------------------------------------------------------------- 1 | package com.google.gwt.examples.i18n; 2 | 3 | import com.google.gwt.i18n.client.Localizable; 4 | 5 | public class ColorNameLookup implements Localizable { 6 | public String lookupColorName(String htmlColorValue) { 7 | return "?unlocalized " + htmlColorValue + "?"; 8 | } 9 | } 10 | -------------------------------------------------------------------------------- /user/test-super/org/jboss/testharness/super/org/jboss/testharness/api/ResourceDescriptor.java: -------------------------------------------------------------------------------- 1 | //Modified by Google: 2 | //Removed URL 3 | package org.jboss.testharness.api; 4 | 5 | 6 | public interface ResourceDescriptor 7 | { 8 | 9 | public String getName(); 10 | 11 | //public URL getSource(); 12 | public Object getSource(); 13 | 14 | } -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/constantRenaming.css: -------------------------------------------------------------------------------- 1 | @def myConstant 15px; 2 | @def myConstant 25px; 3 | @def myConstant 35px; 4 | @def myConstant 45px; 5 | 6 | @def my_constant 38px; 7 | @def ie6 0; 8 | @def gecko1_8 0; 9 | @def ACTIVE-SHADOW inset 0 1px 1px rgba(0, 0, 0, 0.2); 10 | 11 | div { 12 | box-shadow: ACTIVE-SHADOW; 13 | } 14 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/eval.gss: -------------------------------------------------------------------------------- 1 | @def WHITE eval('com.google.gwt.resources.client.gss.Constants.white()'); 2 | 3 | .someClass { 4 | color: WHITE; 5 | background-color: eval('com.google.gwt.resources.client.gss.Constants.red("blop")'); 6 | width: eval('com.google.gwt.resources.client.gss.Constants.width() - 15 + "px"') 7 | } 8 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- 1 | # NOTE: we don't include IDE-specific files (e.g. IntelliJ's *.iml and .idea/) on-purpose. 2 | # Those patterns should go in a global gitignore or repository-specific excludes. 3 | # See http://www.gwtproject.org/makinggwtbetter.html#global_gitignore 4 | 5 | # Working folder of ant build script 6 | /build/ 7 | # Generated poms 8 | /maven/poms/**/pom.xml 9 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/font-family.css: -------------------------------------------------------------------------------- 1 | @def defaultFontFamily Arial,Helvetica,sans-serif; 2 | 3 | div { 4 | font-family: defaultFontFamily; 5 | } 6 | 7 | span { 8 | font-family: Helvetica, Comic sans MS, defaultFontFamily; 9 | } 10 | 11 | .someClass { 12 | font-family: Arial Unicode MS, Arial, sans-serif !important; 13 | } 14 | -------------------------------------------------------------------------------- /doc/src/RefJreHeader.wiki: -------------------------------------------------------------------------------- 1 | #summary The JRE types and methods that GWT emulates. 2 | 3 | =JRE Emulation= 4 | Google Web Toolkit includes a library that emulates a subset of the Java runtime library. The list below shows the set of JRE types and methods that GWT can translate automatically. Note that in some cases, only a subset of methods is supported for a given type. 5 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/font-family.gss: -------------------------------------------------------------------------------- 1 | @def DEFAULT_FONT_FAMILY Arial, Helvetica, sans-serif; 2 | 3 | div { 4 | font-family: DEFAULT_FONT_FAMILY; 5 | } 6 | 7 | span { 8 | font-family: Helvetica,'Comic sans MS',DEFAULT_FONT_FAMILY; 9 | } 10 | 11 | .someClass { 12 | font-family: 'Arial Unicode MS',Arial,sans-serif !important; 13 | } 14 | -------------------------------------------------------------------------------- /user/test/org/jboss/test/audit/JbossTestAudit.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/resource/impl/testdata/rebuild_jars: -------------------------------------------------------------------------------- 1 | cd cpe1 2 | find . -type f | grep -v "\.svn" | xargs jar cvf ../cpe1.jar 3 | find . -type f | grep -v "\.svn" | xargs zip ../cpe1.zip 4 | cd .. 5 | cd cpe2 6 | find . -type f | grep -v "\.svn" | xargs jar cvf ../cpe2.jar 7 | find . -type f | grep -v "\.svn" | xargs zip ../cpe2.zip 8 | cd .. 9 | 10 | -------------------------------------------------------------------------------- /eclipse/build_tools/customchecks/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/separate/librarytwo/LibraryTwo.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /samples/showcase/src/com/google/gwt/sample/showcase/client/content/cell/CwCustomDataGrid.gss: -------------------------------------------------------------------------------- 1 | .childCell { 2 | padding-left: 30px; 3 | border: 2px solid #eee !important; 4 | background: #eee !important; 5 | } 6 | 7 | .groupHeaderCell { 8 | padding: 1px 15px; 9 | color: #4b4a4a; 10 | text-shadow: #ddf 1px 1px 0; 11 | font-size: 130%; 12 | background: #eee; 13 | } -------------------------------------------------------------------------------- /eclipse/external/cldr-tools/.settings/org.eclipse.jdt.ui.prefs: -------------------------------------------------------------------------------- 1 | #Tue Feb 02 11:38:32 EST 2010 2 | eclipse.preferences.version=1 3 | formatter_profile=_cldr 4 | formatter_settings_version=11 5 | org.eclipse.jdt.ui.ignorelowercasenames=true 6 | org.eclipse.jdt.ui.importorder=java;javax;org;com; 7 | org.eclipse.jdt.ui.ondemandthreshold=99 8 | org.eclipse.jdt.ui.staticondemandthreshold=99 9 | -------------------------------------------------------------------------------- /eclipse/lang/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/CrossModuleCompileFails.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/inline-block.gss: -------------------------------------------------------------------------------- 1 | @if (is("user.agent", "gecko1_8")) { 2 | .inlineBlock { 3 | display: -moz-inline-box; 4 | } 5 | } 6 | 7 | .inlineBlock { 8 | position: relative; 9 | display: inline-block; 10 | } 11 | 12 | @if (is("user.agent", "ie6")) { 13 | .inlineBlock { 14 | zoom: 1; 15 | display: inline; 16 | } 17 | } 18 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/shell/jetty/public/java7.jsp: -------------------------------------------------------------------------------- 1 | <%@page language="java" contentType="text/plain; charset=UTF-8" session="false" %> 2 | <% 3 | // Use a switch-on-string to check whether the page compiles as Java 7 4 | switch (request.getMethod()) { 5 | case "GET": 6 | out.print("OK"); 7 | break; 8 | default: 9 | out.print(request.getMethod()); 10 | } 11 | %> 12 | -------------------------------------------------------------------------------- /eclipse/samples/Hello/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/samples/JSON/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/samples/Mail/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/dev/testdata/incrementalbuildsystem/MultipleFailTop.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/client/ParameterizedWidget.ui.xml: -------------------------------------------------------------------------------- 1 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /eclipse/samples/DynaTable/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/tools/api-checker/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/tools/cldr-import/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /samples/validation/src/main/webapp/Validation.css: -------------------------------------------------------------------------------- 1 | /** Add css rules here for your application. */ 2 | 3 | 4 | /** Example rules used by the template application (remove for your app) */ 5 | h1 { 6 | font-size: 2em; 7 | font-weight: bold; 8 | color: #777777; 9 | margin: 40px 0px 70px; 10 | text-align: center; 11 | } 12 | 13 | .serverResponseLabelError { 14 | color: red; 15 | } 16 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/resourceUrl.gss: -------------------------------------------------------------------------------- 1 | @def THE_DATA_URL resourceUrl('someDataResource'); 2 | @def THE_IMG_URL resourceUrl('someImageResource'); 3 | 4 | .someClass { 5 | cursor: THE_DATA_URL; 6 | background-image: THE_IMG_URL; 7 | cursor: resourceUrl('someDataResource'); 8 | /* @alternate */ background-image: resourceUrl('someImageResource'); 9 | } 10 | -------------------------------------------------------------------------------- /eclipse/build_tools/ant_gwt/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/build_tools/customchecks/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/build_tools/doctool/.checkstyle: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/TestTypedMessages.properties: -------------------------------------------------------------------------------- 1 | testAllTypes = int({0}) float({1}), long({2}), boolean({3}), Object({4}, char({5}), byte({6}), short({7}); 2 | testSomeObjectTypes = obj({0}), StringBuffer({1}), Integer({2}), null({3}); 3 | testLotsOfInts = {0}, {1},{2},{3} 4 | testSingleQuotes = ''A'', ''{0}'', '','' 5 | simpleMessageTest={0} 6 | stringEscaping= "\ \\ \\\ & \t \n\r\"{0} 7 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/multiple_declarations.gss: -------------------------------------------------------------------------------- 1 | pre { 2 | white-space: pre-wrap; 3 | /* @alternate */ white-space: -moz-pre-wrap; 4 | /* @alternate */ white-space: -pre-wrap; 5 | /* @alternate */ white-space: -o-pre-wrap; 6 | word-wrap: break-word; 7 | } 8 | 9 | .foo { 10 | gwt-sprite: "bar"; 11 | height: 10px; 12 | /* @alternate */ height: 20px; 13 | } 14 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/uibinder/test/UiBinderWithGss.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/GssDebugStyle.gwt.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/GssPrettyStyle.gwt.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/GssStableStyle.gwt.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /samples/json/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples/mail/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /samples/hello/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/http/GetExample.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/GssStableNoTypeStyle.gwt.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/samples/JSON/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /eclipse/samples/Mail/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /samples/showcase/build.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/MyConstantsExample.java: -------------------------------------------------------------------------------- 1 | package com.google.gwt.examples.i18n; 2 | 3 | import com.google.gwt.core.client.GWT; 4 | import com.google.gwt.user.client.Window; 5 | 6 | public class MyConstantsExample { 7 | 8 | public void useMyConstants() { 9 | MyConstants myConstants = (MyConstants) GWT.create(MyConstants.class); 10 | Window.alert(myConstants.helloWorld()); 11 | } 12 | } 13 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/Hyperlink.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/GssStableShortTypeStyle.gwt.xml: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | 7 | 8 | -------------------------------------------------------------------------------- /eclipse/samples/DynaTable/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /eclipse/samples/Hello/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /eclipse/plugins/DevModeOptions/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /eclipse/plugins/MissingPlugin/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /user/test-super/org/testng/super/org/testng/collections/Maps.java: -------------------------------------------------------------------------------- 1 | package org.testng.collections; 2 | 3 | import java.util.HashMap; 4 | import java.util.Map; 5 | 6 | public class Maps { 7 | 8 | public static Map newHashMap() { 9 | return new HashMap(); 10 | } 11 | 12 | public static Map newHashtable() { 13 | throw new RuntimeException("Hashtable are not supported in GWT"); 14 | } 15 | } 16 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/client/GreetingServiceAsync.javasrc: -------------------------------------------------------------------------------- 1 | package @clientPackage; 2 | 3 | import com.google.gwt.user.client.rpc.AsyncCallback; 4 | 5 | /** 6 | * The async counterpart of GreetingService. 7 | */ 8 | public interface GreetingServiceAsync { 9 | void greetServer(String input, AsyncCallback callback) 10 | throws IllegalArgumentException; 11 | } 12 | -------------------------------------------------------------------------------- /dev/core/src/com/google/gwt/dev/js/globals/globals.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | Globals defined by your browser 5 | 6 | 7 | 8 |
 9 | 
10 | 11 | 18 | 19 | 20 | 21 | -------------------------------------------------------------------------------- /user/test/org/jboss/testharness/JbossTestHarness.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | -------------------------------------------------------------------------------- /eclipse/tools/datetimefmtcreator/.classpath: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /user/src/org/hibernate/validator/README.txt: -------------------------------------------------------------------------------- 1 | The Hibernate Validator module is used to: 2 | 3 | 1) generate client-side validators. 4 | 2) super source hibernate specific constraints 5 | 3) super source hibernate classes needed to return ConstraintViolations from the server to the client. 6 | 7 | 8 | Maintenance Notes. 9 | Test using samples/validation and samples/validationtck 10 | 11 | 12 | NOTE 13 | (nchalko) all of should be pushed back to hibernate. -------------------------------------------------------------------------------- /eclipse/external/cldr-data/.project: -------------------------------------------------------------------------------- 1 | 2 | 3 | cldr-data 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | common 14 | 2 15 | CLDR_ROOT/common 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/java/com/google/gwt/sample/gaerequest/GaeRequest.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /dev/core/test/com/google/gwt/dev/cfg/testdata/separate/libraryone/LibraryOne.gwt.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/i18n/client/Moods.xrb.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 7 | sad 8 | 9 | 10 | happy 11 | 12 | 13 | Sad 123 14 | 15 | 16 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/desktop/DesktopTaskListView.ui.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /samples/mobilewebapp/src/main/java/com/google/gwt/sample/mobilewebapp/client/mobile/MobileTaskListView.ui.xml: -------------------------------------------------------------------------------- 1 | 2 | 6 | 7 | 8 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstantsWithLookup.java: -------------------------------------------------------------------------------- 1 | package com.google.gwt.examples.i18n; 2 | 3 | import com.google.gwt.i18n.client.ConstantsWithLookup; 4 | 5 | public interface NumberFormatConstantsWithLookup extends ConstantsWithLookup { 6 | /** 7 | * Returns the localized decimal separator. 8 | */ 9 | String decimalSeparator(); 10 | 11 | /** 12 | * Returns the localized thousands separator. 13 | */ 14 | String thousandsSeparator(); 15 | } 16 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/cellview/client/CellList.gss: -------------------------------------------------------------------------------- 1 | .cellListWidget { 2 | } 3 | 4 | .cellListEvenItem { 5 | cursor: pointer; 6 | zoom: 1; 7 | } 8 | 9 | .cellListOddItem { 10 | cursor: pointer; 11 | zoom: 1; 12 | } 13 | 14 | .cellListKeyboardSelectedItem { 15 | background: #ffc; 16 | } 17 | 18 | .cellListSelectedItem { 19 | gwt-sprite: "cellListSelectedBackground"; 20 | background-color: #628cd5; 21 | color: white; 22 | height: auto; 23 | overflow: visible; 24 | } 25 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/converter/undefined-constants.gss: -------------------------------------------------------------------------------- 1 | .foo { 2 | display: none; 3 | color: jfk_my_stuff; 4 | background-color: jfk_123_asd; 5 | } 6 | 7 | .cellTableHeader { 8 | padding: header_vertical_padding header_horizontal_padding; 9 | } 10 | 11 | @def TOP top; 12 | 13 | .foo { 14 | background-image: url(data:image/svg+xml;base64,PD94basdfasdfasdf); 15 | background: -webkit-gradient(linear, left TOP, right TOP, from(rgba(255, 255, 255, 0)), to(#fff)); 16 | } 17 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/NativeVerticalScrollbarTransparent.gss: -------------------------------------------------------------------------------- 1 | @def OPACITY_DURATION 350ms; 2 | 3 | .nativeVerticalScrollbar { 4 | opacity: 0.7; 5 | filter: alpha(opacity = 70); 6 | -webkit-transition: opacity OPACITY_DURATION; 7 | -moz-transition: opacity OPACITY_DURATION; 8 | -o-transition: opacity OPACITY_DURATION; 9 | transition: opacity OPACITY_DURATION; 10 | } 11 | 12 | .nativeVerticalScrollbar:hover { 13 | opacity: 1; 14 | filter: alpha(opacity = 100); 15 | } 16 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/tools/templates/_sample-test/_testFolder_/_moduleFolder_/_moduleShortName_JUnit.gwt.xmlsrc: -------------------------------------------------------------------------------- 1 | @gwtModuleDtd 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /user/test/com/google/gwt/resources/client/gss/cssWithConstant.gss: -------------------------------------------------------------------------------- 1 | @def CONSTANT_ONE 15px; 2 | @def CONSTANT_TWO 5px; 3 | @def CONSTANT_THREE black; 4 | @def CONFLICT_CONSTANT_CLASS white; 5 | @def OVERRIDE_CONSTANT_INT 15px; 6 | 7 | .className1 { 8 | padding-right: CONSTANT_ONE; 9 | padding-left: CONSTANT_TWO; 10 | color: CONSTANT_THREE; 11 | } 12 | 13 | .conflictConstantClass{ 14 | color: CONFLICT_CONSTANT_CLASS; 15 | } 16 | 17 | .overrideConstantInt { 18 | width: 15px; 19 | } 20 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/NativeHorizontalScrollbarTransparent.gss: -------------------------------------------------------------------------------- 1 | @def OPACITY_DURATION 350ms; 2 | 3 | .nativeHorizontalScrollbar { 4 | opacity: 0.7; 5 | filter: alpha(opacity = 70); 6 | -webkit-transition: opacity OPACITY_DURATION; 7 | -moz-transition: opacity OPACITY_DURATION; 8 | -o-transition: opacity OPACITY_DURATION; 9 | transition: opacity OPACITY_DURATION; 10 | } 11 | 12 | .nativeHorizontalScrollbar:hover { 13 | opacity: 1; 14 | filter: alpha(opacity = 100); 15 | } 16 | -------------------------------------------------------------------------------- /user/javadoc/com/google/gwt/examples/i18n/NumberFormatConstants.java: -------------------------------------------------------------------------------- 1 | // Copyright 2006 Google Inc. All Rights Reserved. 2 | package com.google.gwt.examples.i18n; 3 | 4 | import com.google.gwt.i18n.client.Constants; 5 | 6 | public interface NumberFormatConstants extends Constants { 7 | /** 8 | * Returns the localized decimal separator. 9 | */ 10 | String decimalSeparator(); 11 | 12 | /** 13 | * Returns the localized thousands separator. 14 | */ 15 | String thousandsSeparator(); 16 | } 17 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/client/ui/nativeVerticalScrollbarUi.gss: -------------------------------------------------------------------------------- 1 | .viewport { 2 | position: relative; 3 | overflow: hidden; 4 | /* Force the scrollbar into LTR mode so it is reliably aligned to the left. */ 5 | direction: ltr; 6 | } 7 | 8 | /* scrollable is in LTR mode even if the body is in RTL mode. */ 9 | .scrollable { 10 | position: absolute; 11 | top: 0; 12 | /* @noflip */ right: 0; 13 | height: 100%; 14 | width: 100px; 15 | overflow-y: scroll; 16 | overflow-x: hidden; 17 | } 18 | -------------------------------------------------------------------------------- /user/src/com/google/gwt/user/tools/templates/sample/_srcFolder_/_moduleFolder_/client/GreetingService.javasrc: -------------------------------------------------------------------------------- 1 | package @clientPackage; 2 | 3 | import com.google.gwt.user.client.rpc.RemoteService; 4 | import com.google.gwt.user.client.rpc.RemoteServiceRelativePath; 5 | 6 | /** 7 | * The client-side stub for the RPC service. 8 | */ 9 | @RemoteServiceRelativePath("greet") 10 | public interface GreetingService extends RemoteService { 11 | String greetServer(String name) throws IllegalArgumentException; 12 | } 13 | --------------------------------------------------------------------------------