Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -632/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -4/+4 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+6 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -1/+2 |
| | |||||
* | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 1 | -2/+2 |
| | |||||
* | Moved each component to its own package on client side | Artur Signell | 2012-04-12 | 1 | -2/+2 |
| | | | | | | Class loaders have problems with referring to static inner classes (e.g. state classes) when they cannot load the declaring class. To deal with this the components have been moved to their own packages and state/rpc classes will be defined in their own Java files. | ||||
* | Internally remove component before detach listener is called | Artur Signell | 2012-04-10 | 1 | -2/+1 |
| | |||||
* | Updated AbsoluteLayout to use hierarchy and state change events | Artur Signell | 2012-04-05 | 1 | -69/+111 |
| | |||||
* | Simplified Rpc registration on server side (#8591) | Artur Signell | 2012-04-05 | 1 | -1/+1 |
| | |||||
* | Replace @ClientWidget with client-side @Component (#8440) | Henri Sara | 2012-04-04 | 1 | -1/+0 |
| | |||||
* | Refactored ClickEventHandler and LayoutClickEventHandler to use RPC | Artur Signell | 2012-03-29 | 1 | -4/+16 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -2/+2 |
| | |||||
* | Split AbsoluteLayout into widget + paintable | Artur Signell | 2012-01-31 | 1 | -2/+2 |
| | |||||
* | #8019 Switched AbsoluteLayout size units when unset from null to pixels as ↵ | Jens Jansson | 2011-12-22 | 1 | -5/+5 |
| | | | | that is the default that has always been used. | ||||
* | #8019 Fixed Sizable UNITS to use an Enum Unit instead of constants | Jens Jansson | 2011-12-22 | 1 | -46/+30 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -1/+1 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Merged some changes from 6.5 | Henri Sara | 2011-03-16 | 1 | -2/+17 |
| | | | | svn changeset:17798/svn branch:6.6 | ||||
* | Merged changes from 6.5 branch | Henri Sara | 2011-02-28 | 1 | -54/+5 |
| | | | | svn changeset:17493/svn branch:6.6 | ||||
* | #4611 add getComponentCount() method for ComponentContainer implementations | Henri Sara | 2010-10-26 | 1 | -0/+10 |
| | | | | svn changeset:15724/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 | ||||
* | Fixes component attach/detach events to trigger at the right times #5625 | John Alhroos | 2010-09-21 | 1 | -4/+12 |
| | | | | svn changeset:15091/svn branch:6.4 | ||||
* | ComponentPosition setter/getter floats changed to Float to allow un-setting ↵ | Marc Englund | 2010-07-06 | 1 | -56/+86 |
| | | | | | | attributes, setCSSString() also un-sets attributes not present in the given string. Removed javadoc references to CSS - no need to know CSS to use anything except the get/setCSSString() -methods. For #5311 (still needs unit tests) svn changeset:14088/svn branch:6.4 | ||||
* | Cleanup: removed unused validator function and extra TODO comment | Artur Signell | 2010-07-06 | 1 | -32/+4 |
| | | | | svn changeset:14083/svn branch:6.4 | ||||
* | fixes #5079 | Matti Tahvonen | 2010-06-30 | 1 | -1/+1 |
| | | | | svn changeset:13970/svn branch:6.4 | ||||
* | Merged #5152 (AbsoluteLayout getTopValue fix) from 6.3 to 6.4 | Henri Sara | 2010-06-08 | 1 | -1/+1 |
| | | | | svn changeset:13615/svn branch:6.4 | ||||
* | Added null check. | John Alhroos | 2010-05-19 | 1 | -0/+4 |
| | | | | svn changeset:13260/svn branch:6.3 | ||||
* | Added JavaDoc for AbsoluteLayout (#4927). | John Alhroos | 2010-05-19 | 1 | -15/+199 |
| | | | | svn changeset:13259/svn branch:6.3 | ||||
* | Fix for #4479 | John Alhroos | 2010-05-19 | 1 | -13/+13 |
| | | | | svn changeset:13258/svn branch:6.3 | ||||
* | small enhancements + developing web desktop test | Matti Tahvonen | 2010-03-10 | 1 | -0/+5 |
| | | | | svn changeset:11757/svn branch:6.3 | ||||
* | some preliminary drag and drop stuff | Matti Tahvonen | 2010-01-28 | 1 | -0/+1 |
| | | | | svn changeset:11052/svn branch:6.3_dd | ||||
* | Fixed remaining issues for #3541 - ↵ | Artur Signell | 2009-11-26 | 1 | -2/+1 |
| | | | | | | VerticalLayout/GridLayout/AbsoluteLayout/CSSLayout should support click events svn changeset:10072/svn branch:6.2 | ||||
* | Javadoc | Artur Signell | 2009-11-25 | 1 | -0/+22 |
| | | | | svn changeset:10045/svn branch:event-framework-3234 | ||||
* | Cleaned up code | Artur Signell | 2009-11-25 | 1 | -1/+1 |
| | | | | svn changeset:10044/svn branch:event-framework-3234 | ||||
* | Separated client side listeners to a ClickEventHandler class | Artur Signell | 2009-11-25 | 1 | -4/+4 |
| | | | | svn changeset:10042/svn branch:event-framework-3234 | ||||
* | Work in progress | Artur Signell | 2009-11-25 | 1 | -0/+31 |
| | | | | svn changeset:10026/svn branch:event-framework-3234 | ||||
* | "removed" (finalized + deprecated) getTag from AbstractComponent | Matti Tahvonen | 2009-10-06 | 1 | -5/+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 | -0/+1 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | removed deprecated field factories from example codes, added licence tags, ↵ | Matti Tahvonen | 2009-05-14 | 1 | -0/+3 |
| | | | | | | improved javadocs svn changeset:7785/svn branch:6.0 | ||||
* | #2904 Change client side class name prefixes I -> V (class names only, not ↵ | Henri Sara | 2009-05-11 | 1 | -2/+2 |
| | | | | | | yet CSS prefixes) svn changeset:7742/svn branch:6.0 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+357 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |