summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fix RpcDataProviderExtension to not rely on item indices (#18503)Teemu Suo-Anttila2015-08-181-266/+86
| * | Merge branch 'master-before-18503' into grid-unbuffered-editorHenri Sara2015-08-1910-29/+182
| |\|
| | * Prevent NPE on missing security key. (#18573)Sauli Tähkäpää2015-08-182-18/+104
| | * Handle renderer exceptions gracefully (#18554)Artur Signell2015-08-172-2/+9
| | * Decode filename before finding resource (#15407)Artur Signell2015-08-131-8/+12
| | * Guard against disconnect() being called twice (#15263)Artur Signell2015-08-121-0/+7
| | * Use latest GAE SDK supporting Java 6Henri Sara2015-08-091-1/+1
| | * Update Select all -CheckBox from server and partial selections (#17590)Teppo Kurki2015-08-051-0/+17
| | * Use correct state classes for Vertical and HorizontalLayoutArtur Signell2015-07-312-0/+14
| | * Detect Edge correctly (#18537)Artur Signell2015-07-301-0/+14
| * | Merge branch 'master-18493' into grid-unbuffered-editorHenri Sara2015-08-192-228/+43
| |\|
| | * Fix DetailsRow communication use connector IDs (#18493)Teemu Suo-Anttila2015-07-212-219/+39
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-111-0/+3
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-153-20/+106
| |\|
| | * StringToBooleanConverter API improved (#18466)elmot2015-07-152-18/+99
| | * Do not initialize Atmosphere for websocket servlet in Websphere (#16354)Artur Signell2015-07-141-2/+7
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-151-33/+184
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-151-15/+24
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-138-88/+66
| |\|
| * | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-104-168/+274
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-2/+21
| * | Update @since tags for 7.6Henri Sara2015-07-022-3/+3
| * | Merge branch 'master' into grid-unbuffered-editorTeppo Kurki2015-06-2665-231/+335
| |\ \
| * \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-1533-311/+862
| |\ \ \
| * | | | Allow programmatically opening editor in unbuffered modeTeppo Kurki2015-06-041-3/+6
| * | | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-024-26/+84
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0159-423/+1203
| |\ \ \ \ \
| * | | | | | Let mouse click move editor in unbuffered modeTeppo Kurki2015-05-271-2/+2
| * | | | | | Add unbuffered editing mode to GridTeppo Kurki2015-05-261-0/+33
| * | | | | | Add grid editor events (#17451)patrik2015-05-211-0/+145
| * | | | | | Add focus API to GridJohannes Dahlström2015-05-201-1/+1
| * | | | | | Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-202-104/+135
| * | | | | | Catch all Exceptions when trying to open a gzipped resource (#13653)Johannes Dahlström2015-05-121-1/+6
* | | | | | | Use correct month names with Java 8 (#18760)Artur Signell2015-09-031-2/+18
* | | | | | | Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR (...Artur Signell2015-08-312-40/+27
* | | | | | | Make non public API private again and update javadoc (#11733)Artur Signell2015-08-311-0/+2
* | | | | | | Add modality configuration option for reconnect dialog (#11733)Artur Signell2015-08-311-8/+67
* | | | | | | Allow using XHR for client to server requests and websockets for push (#12518)Artur Signell2015-07-131-0/+37
* | | | | | | Allow configuration of reconnect dialog parameters (#11733)Artur Signell2015-07-132-0/+154
* | | | | | | Handle out of order messages (#11733,#17075)Artur Signell2015-07-131-0/+4
* | | | | | | Send resynchronize and widgetset version in JSON (#11733)Artur Signell2015-07-136-52/+56
* | | | | | | Use counter in client to server messages to avoid duplicate handling (#11733)Artur Signell2015-07-133-4/+88
* | | | | | | Do not send empty server requests (#11733)Artur Signell2015-07-131-0/+5
| |_|_|_|_|/ |/| | | | |
* | | | | | Update connector hierarch when canceling editor (#16976).Leif Åstrand2015-07-131-0/+4
* | | | | | Remove remaining OutOfSync message referencesArtur Signell2015-07-132-55/+0
* | | | | | Cache connector state types (#18437)Leif Åstrand2015-07-111-1/+9
* | | | | | Make async remove check work without push (#12909)Leif Åstrand2015-07-111-29/+23
* | | | | | Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-091-0/+9
* | | | | | Always add "last" item from the string to the collection (#18433).Denis Anisimov2015-07-072-3/+11
* | | | | | Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+8
| |_|_|_|/ |/| | | |