aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/terminal/gwt/client/ui/IToolkitOverlay.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-313/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* recatored shadow position handling, avoids regression when updating to GWT 1.6Matti Tahvonen2009-04-281-6/+18
| | | | svn changeset:7553/svn branch:6.0
* Fixes #2704 for version 6.0: Popup shadow right and left part missing in ↵Jouni Koivuviita2009-03-021-5/+24
| | | | | | Opera 9.6 svn changeset:6995/svn branch:6.0
* fixes #2503 and "broken shadow" issue in IE7, never add absolutely ↵Matti Tahvonen2009-02-061-5/+7
| | | | | | positioned element to dom in IE7 unless the parent size is defined svn changeset:6754/svn branch:trunk
* Fix for #2541 - IToolkitOverlay offset in IE7Artur Signell2009-02-061-0/+8
| | | | svn changeset:6750/svn branch:trunk
* New default theme for sub window. Shadow implementation much simplified, now ↵Jouni Koivuviita2008-10-031-94/+177
| | | | | | | | we can have different kind of shadows in classes extending IToolkitOverlay. IWindow now extends IToolkitOverlay. svn changeset:5591/svn branch:trunk
* Fixes #2114 : PopupView: Shadow does not scale together with the animationJoonas Lehtinen2008-09-241-4/+27
| | | | svn changeset:5505/svn branch:trunk
* Fixes #2011, exception in IE7 when rendering shadow.Jouni Koivuviita2008-09-231-2/+14
| | | | svn changeset:5486/svn branch:trunk
* Fixes #2010 - Client classes renamedArtur Signell2008-08-281-0/+154
svn changeset:5285/svn branch:trunk