| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix @since for isIPhone() and isIPad(). (#14424, #14423) | Sauli Tähkäpää | 2014-10-22 | 1 | -2/+4 |
* | isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423). | Denis Anisimov | 2014-10-09 | 1 | -2/+23 |
* | Add @since to isWindowsPhone(). (#14425) | Sauli Tähkäpää | 2014-10-07 | 1 | -0/+1 |
* | Remove Calendar dependency (#14668) | Artur Signell | 2014-09-25 | 1 | -4/+4 |
* | WebBrowser.isWindowsPhone() is added (#14425). | Denis Anisimov | 2014-09-12 | 1 | -0/+12 |
* | calendar visible hours shows invalid dates(week/day view) (#12521) | Anna Miroshnik | 2014-09-05 | 1 | -0/+3 |
* | Update TabsheetState.tabs to be declared as List (#14512) | Leif Åstrand | 2014-08-27 | 1 | -1/+2 |
* | Add option for collapsing empty rows/columns in GridLayout (#14392) | Artur Signell | 2014-08-21 | 1 | -0/+1 |
* | Fixes DragAndDropWrapper does not support choosing a custom component as the ... | Sebastian Nyholm | 2014-08-18 | 1 | -0/+2 |
* | Update VBrowserDetails to handle the new IE11 UA on WP 8.1 Update (#14376) | Juho Nurminen | 2014-08-15 | 1 | -2/+2 |
* | Adding a constant for vaadinBootstrap.js (#14284) | Fabian Lange | 2014-08-05 | 1 | -0/+8 |
* | Allow changing theme on the fly (#2874, #14139, #14124) | Artur Signell | 2014-08-04 | 1 | -1/+7 |
* | TextArea size get reset when css resize is set (#14080) | Bogdan Udrescu | 2014-07-28 | 1 | -7/+14 |
* | Remove csrfToken if disable-xsrf-protection is true (#14111) | Bogdan Udrescu | 2014-07-15 | 1 | -7/+13 |
* | Revert "Allow changing theme on the fly (#2874)" | Henri Sara | 2014-07-03 | 1 | -7/+1 |
* | Add missing @since 7.3 to javadoc | Henri Sara | 2014-07-03 | 1 | -0/+5 |
* | Ignore -1 sync id on the server (#14084) | Leif Åstrand | 2014-07-01 | 1 | -1/+3 |
* | Allow changing theme on the fly (#2874) | Artur Signell | 2014-06-26 | 1 | -1/+2 |
* | Removes double spacing from gridLayout which has empty rows or columns (#8855) | Dmitrii Rogozin | 2014-06-11 | 1 | -3/+9 |
* | Allow editing colorpicker values in colorpicker in textfield #13469 | John Ahlroos | 2014-05-14 | 1 | -0/+58 |
* | Merge changes from origin/7.2 into master | Jonatan Kronqvist | 2014-05-05 | 153 | -185/+185 |
|\ |
|
| * | Update remaining copyright years to 2014 | Artur Signell | 2014-04-23 | 5 | -6/+6 |
| * | Merge changes from origin/7.1 | Artur Signell | 2014-04-23 | 148 | -179/+179 |
| |\ |
|
| | * | Update copyright year to 2014 | Artur Signell | 2014-04-16 | 146 | -177/+177 |
* | | | Fixed javadoc XHTML to HTML and fixed typos (#13518) | Markus Koivisto | 2014-04-23 | 1 | -5/+5 |
* | | | Javadoc fix | Artur Signell | 2014-04-23 | 1 | -1/+4 |
|/ / |
|
* | | Update some APIs based on the 7.2 API review comments | Jonatan Kronqvist | 2014-04-14 | 5 | -179/+98 |
* | | Update Accordion and TabSheet to use Vaadin 7 style. (#13402). | Felype Santiago Ferreira | 2014-04-08 | 5 | -1/+166 |
* | | Change push default fallback to long polling (#13409) | Artur Signell | 2014-04-04 | 1 | -1/+1 |
* | | Remove all unnecessary semicolons reported by Eclipse | Leif Åstrand | 2014-03-21 | 4 | -5/+5 |
* | | Merge commit '49973354b22e8aba9cc71f83571020b0414c54e0' | Sauli Tähkäpää | 2014-03-21 | 1 | -0/+9 |
|\| |
|
| * | Fixed trailing slash trimming in VaadinPortletService. | Sauli Tähkäpää | 2014-03-13 | 1 | -0/+9 |
* | | Revert "Merge branch 'master' into grid" | John Ahlroos | 2014-03-18 | 12 | -899/+0 |
* | | Merge branch 'master' into grid | Leif Åstrand | 2014-03-18 | 12 | -0/+899 |
|\ \ |
|
| * \ | Merge branch 'master' into grid | Henrik Paul | 2014-03-03 | 3 | -0/+33 |
| |\ \ |
|
| * | | | Fix compile errors (#13334) | Leif Åstrand | 2014-02-28 | 1 | -0/+55 |
| * | | | Implement programmatic scrolling (#13327) | Patrik Lindström | 2014-02-18 | 2 | -0/+86 |
| * | | | Merge remote-tracking branch 'origin/master' into grid | Leif Åstrand | 2014-02-12 | 3 | -2/+35 |
| |\ \ \ |
|
| * | | | | Grid supports data set changes (#12645) | Henrik Paul | 2013-12-17 | 3 | -0/+438 |
| * | | | | Add server-side API for column freezing (#3087) | Henrik Paul | 2013-11-24 | 1 | -0/+8 |
| * | | | | Introduce initial data source support for Grid (#12878) | Leif Åstrand | 2013-11-22 | 3 | -0/+110 |
| * | | | | Multiple headers and footer rows #3153 | John Ahlroos | 2013-11-22 | 4 | -10/+99 |
| * | | | | Merge branch 'master' into grid | John Ahlroos | 2013-11-20 | 5 | -7/+45 |
| |\ \ \ \ |
|
| * | | | | | Base grid component and column API (#12829, #12830) | John Ahlroos | 2013-11-19 | 2 | -0/+113 |
* | | | | | | Do not ever set title to null (#13430) | Artur Signell | 2014-03-11 | 1 | -1/+1 |
* | | | | | | Merge changes from origin/7.1 | Build Agent | 2014-03-05 | 1 | -0/+59 |
|\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | /
| | |_|_|/
| |/| | | |
|
| * | | | | Add javadoc for @DelegateToWidget (#10980) | Leif Åstrand | 2014-03-04 | 1 | -0/+59 |
* | | | | | Add change event for Upload (#13222) | Artur Signell | 2014-02-21 | 2 | -0/+32 |
* | | | | | Font icon support (#13152) | Marc Englund | 2014-02-20 | 1 | -0/+1 |
| |_|_|/
|/| | | |
|
* | | | | Merge changes from origin/7.1 | Jonatan Kronqvist | 2014-02-07 | 2 | -1/+30 |
|\| | | |
|