summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation errors due to added genericsArtur Signell2009-12-291-4/+5
* Fixed generics warningsArtur Signell2009-12-285-39/+47
* Brought branch up-to-date with 6.2Artur Signell2009-12-181-1/+2
|\
| * Added public declaration to LayoutClickEventHandler constructor (made possibl...Jouni Koivuviita2009-12-181-1/+2
* | Initial GWT 2.0.0 support (#3810)Artur Signell2009-12-181-5/+1
|/
* added generics for textfield change variables (commonly extended component, c...Matti Tahvonen2009-12-181-1/+1
* Fix for #3886 - InputPrompt of TextField/Combobox does not change until refreshArtur Signell2009-12-181-53/+54
* Fix for #3886 - InputPrompt of TextField does not change until refreshArtur Signell2009-12-181-0/+1
* Fixes #3884: Menubar with collapsed menus does not handle resize events properlyJouni Koivuviita2009-12-181-1/+11
* fixes minor IE8 rendering issue (main application area pops some pixels down ...Matti Tahvonen2009-12-181-2/+2
* #3879 removing portlet leaked memory due to ConcurrentModificationExceptionHenri Sara2009-12-171-3/+7
* Fix for #3874 - Two click events is sent for a middle click in a layoutArtur Signell2009-12-171-22/+6
* Added javadoc, fixes #3856Marc Englund2009-12-171-4/+250
* fixed obvious bug in non-used soon to be deprecated method :-)Matti Tahvonen2009-12-171-1/+1
* fixes #3859, documented why some of the methods are deprecatedMatti Tahvonen2009-12-171-21/+29
* fixes #3859, documented why some of the methods are deprecatedMatti Tahvonen2009-12-171-125/+124
* Added javadoc comment that Accordion does not support closing tabs.Artur Signell2009-12-171-1/+6
* Fix for #3259 - Removing all action handlersArtur Signell2009-12-173-0/+27
* fixes #3688Matti Tahvonen2009-12-171-23/+54
* Subwindows can now receive focus w/o focusing some field within the window. F...Marc Englund2009-12-163-11/+26
* added generics to ParameterHandlerMatti Tahvonen2009-12-162-5/+5
* fixes #3807, LoginForm now works if getWindow() returns windows for each uri ...Matti Tahvonen2009-12-161-5/+9
* Test case and fix for #3133 - Window draggability disabling featureArtur Signell2009-12-152-11/+66
* Fix for #3120 - Add Window.setClosable()Artur Signell2009-12-152-13/+69
* improving debug messagesMatti Tahvonen2009-12-151-7/+10
* Added debug messagesMatti Tahvonen2009-12-151-7/+11
* debug messages now goes to loggerMatti Tahvonen2009-12-151-13/+48
* alphabetical listing of components included in widgetmapMatti Tahvonen2009-12-151-3/+12
* Test case and fix for #3817 - Upload: Browsers send different filenamesArtur Signell2009-12-151-1/+18
* Fixed GWT 1.7.0 incompatible codeArtur Signell2009-12-151-2/+3
* Added genericsArtur Signell2009-12-152-13/+13
* Added generics from Container interfaceArtur Signell2009-12-158-19/+13
* Fixes #3850: Submenu icon is placed outside the menu in IE7Jouni Koivuviita2009-12-151-48/+54
* Added Validator genericsArtur Signell2009-12-152-18/+21
* fixes #3715Matti Tahvonen2009-12-141-18/+18
* Fix for #3367 - It should be possible to specify parameters for embedded flashArtur Signell2009-12-141-16/+60
* more information for VUnknownComponent (and uidl browser). Fixes #3831Matti Tahvonen2009-12-145-15/+48
* Fix for #3825 - AbstractComponentThrows NPE when both visible and enable is s...Artur Signell2009-12-141-1/+2
* cleaned redundancy, added deprecated annotationMatti Tahvonen2009-12-141-2/+2
* replaced(depracated) paintReference with addAttribute(String,Paintable) and a...Matti Tahvonen2009-12-145-212/+99
* Added generics to ComponentContainer.getComponentIterator (#3717).Artur Signell2009-12-149-37/+38
* Added generics to BeanItem for #3717Artur Signell2009-12-142-22/+23
* Removed unnecessary "px" units after 0 widths and heights.Jouni Koivuviita2009-12-141-4/+4
* Document empty/required validation behvaior in javadoc (#3787).Artur Signell2009-12-141-3/+7
* Added some javadoc, for #3763Marc Englund2009-12-111-6/+290
* Additional fix for #3759Jouni Koivuviita2009-12-101-1/+2
* Updated "selected" javadoc for Tree to make it clear that it only applies to ...Artur Signell2009-12-101-5/+9
* Fix for #3820 - DefaultItemSorter is not serializableArtur Signell2009-12-102-2/+4
* #3835 support for "style" parameter in portlet.xmlHenri Sara2009-12-102-3/+15
* Window title no longer changed when running embedded, fixes #3479Marc Englund2009-12-104-48/+70