summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add missing license header (#11655)Leif Åstrand2013-04-241-0/+16
* | Remove and deprecate old logging classes (#11658)Leif Åstrand2013-04-2315-1451/+200
* | Merged changes from origin/7.0Artur Signell2013-04-231-4/+12
|\|
| * Fix fragment handling regression caused by #10769 (#11686)7.0.5Johannes Dahlström2013-04-231-4/+12
| * Fixed broken Gridlayout cell position calculation in IE10 #11644 (backported ...John Ahlroos2013-04-231-6/+11
* | Use java.util.logging for the debug window (#11657)Leif Åstrand2013-04-238-93/+73
* | Merge commit 'feb9a8c3510afc76c079fafcd9e507205bde139c'Artur Signell2013-04-237-10/+92
|\|
| * Fixed Accordion tab stylenames which never got applied on the tab widgets #11...John Ahlroos2013-04-221-0/+32
| * Prevent double encoding problems when URI fragment contains special character...Johannes Dahlström2013-04-192-3/+11
| * Don't detach and reattach VAbstractSplitPanel child widgets unnecessarily (#1...Johannes Dahlström2013-04-181-0/+6
| * Fixed IE8 scrollbar issue with vertical layout when using both expansions and...John Ahlroos2013-04-171-3/+13