summaryrefslogtreecommitdiffstats
path: root/server/src
Commit message (Expand)AuthorAgeFilesLines
* Add event originator information to Sort Events (#13334)Patrik Lindström2014-08-212-8/+34
* Sending a drag select over the wire in a batch (#13334)Henrik Paul2014-08-192-4/+69
* Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-192-3/+112
|\
| * Fixes DragAndDropWrapper does not support choosing a custom component as the ...Sebastian Nyholm2014-08-181-0/+41
| * Add new "colored" style for Label (Valo)Jouni Koivuviita2014-08-151-0/+5
| * Add two new size variants for Valo, tiny and hugeJouni Koivuviita2014-08-151-3/+66
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-08-121-327/+461
|\|
| * Update Font Awesome to the latest version (#14396)Jouni Koivuviita2014-08-111-327/+461
* | Merge remote-tracking branch 'origin/master' into gridJohn Ahlroos2014-08-0713-293/+540
|\|
| * Do not call requestStart/end multiple times when using push (#14228)Artur Signell2014-08-071-5/+15
| * Document remaining additional style names for Valo (#14107)Jouni Koivuviita2014-08-061-9/+163
| * Fix regression caused by #14147 patch (#14147)Anthony Guerreiro2014-08-061-212/+227
| * Reverting multiple commits that caused 100+ regression tests to fail.Markus Koivisto2014-08-051-1/+1
| * Adding a constant for vaadinBootstrap.js (#14284)Fabian Lange2014-08-051-13/+14
| * Allow changing theme on the fly (#2874, #14139, #14124)Artur Signell2014-08-041-5/+22
| * Disable automatic removal of trailing whitespace and reformatted using LunaArtur Signell2014-07-316-13/+14
| * Fix Table stuck scroll position after setting scroll to last page (#14147)Anthony Guerreiro2014-07-291-1/+1
| * TextArea size get reset when css resize is set (#14080)Bogdan Udrescu2014-07-282-29/+42
| * Fallback to finding disconnected UI based on AtmosphereResource (#14251)Leif Åstrand2014-07-221-7/+43
* | Add server side support for Components in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-074-22/+113
* | Add support for server side colspans in Headers and Footers (#13334)Teemu Suo-Anttila2014-08-053-9/+106
* | Improved server-side Grid class javadoc (#13334)Henrik Paul2014-08-041-10/+54
* | Remove deprecated header/footer API (#13334)Henrik Paul2014-08-043-593/+0
* | Refactor GridConnector to remove RowKeyHelper (#13334)Teemu Suo-Anttila2014-07-311-10/+10
* | Add server side API for Headers and Footers (#13334)Teemu Suo-Anttila2014-07-315-31/+515
* | Client-side Grid header/footer rewrite: add default header support (#13334)Johannes Dahlström2014-07-291-1/+6
* | Grid header/footer rewrite: add partial shared state support (#13334)Johannes Dahlström2014-07-242-6/+32
* | Use NumberFormat instead of DecimalFormat for NumberRenderer (#13334)Leif Åstrand2014-07-231-17/+17
* | Merge branch 'master' into gridLeif Åstrand2014-07-2219-505/+598
|\|
| * Improves performance of VaadinService.requestEnd(). (#14218)Fabian Lange2014-07-212-130/+124
| * Fixed javadoc for Upload class (#14266)Heikki Ohinmaa2014-07-211-80/+80
| * Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-175-2/+10
| * Update Atmosphere runtime to 2.1.2.vaadin3 (#13971)Sauli Tähkäpää2014-07-161-1/+1
| * Mention Date serialization in javadocs related to JavaScript (#14143)Leif Åstrand2014-07-152-0/+4
| * Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-151-1/+7
| * Optimizes initial sizes of frequently used Collections. (#14223)Fabian Lange2014-07-145-195/+205
| * Optimize CurrentInstance.set(UI) and .set(VaadinSession). (#14220)Fabian Lange2014-07-141-54/+40
| * removes extra VaadinSession.setCurrent() from PushHandler. (#14222)Fabian Lange2014-07-141-9/+11
| * Fix overwrite mechanism for web.xml atmosphere init params (#14196).Fabian Lange2014-07-101-7/+8
| * Cache sass output compiled on the fly by VaadinServlet (#9532)Leif Åstrand2014-07-101-26/+108
* | Rename scrollToItem to scrollTo (#13334)Leif Åstrand2014-07-151-3/+3
* | Server-side programmatic sort updates sort indicators in the UI (#13334)Leif Åstrand2014-07-101-0/+10
* | Add server-side SortOrderChangeEvent support (#13334)Leif Åstrand2014-07-104-4/+159
* | GridConnector sends user sort events to the server (#13334)Leif Åstrand2014-07-101-0/+14
* | Server-side sorting updates data on client-side (#13334)Teemu Suo-Anttila2014-07-101-5/+11
* | Implement Grid server-side Sorting API (#13334)Patrik Lindström2014-07-093-4/+392
* | Fix unpinning in DataProviderKeyMapper (#13334)Teemu Suo-Anttila2014-07-091-3/+3
* | Removes the version number from @since in Grid classes (#13334)Henrik Paul2014-07-0819-19/+19
* | Merge remote-tracking branch 'origin/master' into gridTeemu Suo-Anttila2014-07-088-97/+80
|\|
| * Avoid object creation in getAllChildrenIterable in most cases. (#14142)Fabian Lange2014-07-042-63/+57