Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -115/+0 |
| | |||||
* | Rename Javascript -> JavaScript | Leif Åstrand | 2012-06-14 | 1 | -3/+3 |
| | |||||
* | Initial support for javascript components (#8888) | Leif Åstrand | 2012-06-11 | 1 | -1/+7 |
| | |||||
* | Change widget -> connector in some places | Leif Åstrand | 2012-06-06 | 1 | -14/+14 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -18/+17 |
| | |||||
* | Fixed problem with anonymous classes and with AbstractComponent mapping | Artur Signell | 2012-04-04 | 1 | -4/+3 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -17/+28 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -5/+5 |
| | |||||
* | #8434 Renamed *Paintable classes to *Connector and updated ConnectorMap | Artur Signell | 2012-02-27 | 1 | -9/+9 |
| | | | accordingly | ||||
* | Remove support for Select in multi-select mode (#8169, #8326). | Henri Sara | 2012-02-08 | 1 | -48/+8 |
| | | | | | Also includes some related cleanup as this was the last special case where the widget was selected on the client side based on UIDL fields other than tag. | ||||
* | #8169, #8326 Removed SplitPanel and special handling of SplitPanel on | Artur Signell | 2012-01-31 | 1 | -8/+0 |
| | | | client side | ||||
* | Fixed compilation errors | Artur Signell | 2012-01-31 | 1 | -10/+3 |
| | |||||
* | #8324 Updated special cases in widget set | Artur Signell | 2012-01-31 | 1 | -4/+5 |
| | |||||
* | #8324 Splitted VUnknownComponent into Widget and Paintable. | Jens Jansson | 2012-01-31 | 1 | -4/+5 |
| | |||||
* | Splitted VOptionGroupBase, VOptionGroup, VNativeSelect, VListSelect and ↵ | Jens Jansson | 2012-01-31 | 1 | -3/+3 |
| | | | | VTwinColSelect into Widget and Paintable. | ||||
* | Fixed paintable vs widget class comparison problem | Artur Signell | 2012-01-31 | 1 | -6/+8 |
| | |||||
* | Split Paintable from Widget so we have VPaintable (paintable without any | Artur Signell | 2012-01-22 | 1 | -9/+9 |
| | | | Widget), VPaintableWidget (paintable connected to a widget). | ||||
* | #8026 Removed deprecated API from TextField | Artur Signell | 2011-12-19 | 1 | -12/+0 |
| | |||||
* | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 1 | -1/+1 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java | ||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | ||||
* | | #7963 Additional fixes | Artur Signell | 2011-11-22 | 1 | -8/+2 |
|/ | | | | | | Removed special case from widget set that used to support VButton changing into VCheckBox Corrected tests | ||||
* | #5865. Removed some non-needed code from widgetset, prepared datefields and ↵ | Matti Tahvonen | 2010-11-04 | 1 | -37/+1 |
| | | | | | | button and select for one-to-one mapping svn changeset:15867/svn branch:6.5 | ||||
* | moved some of our own component implementations for deferred binding creation | Matti Tahvonen | 2010-10-21 | 1 | -6/+8 |
| | | | | svn changeset:15647/svn branch:6.5 | ||||
* | Fix for #5306 | Jonatan Kronqvist | 2010-07-07 | 1 | -4/+32 |
| | | | | svn changeset:14108/svn branch:6.4 | ||||
* | refining code splitting + adding documentation. Monolithic client side is ↵ | Matti Tahvonen | 2010-06-15 | 1 | -1/+1 |
| | | | | | | now default (6.3 style), but the package includes other generator strategies that can be thrown in for custom requirements. svn changeset:13669/svn branch:6.4 | ||||
* | code splitting + client initialization | Matti Tahvonen | 2010-06-11 | 1 | -6/+129 |
| | | | | svn changeset:13652/svn branch:6.4 | ||||
* | initial implementation of code splitting #4408 | Matti Tahvonen | 2010-06-04 | 1 | -1/+3 |
| | | | | svn changeset:13561/svn branch:6.4 | ||||
* | steps toward simpler widgetset creation. Still needs a lot of cleaning and ↵ | Matti Tahvonen | 2009-09-25 | 1 | -2/+18 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+34 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |