1. 831acab Fixes Issue #1082. by gwt.team.knorton · 18 years ago
  2. 4699866 Attempt to fix issue #1048. by gwt.team.mmendez · 18 years ago
  3. b928157 Fixes issue 1081. The RPC proxy generator was rebuilding the serializable type oracle needlessly. It appears to have always done this. In this fix, I moved the building of the SerializableTypeOracle into the ProxyCreator after we determine that we actually need to regenerate the proxy code. We could refactor the code further but rather than add more risk, we chose to keep it to the minimal change. by gwt.team.mmendez · 18 years ago
  4. 78a2bd4 Unreviewed fix of spelling error in comment by gwt.team.jat · 18 years ago
  5. 9e81311 Removed unused imports. by gwt.team.bruce · 18 years ago
  6. 7878df0 "Addresses" issue 1051 "MouseWheel event locations are bogus for Images" by removing mouse wheel event locations. by gwt.team.bruce · 18 years ago
  7. 40d8538 Doc-only changes. Fixed a couple of problems with the sample code, rearranged the examples to emphasize the simpler use case (not using @gwt.resource), and just a bit of other wordsmithing. by gwt.team.bruce · 18 years ago
  8. ff89727 - Minor tweak to javadoc ("id's" => "IDs") by gwt.team.bruce · 18 years ago
  9. efd3124 Fixes issue 1079 "Clarify and enhance setStyleName(), getStyleName(), addStyleName(), and removeStyleName()" by gwt.team.bruce · 18 years ago
  10. 362f748 Fixes issue 1077. Also, DeferredCommand.addCommand will throw an NPE if the cmd parameter is null. by gwt.team.mmendez · 18 years ago
  11. d4f9c35 Fixes issue 1076 "ImageBundleGenerator emits a relative URL for composite image". Modified to always prepend getModuleBaseURL() to the URL of the bundled image. by gwt.team.bruce · 18 years ago
  12. 9a7b93a Fix for issue #897; prevents IE from throwing an exception when trying to set focus on a hidden/detached widget. Also does some yummy refactoring goodness. by gwt.team.scottb · 18 years ago
  13. 5fe0035 Fixes Issue 799. by gwt.team.knorton · 18 years ago
  14. 4d65fde Fixes issue #1005; TreeItem.setState(true) no longer throws an exception if the item has no parent. by gwt.team.scottb · 18 years ago
  15. c3a52c1 Fixes issue #979; when using UIObject.addStyleName() on a element with no existing style, an extra space is no longer put on the front. by gwt.team.scottb · 18 years ago
  16. d994a17 Fix for issue #208; adds support for determining if the meta key is pressed. by gwt.team.scottb · 18 years ago
  17. fd149de Fix for issue #1062; allows checked exceptions declared a JSNI method signature to actually be thrown in hosted mode as the correct type. by gwt.team.scottb · 18 years ago
  18. a3d8d94 Fixes Issue #1030. by gwt.team.knorton · 18 years ago
  19. e3c1a4c Fix for issue #1022; makes GWT.getModuleBaseURL() correct in the mashup case. Some cases require crazy magic with setting and retrieving the URL of an image. Also adds a new GWT.getHostPageBaseURL(). by gwt.team.scottb · 18 years ago
  20. adc8d63 Fixes issue #282; adds a DOM.setImgSrc() in order to use crazy magic to avoid multiple image fetches when the same image is requested multiple times simultaneously on IE. by gwt.team.scottb · 18 years ago
  21. 721f56e Fixes issue #616; refactores ComplexPanel to just implement IndexedPanel. So all ComplexPanel subclass now implement it as well. This is nice because it allows a lot of shared code to be merged into ComplexPanel.java by gwt.team.scottb · 18 years ago
  22. 1fc2314 Fix for issue #987; makes the selection script wait for the body to finish loading before kicking of a GWT app in mashup mode. This is necessary so that things like RootPanel.get() don't return false. :) by gwt.team.scottb · 18 years ago
  23. f3b9f07 Change to make HistoryImplIE6 no longer need to actually load history.html from the server, saving round trips. Also includes a refactoring of HistoryImplIE6/Saf. by gwt.team.scottb · 18 years ago
  24. e4f4a53 Reduced the log level used for displaying the set of serializable types from INFO to DEBUG. by gwt.team.mmendez · 18 years ago
  25. 7bda45a Removes RichTextIE.html from KitchenSink and instead uses a doc.open/write/close solution in RichTextAreaImplIE6. Also does some cleanup on RichTextArea in general. by gwt.team.scottb · 18 years ago
  26. d14b628 Set the end of line and mime type properties for this file. by gwt.team.mmendez · 18 years ago
  27. 539527e Fixes issue 1049. Generated files were not being considered generated/transient if the -gen flag was specified. This is not so much a fix as it is a band-aid. We need to reconsider the hosted mode cache design when we look at "instant" hosted mode; it may not be necessary to have the cache at all. by gwt.team.mmendez · 18 years ago
  28. 0c90ed4 Fixes issues 242, 540, 933. by gwt.team.mmendez · 18 years ago
  29. cab008a Fix for issue 942. Patch by: jgw Review by: rdayal by gwt.team.jgw · 18 years ago
  30. c30cac0 Fix for issue #935; generally fixes caching for GWTShellServlet by setting appropriate headers for *.cache.*, *.nocache.*, and everything else. "Everything else" now has a 5 second expire time in hosted mode; this allows for easily reflected updates while allowing image bundles to make only one request in most cases. This patch also changes mashup script names to from "module.nocache-xs.js" to "module-xs.nocache.js" to make filtering rules easier to write. by gwt.team.scottb · 18 years ago
  31. a479f0c Fixes a hosted mode memory leak in HTMLTable by eliminating Java->JavaScript->Java reference cycles. by gwt.team.scottb · 18 years ago
  32. 3eb01fb Fixes Issue #1050. by gwt.team.knorton · 18 years ago
  33. 4f6cb96 Setting svn props on some java files that don't have them. by gwt.team.scottb · 18 years ago
  34. 2f96cac Fixes Issue #174. by gwt.team.knorton · 18 years ago
  35. 0dd35fa Fixes a problem in type pruning where removing a type would cause it to skip the next type. Also early-outs method upref rescue. by gwt.team.scottb · 18 years ago
  36. aaf0e5a Fixes Popups on IE6 to have the background frame sets its position immediately; this prevents flickering. by gwt.team.scottb · 18 years ago
  37. a27abd6 When widgets are added to a DeckPanel, their visibility, height, and width by gwt.team.jgw · 18 years ago
  38. 09745b9 This patch changes the behavior of the left and right arrow keys on by gwt.team.jgw · 18 years ago
  39. 6813e7d This patch cleans up the way we were handling mouse capture on Mozilla, Opera, by gwt.team.jgw · 18 years ago
  40. 59ac644 Fixes issue 738. Also fixed a bug where parameterized type arguments were being ignored during the interning of a parameterized type. by gwt.team.mmendez · 18 years ago
  41. 9f2f5ad Fixes issue #1002; the text and icon of a stackpanel frame would not trigger an expansion. This was an unintended side effect of handling nested stackpanels correctly. by gwt.team.scottb · 18 years ago
  42. efd8313 Fixes issue 1018. Creates a new package-protected java.util.Comparators utility class to provide the natural order Comparator, corrects Arrays.binarySearch when called with a null Comparator, and adds Collections.binarySearch. Test cases provided for the new functionality. by gwt.team.mmendez · 18 years ago
  43. 443651b In Safari, if an element (or one of its ancestors) is detached from the by gwt.team.knorton · 18 years ago
  44. 853c7a7 Change to make the existing PropertyOracle implementations actually adhere to the PropertyOracle contract. by gwt.team.scottb · 18 years ago
  45. adaa270 Fixes issue 976. The benchmarkViewer will run in hybrid mode now. by gwt.team.mmendez · 18 years ago
  46. 5bc2013 Fixes issue 835. Will need to consider a rebind based solution for browser specific XHR failures in the future. by gwt.team.mmendez · 18 years ago
  47. 5013c2e Fixed sort order. by gwt.team.scottb · 18 years ago
  48. 329089c Fixes Issue #575. by gwt.team.knorton · 18 years ago
  49. 0332b1d Fixes eventGetFromElement() on standard browsers (i.e. not IE). by gwt.team.jgw · 18 years ago
  50. 2d25d45 Fixes Issues #596 & #982. by gwt.team.knorton · 18 years ago
  51. 5c55579 Fixes Issue #693. by gwt.team.knorton · 18 years ago
  52. c3ef682 Fix for issue #718; fixes problems that would occur when adding/inserting a child Widget into its own parent HorizontalPanel or VerticalPanel. by gwt.team.scottb · 18 years ago
  53. e1eafe0 Fixes Issue #983. by gwt.team.knorton · 18 years ago
  54. b67f3b1 Fixes issue #950 "Can not select multiple items on Listbox programmatically" by gwt.team.bruce · 18 years ago
  55. c1ec13c Fixes Issue #286. by gwt.team.knorton · 18 years ago
  56. 45919c2 Fixes a bad optimization that completely pruned empty try blocks, even if they had non-empty finally blocks that needed to be run. by gwt.team.scottb · 18 years ago
  57. 946647d Adds a couple more dead code optimizations, and also cleans up creation of JExpressionStatements throughout the compiler. by gwt.team.scottb · 18 years ago
  58. ebb7ea1 Missing file from patch for issue 879. Patch by: rdayal Review by: jgw by gwt.team.jgw · 18 years ago
  59. f573df2 Committing missing test change from r911. Patch by: rdayal Review by: jgw by gwt.team.jgw · 18 years ago
  60. 0da4d2f Fixes DOM.scrollIntoView() to assume the BODY element is scrollable by default (which it is). by gwt.team.jgw · 18 years ago
  61. d18e537 Committing ecc's patch for issue 926. The issue was caused by another fix to the by gwt.team.jgw · 18 years ago
  62. fd366b2 Added PopupPanel.center() method (issue 949). Review by: ecc by gwt.team.jgw · 18 years ago
  63. 1df2ba4 Fix for issue #972; removes dependency from RPC server code into gwt-dev. Also removes an unneeded param from TypeInfo.getSourceRepresentation(). by gwt.team.scottb · 18 years ago
  64. 018cc64 Fix for issues #966 and #867; escapes HTML end tags from string literals in compiler output. by gwt.team.scottb · 18 years ago
  65. 9084859 Fix for issue #878; CheckBox.getTabIndex() did not match CheckBox.setTabIndex(). by gwt.team.scottb · 18 years ago
  66. deaff2d Fix for issue #839; renaming wnd/doc back to $wnd/$doc inside of selection scripts, so that property providers can correctly access those symbols. by gwt.team.scottb · 18 years ago
  67. 0aa3380 Fixes Issue #411. by gwt.team.knorton · 18 years ago
  68. 08e36e8 Fixes Issue #312. by gwt.team.knorton · 18 years ago
  69. 8863d10 Fixes Issues #74 & #790. by gwt.team.knorton · 18 years ago
  70. a069ab3 Fix for issue #971; simplifies several conditional expressions into || operators. by gwt.team.scottb · 18 years ago
  71. 3c6d405 Adds DOM.insertBefore(). by gwt.team.scottb · 18 years ago
  72. 19241fb Fixes issue #999 "ListBox items don't treat null values consistently". by gwt.team.bruce · 18 years ago
  73. 0ddceab Applies checkstyle to gwt-user source files. by gwt.team.scottb · 18 years ago
  74. 08d52fa Checkstyle fixes. by gwt.team.scottb · 18 years ago
  75. 8bc6c1b Fixes issue #446 "DOM.insertChild fails on IE6 when the index parameter is greater than the num of children". by gwt.team.bruce · 18 years ago
  76. 3aaf117 Fix for issue #851; implements some dead code eliminations suggested by sandymac. by gwt.team.scottb · 18 years ago
  77. e47256d Replaces deprecated call to DeferredCommand.add(...) with by gwt.team.knorton · 18 years ago
  78. 84ba506 TBR-ed tweaks. In Image.java, changed DeferredCommand.add() to DeferredCommand.addCommand() now that DeferredCommand.add() is deprecated. Thanks for Alex Tkachman for pointing this out. In WebModeCompilerFrontEnd.java, removed periods from error messages to be consistent with the rest of the code. by gwt.team.bruce · 18 years ago
  79. 4b85cd5 Fixes issues #988 "Fix module copyrights to use apache google header" by gwt.team.bruce · 18 years ago
  80. b71026b Fixes issue #387. Very simple change param doc clarification. by gwt.team.bruce · 18 years ago
  81. ce4fff2 Fixes issue #946 "Warn user to increase max heap size" (that is, when an out of memory error occurs) by gwt.team.bruce · 18 years ago
  82. 73141eb Extracted the image bundle example code into a nested class, fixing a typo pointed out by Mathias Bogaert in the process. Thanks Mathias and Fred! by gwt.team.bruce · 18 years ago
  83. 1844843 Received CLA from Mat Gessel; normalized header on ClassCastTestCase.java and therefore the checkstyle rules for test code. by gwt.team.scottb · 18 years ago
  84. b87cd06 Fixes issue #907 ("Float.valueOf() Acceptes Alpha Strings") by gwt.team.bruce · 18 years ago
  85. 87f9f06 Fix for issue #963; implements a -port auto command-line option to setting the the embedded Tomcat server to run on an open port. JUnitShell always runs on port auto. by gwt.team.scottb · 18 years ago
  86. 6415555 Using eclipse whitespace formatting to avoid messy patch. No reviewer by gwt.team.ecc · 18 years ago
  87. 6fa2309 Fixes Issue #534. by gwt.team.knorton · 18 years ago
  88. b2897bf Fixes Issue #844. by gwt.team.knorton · 18 years ago
  89. 4275a61 Factor out common code for setJavaScriptHost/clearJavaScriptHost, fix typo in error message. by gwt.team.scottb · 18 years ago
  90. 2afcde9 Fix for issue #937; static initializers must statically initialize super by gwt.team.scottb · 18 years ago
  91. 719c77d Fix for issue #910; synthesizes a wrapJSO around JavaScriptObject being assigned into a JavaScriptObject type array where the assignment might generate a runtime type check. by gwt.team.scottb · 18 years ago
  92. 0c62662 - Minor code gen optimization: no longer prints CRLFs into generated output on Windows in obfuscated mode (just LF). by gwt.team.scottb · 18 years ago
  93. 634a69b Prepends the proper amount of indentation on code snippets written in to the benchmark reports. by gwt.team.bruce · 18 years ago
  94. 8ec126e Formatting tweaks to generator/ast/*.java source. by gwt.team.bruce · 18 years ago
  95. 5d1b1be Fixes issue 755 by removing the useless setAttribute calls in TreeItem. by gwt.team.ecc · 18 years ago
  96. 92104f0 Fix for event handling bug in nested StackPanels (issue 834). by gwt.team.jgw · 18 years ago
  97. 7cf36ad Added modality and auto-hide flags to DialogBox; fixed PopupPanel to no longer allow key events behind modal popups. by gwt.team.jgw · 18 years ago
  98. d8b6301 Fixes issue 792 by adding guards to detatch, also throws IllegalStateException if we ever try to attach when not attached, or detach when not detached. by gwt.team.ecc · 18 years ago
  99. 467fdf5 Fixes issue 792 by adding guards to detatch, also throws IllegalStateException if we ever try to attach when not attached, or detach when not detached. by gwt.team.ecc · 18 years ago
  100. f32f9e4 Fixes issue 792 by adding guards to detatch, also throws IllegalStateException if we ever try to attach when not attached, or detach when not detached. by gwt.team.ecc · 18 years ago