summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | Merge remote-tracking branch 'origin/master' into gridArtur Signell2014-12-12114-512/+3723
| | | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | Columns can now have subpixel accuracy widths (#13334)Henrik Paul2014-12-1213-105/+1040
| | | * | | | | | | | | | Do not prefix generated styles (#13334)Artur Signell2014-12-124-77/+33
| | | * | | | | | | | | | Make AbstractRemoteDataSource easier to use (#13334)Leif Åstrand2014-12-129-132/+219
| | | * | | | | | | | | | Move Sort related helpers and events to correct packages (#13334)Teemu Suo-Anttila2014-12-1212-128/+134
| | | * | | | | | | | | | Make SelectionChangeEvent general and move it to event packacge (#13334)Teemu Suo-Anttila2014-12-116-91/+50
| | | * | | | | | | | | | Move server-side SelectionModels inside Grid (#13334)Teemu Suo-Anttila2014-12-119-677/+578
| | | * | | | | | | | | | Remove editor row discard methods; rename "commit" to "save" (#13334)Johannes Dahlström2014-12-1110-175/+68
| | | * | | | | | | | | | Flatten client-side EditorRow API (#13334)Johannes Dahlström2014-12-114-21/+131
| | | * | | | | | | | | | Fix GridColumnAutoWidthClient test to use TestWidgetComponent (#13334)Teemu Suo-Anttila2014-12-114-38/+7
| | | * | | | | | | | | | Move client-side EditorRow inside Grid (#13334)Johannes Dahlström2014-12-112-423/+392
| | | * | | | | | | | | | Move Renderers to com.vaadin.ui.renderer package (#13334)Teemu Suo-Anttila2014-12-1124-38/+37
| | | * | | | | | | | | | Create harness for testing standalone widgets (#13334)Leif Åstrand2014-12-1113-157/+330
| | | * | | | | | | | | | Add missing TestCategory annotations (#13334)Teemu Suo-Anttila2014-12-116-28/+26
| | | * | | | | | | | | | Fix selecting logic of SingleSelectionModel API (#13334)Teemu Suo-Anttila2014-12-115-28/+169
| | | * | | | | | | | | | Fixes some JavaDoc (#13334)Henrik Paul2014-12-111-16/+25
| | | * | | | | | | | | | Avoid eager cache refresh after insert and remove (#13334)Leif Åstrand2014-12-113-2/+63
| | | * | | | | | | | | | Split and capitalize header captions by defaultArtur Signell2014-12-106-58/+200
| | | * | | | | | | | | | Add sanity checking to server side selection models (#13334)Teemu Suo-Anttila2014-12-105-7/+51
| | | * | | | | | | | | | Render empty cell instead of stopping rendering if a converter is missingArtur Signell2014-12-104-6/+98
| | | * | | | | | | | | | Fix client-side Fluid Sort API Javadoc (#13334)Artur Signell2014-12-101-2/+0
| | | * | | | | | | | | | GridColumns can resize-to-fit. (#13334)Henrik Paul2014-12-1020-135/+676
| | | * | | | | | | | | | Introduce GridClickEvents and handlers (#13334)Teemu Suo-Anttila2014-12-109-8/+375
| | | * | | | | | | | | | Remove selection column from single selection model (#13334)Teemu Suo-Anttila2014-12-107-85/+197
| | | * | | | | | | | | | Don't set frozen column count before columns have been updated (#13334)Leif Åstrand2014-12-104-1/+86
| | | * | | | | | | | | | Flattening server-side EditorRow API (#13334)Leif Åstrand2014-12-104-508/+434
| | | * | | | | | | | | | Fix Grid client side column adding functions to return columns (#13334)Teemu Suo-Anttila2014-12-101-2/+7
| | | * | | | | | | | | | Fix broken import (#13334)Leif Åstrand2014-12-101-0/+1
| | | * | | | | | | | | | Add Grid.addRow (#13334)Leif Åstrand2014-12-096-14/+438
| | | * | | | | | | | | | Move GridElement to appropriate package (#13334)Teemu Suo-Anttila2014-12-0922-26/+33
| | | * | | | | | | | | | Allow limiting server-side selection size (#13334)Leif Åstrand2014-12-093-83/+178
| | | * | | | | | | | | | Make client side grid column API fluid (#13334)Teemu Suo-Anttila2014-12-091-5/+19
| | | * | | | | | | | | | Add getColumns function to Grid (#13334)Teemu Suo-Anttila2014-12-082-21/+47
| | | * | | | | | | | | | Prevent drag select when right clicking (#13334)Teemu Suo-Anttila2014-12-081-1/+2
| | | * | | | | | | | | | Add select all / select none checkbox to SelectionColumn (#13334)Teemu Suo-Anttila2014-12-0810-12/+296
| | | * | | | | | | | | | Continue rendering after exception (#13334)Leif Åstrand2014-12-083-49/+153
| | | * | | | | | | | | | Move Grid related renderer to com.vaadin.client.connectors (#13334)Henrik Paul2014-12-0816-65/+73
| | | * | | | | | | | | | Flatten Header and Footer API into client-side Grid (#13334)Teemu Suo-Anttila2014-12-087-903/+1135
| | | * | | | | | | | | | Rename SortEventHandler to better match GWT conventions (#13334)Teemu Suo-Anttila2014-12-086-15/+15
| | | * | | | | | | | | | Fixes some errors in Runo/Reindeer (#13334)Henrik Paul2014-12-0815-36/+40
| | | * | | | | | | | | | Properly destroy and init cells when changing column order (#13334)Leif Åstrand2014-12-083-5/+41
| | | * | | | | | | | | | Fix appendHeaderRow and appendFooterRow JavaDoc (#13334)Teemu Suo-Anttila2014-12-081-9/+8
| | | * | | | | | | | | | Show better feedback if renderer connector is not parameterized (#13334)Leif Åstrand2014-12-071-5/+18
| | | * | | | | | | | | | Avoid non-fatal server-side assertions from selection tests (#13334)Leif Åstrand2014-12-061-2/+7
| | | * | | | | | | | | | Refactor frozen column API (#13334)Leif Åstrand2014-12-0510-162/+135
| | | * | | | | | | | | | Remove Column visibility setting from client side (#13334)Teemu Suo-Anttila2014-12-057-267/+27
| | | * | | | | | | | | | Remove Column visibility setting from server side (#13334)Teemu Suo-Anttila2014-12-057-105/+52
| | | * | | | | | | | | | Adds stylable corner boxes for the footer and header (#13334)Henrik Paul2014-12-052-0/+49
| | | * | | | | | | | | | Updates styles for Grid editor row in Valo (ticket #13334).anezthes2014-12-058-102/+563
| | | * | | | | | | | | | Fix Java 8 compatibilityJouni Koivuviita2014-12-041-2/+2