1. 6b9c0e3 Fixes issue 3340 by preventing IE race condition from occurring when the on load handler is set. by ecc@google.com · 16 years ago
  2. dac5677 Merge of c4624 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  3. 6fb9b1c Merge of c4628, c4639 from branches/snapshot-2009.01.29. by jgw@google.com · 16 years ago
  4. 43c343d Tightened up parsing of the "locale" parameter from the URL query string. by zundel@google.com · 16 years ago
  5. 0e8a644 Allows external scripts (including the Gadget selection script) to setup by zundel@google.com · 16 years ago
  6. 85921ba Fixes issue #3314; adds a constructor overload for PushButton(Image, Image, ClickHandler). by scottb@google.com · 16 years ago
  7. 57cae50 Switching Timer to correctly use close event rather then closing event on window. by ecc@google.com · 16 years ago
  8. 7220148 Updated the filter in the ant task for running hosted mode tests in emma mode. The filter now correctly excludes CoverageTest.class by amitmanjhi@google.com · 16 years ago
  9. 0018b9f Fixes issue #3334; Arrays.deepHashCode() containing embedded nulls. by scottb@google.com · 16 years ago
  10. f4c935f This patch expands Gwt's ability to successfully create classMappings, necessary when running Emma. The following types of classes by amitmanjhi@google.com · 16 years ago
  11. 2c215d8 Added documentation to HTMLTable.addTableListener() to explain that getCellForEvent() can return null. We also check for null in the mail sample. by jlabanca@google.com · 16 years ago
  12. 92b4576 Clarify that JSONObject.keySet() is immutable, fix bad test code that was taking advantage of the old implementation details. by scottb@google.com · 16 years ago
  13. 3f68e61 Clicking on the left or right of a TreeItem now focuses on the Tree and enables Keyboard support. Previously, the item appeared selected, but keyboard support wouldn't work. by jlabanca@google.com · 16 years ago
  14. a15ab41 Fixes a bug where checkboxes would not retain their value on IE when detached. We were accidentally short-circuiting the logic that would set the default checked property during widget unload. by scottb@google.com · 16 years ago
  15. 7de6a17 Sort & format. by scottb@google.com · 16 years ago
  16. ddd9232 I18N constant maps are now guaranteed to iterate in declaration order. This allows a better degree of user control, and fixes inconsistencies between hosted and web mode. by scottb@google.com · 16 years ago
  17. 5b4bb40 JSONObject's keySet should iterate in an oder that is consistent between hosted and web mode. This was being caused by the evil iterate-over-HashMap pattern. by scottb@google.com · 16 years ago
  18. 4b5ada4 IE natively throws only a double-click event when you click on an element twice, so DOMImplIE6 creates a second click event for the user. However, we currently fire the event on the element where the double-click event was sunk instead of on the srcElement of the double-click event. In other words, if a user double clicks in a cell in an HTMLTable, the source of the first click event is the cell, the source of the second click event is the table itself. This patch fires the event against $wnd.event.srcElement instead of against the element that the double click event is sunk on. by jlabanca@google.com · 16 years ago
  19. 7348cba Import organize. by scottb@google.com · 16 years ago
  20. 29d60fd - Fixes double-firing of clicks on CustomButton. by jgw@google.com · 16 years ago
  21. 0385ed7 Checkstyle fixes. by jgw@google.com · 16 years ago
  22. 666d037 Fixes broken synthetic load event firing on IE. by jgw@google.com · 16 years ago
  23. dfa7593 This change restores TextBoxBase's implementation of HasChangeEventHandlers by rjrjr@google.com · 16 years ago
  24. ed46bf8 Adding presubmit target so Joel can use it, as his checkstyle setup is currently foobared (note, checkstyle info message will be updated in subsequent commit) by ecc@google.com · 16 years ago
  25. 85570df - Fixes Image to not fire an extra onload even when applying clipped image by jgw@google.com · 16 years ago
  26. 4598c15 Phase 2 of readying samples for distro. by scottb@google.com · 16 years ago
  27. 9082063 Phase 1 of readying samples for distro; do not produce Elipse stuff. by scottb@google.com · 16 years ago
  28. 0dbaa40 Fixes broken CreateEventTest on Firefox2 and earlier. There were three problems: by jgw@google.com · 16 years ago
  29. c74760b Adds support for Document.create*Event() and Element.dispatchEvent(). by jgw@google.com · 16 years ago
  30. 641f8cb Adding code to prevent warning of converting longs->ints in IE hosted mode by ecc@google.com · 16 years ago
  31. 47cf662 Update checking now occurs when using command-line tools if no check has occurred in the last 24 hours. by scottb@google.com · 16 years ago
  32. d97c97d Fixed issue 3307 by not gating the selection of an item on whether it is focusable by ecc@google.com · 16 years ago
  33. 91987ae Adding NativeEvent to gwt 1.6 Desk review:jlabanca by ecc@google.com · 16 years ago
  34. 068c2c4 Deletes unused method isEventHandled from interface HasHandlers. by rjrjr@google.com · 16 years ago
  35. 93fb1ca Fixes 1.6 build breakage. CommandExecutorTest was allowing an exception to by jgw@google.com · 16 years ago
  36. 6f9365f Fix for broken build: by jgw@google.com · 16 years ago
  37. a22719f Organize imports. by scottb@google.com · 16 years ago
  38. f0e178c Fixed capitalization typo (don't ask me how this compiled on my desk). by jgw@google.com · 16 years ago
  39. c1385b4 JUnit infrastructure now properly handles exceptions thrown from event handlers by jgw@google.com · 16 years ago
  40. 9414bd4 This commit makes listener wrapper public. It also switching the default by ecc@google.com · 16 years ago
  41. 6d68a03 Refactors event infrastructure, to simplify the firing mechanism and allow users by jgw@google.com · 16 years ago
  42. 82054d4 Replaced uses of AlphaImageLoader in GWT style themes with references to single-bit transparent image files. IE7 now uses the multi-bit (anti-aliased) image files that it supports. IE6 uses single-bit (hard edged) files, although the difference is barely noticeably. by jlabanca@google.com · 16 years ago
  43. 5d56e26 Updating GWT to use servlet API 2.5 consistently. by scottb@google.com · 16 years ago
  44. aa69158 Build fix for breaking CheckBoxTest on IE. by scottb@google.com · 16 years ago
  45. 88085e7 Reformat generated launch config. by scottb@google.com · 16 years ago
  46. 8024b78 Provide a welcome file automatically. by scottb@google.com · 16 years ago
  47. c0788c9 Fixed a bug where MenuItems in sub-sub menus cannot be clicked. by jlabanca@google.com · 16 years ago
  48. 3153c80 Collapsing our two versions of the ElementMapperImpl class into one. by ecc@google.com · 16 years ago
  49. 1c039aa This patch provides access to the underlying InputElement's value property, and by rjrjr@google.com · 16 years ago
  50. 095d97b Adds an option to HandlerManager to fire handlers in reverse order, and converts NativePreviewEvent to use the HandlerManager instead of an ArrayList. The HandlerManager automatically handles concurrent adds and removes, which caused a problem in MenuBar. by jlabanca@google.com · 16 years ago
  51. f5bad7a GwtEvent should not control its own hashcode Review by:jlabanca by ecc@google.com · 16 years ago
  52. 768d209 Removing jsni implementation of handler manager as benchmarking has shown it is not necessary. by ecc@google.com · 16 years ago
  53. 7e559d7 Committing issue http://gwt-code-reviews.appspot.com/2007, renaming SuggestBox.setSelectsFirstItem. by ecc@google.com · 16 years ago
  54. 83f8bbd Fixes issue 3148 by improving the performance of FlowPanel.clear() by a hundred to one on IE. by ecc@google.com · 16 years ago
  55. b01a43e making a sub-class public so I can cheat and use it in gwt-incubator, does not change the core API. by ecc@google.com · 16 years ago
  56. 15d532a Merged the legecy EventPreview stack into the new NativePreviewHandler stack so legacy EventPreviews will only fire if they are at the top of the combined stack. A previous change took PopupPanels off the legacy stack, which promoted other EventPreview to the top and broke legacy code. by jlabanca@google.com · 16 years ago
  57. 5e29db0 Fixes issue #3247. The upshot is, Pruner could leave the AST in an invalid state. In practice, this almost never mattered because TypeTightener would happily come along and fix things up. But sometimes, this would occur on the final Pruner pass, and since TypeTightener doesn't run after that, badness ensued. by scottb@google.com · 16 years ago
  58. 7575553 Doc tweaks. by scottb@google.com · 16 years ago
  59. 33b1a3e Stray file from previous commit: Committing upgrades to suggest box by ecc@google.com · 16 years ago
  60. 8d31a43 Committing upgrades to suggest box by ecc@google.com · 16 years ago
  61. c09608c Adding package protected roll down animation from gwt-incubator, initial work done by Jason Essington by ecc@google.com · 16 years ago
  62. a4cfc30 This patch generates (and uses) the mappings from compiler-generated classNames of javac by amitmanjhi@google.com · 16 years ago
  63. 33b27b4 Migrating ApplicationCreator to WebAppCreator. by scottb@google.com · 16 years ago
  64. 2a8bcff For public GWT builds, application creator now generates a DTD reference in the GWT module. by scottb@google.com · 16 years ago
  65. b1cf6fc Resorted SuggestOracle to avoid checkstyle warnings TBR:jlanbanca by ecc@google.com · 16 years ago
  66. 2c3eb6f Working on updated app creation. by scottb@google.com · 16 years ago
  67. 27f5270 Fixed the wiring so LoadListener.onError will actually fire. Review by:fabbott by ecc@google.com · 16 years ago
  68. 1953a9b Fix up the javadoc for Event by removing mentions of AssertionError, which we by ajr@google.com · 16 years ago
  69. d211a79 Adds updated @deprecated comments to change listeners to reflect that both change handler and value change handler are valid upgrade paths. by ecc@google.com · 16 years ago
  70. 3ec5d74 Deprecate DOM.eventSetKeyCode() because it is only supported in IE. by jlabanca@google.com · 16 years ago
  71. e7f17ee Fixed a bug in DOMImplIE6.getAbsoluteTop/Left() where the method throws a JS exception if the element is not attached to the DOM. by jlabanca@google.com · 16 years ago
  72. 20130b9 Remove unused java package checks from CompilingClassLoader. This is obsolete since we moved the implementation into findClass instead of loadClass. findClass never gets called for bootstrap classes anyway. by scottb@google.com · 16 years ago
  73. b20195f Fixed issue 3248 by adding Focusable interface Review by:jlabanca by ecc@google.com · 16 years ago
  74. 4215fbd Adds a PopupPanel.isShowing() method, implements PopupPanel.isVisible() to match PopupPanel.setVisible(), and fully defines the difference between setVisible()/show()/hide(). This patch also removes the ChangeHandler from TextBoxBase in favor of the ValueChangeHandler. by jlabanca@google.com · 16 years ago
  75. fe0ec08 Adding more @deprecates redirects where ever they seem useful. by ecc@google.com · 16 years ago
  76. 1e1b193 Fixes issue 3263 by added protected delegateEvent method to widget. by ecc@google.com · 16 years ago
  77. b3a956f Fixes issue 3260 by added more deprecation doc to keyboard listener by ecc@google.com · 16 years ago
  78. a898137 Added mouse wheel delta methods to MouseWheelEvent now that MouseWheelVelocity is deprecated. by jlabanca@google.com · 16 years ago
  79. d2e5b84 Removing additional format errors Review by:jlabanca by ecc@google.com · 16 years ago
  80. 76ca0f8 Fixes issue 3257 by making getAssociatedType public. Review by:jlabanca by ecc@google.com · 16 years ago
  81. 6c6b887 Fixing formatting errors Review by:jlabanca by ecc@google.com · 16 years ago
  82. 0464c2a Replaced PopupPanel#setAutoHidePartner() with PopupPanel#addAutoHidePartner() so multiple partners can be specified. by jlabanca@google.com · 16 years ago
  83. a151b96 Removed TabPanel#onBeforeSelection and TabPanel#onSelection for the API. We do not want to provide hooks for events when we already provide Event Handlers for them. by jlabanca@google.com · 16 years ago
  84. 6a28c74 Generate a serialization policy file with only line feeds, for consistent naming across platforms. by scottb@google.com · 16 years ago
  85. 7372f27 Added a NativePreviewEvent to replce the current EventPreview system. Now, multiple widgets can preview the same event, instead of just the one at the top of the stack. This fixes a couple of subtle bugs and adds some use cases, such as listening for user timeout. by jlabanca@google.com · 16 years ago
  86. 4a7688e Fixes issue 3196 by adding deprecation messages to all listener, listener adapter and listener collections. by ecc@google.com · 16 years ago
  87. f43443c Fixes issue 3210 by ensuring super.onBrowserEvent is called where appropriate in all of our core widgets. by ecc@google.com · 16 years ago
  88. f5844fb Return the correct style element for PopupPanels in FireFox on Mac, which uses an extra div. The JavaDoc explains that all style should apply to the inner div. by jlabanca@google.com · 16 years ago
  89. b7cbbaa Corrected the JavaDoc of Widget#doAttach/DetachChildren() to reflect its actual usage. The old comment stated that all implementors of HasWidgets must override it. In fact, it only needs to be overridden if a child widget is physically but not logically attached to a parent. by jlabanca@google.com · 16 years ago
  90. 4a37604 Fixed TreeItem stlyes that created a gap above Composite and complex widgets in Trees. by jlabanca@google.com · 16 years ago
  91. 8860d73 Update tests to match new CLDR-derived format strings. by jat@google.com · 16 years ago
  92. 4cf09bb Update NumberConstants properties files to current CLDR data. by jat@google.com · 16 years ago
  93. 034b50e Added dateBoxFormatError style definitions to the dark and chrome style themes. by jlabanca@google.com · 16 years ago
  94. 304651f Adding Format to DateBox Pair coded with jlabanca by ecc@google.com · 16 years ago
  95. 0fc47e3 Removed the unncessary padding from RadioButtons in the GWT style themes so that they line up nicely in Trees and in other uses. The padding was not needed for any styling reason. by jlabanca@google.com · 16 years ago
  96. 451b2a0 Marking InvalidDateReporter as deprecated. Review by:jat by ecc@google.com · 16 years ago
  97. 8e578fc Removing last vestiges of @deployDir from app creator. by scottb@google.com · 16 years ago
  98. f8d6dff Removing unsupported deploy-to attribute from generated projects. by scottb@google.com · 16 years ago
  99. d232a9a Adds more testability to our Main classes. Adds options testing to them also. by scottb@google.com · 16 years ago
  100. 4610283 Fixes issue 3181 by firing the show range event at the correct time. by ecc@google.com · 16 years ago