summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix Grid regression in editor opening with no focused elementTeemu Suo-Anttila2015-07-021-3/+3
| * | Update @since tags for 7.6Henri Sara2015-07-022-3/+3
| * | Fixes non-editable column and selection visibility in editorTeppo Kurki2015-07-011-1/+6
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-014-144/+171
| |\ \
| * | | Use the type and key vars since they are there alreadyTeppo Kurki2015-06-301-6/+5
| * | | Merge branch 'master' into grid-unbuffered-editorTeppo Kurki2015-06-2615-208/+311
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-1517-233/+552
| |\ \ \ \
| * | | | | Allow programmatically opening editor in unbuffered modeTeppo Kurki2015-06-041-12/+12
| * | | | | On progr. editor open, focus target cell if Grid had focus prior7.6.0.alpha1Teppo Kurki2015-06-031-2/+16
| * | | | | Update editor overlay position on Grid resizeTeppo Kurki2015-06-021-0/+5
| * | | | | Don't open Grid editor from header or footerJohannes Dahlström2015-06-021-4/+4
| * | | | | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0126-137/+676
| |\ \ \ \ \
| * | | | | | Unbuffered editor hides notification area if no error msg present.Teppo Kurki2015-05-291-0/+16
| * | | | | | Allow vertical scroll in unbuffered edit mode.Teppo Kurki2015-05-281-2/+42
| * | | | | | Let mouse click move editor in unbuffered modeTeppo Kurki2015-05-271-8/+27
| * | | | | | Add unbuffered editing mode to GridTeppo Kurki2015-05-261-2/+36
| * | | | | | Add grid editor events (#17451)patrik2015-05-217-1/+323
| * | | | | | Refactor handling of focus and blur RPC in Connectors (#17917)Johannes Dahlström2015-05-208-181/+121
| * | | | | | Add focus API to GridJohannes Dahlström2015-05-202-4/+68
| * | | | | | Refactor focus related server API to class AbstractFocusableJohannes Dahlström2015-05-202-8/+13
* | | | | | | Pass AtmosphereResponse to event handler to be able to report real error caus...Artur Signell2015-09-043-12/+27
* | | | | | | Preload reconnect dialog resources (#11733)Artur Signell2015-09-024-7/+45
* | | | | | | API refactor based on review (#11733)Artur Signell2015-09-0218-176/+179
* | | | | | | Use Transport.WEBSOCKET_XHR instead of setter for mixing websockets and XHR (...Artur Signell2015-08-311-3/+9
* | | | | | | Make non public API private again and update javadoc (#11733)Artur Signell2015-08-319-72/+91
* | | | | | | Handle unparsable JSON as invalid content (#11733)Artur Signell2015-08-317-66/+159
* | | | | | | Reset reconnect counter when connection is re-established (#11733)Artur Signell2015-08-311-0/+1
* | | | | | | Add modality configuration option for reconnect dialog (#11733)Artur Signell2015-08-314-7/+44
* | | | | | | Reconnect dialog basic css for all themes (#11733)Artur Signell2015-07-132-1/+6
* | | | | | | Allow using XHR for client to server requests and websockets for push (#12518)Artur Signell2015-07-131-0/+8
* | | | | | | Refactor reconnect dialog (#11733,#17075)Artur Signell2015-07-136-109/+422
* | | | | | | Allow configuration of reconnect dialog parameters (#11733)Artur Signell2015-07-131-26/+32
* | | | | | | Merge communication problem handlers (#11733,#17075)Artur Signell2015-07-134-312/+186
* | | | | | | Handle out of order messages (#11733,#17075)Artur Signell2015-07-132-65/+186
* | | | | | | Use same reconnect logic for Push as for XHR (#17075)Artur Signell2015-07-138-74/+179
* | | | | | | Initial version of the reconnect dialog and a problem handler which uses it (...Artur Signell2015-07-135-2/+248
* | | | | | | Extract CommunicationProblemHandler methods to an interface (#11733)Artur Signell2015-07-133-256/+346
* | | | | | | Move XHR code to XhrConnection (#11733)Artur Signell2015-07-134-224/+310
* | | | | | | Send resynchronize and widgetset version in JSON (#11733)Artur Signell2015-07-131-23/+18
* | | | | | | Simplify UIDL message handling (#11733)Artur Signell2015-07-135-45/+28
* | | | | | | Handle push errors in CommunicationProblemHandler (#11733)Artur Signell2015-07-135-33/+105
* | | | | | | Handle heartbeat problems in CommunicationProblemHandler (#11733)Artur Signell2015-07-132-22/+66
* | | | | | | Use counter in client to server messages to avoid duplicate handling (#11733)Artur Signell2015-07-133-18/+62
* | | | | | | Separate server message sending to its own class (#11733)Artur Signell2015-07-1311-476/+581
* | | | | | | Separate server message handling to its own class (#11733)Artur Signell2015-07-139-1458/+1628
* | | | | | | Separate XHR error handling to its own class (#11733)Artur Signell2015-07-135-151/+406
* | | | | | | Separate server RPC queue to its own class (#11733)Artur Signell2015-07-139-190/+394
* | | | | | | Track application state through an explicit variable (#11733)Artur Signell2015-07-131-19/+62
* | | | | | | Ensure application is stopped when stopped events are sent (#11733)Artur Signell2015-07-131-3/+4
* | | | | | | Remove ConnectionStatusEvent (#11733)Artur Signell2015-07-132-45/+0