1. d91ce52 Step towards eliminating com.google.gwt.user.client.Element by Matthew Dempsky · 12 years ago
  2. a441691 Supplies CompilerContext all over the call graph. by John Stalcup · 11 years ago
  3. bd206d1 Refactors TypeOracleBuilder/TypeOracleMediator by John Stalcup · 11 years ago
  4. b202d68 Cleans up all usages of '__listener' and 'isMyListener' by Goktug Gokdogan · 11 years ago
  5. f963005 Removes deprecated unsafe Tree/TreeItem methods. by Goktug Gokdogan · 11 years ago
  6. c8c4d25 Fix all "the the" and use "client-side" and "server-side" when adjectivized by Thomas Broyer · 12 years ago
  7. 0304547 Simplifies GwtRunner and adds a java reflection based test accessor. by Goktug Gokdogan · 12 years ago
  8. 81651cc Replaces StringBuilder#append(StringBuilder) with StringBuilder#append(StringBuffer). by Goktug Gokdogan · 12 years ago
  9. c14a864 Revert "Add show relative to Element in PopupPanel" by Goktug Gokdogan · 12 years ago
  10. 7b6d727 Add show relative to Element in PopupPanel by Daniel Kurka · 12 years ago
  11. f32129c Use correct return types for createFooInputBuilder() methods in HtmlBuilderFactory. by Tom Wieczorek · 12 years ago
  12. c481a53 Removes api-checker reference JARs from the source tree. by Thomas Broyer · 12 years ago
  13. 53f5c46 Adds isStandalone to ImageResource so Image can used an UnclippedState. by Thomas Broyer · 12 years ago
  14. c9c8b8d Chooses a default GWT source level to match the current java runtime. by Roberto Lublinerman · 12 years ago
  15. ff57701 Removes JavaScriptException dependency from c.g.gwt.core.shared. by Goktug Gokdogan · 12 years ago
  16. 94e0e84 Removes GWTTestCase.supportsAsync. by Goktug Gokdogan · 12 years ago
  17. 3e58fbf makes GWT boolean flags togglable by John Stalcup · 12 years ago
  18. acf6288 Add SafeUri overloads for setting properties used for navigation by Matthew Dempsky · 12 years ago
  19. 2efceb0 Avoid implicit inter-dependencies between DOM, History, Window and Widgets by t.broyer@gmail.com · 12 years ago
  20. 67f3cf6 Report a proper error when the JDT compiler aborts. by skybrian@google.com · 12 years ago
  21. 2cf8efe Removes deprecated checkpoint functionality from GWTTestCase. by goktug@google.com · 12 years ago
  22. 00c7ce4 Removes deprecated com.google.gwt.benchmarks.* by goktug@google.com · 12 years ago
  23. 812dd5a Adds the GWT 2.5_2.6 API Checker configuration file and creates new reference by goktug@google.com · 12 years ago
  24. daebbcb Integrate Elemental to the build and deploy as Maven artifact by skybrian@google.com · 13 years ago
  25. eadaeb2 MeniItem should use ScheduledCommand instead of Command by rchandia@google.com · 13 years ago
  26. 19aa6da Rolling back, breaks other projects. by rchandia@google.com · 13 years ago
  27. c09b33b MenuItem should use ScheduledCommand instead of Command by rchandia@google.com · 13 years ago
  28. 45e8b53 Adding TYPE field to primitive wrapper types (Integer.TYPE, etc). by jlabanca@google.com · 13 years ago
  29. 8fb0456 Adding the GWT 2.4_2.5 API Checker configuration file. Many API changes were added to the 2.3_2.4 file because we never created the 2.4_2.5 config file, so there are a bunch of API change exceptions that had to be copied. Pretty normal, but we should get into the habit of creating a new API checker config file immediately after releasing a version of GWT. by jlabanca@google.com · 13 years ago
  30. 8e90e9b Update cldr-import to use CLDR v21. by jat@google.com · 13 years ago
  31. 80bd69e Typed arrays implementation that supports use in shared code and emulation of missing pieces where necessary. by jat@google.com · 13 years ago
  32. 6e8d9a2 Add an option to compile out all logging calls below the SEVERE or WARNING by unnurg@google.com · 13 years ago
  33. 96dc36b Scripts and configuration to upload GWT bits to Maven repos by rchandia@google.com · 14 years ago
  34. 482091f Add ability to control time zone in DateCell. by yby@google.com · 14 years ago
  35. 707941e Event handling support for UiRenderer by rchandia@google.com · 14 years ago
  36. 642e965 Introducing a new CellTableBuilder API, which allows users to customize the structure of a CellTable by building zero or more table rows per row value and adding zero or more Cells per TD. The table rows are built using the generic ElementBuilder API, which allows for colspans and rowspans. The CellTableBuilder interface defines one method #buildRow(T, int, Utility) that takes the row value and row index to build, as well as a Utility class. The Utility class defines a #startRow() method to append a DOM row and associate it with the row value. Using this API, you can define multiple rows per row value, such as an "error row" that spans all of the columns, or a set of "child rows" to simulate a tree table. The Utility also contains a method #renderCell(ElementBuilder, Context, Column, T rowValue) that renders a Cell into the row. The TableBuilder can be swapped out using setTableBuilder(), and the default tableBuilder renders a grid based on the Columns defined in the CellTable. This change only applies to the data portion of the CellTable. A subsequent change will add a similar HeaderBuilder that applies to the header and footer. by jlabanca@google.com · 14 years ago
  37. cbf3b82 Implements UiBinder rendering for Cells. by rchandia@google.com · 14 years ago
  38. e84ab41 Refactor LoadingStrategy for xsiframe linker and rename it to ScriptLoadingStrategy since it is not inherently tied to the xsiframe linker. by unnurg@google.com · 14 years ago
  39. 7ad2317 Cleans up the mobile web app sample for 2.4. by rchandia@google.com · 14 years ago
  40. d59523d Adding convenience methods to SafeStylesUtils and SafeStylesBuilder for style properties supported by Style. For most properies, the name is defined in SafeStylesUtils, and the value comes from an enum in Style or a primitive type, so we know that the combination of the name and value produces a string that satisfies the constraints of SafeStyles. by jlabanca@google.com · 14 years ago
  41. 8af231d Support RequestContext composition (issue 6234) and mix-in (issue 6035). by bobv@google.com · 14 years ago
  42. a7a210f Revert "Extracts AbstractComposite<W> out of Composite, to allow type safe" by rjrjr@google.com · 14 years ago
  43. 62a0cb0 Extracts AbstractComposite<W> out of Composite, to allow type safe by rjrjr@google.com · 14 years ago
  44. 3cac5f0 Add SafeUri type, similar to SafeHtml but for values in a URL attribute context. by t.broyer@gmail.com · 14 years ago
  45. 43ed72b Making media events bitless, freeing up a few event bits, since modern, by fredsa@google.com · 14 years ago
  46. aaeafde Re-rolling "Re-implement runAsync to improve code size." Take 3. by scottb@google.com · 14 years ago
  47. 7954146 Convert samples/mobilewebapp to use maven. This paves the way to converting the sample to use GIN and Objectify. by rjrjr@google.com · 14 years ago
  48. 39ef8ac Reverted due to failures in client code by unnurg@google.com · 14 years ago
  49. 6df4d31 Re-rolling "Re-implement runAsync to improve code size." by scottb@google.com · 14 years ago
  50. 5b212c4 Adding new DataGrid widget. DataGrid is a variation of CellTable that supports a fixed header and footer with a scrollable data area. Most of the CellTable implementation has been hoisted up to a shared abstract class AbstractCellTable, so switching from CellTable to DataGrid is easy. Data Grid uses HeaderPanel to position the header and footer tables above and below the data portion. By default, the tables take 100% width, so there is no horizontal scrollbar. However, DataGrid provides setTableWidth/setMinimumTableWidth so users can use horizontal scrollbars if needed. by jlabanca@google.com · 14 years ago
  51. 1dfc984 Rollback of r10216 "Re-implement runAsync to improve code size", caused some subtle errors. by scottb@google.com · 14 years ago
  52. 7b2224b Re-implement runAsync to improve code size. by scottb@google.com · 14 years ago
  53. 0e4aa7d Updating apichecker for GWT 2.4. by jlabanca@google.com · 14 years ago
  54. 993e258 Include all needed javax.validation classes for the api checker. by nchalko@google.com · 14 years ago
  55. df0829a Introducing CustomScrollPanel, a subclass of ScrollPanel that lets users define their own scrollbars. By default, we use NativeVerticalScrollbar and NativeHorizontalScrollbar, but in the future we might introduce thin scrollbars for mobile devices. The scrollbars are semi-transparent until the user hovers them, at which time they transition to 100% opacity (on browsers that do not support CSS transitions, they immediately become opaque). In RTL, the vertical scrollbar appears on the left side (many browsers get this wrong natively). by jlabanca@google.com · 14 years ago
  56. 05bf5aa Move Date-related classes to shared, so they can be used by by jat@google.com · 14 years ago
  57. 9f3cb7b First step of isolating a bunch of code that is used for generating by jat@google.com · 14 years ago
  58. 86f7543 Added small generator testing framework that allows developers to by schmitt@google.com · 14 years ago
  59. 7669bfd Restores r10014 (rolls back r10016), Makes EventBus available outside of the gwt by rjrjr@google.com · 14 years ago
  60. 2d723d0 Rollback of r10014 "Makes EventBus available outside of the gwt package" due to by gwt.mirrorbot@gmail.com · 14 years ago
  61. 150c56b Makes EventBus available outside of the gwt package, in by rjrjr@google.com · 14 years ago
  62. b0068d7 Move AutoBean package to com.google.web.bindery.autobean package. by bobv@google.com · 14 years ago
  63. 5b0d6a6 Auto-formats the GWT tools projects (excluding api-checker covered in by zundel@google.com · 14 years ago
  64. 04ec0aa Autoformat the api-checker tool source by zundel@google.com · 14 years ago
  65. 16fcd93 Audio and Video cleanup. by pdr@google.com · 14 years ago
  66. a29cb15 Re-apply the AutoBean JSO lazy reification patch. by bobv@google.com · 14 years ago
  67. d3255ca Roll back AutoBeans change due to serialization problems with Safari4 on XP. by bobv@google.com · 14 years ago
  68. bee43cd Convert AutoBeans to use JSOs as their backing store with lazy reification of by bobv@google.com · 14 years ago
  69. 6b63f2e Fixing a few Cell Widget bugs. I combined these bugs because they are all quick fixes and fairly straightforward. by jlabanca@google.com · 14 years ago
  70. dbff9c5 Move RequestFactory to com.google.web.bindery.requestfactory by rice@google.com · 14 years ago
  71. ee03d1a Supress errors when building the Type Oracle. by zundel@google.com · 14 years ago
  72. 618aafc Switching to the junit4 jars, although the @annotation stuff isn't going to work. Also switching to the non-junit4 testng jars, to avoid classpath order confusion. by fabbott@google.com · 14 years ago
  73. c7328eb Improve AutoBean code generation by reducing the total number of types declared by the generated code. by bobv@google.com · 14 years ago
  74. cf9ddb4 Adding an example of StackLayoutPanel to the Showcase sample. The translations by jlabanca@google.com · 14 years ago
  75. 4b08946 Updating API checker for GWT 2.3. In CellBasedWidgetImplStandard, I fixed the package declaration per an Api Checker warning. by jlabanca@google.com · 14 years ago
  76. b88482a Added validation jars to all calls to GWTC to provide classes rquired by by rchandia@google.com · 14 years ago
  77. 6a8aa29 Bump samples/expenses/pom.xml version number by rjrjr@google.com · 14 years ago
  78. a6f0b44 Fix bad gwt-servlet dep problem described in http://code.google.com/p/google-web-toolkit/issues/detail?id=5918 by rjrjr@google.com · 14 years ago
  79. 31ea105 Add option to use JSONP in ExternalTextResource by unnurg@google.com · 14 years ago
  80. 06d163e Make maven_script.sh more flexible by rjrjr@google.com · 14 years ago
  81. 5b7a2bf Add support for mapping ConstraintViolation objects into SimpleBeanEditor. by bobv@google.com · 14 years ago
  82. 7e11857 Add property provider generators, take 2. by jat@google.com · 14 years ago
  83. b52b171 Refactors TypeOracleMediator to avoid CompiledClass references. This way, we will be able to throw in byte by zundel@google.com · 14 years ago
  84. 0904fee Reduces class and JSNI loading for RPC in devmode. by tobyr@google.com · 14 years ago
  85. ad6d70a Update samples/expenses/pom.xml for 2.1.1. Also fix bad gwt-maven-plugin config. by rjrjr@google.com · 14 years ago
  86. c2de01f Update maven script and expenses/pom.xml for 2.1.1-rc1 by conroy@google.com · 14 years ago
  87. aaf7190 Temporary rollback of r9384 (Change Activity to an abstract class) until some internal clients catch up by rjrjr@google.com · 14 years ago
  88. 2344766 Change Activity to an abstract class, to allow its api to evolve. by rjrjr@google.com · 14 years ago
  89. 78109e8 (Issue 5564) RF has bad handling of SC_UNAUTHORIZED by rjrjr@google.com · 14 years ago
  90. d11fb3c Bidi support for ListBox by tomerigo@google.com · 14 years ago
  91. afbfc69 Support up-casting subclasses of java.util.Date (e.g. java.sql.Date). by bobv@google.com · 14 years ago
  92. 2cc0b02 Passing the Cell Context, which includes the row index and column index, to Cell methods. Currently, the row index is not passed, making some fairly common use cases difficult. For example, its hard for a Cell to update a backing data provider without the index of the value on which an action occurred. by jlabanca@google.com · 14 years ago
  93. 953bc13 Remove the implementation from GWTTestCase checkpoints. by scottb@google.com · 14 years ago
  94. 6c494a8 Rolling back "Add property provider generators" due to broken internal builds. by jat@google.com · 14 years ago
  95. 3172139 Add property provider generators. by jat@google.com · 14 years ago
  96. 7dbefdc Making Column implement HasAlignment so users can specify the default alignment of cells in a column. In the future, we may add a way to specify the alignment of specific Cells. by jlabanca@google.com · 14 years ago
  97. 5479a90 Add Locator API to allow arbitrary domain types to be used with RequestFactory. by bobv@google.com · 14 years ago
  98. 23d3091 Add SafeHtml support to DirectionEstimator by tomerigo@google.com · 14 years ago
  99. 7d63105 Removing references to gecko user agent in favor of gecko1_8. gecko refers to very old versions of Mozilla, while gecko1_8 refers to all modern versions, including all versions of Firefox 2.0 and later. gecko was used to support the old version of hosted mode on Linux, which has long since been replaced by the dev mode plugin for Firefox. by jlabanca@google.com · 14 years ago
  100. f7a0c58 Updates the reference api for Api Checker to 2.1. Fixes 2 small bugs in Api Checker. by amitmanjhi@google.com · 14 years ago