aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/itmill/toolkit/tests/TestForNativeWindowing.java
Commit message (Collapse)AuthorAgeFilesLines
* #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin"Henri Sara2009-05-111-130/+0
| | | | | | | - com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0
* Cleaned up the whole projectArtur Signell2009-01-021-0/+2
| | | | svn changeset:6398/svn branch:trunk
* component implements sizeable and simple general terminal implementationMatti Tahvonen2008-01-281-4/+4
| | | | svn changeset:3662/svn branch:trunk
* Major layout API changes: Sizeable is now deprecated. Use HasSize-interface ↵Jouni Koivuviita2007-12-131-4/+4
| | | | | | instead in combination with Size object (see ExpandLayout.java for example). OrderedLayout is no longer sizable. Table and Panel implement compatibility methods to proxy old size calls to the new Size object. svn changeset:3228/svn branch:trunk
* License header parametrizedJani Laakso2007-12-041-4/+8
| | | | | | | | Cleanup performed Organized imports Format svn changeset:3162/svn branch:trunk
* MASS REFORMAT.Marc Englund2007-11-191-108/+109
| | | | | | According to http://toolkit.intra.itmill.com/trac/itmilltoolkit/wiki/CodingConventions svn changeset:2864/svn branch:trunk
* -ISplitPanel classname convention changes.Jouni Koivuviita2007-10-151-0/+123
-IWindow themed, changes to size calculations and HTML structure. -New Util function, isIE6. -Small style fixes to common.css, select.css and progressindicator.css -IFilterSelect styles changed a bit, now works more reliably with wider widths. -ISplitPanel styles redone. -Windowing test now only for inline window testing, new test for native windowing test -> TestForNativeWindowing.java svn changeset:2515/svn branch:trunk