summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Remove unused "header-active" classname and style (#13334)Johannes Dahlström2014-12-165-54/+0
* Fix IE8 exceptions when setting width to negative value (#13334)Teemu Suo-Anttila2014-12-152-4/+12
* Fix EditorRow not displaying widgets when opened for the first time (#13334)Johannes Dahlström2014-12-153-24/+53
* GeneratedPropertyContainer returns the original containerHenrik Paul2014-12-151-0/+9
* Fixes removing Widgets from Grid header/footerTeemu Suo-Anttila2014-12-123-6/+107
* Merge remote-tracking branch 'origin/master' into gridLeif Åstrand2014-12-126-15/+206
|\
| * Use converter for Select/Tree/ComboBox when using item id for captionArtur Signell2014-12-125-15/+201
* | Removes a stowaway file from Grid (#13334)Henrik Paul2014-12-121-922/+0
* | Refactor Grid client side package structure (#13334)Teemu Suo-Anttila2014-12-1292-751/+684
* | Fixes a bug in Grid expand logic (#13334)Henrik Paul2014-12-122-14/+25
* | Rename client side SelectionChangeEvent (#13334)Teemu Suo-Anttila2014-12-128-45/+44
* | Rename SelectionChangeEvent and SortOrderChangeEvent (#13334)Teemu Suo-Anttila2014-12-127-91/+78
* | Split CellStyleGenerator into separate cell and row style generatorsArtur Signell2014-12-1213-199/+767
* | Add expand and min/max width for GridColumns (#13334)Henrik Paul2014-12-129-97/+881
* | Refactor server-side editor row to work in real(er) cases (#13334)Leif Åstrand2014-12-127-219/+229
* | Remove unnecessary @since and @author JavaDoc markings (#13334)Teemu Suo-Anttila2014-12-121-15/+0
* | Patches up the themes for Grid a bit (#13334)Henrik Paul2014-12-126-80/+159
* | Remove SortEventOriginator and replace it with a boolean (#13334)Teemu Suo-Anttila2014-12-127-82/+27
* | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-12114-512/+3723
|\|
| * Fix gradient path for notifications in Chameleon. (#15351)Sauli Tähkäpää2014-12-123-2/+57
| * Make SQLContainer.removeAllItems() work properly with paging (#12882)Ilya Ermakov2014-12-122-1/+20
| * Revert "Notify server side component about clicks in form layout (#6346)."Markus Koivisto2014-12-113-155/+0
| * Validate input to FileResource constructor (#14253)Artur Signell2014-12-112-0/+39
| * Test UI for #15321Artur Signell2014-12-111-0/+43
| * VBrowserDetails fails to detect Android when using Firefox (#15183)Sergey Budkin2014-12-112-7/+14
| * Reset tabsheet scroller when unhiding leftmost tab (#14644)Alexey Fansky2014-12-113-2/+96
| * Convert empty string to null Enum value, only throw ConversionExceptions (#14...Artur Signell2014-12-114-12/+30
| * Clear all bound fields when nulling the field group data source (#12371)Artur Signell2014-12-115-20/+198
| * Notify server side component about clicks in form layout (#6346).Denis Anisimov2014-12-103-0/+155
| * Add public Field.isEmpty() and clear() (#15354)Artur Signell2014-12-109-21/+200
| * Fix CustomLayout child rendering when template is missing (#8696)Teemu Pöntelin2014-12-103-6/+104
| * Horizontal split panel height shouldn't ignore second component (#15149)Denis Anisimov2014-12-103-91/+261
| * Set explicit calculated size for drag image element (#14617).Denis Anisimov2014-12-104-1/+121
| * always retry a status code 0 uidl request (#15254)Fabian Lange2014-12-101-24/+38
| * Set locale explicitly in DateRangeWithSql. (#15342)Sauli Tähkäpää2014-12-101-0/+3
| * TextField's input prompt is now disabled properly (#15144)Sara Seppola2014-12-103-4/+329
| * Accordion causes SEVERE error in browser console (#15182)Sergey Budkin2014-12-103-19/+37
| * DateField popup doesn't close when popup button is clicked (#14857)Anna Miroshnik2014-12-103-10/+165
| * MenuBar submenus close unexpectedly if use Valo theme (#15255)Jouni Koivuviita2014-12-105-43/+212
| * Long events aren't displayed properly when using Container (#15242)Sergey Budkin2014-12-103-56/+81
| * Position calendar popup on the left side if there is no space (#14757).Denis Anisimov2014-12-108-54/+376
| * Make TextField.clear() use empty string to be consistent with constructor (#1...Artur Signell2014-12-101-1/+11
| * Make addNestedContainerBean work with existing bean item container items (#15...Artur Signell2014-12-092-1/+43
| * Add link to IDEA workspace instructions.Sauli Tähkäpää2014-12-091-1/+6
| * Returning all validation errors in the exception cause when submitting a fiel...Alexey Fansky2014-12-095-23/+205
| * Fix issues when using java.sql.Date as DateField range (#15342)Teemu Pöntelin2014-12-093-6/+113
| * Hierarchy change markAsDirty to AbstractComponentContainer (#14227)Anna Miroshnik2014-12-099-21/+59
| * Fix opacity for disabled checkboxes and option groups. (#15239)Jouni Koivuviita2014-12-093-20/+34
| * Basic tests for default converter factoryArtur Signell2014-12-081-0/+128
| * Add new StringTo<Byte, Short, BigInteger> Converters (#14583)Anna Miroshnik2014-12-088-28/+54