summaryrefslogtreecommitdiffstats
path: root/server
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed an error in CustomComponent JavaDoc (#10038), and some improvements.Marko Gronroos2013-06-281-20/+36
| * Updated Javadoc for Table.getColumnAlignment fixing #6810Sami Ekblad2013-06-281-1/+2
| * Replace printStackTrace with getLogger().log() (#12147)Artur Signell2013-06-283-4/+22
| * Ensure that Slider diffstate always contains "value" (#12133)Risto Yrjänä2013-06-281-0/+17
| * Fix VaadinService.findUI to throw Error if UIConstants.UI_ID_PARAMETERmtzukanov2013-06-281-4/+6
| * Fixed slider value initialization on HSV and RGB tabs of ColorPicker. (#7863)Teemu Pöntelin2013-06-281-53/+31
| * Implemented Focusable in MenuBar (#7674)Jens Jansson2013-06-281-1/+30
* | Tabsheet should not immediately select a tab when changing tab usingmichaelvogt2013-07-121-0/+33
* | Prevent to exit a Window with the tab key (#11874)michaelvogt2013-07-121-0/+77
* | Fixes @PreserveOnRefresh losing page title on refresh #11054Joonas Lehtinen2013-07-091-1/+1
* | simplified isStaticResourceRequest and improved its performance (#11758)Fabian Lange2013-07-091-14/+2
* | Support uploading files larger 2GB via drag and drop and file input (#11947).Fabian Lange2013-07-082-7/+20
* | Add getCacheTime(filename) to VaadinServlet (#11744)Fabian Lange2013-07-081-15/+42
* | Tabsheet tabs should support alternate text (#11824)michaelvogt2013-07-081-4/+104
* | Accessibility for Window (#11821)michaelvogt2013-07-041-2/+107
* | Support screen reader only notifications (#11830)michaelvogt2013-07-031-2/+12
* | Accessibility for Notification (#11820)michaelvogt2013-07-034-7/+422
* | Adds String <-> BigDecimal converter (#9997)Artur Signell2013-07-013-0/+116
* | Removed StringToNumberConverter (#12092)Artur Signell2013-07-013-91/+0
* | Merge changes from origin/7.1Artur Signell2013-06-2813-91/+73
|\|
| * Remove sub window references from Window javadocs (#9892)Leif Åstrand2013-06-281-62/+51
| * Use varargs instead of array where appropriate (#4513)Artur Signell2013-06-269-28/+15
| * Actually show loading indicator during loading (#12128)Artur Signell2013-06-261-0/+1
| * Use atmosphere 1.0.14.vaadin3 which fixes Android 4.1 support (#12101)Artur Signell2013-06-251-1/+1
| * Updated Atmosphere dependency to 1.0.14.vaadin2 (#12017, #12033, #12115)Artur Signell2013-06-241-1/+1
| * Enable using @Stylesheet with vaadin:// (#9934)Artur Signell2013-06-181-0/+5
* | Add support for setId to TabSheet.Tab (#12064)tapio2013-06-242-5/+40
* | Merge changes from origin/7.1Artur Signell2013-06-1815-45/+121
|\|
| * Reinitialize pendingAccessQueue after deserialization (#12097)Johannes Dahlström2013-06-181-1/+6
| * Updated to atmosphere 1.0.14-vaadin1Artur Signell2013-06-141-1/+1
| * Fixed test issues with type=null (#11895)Artur Signell2013-06-146-6/+6
| * Define LegacyPropertyToStringMode parameter strings in the enum (#11970)Leif Åstrand2013-06-143-19/+70
| * Exclude external classes and FutureAccessArtur Signell2013-06-141-1/+2
| * Fixes broken request listeners (#12056)Artur Signell2013-06-141-14/+15
| * Corrected fix and better error checking for action/event request (#12056)Artur Signell2013-06-142-3/+21
* | Merge changes from origin/7.1Leif Åstrand2013-06-1314-84/+328
|\|
| * Fixed test issue apparently caused by three levels of classesArtur Signell2013-06-132-19/+22
| * Do not write 404 as a response to all action/event requests (#12056)Artur Signell2013-06-133-1/+63
| * Adding isIOs and isAndroid to the WebBrowser wrapper around VBrowserDetails (...Fabian Lange2013-06-121-0/+20
| * Handle push disconnections and reconnections more reliably (#11831, #11922)Johannes Dahlström2013-06-121-7/+23
| * Using StringTokenizer instead of String.split() in AbstractComponent (#8759)Fabian Lange2013-06-122-12/+62
| * Add support for rem units (#11279)Leif Åstrand2013-06-123-1/+66
| * Update widgetset template (#12053)Henri Sara2013-06-121-15/+16
| * Avoid string casing problems (#11970)Leif Åstrand2013-06-121-1/+1
| * Fix NPE when converting null values (#11895)Artur Signell2013-06-121-20/+39
| * Restore legacyPropertyToString value parsing logic (#11970)Leif Åstrand2013-06-121-9/+17
* | Merge changes from origin/7.1Leif Åstrand2013-06-1253-302/+555
|\|
| * Removed dead codeArtur Signell2013-06-111-2/+0
| * Added type parameter to converter methods (#11895)Artur Signell2013-06-1125-114/+211
| * Make VaadinServlet use enclosing UI class by default (#12039)Leif Åstrand2013-06-112-0/+31