summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix spellingSteven Spungin2015-06-191-2/+2
* Revert "Prevent field from updating when removing text change listener. (#162...Mika Murtojärvi2015-06-171-2/+3
* Calculate row width correctly when subpixel workaround/fix is active (#17934)Artur Signell2015-06-121-5/+15
* Ensure GridLayout rounds available space down instead of up (#15451)Artur Signell2015-06-124-49/+221
* Fix Grid column dnd reorder scrollarea calculation in Chrome 43 (#18234)Teemu Suo-Anttila2015-06-112-63/+10
* Measure size correctly when element has border and/or padding (#18181)Artur Signell2015-06-111-20/+10