summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
* Reset sort indicator when saving editor. (#17428)Sauli Tähkäpää2015-11-021-1/+10
* Touch long tap context click emulation improvements (#19222)Markus Koivisto2015-11-021-11/+38
* Null pointer Exception in Slot.onBrowserEvent (#16587)pag2015-10-291-1/+1
* Fixes column header drop indicator (#18925)mtzukanov2015-10-292-33/+19
* Fix VAbstractOrderedLayout widget removal race condition (#18703)7.6.0.beta1Teemu Suo-Anttila2015-10-271-3/+4
* Add ContextClickEvent for touch events (#19206)Markus Koivisto2015-10-274-31/+205
* Remove scheduleDeferred calls from EscalatorTeemu Suo-Anttila2015-10-231-4/+4
* Set pixel sizes to Grid columns when user starts drag resize (#16838)Johannes Dahlström2015-10-211-0/+8
* VTree$TreeNode avoid NPE triggered by external ONLOAD events (#18563)pag2015-10-191-1/+1
* Implemented HasEnabled on VLink (#18530)Marco Collovati2015-10-191-1/+12
* Provide own states for a number of components (#18987).Denis Anisimov2015-10-166-4/+30
* Remove call to setEnabled in Grid Sidebar constructor (#19126)Teemu Suo-Anttila2015-10-151-2/+0
* Support ContextClicks in empty areas of Table and TreeTable (#19130)Teemu Suo-Anttila2015-10-141-10/+15
* Support Grid context click events in the empty areas of Grid (#19128)Teemu Suo-Anttila2015-10-143-5/+15
* Move RpcDataProviderExtension and DataGenerator to correct packageTeemu Suo-Anttila2015-10-131-1/+1
* Fix empty @since for 7.6.0.alpha77.6.0.alpha7Markus Koivisto2015-10-123-3/+3
* Fix empty @since for 7.6.alpha7Markus Koivisto2015-10-092-3/+3
* Add Grid column resize event API (#16838)Johannes Dahlström2015-10-094-16/+145
* Fix stack overflows in ListDataSource ListWrapper (#19104)Teemu Suo-Anttila2015-10-091-2/+2
* Add Grid.deselectAll() (#18339)Artur Signell2015-10-091-0/+26
* Fix Checkbox event handling in Grid Editor (#19096)Teemu Suo-Anttila2015-10-081-6/+6
* Report user-resized column widths to server (#16838)Johannes Dahlström2015-10-083-6/+18
* Add API for setting Grid columns resizable (#16838)Johannes Dahlström2015-10-082-17/+65
* Update/add @since tags in javadocHenri Sara2015-10-0710-2/+24
* Add handles to Grid default header for column drag resize (#16838)Patrik Lindström2015-10-074-61/+387
* Remove Grid EditorEvents and ListenersTeemu Suo-Anttila2015-10-078-323/+0
* Add support for TreeContextClickEvents (#19062)Teemu Suo-Anttila2015-10-052-2/+29
* Add GridContextClickEvent with item ids, properties and section (#16855)Teemu Suo-Anttila2015-10-0510-14/+35
* Add Tree.htmlContentsAllowed (#7717)Leif Åstrand2015-10-022-2/+17
* Fix TreeTableContextClick support (#19056)Teemu Suo-Anttila2015-10-022-1/+10
* Implement ContextClickEvent for Table (#19042)Teemu Suo-Anttila2015-10-021-0/+61
* Add support for ContextClickEvent in AbstractComponent (#19015)Teemu Suo-Anttila2015-10-017-40/+45
* Close calendar popup when DateField is detached (#18985)Teemu Pöntelin2015-09-301-0/+1
* Output end-to-end bootstrap time (#19034)Leif Åstrand2015-09-291-0/+19
* Skip checking unknown properties for @NoLayout on client side (#18334)Artur Signell2015-09-291-1/+2
* Log reason for loading a connector bundle (#19024)Artur Signell2015-09-291-1/+6
* Fix resetting of top or left alignment in GridLayout (#18660)Artur Signell2015-09-291-0/+6
* Create ConnectionStateHandler instance to enable overriding (#19017)Artur Signell2015-09-282-3/+7
* Do not rely on content-type to detect errors (#19009)Artur Signell2015-09-271-8/+0
* Correctly round tr width in Escalator (#18820)Artur Signell2015-09-241-1/+7
* Adds support for defining the URL to use for push requests (#18989)Artur Signell2015-09-241-4/+12
* Fix missing @since, update release notes7.6.0.alpha6Teemu Suo-Anttila2015-09-233-4/+4
* Prevent moving editor while requests are pending (#18959)Teemu Suo-Anttila2015-09-211-0/+7
* Fix Grid internal focus tracking with Editor open (#18956)Teemu Suo-Anttila2015-09-211-5/+12
* Clean up unneeded logging and focusCell method in GridTeemu Suo-Anttila2015-09-211-38/+18
* Make ordered layout Slot customizable (#18703)Henri Sara2015-09-172-5/+69
* Fix Grid Editor handling to not track focus events from widgets (#18919)Teemu Suo-Anttila2015-09-172-25/+11
* Fix Sidebar isOpen to not throw an exception (#18918)Teemu Suo-Anttila2015-09-171-1/+1
* Fix Grid unbuffered validation error area theme (#18812)Teemu Suo-Anttila2015-09-161-0/+13
* Fix Escalator onResize to layout Finally instead of Deferred (#18751)Teemu Suo-Anttila2015-09-162-17/+48