summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Extract ProgressBar and deprecate ProgressIndicator (#11925)Leif Åstrand2013-05-294-64/+160
* Moved Locale data handling to LocaleService (#11378)Artur Signell2013-05-292-40/+35
* Fixes current text being overwritten in server update on RTA #11741John Ahlroos2013-05-293-79/+136
* Ensure calendar panel is updated when range changes (#11940)Artur Signell2013-05-281-1/+10
* Merge "event not reported as target when context clicking in month view" to V...Leif Åstrand2013-05-283-1/+34
* Stop using PlaceHolder widgets in VTabsheet (#11026)Leif Åstrand2013-05-281-62/+20
* Fix text / javascript mismatch issue in Chrome (#11275)Artur Signell2013-05-231-1/+5
* Prevent spurious "Could not determine ApplicationConnection" error when using...Johannes Dahlström2013-05-231-0/+13
* Added isInitialStateChange to StateChangeEvent (#10477)Artur Signell2013-05-222-11/+20
* Improve error message if vaadinPush.js failed to load (#11673)Johannes Dahlström2013-05-223-11/+32
* Use "\0" instead of "|" as a push message delimiter (#11692)Johannes Dahlström2013-05-211-4/+7
* Merge changes from origin/7.0Leif Åstrand2013-05-173-0/+90
|\
| * Centers VOverlays in visual viewport on iOS, Android, fixes #11614Marc Englund2013-05-171-0/+65
| * Fixed table height rendering in Android 2.3 #11331John Ahlroos2013-05-172-0/+25
* | Merge changes from origin/7.0Leif Åstrand2013-05-174-75/+161
|\|
| * Clear items in ComboBox only if changed (#10924)Henri Sara2013-05-142-58/+110
| * Eliminate unnecessary conversions of option keysHenri Sara2013-05-142-5/+4
| * Merge "Clean up Table popup menu close handler to prevent a memory leak" from...Johannes Dahlström2013-05-132-11/+25
| * More specific workaround for no rows in TreeTable with pagelenght = 0 (#9203)Leif Åstrand2013-05-101-6/+27
* | Tooltip accessibility fixes (#11799)michaelvogt2013-05-173-4/+32
* | Allow to close a context menu with ESC key (#11869)michaelvogt2013-05-171-1/+12
* | Reset focus after selection from ContextMenu (#11476)michaelvogt2013-05-171-0/+23
* | Add ARIA presentation role to FormLayout (#11866)michaelvogt2013-05-171-0/+2
* | Show tooltip on focus for DataField for AT (#11865)michaelvogt2013-05-171-0/+6
* | Send browser window resizes if there is a listener (#10055)Henri Sara2013-05-171-1/+19
* | Show loading indicator immediately in init as before (#11850)Leif Åstrand2013-05-161-1/+1
* | Revert "Assert that connector needing layout is attached (#11698)"Leif Åstrand2013-05-131-13/+0
* | Merge changes from origin/7.0Leif Åstrand2013-05-105-45/+135
|\|
| * Move suggestion popup width calculation from connector to VFilterSelectHenri Sara2013-05-102-12/+25
| * Add a large number of debug calls to VFilterSelect (disabled by default)Henri Sara2013-05-101-5/+80
| * Don't ignore child component margins in AbstractOrderedLayout (#11553)Johannes Dahlström2013-05-101-12/+4
| * Instead of applying workaround to the root panel, apply it to the sub window ...John Alhroos2013-05-101-12/+12
| * Remove pre-loader element after pre-loading, fixes #10863Marc Englund2013-05-081-4/+14
* | Remove old widget hierarchy hack that caused problems (#11752)Leif Åstrand2013-05-071-29/+0
* | Form field and layout Aria corrections (#11785)michaelvogt2013-05-075-13/+47
* | Update state before purging outgoing queue (#11768)Leif Åstrand2013-05-031-5/+4
* | Split client-to-server messages when websockets are used (#11648)Johannes Dahlström2013-04-291-4/+55
* | Merge commit 'd214efa39a011002eb88e683676508e438842fe4'Henri Sara2013-04-291-0/+29
|\|
| * Fixed NPE regression after fix for #11693John Ahlroos2013-04-261-1/+4
| * Fix for IE8 forgetting to move error indicator when component is resized #11693"John Ahlroos2013-04-241-0/+25
* | Stack windows when no position has been given (#11729)Artur Signell2013-04-291-1/+5
* | Try almost indefinitely to re-establish a push connection (#11727)Artur Signell2013-04-291-0/+1
* | Add hierarchy to the hierarchy section (sic!) (#11706)Leif Åstrand2013-04-263-22/+157
* | Close push connection when UI is detached (#11596)Artur Signell2013-04-262-1/+18
* | Verify CSRF token before accepting new CSRF connection (#11635)Leif Åstrand2013-04-253-59/+18
* | Global code clean upLeif Åstrand2013-04-254-12/+5
* | Use scheduleFinally for pending variable changes (#11707)Leif Åstrand2013-04-241-1/+1
* | Avoid excessive logging related to response handling locks (#11702)Leif Åstrand2013-04-241-2/+14
* | Assert that connector needing layout is attached (#11698)Leif Åstrand2013-04-241-0/+13
* | TestBench test for tree (#11612)michaelvogt2013-04-241-1/+3