summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
* Set internal value instead of converted value when locale has changed. (#14400)Sauli Tähkäpää2014-09-231-1/+2
* Exception on closing inactive UI causes issues (#14651)Sergey Budkin2014-09-221-0/+1
* Document that current session and UI are referenced weakly (#14595)Leif Åstrand2014-09-222-3/+14
* Add autogenerated style name for UI based on its class name (#14670)Denis Anisimov2014-09-221-3/+5
* Fixed ComboBox filtering when page length is zero (#14509)Teemu Pöntelin2014-09-191-7/+9
* Add new StringTo<Byte, Short, BigInteger> Converters(#14583)denis.magdenkov2014-09-196-0/+423
* Re-adding all rows in Table causes table to loose scroll position (#14581)Anna Miroshnik2014-09-191-209/+285
* Made MethodPropertyDescriptor box primitive types as it's done in MethodPrope...Taras Hupalo2014-09-196-28/+55
* Add Range<Byte, Short, Long, Float, BigInteger, BigDecimal> Validators (#14584)denis.magdenkov2014-09-1712-0/+588
* Fix invalid parameter name (#14602)Leif Åstrand2014-09-161-2/+2
* Improve proxy comparison support (#14639)Juuso Valli2014-09-152-6/+75
* WebBrowser.isWindowsPhone() is added (#14425).Denis Anisimov2014-09-121-0/+11
* Update to Atmosphere 2.1.2.vaadin5 (#13877)Sergey Budkin2014-09-121-1/+1
* Make Vaadin component handling proxy-friendly (#14639)Juuso Valli2014-09-1214-21/+53
* resolve org.json version conflict between server and shared (#14618)Markus Koivisto2014-09-111-1/+1
* DateField ValueChange is now fired after flags are set (#14487)Guillermo Alvarez2014-09-091-3/+35
* Fix a typo in JavadocTeemu Pöntelin2014-09-081-1/+1
* Fix potential invalid JSON output in MetadataWriter (#14591)Johannes Dahlström2014-09-042-0/+15
* Revert to old capitalization to avoid git issues (#8942)Leif Åstrand2014-08-305-8/+8
* Bump Atmosphere-runtime version number to 2.1.2.vaadin4 (#14038)Johannes Dahlström2014-08-281-1/+1
* Revert "Make getMouseEvent() method available in the TargetDetailsImpl (#1341...Markus Koivisto2014-08-283-12/+10
* Fix PROGRESSBAR_POINT typo (#14502)Leif Åstrand2014-08-281-1/+1
* Ignore files from the classpath for scss cache timestamps (#14506)Leif Åstrand2014-08-271-3/+13
* Fixed creation of "appError" json object with nullable url (#8942)Taras Hupalo2014-08-271-1/+5
* replaced all org.json.* usages with elemental.json.* (#8942)Taras Hupalo2014-08-2632-436/+444
* Make getMouseEvent() method available in the TargetDetailsImpl (#13416).Denis Anisimov2014-08-253-10/+12
* Improve the selection tab algorithm after removing the selected tabBogdan Udrescu2014-08-251-0/+55
* Remove defunct __gwt_historyFrame (#11560)Leif Åstrand2014-08-251-8/+0
* Add option for collapsing empty rows/columns in GridLayout (#14392)Artur Signell2014-08-211-0/+29
* Depend on sass-compiler, not the old theme-compiler (#14009)Artur Signell2014-08-211-1/+1
* All day property support is added to ContainerEventProvider (#14178).Denis Anisimov2014-08-202-0/+109
* Added support for focus and blur listeners in NativeSelect (#6847)Niklas Nyholm2014-08-201-1/+78
* Handle byte[] type in StatementHelper and correct SQLException (#13305).Denis Anisimov2014-08-202-25/+83
* StreamResource methods equals() and hashCode() are corrected (#14027).Denis Anisimov2014-08-202-8/+62
* fixes incorrect JSONArray/String usage in ServerRpcHandler (#14471)Fabian Lange2014-08-201-2/+2
* 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
* Update Font Awesome to the latest version (#14396)Jouni Koivuviita2014-08-111-327/+461
* 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-317-14/+16
* 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
* Improves performance of VaadinService.requestEnd(). (#14218)Fabian Lange2014-07-212-130/+124