summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
| | * Select last item only if filtered items exist. (#18441)Sauli Tähkäpää2015-07-161-1/+3
| * | Keep non-editable & selection columns visible in editorTeppo Kurki2015-08-111-0/+51
| * | Merge branch 'master' into grid-unbuffered-editor7.6.0.alpha3Johannes Dahlström2015-07-155-66/+124
| |\|
| | * Grid sidebar menu design changed. See design document and comments at trac ti...elmot2015-07-151-1/+0
| | * Support frozen columns in Grid editor (#16727)Johannes Dahlström2015-07-151-7/+36
| | * Increase Tooltip z-index to be larger than the default overlay z-index. (#14854)Sauli Tähkäpää2015-07-151-0/+3
| | * Allow using only hostname with ?superdevmodeArtur Signell2015-07-151-1/+5
| | * Fixes scrollToLine while resizing Grid via split position (#18424)Teppo Kurki2015-07-141-44/+55
| | * Read debug window settings when all entry points have run (#17882)Leif Åstrand2015-07-141-13/+25
| * | Add row and cell description generators to Grid (#18481)Teppo Kurki2015-07-152-0/+62
| * | Prevent Grid editor move in unbuffered mode if validation errors inJohannes Dahlström2015-07-151-28/+40
| * | Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-07-1312-126/+264
| |\|
| * | Refactor RpcDataProviderExtension to use DataGenerators Teemu Suo-Anttila2015-07-101-26/+7
| * | Close Grid editor on container item set changeJohannes Dahlström2015-07-091-2/+3
| * | Revert "Fixes non-editable column and selection visibility in editor"Teppo Kurki2015-07-031-6/+1
| * | 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