aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/ui/Window.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-1627/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Fixed - #2921: Window should be able to contain a ComponentContainer Artur Signell2009-05-111-10/+5
| | | | | | http://dev.itmill.com/ticket/2921 svn changeset:7713/svn branch:6.0
* Implementation serialization support for Toolkit. Fixes #695Joonas Lehtinen2009-04-121-12/+6
| | | | svn changeset:7387/svn branch:6.0
* fixes #2518, window resize listenerMatti Tahvonen2009-04-021-0/+98
| | | | svn changeset:7285/svn branch:6.0
* Fix for #2689: Window.setPositionX/Y() does not cause repaint. Artur Signell2009-03-021-0/+3
| | | | | | http://dev.itmill.com/ticket/2689 svn changeset:6997/svn branch:6.0
* better overridden javadocMatti Tahvonen2009-01-091-1/+6
| | | | svn changeset:6484/svn branch:trunk
* Cleaned up the whole projectArtur Signell2009-01-021-0/+9
| | | | svn changeset:6398/svn branch:trunk
* Test case and fix for #2406 - Sub window with undefined height and 100% high ↵Artur Signell2008-12-301-0/+10
| | | | | | layout svn changeset:6366/svn branch:trunk
* removed obsolete method (due #2319)Matti Tahvonen2008-12-151-40/+0
| | | | svn changeset:6209/svn branch:trunk
* Changes to subwindows. More validity checks, new method to create subwindow ↵Matti Tahvonen2008-12-121-24/+54
| | | | | | with better initial values for its layout. svn changeset:6186/svn branch:trunk
* OL -> VerticalLayout as default for panelMatti Tahvonen2008-12-121-3/+14
| | | | svn changeset:6183/svn branch:trunk
* added VerticalLayout check to subwindow width sanity checkMatti Tahvonen2008-12-111-0/+1
| | | | svn changeset:6175/svn branch:trunk
* fixes #2321, default width check when adding subwindows.Matti Tahvonen2008-12-111-0/+8
| | | | svn changeset:6174/svn branch:trunk
* most component containers now default to 100% widthMatti Tahvonen2008-11-041-0/+1
| | | | svn changeset:5809/svn branch:trunk
* svn changeset:5558/svn branch:trunkMatti Tahvonen2008-09-301-0/+35
|
* fixes #1235. setting subwindow subwindow readonly now disables client side ↵Matti Tahvonen2008-09-301-4/+6
| | | | | | closing svn changeset:5552/svn branch:trunk
* Fixes #2100 : Prevent window from being added to multiple placesJoonas Lehtinen2008-09-241-4/+10
| | | | svn changeset:5507/svn branch:trunk
* Bugfix: Also sending close-events for the main-window.Joonas Lehtinen2008-09-031-4/+0
| | | | svn changeset:5354/svn branch:trunk
* Changed window close behavior to not disable browser-level windows when ↵Joonas Lehtinen2008-09-031-5/+16
| | | | | | closing them. This does not affect the past behavior as the close has not been working before #2053. svn changeset:5353/svn branch:trunk
* Fixed #2053 : Closing browse-window should trigger submitting changes and ↵Joonas Lehtinen2008-09-031-1/+6
| | | | | | fire close-event svn changeset:5351/svn branch:trunk
* Fixed for #2006 - updated error handlingArtur Signell2008-08-281-79/+77
| | | | svn changeset:5281/svn branch:trunk
* API changes:Jouni Koivuviita2008-08-211-0/+51
| | | | | | | | | Window.setResizable(boolean resizability) now allows to disable end-user sub-window resizing. Window.center() allows to request a sub-window to be centered on screen. Improved theming capabilities for IWindow: window borders are now calculated dynamically for every sub-window instance, previously only one final static was specified. svn changeset:5238/svn branch:trunk
* Test case and fix for #1924Matti Tahvonen2008-07-101-0/+2
| | | | svn changeset:5076/svn branch:trunk
* scrollable related changes, fixes #1834, #1846Matti Tahvonen2008-06-241-64/+0
| | | | svn changeset:4942/svn branch:trunk
* support for uri and parameter handlers in subwindows (forwards to main ↵Matti Tahvonen2008-05-231-35/+57
| | | | | | window, still needs logic for non attached subwindows) svn changeset:4618/svn branch:trunk
* support for non-pixel sizes for window. Fixes #1619Matti Tahvonen2008-05-091-23/+0
| | | | svn changeset:4415/svn branch:trunk
* Even more Notification documentation.Marc Englund2008-03-061-0/+5
| | | | svn changeset:3991/svn branch:trunk
* More Notification documentation.Marc Englund2008-03-061-17/+135
| | | | svn changeset:3990/svn branch:trunk
* Documented Notification ( #1359 ) and implemented icon support that was i ↵Marc Englund2008-03-061-5/+109
| | | | | | the API but not working. svn changeset:3989/svn branch:trunk
* Deprecated Application.setFocusedComponent and Application.consumeFocus(), ↵Jani Laakso2008-02-081-28/+0
| | | | | | | | this design flaw will be fixed in later releases. Upload setFocus() now works even if it is not yet attached. svn changeset:3755/svn branch:trunk
* Fixed #1393 (Focusable has id which is obsolete)Jani Laakso2008-02-081-72/+0
| | | | svn changeset:3752/svn branch:trunk
* fixes #1036 and removes some obsolete codeMatti Tahvonen2008-02-011-1/+17
| | | | svn changeset:3704/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-57/+33
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* Notifications set caption (not message) if only one string is provided.Marc Englund2007-12-041-8/+16
| | | | svn changeset:3135/svn branch:trunk
* implemented modality and fixed ModalWindow demoMatti Tahvonen2007-11-281-0/+16
| | | | svn changeset:3010/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-1252/+1255
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* Notifications API.Marc Englund2007-11-051-54/+242
| | | | | | + small fix for richtextarea svn changeset:2712/svn branch:trunk
* -All component stylenames now get prefixed with component base stylename.Jouni Koivuviita2007-10-161-1/+1
| | | | | | | | | | -runAnchestorsLayout -> runAncestorsLayout (grammar-fix). -IPanel stylename conventions changed (again). Now all additional stylenames are added to the panel, e.g. addStyleName("red") + addStyleName("green") -> .i-panel .i-panel-red .i-panel-green - ^ same for ITabsheet. -Layout padding convention changed (again). Now by default only Panels and TabSheets have padding, and they can remove that padding by using a constant stylename (Panel.STYLE_NO_PADDING and same for TabSheet). -IWindow styles altered a bit (now able to move Window in IE6 also :)). svn changeset:2527/svn branch:trunk
* Mass format based on eclipse build in formatting style.Jani Laakso2007-10-091-23/+35
| | | | svn changeset:2461/svn branch:trunk
* fixes for windows size & implemented scroll positionsMatti Tahvonen2007-10-021-0/+62
| | | | svn changeset:2407/svn branch:trunk
* subwindows now send attach events & works with focus correctlyMatti Tahvonen2007-08-301-3/+6
| | | | svn changeset:2154/svn branch:trunk
* Support for opening application level windows, opening urls, managing ↵Joonas Lehtinen2007-08-261-13/+1
| | | | | | subwindows, deprecating frames, updating main view, ... svn changeset:2127/svn branch:trunk
* API changes and most of the base library implementation needed for new ↵Joonas Lehtinen2007-08-241-8/+117
| | | | | | Windowing system. Implementation for gwt-adater (both client and server). svn changeset:2125/svn branch:trunk
* typo fixJani Laakso2007-05-211-1/+2
| | | | svn changeset:1443/svn branch:trunk
* Unified code style (indentation) based on default settings using Eclipse 3.2.Jani Laakso2007-04-181-101/+135
| | | | svn changeset:1256/svn branch:trunk
* Constructors documents changedMohamed Atique2007-04-131-4/+4
| | | | svn changeset:1230/svn branch:trunk
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-131-6/+7
| | | | | | | | | mohamed.atique@renaissance-it.com. All changes are related to javadocs only. Merge was done beetween revisions 1213 - 1215. svn changeset:1221/svn branch:trunk
* Pulled changesets from branches/4.0.0-SRIT into trunk, done byJani Laakso2007-04-121-82/+185
| | | | | | | | | mohamed.atique@renaissance-it.com. All changes are related to javadocs only. Merge was done beetween revisions 924:1192. svn changeset:1212/svn branch:trunk
* Initial commit for #211Matti Tahvonen2007-03-301-0/+1
| | | | svn changeset:1070/svn branch:trunk
* DIW windows: now closing mechanism is pretty much completeMatti Tahvonen2007-03-121-2/+45
| | | | svn changeset:845/svn branch:trunk