Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #8169, #8326 Removed SplitPanel and special handling of SplitPanel on | Artur Signell | 2012-01-31 | 1 | -114/+0 |
| | | | client side | ||||
* | #8324 Split split panel classes into widget and paintable | Artur Signell | 2012-01-31 | 1 | -2/+2 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Corrected SplitPanel default size (#6020) | Artur Signell | 2010-11-26 | 1 | -0/+1 |
| | | | | svn changeset:16176/svn branch:6.5 | ||||
* | #6020 - Split SplitPanel into HorizontalSplitPanel and VerticalSplitPanel | Artur Signell | 2010-11-23 | 1 | -424/+7 |
| | | | | | | Refactored SplitPanels to extend an AbstractSplitPanel super class. Deprecated the old SplitPanel class. svn changeset:16113/svn branch:6.5 | ||||
* | Fixes style attributes remaining in DOM when swapping reverse positioning in ↵ | John Alhroos | 2010-10-29 | 1 | -1/+1 |
| | | | | | | SplitPanel. svn changeset:15774/svn branch:6.5 | ||||
* | Bugfix for #1588 | John Alhroos | 2010-10-29 | 1 | -3/+1 |
| | | | | svn changeset:15769/svn branch:6.5 | ||||
* | Adds possibility to set split position from the opposite side in a ↵ | John Alhroos | 2010-10-29 | 1 | -4/+42 |
| | | | | | | SplitPanel. #1588 svn changeset:15767/svn branch:6.5 | ||||
* | #4611 add getComponentCount() method for ComponentContainer implementations | Henri Sara | 2010-10-26 | 1 | -2/+18 |
| | | | | svn changeset:15724/svn branch:6.5 | ||||
* | #5865: class stubs + depracations towards one to one widget mapping | Matti Tahvonen | 2010-10-21 | 1 | -0/+20 |
| | | | | svn changeset:15648/svn branch:6.5 | ||||
* | Fixed compiler warnings in demo and core source (#2274) | Artur Signell | 2010-10-07 | 1 | -0/+1 |
| | | | | svn changeset:15451/svn branch:6.5 | ||||
* | #5692 Generics: server-side changes for changeVariables() and some component ↵ | Henri Sara | 2010-10-04 | 1 | -1/+1 |
| | | | | | | iterators svn changeset:15338/svn branch:6.5 | ||||
* | Reverted constructor visibility changes, will use isSynthetic() test instead | Henri Sara | 2010-07-06 | 1 | -5/+0 |
| | | | | svn changeset:14081/svn branch:6.4 | ||||
* | Make private nested class constructor visibility public or package to ↵ | Henri Sara | 2010-07-06 | 1 | -0/+5 |
| | | | | | | prevent the generation of non-serializable access constructors by the compiler. svn changeset:14080/svn branch:6.4 | ||||
* | #5286 implement Serializable where necessary | Henri Sara | 2010-07-01 | 1 | -40/+49 |
| | | | | svn changeset:13989/svn branch:6.4 | ||||
* | code splitting + client initialization | Matti Tahvonen | 2010-06-11 | 1 | -1/+2 |
| | | | | svn changeset:13651/svn branch:6.4 | ||||
* | initial implementation of code splitting #4408 | Matti Tahvonen | 2010-06-04 | 1 | -1/+1 |
| | | | | svn changeset:13561/svn branch:6.4 | ||||
* | Fixes #4460: SplitPanel: add getters for the position (and unit) of the ↵ | Jouni Koivuviita | 2010-03-31 | 1 | -0/+19 |
| | | | | | | splitter on the server side component svn changeset:12248/svn branch:6.3 | ||||
* | Fix for #4354 - SplitPanel setComponent methods should check if the ↵ | Artur Signell | 2010-03-16 | 1 | -0/+10 |
| | | | | | | component is already set svn changeset:11908/svn branch:6.3 | ||||
* | Fixes #3322: SplitPanel with split position 100% doesn't resize correctly | Jouni Koivuviita | 2010-03-05 | 1 | -5/+9 |
| | | | | | | * Percentage sizes now remain percentages, even if the end user drags the split handle to a new position. An rounding to nearest percentage is done at that point. svn changeset:11661/svn branch:6.3 | ||||
* | Fuxes #3904: VSplitPanel sends unnecessary split position events | Jouni Koivuviita | 2009-12-23 | 1 | -4/+22 |
| | | | | svn changeset:10541/svn branch:6.2 | ||||
* | Added generics to ComponentContainer.getComponentIterator (#3717). | Artur Signell | 2009-12-14 | 1 | -3/+3 |
| | | | | svn changeset:10281/svn branch:6.2 | ||||
* | Fixes #3526: SplitPanel collapse and expand with doubleclick | Jouni Koivuviita | 2009-12-08 | 1 | -0/+60 |
| | | | | | | * Added SplitterClickEvent support for SplitPanel. svn changeset:10187/svn branch:6.2 | ||||
* | "removed" (finalized + deprecated) getTag from AbstractComponent | Matti Tahvonen | 2009-10-06 | 1 | -10/+0 |
| | | | | svn changeset:9095/svn branch:2009-09-widget-packaging_3332 | ||||
* | steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵ | Matti Tahvonen | 2009-09-25 | 1 | -5/+7 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | Fixed a typo in javadoc | Matti Tahvonen | 2009-09-09 | 1 | -2/+2 |
| | | | | svn changeset:8717/svn branch:6.1 | ||||
* | fixes #3309 + two other typos | Matti Tahvonen | 2009-09-09 | 1 | -3/+3 |
| | | | | svn changeset:8716/svn branch:6.1 | ||||
* | fixes #3169, thanks to Downlord | Matti Tahvonen | 2009-08-28 | 1 | -0/+14 |
| | | | | svn changeset:8568/svn branch:6.1 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+330 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |