summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Make ImageRenderers emit click events (#13334)Johannes Dahlström2014-11-137-138/+252
* Fix NPE in GridColumn when set sortable before adding to Grid (#13334)Teemu Suo-Anttila2014-11-111-1/+3
* Fixes property change events after first render (#13334)Henrik Paul2014-11-063-38/+72
* Adds the ability for Escalator to resize a column "to fit" (#13334)Henrik Paul2014-11-052-3/+89
* Column remove/insertion doesn't refresh the entire row (#13334)Henrik Paul2014-11-053-35/+121
* Renames "active cell" to "cell focus" or "focused cell" (#13334)Henrik Paul2014-10-2913-207/+217
* Removes code-warnings (#13334)Henrik Paul2014-10-281-10/+10
* Adds hints to related methods in GridStaticSection (#13334)Henrik Paul2014-10-281-0/+20
* Drag selection now selects all rows in between two frames (#13334)Henrik Paul2014-10-281-43/+87
* Removes getter for DataSource in SortEvent (#13334)Henrik Paul2014-10-281-9/+0
* Fixes exception when dragging on cells in Chrome (#13334)Henrik Paul2014-10-241-1/+34
* Fixes an issue with onUnload() (#13334)Henrik Paul2014-10-231-10/+25
* Fix RpcDataSource to use RPC for row pins/unpins (#13334)Teemu Suo-Anttila2014-10-224-114/+75
* Add constructor with header text for client side GridColumn (#13334)Teemu Suo-Anttila2014-10-222-7/+88
* removes unused import (#13334)Henrik Paul2014-10-211-1/+0
* REST-like data source use case. (#13334)Henrik Paul2014-10-202-15/+22
* Restructures Escalator method hierarchy (#13334)Henrik Paul2014-10-201-8/+13
* Fix EditorRow event handling (#13334)Teemu Suo-Anttila2014-10-201-7/+15
* Use non-deprecated GWT DateTimeFormat (#13334)Johannes Dahlström2014-10-201-4/+4
* Fixes an issue with active cell and data insertion (#13334)Henrik Paul2014-10-201-11/+14
* Add default text renderer and empty constructor to GridColumns (#13334)Teemu Suo-Anttila2014-10-201-6/+55
* Add isUserOriginated to SortOrderChangeEvents (#13334)Teemu Suo-Anttila2014-10-161-7/+16
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-10-1616-155/+213
|\
| * Fixed FontIcons on VWindow (#14481).Tapio Aali2014-10-151-33/+33
| * Fixed the sizing of relative-sized components in AbsoluteLayout (#13131)Anna Koskinen2014-10-141-2/+36
| * Assert that async UIDL processing happens in order (#14643)Leif Åstrand2014-10-131-1/+5
| * isIPad() and isIPhone() methods are added to WebBrowser (#14424,#14423).Denis Anisimov2014-10-091-0/+14
| * Implement HasEnabled in VPopupView. (#14797)Sauli Tähkäpää2014-10-071-12/+28
| * Add ".v-required" style for required component (#10201).Denis Anisimov2014-10-072-0/+5
| * TreeTable should support font icons for items (#14077)Guillermo Alvarez2014-10-071-8/+4
| * Open combobox popup on click to icon (#14624).Denis Anisimov2014-10-061-0/+1
| * Improve error message for missing class name id (#14643)Leif Åstrand2014-10-061-1/+5
| * Audio component requests audio content on each client poll when in Window (#1...Sergey Budkin2014-10-011-19/+34
| * Removed obsolete fix for webkit scrollbar issue. (#14203)Sergey Budkin2014-10-012-24/+0
| * Removed the waitingForResponse flag from VTabsheet (#14710)Taras Hupalo2014-10-012-9/+2
| * TreeItem double click fixed (#14745)Guillermo Alvarez2014-10-011-38/+22
| * Action on click button contained in table is called two times on iOS 8.0 (#14...Sergey Budkin2014-10-011-3/+20
| * Fix ComboBox issue with font-based item icons (#14660)Teemu Pöntelin2014-09-291-4/+1
| * Removes scrolling caused by updating an unfocused table (#12976)Taras Hupalo2014-09-221-1/+3
* | Clarifies client-side exceptions relating to Columns (#13334)Henrik Paul2014-10-151-3/+32
* | Add DataSource .indexOf() functionality (#13334)Teemu Suo-Anttila2014-10-093-25/+59
* | Add convenience methods to EditorRowHandler (#13334)Johannes Dahlström2014-10-093-42/+91
* | Implement ImageRenderer (#13334)Johannes Dahlström2014-10-092-0/+83
* | Add refresh function to RowHandle for informing data updates (#13334)Teemu Suo-Anttila2014-10-073-0/+26
* | Move utility methods from Grid to new class GridUtil (#13334)Johannes Dahlström2014-10-074-33/+65
* | Implement Vaadin-specific editor row commit/discard handling (#13334)Johannes Dahlström2014-10-071-34/+53
* | Implement ButtonRenderer (#13334)Johannes Dahlström2014-10-074-1/+253
* | Fix AbstractRemoteDataSource always inform data availability (#13334)Teemu Suo-Anttila2014-10-071-0/+3
* | Moves AbstractRowContainer.refreshRows (#13334)Henrik Paul2014-10-071-30/+34
* | Grid now supports bare ItemSetChangeEvents (#13334)Henrik Paul2014-10-034-0/+45