summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Escape dynamic and configured theme names in the same way. (#15309)Leif Åstrand2014-12-023-5/+52
| * Allow BeanFieldGroup.setItemDataSource() method accept null (#14731).Denis Anisimov2014-12-024-7/+66
| * Escape themeUri before rewriting CustomLayout HTML. (#15309)Leif Åstrand2014-12-021-1/+1
| * Show push version information in debug window (#14904).Denis Anisimov2014-12-025-0/+208
| * Prevent NPE in AbstractBeanContainer.getType() method (#15173).Denis Anisimov2014-12-013-2/+32
| * set Cache-Control and Expires header even when not-modified (#8757)Fabian Lange2014-12-011-12/+10
| * Comment typo fixJonni Nakari2014-12-011-1/+1
| * Window modalitycurtain will now respect $v-animations-enabled (#15135)Fabian Lange2014-11-284-5/+49
| * One pixel discrepancy in headers and rows border with minimal width (#15118)Sergey Budkin2014-11-274-1/+79
| * Converted SetCurrentPageFirstItemIndex to TB4. (#15286)Sauli Tähkäpää2014-11-272-43/+63
| * Position tooltips in the visible area (#15129).Anna Miroshnik2014-11-264-2/+265
| * Add getter to SplitterState.positionReversed (#15285)Anna Koskinen2014-11-251-0/+14
| * do not create a StringWriter when not needed (#15276)Fabian Lange2014-11-241-7/+1
* | Improved potus demo (#7749)Matti Hosio2014-12-166-32/+320
* | Clarified javadoc (#7749)Artur Signell2014-12-161-8/+13
* | Do not write child components in sub templates (#7749)Matti Hosio2014-12-165-0/+19
* | Test for custom reading of design in constructor (#7749)Artur Signell2014-12-163-0/+113
* | Generic cleanup (#7749)Artur Signell2014-12-166-15/+26
* | Do not remove children in read to ensure @DesignRoot reading worksArtur Signell2014-12-166-14/+0
* | Declarative support for Label (#7749)Matti Hosio2014-12-163-0/+6
* | Handle tab indexes in a generic way (#7749)Artur Signell2014-12-155-43/+21
* | Do not write empty icon-alt or icon-alternate-text (#7749)Artur Signell2014-12-151-2/+5
* | createNode -> createElementArtur Signell2014-12-1512-34/+35
* | Fix writing issues (#7749)Artur Signell2014-12-1519-25/+374
* | Do not create default instances while reading designs (#7749)Artur Signell2014-12-1514-134/+114
* | SynchronizeFrom/ToDesign -> read/writeDesign (#7749)Artur Signell2014-12-1544-277/+233
* | Tests for declarative support (#7749)Artur Signell2014-12-154-0/+211
* | Add public API for loading design based on @DesignRoot (#7749)Artur Signell2014-12-1511-19/+433
* | Refactored API for loading designs (#7749)Artur Signell2014-12-158-81/+347
* | Make field binding in designs case insensitive (#7749)Artur Signell2014-12-151-2/+4
* | Support plain-text attribute for Label (#7749)Artur Signell2014-12-145-6/+68
* | Rename LayoutHandler to Design (#7749)Artur Signell2014-12-148-26/+25
* | Declarative support for split panel (#7749).Mika Murtojarvi2014-12-126-58/+606
* | Embed DesignSynchronizable methods to Component interface (#7749)Matti Hosio2014-12-1217-199/+149
* | Some logging improvements and minor fixes for Declarative (#7749)Matti Hosio2014-12-124-23/+22
* | Declarative: add support for Panel (#7749).Mika Murtojarvi2014-12-125-2/+260
* | Declarative support for Button and NativeButton (#7749)Matti Hosio2014-12-126-4/+269
* | Update to latest jsoup (#7749)Artur Signell2014-12-121-1/+1
* | Don't add setCurorPosition as it focuses the field (#7749)Artur Signell2014-12-121-0/+1
* | Declarative support for TabSheet and Accordion (#7749)Matti Hosio2014-12-126-3/+450
* | Declarative support for TextField, PasswordField and TextArea (#7749)Matti Hosio2014-12-129-2/+355
* | Declarative support for AbstractTextField (#7749)Matti Hosio2014-12-105-3/+212
* | Add support for margins in AbstractOrderedLayout (#7749)Matti Hosio2014-12-103-10/+62
* | Declarative support for AbstractField (#7749)Matti Hosio2014-12-109-3/+372
* | Fix errors that affect validation builds (#7749).Mika Murtojarvi2014-12-107-7/+32
* | Change a test not to use LocaleUtils.Mika Murtojarvi2014-12-101-6/+3
* | Remove locale utils dependency since that is not available in the server depe...Matti Hosio2014-12-102-10/+3
* | Declarative support for CssLayout (#7749)Matti Hosio2014-12-103-0/+197
* | Handle locale as a special case (#7749).Mika Murtojarvi2014-12-092-1/+195
* | Handle immediate property as a special case (#7749).Mika Murtojarvi2014-12-093-1/+49