Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -486/+0 |
| | |||||
* | Move classes common to client and server to com.vaadin.shared.* (#8934) | Leif Åstrand | 2012-07-27 | 1 | -3/+3 |
| | |||||
* | Add Java 6 @Override annotations to all methods from interfaces | Leif Åstrand | 2012-07-23 | 1 | -0/+18 |
| | |||||
* | Fix some broken hierarchies (#6690) | Leif Åstrand | 2012-06-06 | 1 | -1/+2 |
| | |||||
* | Initial extension support (#6690) | Leif Åstrand | 2012-06-06 | 1 | -38/+0 |
| | |||||
* | Repaint when contents changes (#8735) | Artur Signell | 2012-06-01 | 1 | -0/+1 |
| | |||||
* | RPC -> Rpc for consistency | Artur Signell | 2012-04-18 | 1 | -2/+2 |
| | |||||
* | Removed getLayout/setLayout (#8169) | Artur Signell | 2012-04-12 | 1 | -39/+0 |
| | |||||
* | Move SharedState and ServerRpc classes out from Connector classes | Artur Signell | 2012-04-12 | 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. | ||||
* | Component no longer implements Paintable | Artur Signell | 2012-04-12 | 1 | -11/+5 |
| | |||||
* | Automatically create state on server side based on getState return type | Artur Signell | 2012-04-05 | 1 | -4/+0 |
| | |||||
* | 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 | -21/+13 |
| | |||||
* | Made Window work again (connectors are now children of Root, attach for | Artur Signell | 2012-03-21 | 1 | -0/+2 |
| | | | Panel/Window calls Root attach methods, Window uses WindowState) | ||||
* | Updated Panel to no longer use child painted with the UIDL | Artur Signell | 2012-03-14 | 1 | -143/+30 |
| | |||||
* | #5890 Added getComponentCount to ComponentContainer | Artur Signell | 2012-03-04 | 1 | -0/+9 |
| | |||||
* | Renamed Paintable component classes to Connector | Artur Signell | 2012-02-28 | 1 | -3/+3 |
| | |||||
* | #8324 Split Panel into widget and paintable | Artur Signell | 2012-01-31 | 1 | -3/+4 |
| | |||||
* | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 1 | -2/+2 |
| | | | | svn changeset:22317/svn branch:6.7 | ||||
* | Corrected the Scrollable JavaDoc to correspond with the code. | Marko Grönroos | 2011-11-02 | 1 | -5/+35 |
| | | | | svn changeset:21864/svn branch:6.7 | ||||
* | Merged changes from 6.6 | Henri Sara | 2011-09-27 | 1 | -2/+16 |
| | | | | svn changeset:21335/svn branch:6.7 | ||||
* | #6855 typo in Panel.removeComponent javadoc | Artur Signell | 2011-04-18 | 1 | -2/+1 |
| | | | | svn changeset:18347/svn branch:6.6 | ||||
* | Merged some changes from 6.5 | Henri Sara | 2011-03-16 | 1 | -2/+37 |
| | | | | svn changeset:17798/svn branch:6.6 | ||||
* | #4611 add getComponentCount() method for ComponentContainer implementations | Henri Sara | 2010-10-26 | 1 | -2/+2 |
| | | | | 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 | ||||
* | Formatted using Eclipse Helios / Windows XP | Artur Signell | 2010-08-16 | 1 | -5/+3 |
| | | | | svn changeset:14496/svn branch:6.4 | ||||
* | Minor improvements for #4971 | Artur Signell | 2010-06-16 | 1 | -13/+32 |
| | | | | svn changeset:13688/svn branch:6.4 | ||||
* | #5111 incorrect null check in Panel.removeAction() | Henri Sara | 2010-06-01 | 1 | -1/+1 |
| | | | | svn changeset:13457/svn branch:6.3 | ||||
* | Some API changes for #875 as discussed at length. | Marc Englund | 2010-03-23 | 1 | -2/+1 |
| | | | | svn changeset:12048/svn branch:6.3 | ||||
* | Refactored new actions api a little: removed mnemonics terminology, ↵ | Marc Englund | 2010-03-23 | 1 | -7/+5 |
| | | | | | | adding/removing stuff 'returns' void, shift shorthand in now _ svn changeset:12029/svn branch:6.3 | ||||
* | Easier keyboard shortcuts for #875 - includes shorthand notation for ↵ | Marc Englund | 2010-03-23 | 1 | -86/+40 |
| | | | | | | ShortcutAction, Form is now handler in addition to Panel, AbstractField.addAction() delegates handling to containing Window. Javadoc and examples TBD svn changeset:12026/svn branch:6.3 | ||||
* | Fixes #3736 "Split up style and type definitions" and #3467 "Button styles ↵ | Jouni Koivuviita | 2010-03-03 | 1 | -0/+12 |
| | | | | | | | | | | missing?" * Now all built-in themes have an accompanying class file that describes all provided style names. * Deprecated Button.STYLE_LINK in favor of BaseTheme.BUTTON_LINK * Deprecated Panel.STYLE_LIGHT in favor of Reindeer.PANEL_LIGHT and Runo.PANEL_LIGHT svn changeset:11601/svn branch:6.3 | ||||
* | Fix for #3259 - Removing all action handlers | Artur Signell | 2009-12-17 | 1 | -0/+9 |
| | | | | svn changeset:10363/svn branch:6.2 | ||||
* | Added generics to ComponentContainer.getComponentIterator (#3717). | Artur Signell | 2009-12-14 | 1 | -1/+1 |
| | | | | svn changeset:10281/svn branch:6.2 | ||||
* | Javadoc | Artur Signell | 2009-11-25 | 1 | -0/+18 |
| | | | | svn changeset:10045/svn branch:event-framework-3234 | ||||
* | Cleaned up code | Artur Signell | 2009-11-25 | 1 | -3/+3 |
| | | | | svn changeset:10044/svn branch:event-framework-3234 | ||||
* | Work in progress | Artur Signell | 2009-11-25 | 1 | -10/+20 |
| | | | | svn changeset:10026/svn branch:event-framework-3234 | ||||
* | Initial commit for framework enhancement for #3234 | Artur Signell | 2009-11-20 | 1 | -0/+21 |
| | | | | svn changeset:9947/svn branch:event-framework-3234 | ||||
* | "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 | -0/+2 |
| | | | | | | refining. svn changeset:8930/svn branch:2009-09-widget-packaging_3332 | ||||
* | New fix for #2941 - Panel/Window does not remove all action handlers on ↵ | Artur Signell | 2009-06-23 | 1 | -6/+5 |
| | | | | | | client-side svn changeset:8222/svn branch:6.0 | ||||
* | #2904: initial bulk rename "com.itmill.toolkit" -> "com.vaadin" | Henri Sara | 2009-05-11 | 1 | -0/+555 |
- com.itmill.toolkit.external not yet fully renamed svn changeset:7715/svn branch:6.0 |