| Commit message (Expand) | Author | Age | Files | Lines |
* | Reformat project using Eclipse Luna SR1 | Artur Signell | 2014-12-29 | 1 | -1/+2 |
* | Hierarchy change markAsDirty to AbstractComponentContainer (#14227) | Anna Miroshnik | 2014-12-09 | 1 | -2/+0 |
* | Changing theme on the fly tutorial code | Leif Åstrand | 2014-09-15 | 1 | -0/+45 |
* | replaced all org.json.* usages with elemental.json.* (#8942) | Taras Hupalo | 2014-08-26 | 2 | -12/+10 |
* | Add refresh method to mini tutorial code | Leif Åstrand | 2014-05-15 | 1 | -1/+12 |
* | Update tutorial code to show more user-friendly API | Leif Åstrand | 2014-05-14 | 6 | -23/+14 |
* | Merge changes from origin/7.1 | Artur Signell | 2014-04-23 | 49 | -51/+51 |
|\ |
|
| * | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 49 | -51/+51 |
* | | Refactor to use the right Element class (#13287) | Leif Åstrand | 2014-03-25 | 1 | -6/+4 |
* | | Use FQN instead of import for the bad Element class (#13287) | Leif Åstrand | 2014-03-25 | 1 | -4/+6 |
* | | Fix two tests broken by removal of StringToNumberConverter (#12092) | Henri Sara | 2013-07-02 | 1 | -3/+3 |
|/ |
|
* | Added type parameter to converter methods (#11895) | Artur Signell | 2013-06-11 | 1 | -3/+4 |
* | Update broadcaster tutorial code | Leif Åstrand | 2013-06-05 | 2 | -26/+9 |
* | Rename runSafely() to access() (#11756) | Leif Åstrand | 2013-05-02 | 1 | -1/+1 |
* | Global code clean up | Leif Åstrand | 2013-04-25 | 2 | -2/+1 |
* | Sources for the "Broadcasting messages to other users" tutorial | Artur Signell | 2013-04-23 | 2 | -0/+121 |
* | Global code reformat | Leif Åstrand | 2013-04-05 | 10 | -40/+50 |
* | Implemented changes to CSS injection based on API review #5500 | John Ahlroos | 2013-04-03 | 1 | -9/+9 |
* | Moved CSSInjectWithColorpicker to correct package | John Ahlroos | 2013-03-21 | 1 | -0/+234 |
* | Merge remote-tracking branch 'origin/7.0' | Artur Signell | 2013-02-22 | 1 | -4/+4 |
|\ |
|
| * | Count instances instead of windows and also show the counter | Leif Åstrand | 2013-02-18 | 1 | -4/+4 |
* | | Added tutorial examples for creating a simple login view #10076 | John Ahlroos | 2013-02-18 | 3 | -0/+243 |
|/ |
|
* | Added cookie read/write minitutorial #9644 | John Ahlroos | 2013-01-23 | 1 | -0/+92 |
* | Updated minitutorials | John Ahlroos | 2013-01-17 | 2 | -1/+9 |
* | Updated copyright notices and added missing license headers | Artur Signell | 2013-01-04 | 32 | -32/+32 |
* | CRLF -> LF | Artur Signell | 2013-01-04 | 10 | -495/+495 |
* | Updated some tutorials | johan | 2012-11-27 | 14 | -20/+523 |
* | Refactor heartbeat handling and inactive UI/session closing (#10252) | Johannes Dahlström | 2012-11-23 | 1 | -10/+12 |
* | Refactor BrowserPopupOpener API (#10241) | Leif Åstrand | 2012-11-23 | 1 | -2/+2 |
* | Merge "Reomove DynamicConnectorResource (#10227)" | Artur Signell | 2012-11-21 | 1 | -24/+36 |
|\ |
|
| * | Reomove DynamicConnectorResource (#10227) | Leif Åstrand | 2012-11-21 | 1 | -24/+36 |
* | | Global code cleanup | Leif Åstrand | 2012-11-21 | 1 | -1/+1 |
|/ |
|
* | Renamed setBrowserWindowSize -> updateBrowserWindowSize (#10305) | Artur Signell | 2012-11-21 | 1 | -2/+0 |
* | Rename VaadinRequest.getRequestPathInfo() to getPathInfo() (#9749) | Leif Åstrand | 2012-11-20 | 1 | -1/+1 |
* | Renamed ComponentState to AbstractComponentState (#9032) | Artur Signell | 2012-11-20 | 1 | -2/+2 |
* | Renamed VaadinServiceSession to VaadinSession (#10223) | Artur Signell | 2012-11-16 | 1 | -2/+2 |
* | UI based on AbstractBasicComponentContainer (#2924) | Henri Sara | 2012-11-13 | 21 | -54/+91 |
* | Renamed uri fragment methods in Page to use UriFragment instead of Fragment (... | Artur Signell | 2012-11-13 | 2 | -15/+15 |
* | Moved EventRouter from AbstractComponent to AbstractClientConnector (#9342) | Artur Signell | 2012-11-07 | 2 | -13/+27 |
* | AbstractComponentContainer should implement getComponentIterator and not iter... | Artur Signell | 2012-11-06 | 1 | -1/+1 |
* | Mini tutorial code (#10050) | Leif Åstrand | 2012-11-01 | 3 | -0/+137 |
* | Update mini tutorial code | Leif Åstrand | 2012-10-18 | 3 | -1/+158 |
* | Mini tutorial code update | Leif Åstrand | 2012-10-11 | 9 | -45/+348 |
* | Remove CombinedRequest and BrowserDetails (#8165) | Leif Åstrand | 2012-10-08 | 2 | -3/+3 |
* | Remove VaadinServiceSession.getURL (#9884) | Leif Åstrand | 2012-10-08 | 1 | -10/+2 |
* | Merge "Add Page.getLocation() (#9249)" | Leif Åstrand | 2012-10-05 | 1 | -2/+2 |
|\ |
|
| * | Add Page.getLocation() (#9249) | Johannes Dahlström | 2012-10-05 | 1 | -2/+2 |
* | | Remove getters and setters from converted state | Leif Åstrand | 2012-10-05 | 2 | -9/+1 |
|/ |
|
* | Rename VaadinSession -> VaadinServiceSession (#9733) | Leif Åstrand | 2012-09-28 | 2 | -5/+5 |
* | Global code cleanup | Leif Åstrand | 2012-09-27 | 2 | -5/+4 |