| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Suggestion pop-up width API for ComboBox (#19685) | Jonni Nakari | 2016-05-31 | 1 | -1/+32 |
* | Update missing @since for 7.7 | Henri Sara | 2016-05-30 | 2 | -2/+2 |
* | Send an ack message after push has removed connectors (#19822) | Artur Signell | 2016-05-27 | 1 | -0/+5 |
* | Correctly check if validators are present (#11450) | Artur Signell | 2016-05-27 | 1 | -1/+5 |
* | Make tests pass in any timezone (#19813) | Marco Collovati | 2016-05-26 | 2 | -9/+15 |
* | Make tests pass in any timezone | Joonas Lehtinen | 2016-05-20 | 3 | -5/+13 |
* | Load CustomLayout templates like other theme resources (#8578) | Artur Signell | 2016-05-20 | 4 | -26/+51 |
* | Throw exception early on null itemId (#16541) | vilo | 2016-05-20 | 1 | -0/+3 |
* | Ensure ContainerOrderedWrapper returns itemIds in expected order | Artur Signell | 2016-05-19 | 2 | -5/+17 |
* | Remove shortcut listener from subclasses of AbstractComponent (#16498). | Edoardo Vacchi | 2016-05-17 | 1 | -3/+1 |
* | Change GridLayout to no longer be a legacy component | Artur Signell | 2016-05-16 | 1 | -19/+1 |
* | Eliminate rounding errors for GridLayout expand ratios (#19797) | Artur Signell | 2016-05-16 | 1 | -33/+13 |
* | Fix typo in VariableOwner error message | Leif Åstrand | 2016-05-16 | 1 | -8/+8 |
* | Remove guava URL encode dependency | Markus Koivisto | 2016-05-11 | 2 | -3/+11 |
* | Eliminate most server-side Guava use | Henri Sara | 2016-05-11 | 4 | -30/+105 |
* | Update to Atmosphere 2.2.9.vaadin2 (#19742) | Artur Signell | 2016-05-11 | 1 | -3/+2 |
* | Fix UIProvider backwards compatibility with AppWidgetset | Teemu Suo-Anttila | 2016-05-11 | 2 | -7/+29 |
* | Fix comment for AttachListener interface (#19792)7.7.0.alpha2 | Anton Yegorov | 2016-05-10 | 1 | -1/+1 |
* | Fix null selection to work again (#19787) | Artur Signell | 2016-05-09 | 2 | -7/+24 |
* | Clarify expand javadoc for GridLayout | Artur Signell | 2016-05-09 | 1 | -6/+16 |
* | Add @since for DesignContext | Henri Sara | 2016-05-06 | 1 | -2/+2 |
* | Revert "Better default for nullRepresentation (#13221, #12877)"feature/standard-sass | Ilia Motornyi | 2016-05-04 | 2 | -48/+1 |
* | Revert "Documentation fix for null representation (#13221)" | Ilia Motornyi | 2016-05-04 | 1 | -3/+3 |
* | Throw IAE in setExpandRatio() if given ratio is less than 0 | Maciej Przepióra | 2016-05-03 | 1 | -0/+8 |
* | Ensure addItem(null) returns null | Artur Signell | 2016-05-03 | 3 | -9/+8 |
* | Documentation fix for null representation (#13221) | elmot | 2016-05-02 | 1 | -3/+3 |
* | Better default for nullRepresentation (#13221, #12877) | Matti Tahvonen | 2016-05-02 | 2 | -1/+48 |
* | Add interface for AppWidgetset (#19770) | Markus Koivisto | 2016-04-29 | 5 | -43/+263 |
* | Clarify error message for column mismatches (#18323) | Leif Åstrand | 2016-04-28 | 1 | -5/+9 |
* | Store unknown attributes in DesignContext #19749 | John Ahlroos | 2016-04-28 | 4 | -12/+95 |
* | Fix PropertyValueGenerator javadocs | Leif Åstrand | 2016-04-28 | 1 | -4/+6 |
* | Move checkstyles plugin to actual modules | elmot | 2016-04-27 | 1 | -0/+13 |
* | Move compiled themes out from resources | Teemu Suo-Anttila | 2016-04-27 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into feature/mavenize | Teemu Suo-Anttila | 2016-04-21 | 7 | -9/+35 |
|\ |
|
| * | Merge remote-tracking branch 'origin/feature/appwidgetset' | Teemu Suo-Anttila | 2016-04-20 | 2 | -5/+21 |
| |\ |
|
| | * | Allow system properties to override app properties (#19683) | Henri Sara | 2016-03-16 | 1 | -4/+10 |
| | * | Add a default widgetset to look for in the project (#19675) | Teemu Suo-Anttila | 2016-03-14 | 1 | -1/+11 |
| * | | Ensure getItemProperty returns null for unknown property ids (#7103) | Artur Signell | 2016-04-20 | 2 | -0/+8 |
| * | | Change @since from 7.6.5 to 7.7 - new API is not released in maintenance release | elmot | 2016-04-15 | 2 | -4/+4 |
| * | | Add javadoc and @since for new API | elmot | 2016-04-15 | 1 | -0/+2 |
| * | | Add missing @since for 7.6.5 | elmot | 2016-04-14 | 2 | -4/+4 |
* | | | Merge branch 'master' into feature/mavenize | elmot | 2016-04-13 | 23 | -114/+415 |
|\| | |
|
| * | | Prevent closing of uncloseable Window on esc (#19700) | Teemu Pöntelin | 2016-04-11 | 1 | -1/+3 |
| * | | Documentation for container switch limitations (#18323) | elmot | 2016-04-11 | 1 | -2/+7 |
| * | | Fix ClassPathExplorer widgetset source directory lookup (#19694) | Teemu Suo-Anttila | 2016-03-23 | 2 | -12/+37 |
| |/ |
|
| * | Update @since tags for 7.6.4 and related javadoc | Henri Sara | 2016-03-08 | 1 | -2/+2 |
| * | Try to detect Liferay 7 requests correctly (#19645) | Artur Signell | 2016-03-08 | 1 | -5/+22 |
| * | Make it possible to intercept RPC calls without copy/paste | Artur Signell | 2016-03-05 | 2 | -33/+78 |
| * | Don't set null value for unmapped client side keys. (#15181) | Sauli Tähkäpää | 2016-03-05 | 1 | -6/+9 |
| * | Omit timings in production mode (#19644) | Henri Sara | 2016-03-01 | 1 | -3/+6 |