aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/Window.java
Commit message (Expand)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-1627/+0
* Fixed - #2921: Window should be able to contain a ComponentContainer Artur Signell2009-05-111-10/+5
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-12/+6
* fixes #2518, window resize listenerMatti Tahvonen2009-04-021-0/+98
* Fix for #2689: Window.setPositionX/Y() does not cause repaint. Artur Signell2009-03-021-0/+3
* better overridden javadocMatti Tahvonen2009-01-091-1/+6
* Cleaned up the whole projectArtur Signell2009-01-021-0/+9
* Test case and fix for #2406 - Sub window with undefined height and 100% high ...Artur Signell2008-12-301-0/+10
* removed obsolete method (due #2319)Matti Tahvonen2008-12-151-40/+0
* Changes to subwindows. More validity checks, new method to create subwindow w...Matti Tahvonen2008-12-121-24/+54
* OL -> VerticalLayout as default for panelMatti Tahvonen2008-12-121-3/+14
* added VerticalLayout check to subwindow width sanity checkMatti Tahvonen2008-12-111-0/+1
* fixes #2321, default width check when adding subwindows.Matti Tahvonen2008-12-111-0/+8
* most component containers now default to 100% widthMatti Tahvonen2008-11-041-0/+1
* svn changeset:5558/svn branch:trunkMatti Tahvonen2008-09-301-0/+35
* fixes #1235. setting subwindow subwindow readonly now disables client side cl...Matti Tahvonen2008-09-301-4/+6
* Fixes #2100 : Prevent window from being added to multiple placesJoonas Lehtinen2008-09-241-4/+10
* Bugfix: Also sending close-events for the main-window.Joonas Lehtinen2008-09-031-4/+0
* Changed window close behavior to not disable browser-level windows when closi...Joonas Lehtinen2008-09-031-5/+16
* Fixed #2053 : Closing browse-window should trigger submitting changes and fir...Joonas Lehtinen2008-09-031-1/+6
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-79/+77
* API changes:Jouni Koivuviita2008-08-211-0/+51
* Test case and fix for #1924Matti Tahvonen2008-07-101-0/+2
* scrollable related changes, fixes #1834, #1846Matti Tahvonen2008-06-241-64/+0
* support for uri and parameter handlers in subwindows (forwards to main window...Matti Tahvonen2008-05-231-35/+57
* support for non-pixel sizes for window. Fixes #1619Matti Tahvonen2008-05-091-23/+0
* Even more Notification documentation.Marc Englund2008-03-061-0/+5
* More Notification documentation.Marc Englund2008-03-061-17/+135
* Documented Notification ( #1359 ) and implemented icon support that was i the...Marc Englund2008-03-061-5/+109
* Deprecated Application.setFocusedComponent and Application.consumeFocus(), th...Jani Laakso2008-02-081-28/+0
* Fixed #1393 (Focusable has id which is obsolete)Jani Laakso2008-02-081-72/+0
* fixes #1036 and removes some obsolete codeMatti Tahvonen2008-02-011-1/+17
* License header parametrizedJani Laakso2007-12-041-57/+33
* Notifications set caption (not message) if only one string is provided.Marc Englund2007-12-041-8/+16
* implemented modality and fixed ModalWindow demoMatti Tahvonen2007-11-281-0/+16
* MASS REFORMAT.Marc Englund2007-11-191-1252/+1255
* Notifications API.Marc Englund2007-11-051-54/+242
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-1/+1
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-23/+35
* fixes for windows size & implemented scroll positionsMatti Tahvonen2007-10-021-0/+62
* subwindows now send attach events & works with focus correctlyMatti Tahvonen2007-08-301-3/+6
* Support for opening application level windows, opening urls, managing subwind...Joonas Lehtinen2007-08-261-13/+1
* API changes and most of the base library implementation needed for new Window...Joonas Lehtinen2007-08-241-8/+117
* typo fixJani Laakso2007-05-211-1/+2
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-101/+135
* Constructors documents changedMohamed Atique2007-04-131-4/+4
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-131-6/+7
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-82/+185
* Initial commit for #211Matti Tahvonen2007-03-301-0/+1
* DIW windows: now closing mechanism is pretty much completeMatti Tahvonen2007-03-121-2/+45