summaryrefslogtreecommitdiffstats
path: root/shared
Commit message (Expand)AuthorAgeFilesLines
...
* | | Global code cleanupLeif Åstrand2012-09-271-1/+0
| |/ |/|
* | Added defaults for slider state (#9734)Artur Signell2012-09-251-4/+4
|/
* Moved visible out from state so isVisible does not call markAsDirty (#9695)Artur Signell2012-09-201-1/+0
* Replace onVaadinSessionStarted with a listener (#9635)Leif Åstrand2012-09-181-0/+7
* Ensures negative height is not returned in HorizontalLayout height calculatio...John Ahlroos2012-09-131-0/+8
* Fixed dependencies so tests also find org.json (#9539)Artur Signell2012-09-111-1/+1
* Constants -> enums (#9072)Pekka Hyvönen2012-09-116-22/+169
* Improvements to #9087:Johannes Dahlström2012-09-112-7/+7
* Added missing dependencies (#9299)Artur Signell2012-09-091-6/+8
* Build javadoc and sources jars (#9299)Artur Signell2012-09-092-1/+7
* Generate pom artifacts and automatically publish to local Maven (#9299)Artur Signell2012-09-091-2/+3
* Added themes-compiled module (#9299)Artur Signell2012-09-091-4/+1
* Support running JUnit tests (#9299)Artur Signell2012-09-092-2/+9
* Added build-provided to make build work againArtur Signell2012-09-091-0/+1
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-092-0/+53
* Removed deprecated ContenMode.XHTMLJohn Ahlroos2012-09-071-8/+0
* Now using HTML5 content mode. Also deprecated the XHTML content modes.John Ahlroos2012-09-071-2/+10
* Don't use @DelegateToWidget in AbstractSplitPanelState.SplitterState (#9485, ...Johannes Dahlström2012-09-061-5/+0
* Rename DeploymentConfiguration -> VaadinService (#9402)Leif Åstrand2012-09-061-1/+0
* Reformat projectLeif Åstrand2012-09-054-5/+2
* Merge branch 'master' into layoutgraphJohn Ahlroos2012-09-0325-1251/+168
|\
| * Add helper methods for checking stateJohn Ahlroos2012-08-311-0/+8
| * More state getter removalJohn Ahlroos2012-08-313-78/+10
| * Removed getters/setters from states and made instance variabled publicJohn Ahlroos2012-08-3122-1153/+150
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-3113-59/+103
|\|
| * Reformatted projectArtur Signell2012-08-305-21/+17
| * Replace ApplicationResource with ConnectorResource (#9419)Leif Åstrand2012-08-307-30/+78
| * Renamed com.vaadin.terminal.gwt.widgetsetutils -> com.vaadin.server.widgetset...Artur Signell2012-08-291-5/+5
| * Merged com.vaadin.terminal.gwt.server into com.vaadin.server (#9431)Artur Signell2012-08-293-3/+3
| * Renamed com.vaadin.terminal -> com.vaadin.server (#9431)Artur Signell2012-08-291-2/+2
| * Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432)Artur Signell2012-08-296-8/+8
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-292-13/+14
|\|
| * Identify too old Safari browsers based on webkit version (#9423)Leif Åstrand2012-08-281-1/+2
| * Renamed Component.debugId to id (#3700)Pekka Hyvönen2012-08-281-12/+12
* | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-2818-13/+247
|\|
| * Reverted accidentally commited fixed version number (#9413)Artur Signell2012-08-271-2/+2
| * Merge branch 'master' into root-cleanupJohannes Dahlström2012-08-2721-42/+266
| |\
| | * Migrate Slider to Vaadin 7 (#9304)Johannes Dahlström2012-08-243-0/+79
| | * Split Embedded into several components, migrate them to Vaadin 7 (#9087)Johannes Dahlström2012-08-245-0/+117
| | * Remaining Root -> UI renames (#8908)Artur Signell2012-08-245-9/+10
| | * Rename Root related classes and package to UI (#8908)Artur Signell2012-08-242-2/+2
| | * Make it possible to delegate state changes to widget (#9297)Leif Åstrand2012-08-244-0/+35
| * | Merge branch 'master' into root-cleanupJohannes Dahlström2012-08-2211-29/+178
| |\ \
| * | | Sending and receiving heartbeat requests (#9265)Johannes Dahlström2012-08-221-0/+2
* | | | Merge branch 'master' into layoutgraphJohn Ahlroos2012-08-289-55/+72
|\ \ \ \ | | |_|/ | |/| |
| * | | Changed Notification type and position to enum (#9072)Artur Signell2012-08-231-0/+20
| * | | Make the (server-side) getState method protected (#9315)Leif Åstrand2012-08-221-11/+0
| * | | Support using public fields in state classes (#9324)Leif Åstrand2012-08-222-20/+3
| | |/ | |/|
| * | Changed border style to enum (#9072)Artur Signell2012-08-221-0/+20
| * | Refactored margin handlers (#8292)Artur Signell2012-08-224-16/+29