summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Do not send empty server requests (#11733)Artur Signell2015-07-132-52/+66
* Remove 'burst' concept to simplify communication handling (#11733)Artur Signell2015-07-133-96/+66
* Log exception from responsive with cross site css in FF (#16249)Leif Åstrand2015-07-111-4/+15
* Eliminate unguarded Profiler string concatenationLeif Åstrand2015-07-111-4/+8
* Add missing @since 7.5.1 to JavaDocTeemu Suo-Anttila2015-07-094-12/+12
* Fix displaying Details when Grid is attached to DOM (#18390)Teemu Suo-Anttila2015-07-092-8/+23
* Attach GridLayout children in logical order to preserve focus order (#18353)Yuriy Artamonov2015-07-092-3/+17
* Fix Grid detaching with open details rows (#18415)Teemu Suo-Anttila2015-07-091-0/+9
* Fix NPE caused by fix for Grid resizing with split panel (#18370)Teemu Suo-Anttila2015-07-082-4/+4
* Ensure correct render of selection when changing selection model (#17087)Artur Signell2015-07-071-0/+3
* Keep a reference to the file we are uploading to keep IE10 happy (#18372)Artur Signell2015-07-071-0/+3
* Fix Grid header adding and removing with select all checkbox (#17592)Teemu Suo-Anttila2015-07-062-100/+90
* Fix Grid jerky resize in vertical split panel (#18370)Teemu Suo-Anttila2015-07-063-1/+84
* Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+6
* Do not let Escalator set width to spacer row's TD element (#18223)Teppo Kurki2015-06-301-14/+17
* Fix Grid scrolling on Firefox (#16865. #17352)patrik2015-06-291-1/+22
* Don't recalculate columns if only height has changed (#18274)Leif Åstrand2015-06-291-1/+5
* Change focused Grid cell when scrolling with the keyboard (#18356).Mika Murtojarvi2015-06-291-54/+35
* Fix incorrect system notifications with details styling (#18340)Artur Signell2015-06-262-74/+91
* Reformat with Luna SR2Artur Signell2015-06-267-37/+42
* Real fix for subpixels in Grid (#18213)Artur Signell2015-06-263-154/+194
* Update theme resource references for legacy components (#17027)Artur Signell2015-06-263-10/+61
* Pass critical notification details to the client (#18342)Artur Signell2015-06-251-1/+3
* Use computed style in more IE9 edge cases (#13359)Artur Signell2015-06-241-2/+7