summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Manually merged most important changes from 7.2.6.4Johannes Tuikkala2015-03-241-0/+29
* Revert "Fix Table stuck scroll position after setting scroll to last page (#1...Bogdan Udrescu2014-07-301-1/+1
* 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-292-29/+42
* Revert "Add asserts checking for negative container sizes (#14232)"Bogdan Udrescu2014-07-296-69/+2
* Fallback to finding disconnected UI based on AtmosphereResource (#14251)Leif Åstrand2014-07-231-7/+43
* Improves performance of VaadinService.requestEnd(). (#14218)Fabian Lange2014-07-232-130/+124
* Fixed javadoc for Upload class (#14266)Heikki Ohinmaa2014-07-231-80/+80
* Add asserts checking for negative container sizes (#14232)Leif Åstrand2014-07-236-2/+69
* Optimizes initial sizes of frequently used Collections. (#14223)Fabian Lange2014-07-185-201/+210
* Fix compile error caused by cherry-pick in commit 85c71bdBogdan Udrescu2014-07-171-1/+6
* Update Atmosphere runtime to 2.1.2.vaadin3 (#13971)Sauli Tähkäpää2014-07-161-1/+1
* Remove csrfToken if disable-xsrf-protection is true (#14111)Bogdan Udrescu2014-07-162-1/+256
* Make it possible to disable the sync id checking (#14193)Leif Åstrand2014-07-165-5/+44
* Mention Date serialization in javadocs related to JavaScript (#14143)Leif Åstrand2014-07-152-0/+4
* 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-141-7/+8
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-021-8/+12
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-028-34/+145
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-022-3/+8
* Reading properties of components should not set state to dirty (#14060).Fabian Lange2014-07-0222-139/+229
* Prevent empty tooltips from appearing (#14015)Juuso Valli2014-07-011-1/+1
* Do not consider compiler introduced methods when determining state class (#14...Artur Signell2014-06-271-3/+5
* Removes double spacing from gridLayout which has empty rows or columns (#8855)Dmitrii Rogozin2014-06-181-70/+71
* Moved initialization of a static map to the static initialization block (#12270)Teemu Pöntelin2014-06-171-1/+2
* Allow inlining of JsonCodec#encode (#13814)Fabian Lange2014-06-172-92/+63
* Allow use of Collection<String> and others with addItems (#13865)Artur Signell2014-06-042-1/+77
* Fix Push update race condition (#13562)Juuso Valli2014-05-271-2/+9
* Properly deserialize push connection (#12235)Johannes Dahlström2014-05-274-8/+84
* Optimizes ConnectorTracker.cleanConnectorMap (#13803)Fabian Lange2014-05-271-45/+32
* Optimize getAllChildrenIterable() performance. (#13803)Fabian Lange2014-05-271-1/+4
* Prevent adding/setting parent component as child (#12720).Denis Anisimov2014-05-275-9/+139
* Revert "Fix Push inserts producing duplicate rows in Table (#13562)"Sauli Tähkäpää2014-05-261-10/+2
* Fix Push inserts producing duplicate rows in Table (#13562)Juuso Valli2014-05-231-2/+10
* Allow editing colorpicker values in colorpicker in textfield #13469John Ahlroos2014-05-232-19/+114
* Actually close push connection in disconnect() (#13716)Artur Signell2014-05-081-0/+6
* Fix improper merge of 3d0ff32b from 7.1 to master (#13620)Johannes Dahlström2014-05-081-41/+6
* Javadoc added to com.vaadin.ui.Field interface (#13209)Dmitrii Rogozin2014-05-051-15/+24
* Fix header and Javadoc issuesTeemu Suo-Anttila2014-05-052-2/+2
* Merge changes from origin/7.2 into masterJonatan Kronqvist2014-05-05495-571/+706
|\
| * Update remaining copyright years to 2014Artur Signell2014-04-2322-24/+24
| * Merge changes from origin/7.1Artur Signell2014-04-23473-535/+535
| |\
| | * Update copyright year to 2014Artur Signell2014-04-16470-533/+533
| * | Merge changes from origin/7.1Artur Signell2014-04-238-14/+181
| |\|
| | * ContainerEventProvider returns style names from container. Fixes #10718Maciej Przepióra2014-04-162-2/+34
| | * Add test for TransactionalPropertyWrapper memory leaksTeemu Suo-Anttila2014-04-142-1/+117
| | * Always initialize WebBrowser for new sessions (#13571)Leif Åstrand2014-04-143-5/+4
| | * Fix FieldGroup and TransactionalPropertyWrapper memory leaks (#13438)Teemu Suo-Anttila2014-04-142-7/+27
| * | Clarify lock check assert message if another session is locked (#13473)Leif Åstrand2014-04-171-2/+11