summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Allow turning sorting on/off for columns #13334John Ahlroos2014-06-272-33/+73
* Added sort indicators to Grid headers #13334John Ahlroos2014-06-273-114/+286
* Implement Grid client-side Sorting API (#13334)Patrik Lindström2014-06-267-108/+626
* Change row data type from String[] to String (#13334)Henrik Paul2014-06-263-23/+56
* Server-side renderer groundwork (#13334)Johannes Dahlström2014-06-254-14/+198
* Prevent triggering render() on columns without a grid instance. #13334John Ahlroos2014-06-241-10/+8
* Implements RowHandle (#13334)Henrik Paul2014-06-174-0/+320
* Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-06-174-28/+40
|\
| * Prevent table from scrolling on selectionChange when in Multiselect mode (#13...Markus Koivisto2014-06-171-3/+11
| * Delay tooltips when moving between adjacent elements (#13998)Juuso Valli2014-06-171-22/+24
| * ComboBox no longer displays input prompt if disabled or read-only (#10573)Teemu Pöntelin2014-06-172-3/+5
* | Call ComplexRenderer.setContentVisible() from Grid body updater #13334John Ahlroos2014-06-172-106/+166
* | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-06-1613-216/+412
|\|
| * Revert "Fix for 'Aborting layout after 100 passess' (#13359)"Sauli Tähkäpää2014-06-124-271/+23
| * Fix for handling selectors with both width and height ranges (#13587)Teemu Pöntelin2014-06-121-44/+41
| * Make tooltips stationary when hovering (#13981)Juuso Valli2014-06-116-10/+43
| * Removes double spacing from gridLayout which has empty rows or columns (#8855)Dmitrii Rogozin2014-06-112-52/+158
| * Add scrollbars to ComboBox suggestion popup if low on screen estate (#11929)Antti Tanhuanpää2014-06-111-15/+30
| * Assigning both primary style and style name is now handled correctly (#12190)Teemu Pöntelin2014-06-111-8/+10
| * Fix tooltip positioning near screen edges (#12870)Juuso Valli2014-06-091-4/+49
| * Prevent tooltip open if cursor leaves element (#13695)Juuso Valli2014-06-091-3/+1
| * Fix for 'Aborting layout after 100 passess' (#13359)Tomi Virtanen2014-06-054-23/+271
| * Fix menu item tooltips showing up too early (#13914)Juuso Valli2014-06-031-4/+4
| * Fix for handling a breakpoint with 0 as the lower bound (#13588)Teemu Pöntelin2014-06-021-3/+3
| * Fix regression with error tooltips (#13695)Juuso Valli2014-06-021-0/+3
| * Fix VAbstractOrderedLayout scrollbar in IE8 (#10106)Juuso Valli2014-06-021-0/+1
| * Fix tooltip delay (#13695)Juuso Valli2014-05-271-76/+69
| * Allow using modifier + enter as shorcuts in TextArea (#13811)Artur Signell2014-05-261-4/+7
* | Undefined width of Grid is 500px #13334John Ahlroos2014-06-121-1/+1
* | Remove invalid assert from FlyweightCell (#13334)Johannes Dahlström2014-06-111-7/+5
* | Add stylename to selected rows (#13334)Patrik Lindström2014-06-101-4/+8
* | Implement Grid client-side Selection API (#13334)Patrik Lindström2014-06-108-105/+1036
* | Invoke ComplexRenderer init and destroy methods (#13334)Johannes Dahlström2014-06-101-2/+12
* | Implemented WidgetRenderer #12993John Ahlroos2014-06-104-120/+138
* | Adds selection gesture handling to selection column (#13334)Henrik Paul2014-06-103-12/+276
* | Notify EscalatorUpdater when removing columns (#13334)Johannes Dahlström2014-06-063-27/+71
* | Notify EscalatorUpdater when inserting columns (#13334)Johannes Dahlström2014-06-064-33/+158
* | Provide RowContainer method to query if element is in container #13334John Ahlroos2014-06-032-25/+26
* | Notify EscalatorUpdater when inserting and removing DOM rows (#13334)Johannes Dahlström2014-06-021-13/+95
* | Add (pre|post)(Attach|Detach) methods to EscalatorUpdater (#13334)Johannes Dahlström2014-06-023-12/+135
* | Client-side selection checkbox renderer (#13334)Henrik Paul2014-06-022-6/+196
* | Removes an unnecessary/unused method (#13334)Henrik Paul2014-06-021-22/+0
* | Add caching logic for Grid DataSource (#13334)7.4.0.alpha2Leif Åstrand2014-05-302-18/+263
* | Move ActiveRowHandler to the data provider extension (#13334)Leif Åstrand2014-05-303-12/+13
* | Add SubPartAware interface to Grid client side (#13334)Teemu Suo-Anttila2014-05-293-3/+157
* | Allow listening to events from cells via renderer #13334John Ahlroos2014-05-273-3/+176
* | Sort DOM elements for better WAI-ARIA support (#13334)Henrik Paul2014-05-261-6/+174
* | Refactored client Renderers once again #13334John Ahlroos2014-05-2613-259/+227
* | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-05-2625-313/+454
|\|
| * Fix caption listener leak and caption measurement (#13741)Juuso Valli2014-05-232-24/+13