aboutsummaryrefslogtreecommitdiffstats
path: root/server/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | 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-023-26/+65
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'origin/master' into grid-unbuffered-editorTeemu Suo-Anttila2015-06-0141-288/+578
| |\ \ \ \ \
| * | | | | | 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-311-40/+21
* | | | | | | 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-071-3/+1
* | | | | | Fix Grid details on sort to display them on correct rows (#18224)Teemu Suo-Anttila2015-07-021-0/+8
| |_|_|_|/ |/| | | |
* | | | | Properly toggle editor state when calling editId() on the server (#18287)Artur Signell2015-06-261-1/+5
* | | | | Reformat with Luna SR2Artur Signell2015-06-268-17/+30
* | | | | Pass critical notification details to the client (#18342)Artur Signell2015-06-251-13/+2
* | | | | Handle nested GridLayouts in declarative format correctly (#18312)Artur Signell2015-06-241-4/+8
* | | | | Write true as attribute="" (#17519)Leif Åstrand2015-06-222-7/+11
* | | | | Fix spellingSteven Spungin2015-06-191-1/+1
* | | | | Take Window special case into account for invalid layouts (#17598)Artur Signell2015-06-171-0/+12
* | | | | Send beforeClientResponse exceptions to an error handler (#14214)Leif Åstrand2015-06-172-7/+9
* | | | | Allow beforeClientResponse to change hierarchy or dirtyness (#18268)Leif Åstrand2015-06-172-13/+29
* | | | | Revert "Prevent field from updating when removing text change listener. (#162...Mika Murtojärvi2015-06-171-15/+18
| |_|_|/ |/| | |
* | | | Render nested invalid layouts correctly (#17598)Artur Signell2015-06-111-5/+36
* | | | Adds margin support to GridLayout declarative format (#18238)Teppo Kurki2015-06-111-0/+5
* | | | Fix declarative margin reading in AbstractOrderedLayout (#18229)Johannes Dahlström2015-06-112-49/+93
* | | | Add @since 7.5 to new APIJohannes Dahlström2015-06-102-2/+2
* | | | Table.setVisibleColumns() causes table to forget column headers, icons, align...Ilya Ermakov2015-06-091-20/+0
* | | | Better handle exceptions when opening Grid editor (#17935)Johannes Dahlström2015-06-091-10/+25
* | | | Add missing since, remove unused methodTeemu Suo-Anttila2015-06-091-7/+1
* | | | Update to Atmosphere 2.2.7 (#18069)Artur Signell2015-06-081-1/+1
* | | | Prevent field from updating when removing text change listener. (#16270)Sauli Tähkäpää2015-06-081-18/+15
* | | | Don't allow null view providers (#17028)Leif Åstrand2015-06-081-1/+7
* | | | Selection is now shown although scrollToSelectedItem is false (#16673)Matti Tahvonen2015-06-081-0/+7
* | | | Forget GridLayout row expand ratios for removed rows (#18166)Teppo Kurki2015-06-081-1/+7
* | | | Return 0 instead of throwing exception if count query returns nothing (#18043)Steven Spungin2015-06-081-4/+14
* | | | Add setStyleName(String, boolean) shorthand for add/removeStyleName (#17825)Artur Signell2015-06-051-0/+28