summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Fixed native button not triggering click event in IE #11094John Ahlroos2013-04-102-4/+30
* | Renamed loading indicator states to 'first','second','third' (#11668)Artur Signell2013-04-232-59/+66
* | Renamed DisplayState to WindowMode (#11662)Artur Signell2013-04-232-27/+23
* | Simplify and clarify WAI-ARIA API (#11659)michaelvogt2013-04-2313-74/+64
* | Add PushConnection interface (#11655)Leif Åstrand2013-04-224-360/+466
* | Make handleJSONText private (#11656)Leif Åstrand2013-04-221-1/+1
* | Removed unused class (#11254)Artur Signell2013-04-221-36/+0
* | Do not use generated ids as anchor points for TestBench (#11634)Artur Signell2013-04-191-1/+4
* | Load vaadinPush.js on demand (#11506)Leif Åstrand2013-04-193-14/+71
* | Initial support for toggling push on the fly (#11506)Leif Åstrand2013-04-193-8/+121
* | Replaced Atmosphere portal implementation with the jQuery implementation (#11...Artur Signell2013-04-171-1/+2
* | Add PushMode.isEnabled() (#11626)Leif Åstrand2013-04-171-2/+1
* | Added test for testing push with different transports #11494John Ahlroos2013-04-171-6/+28
* | Use "push" as a keyword in all push related log messagesArtur Signell2013-04-171-8/+8
* | Fixes test (locator) and quiet mode for DebugWindow #11603Marc Englund2013-04-151-3/+10
* | Fix minor issues raised in #111 code reviewJohannes Dahlström2013-04-111-2/+2
* | TestBench test for Button (#11581)michaelvogt2013-04-111-1/+3
* | Implemented poll interval for UI (#11495)Leif Åstrand2013-04-102-0/+55
* | Added SharedUtil for helpers shared by client and serverLeif Åstrand2013-04-101-5/+15
* | Don't process push messages until init JSON is processed (#11529)Leif Åstrand2013-04-101-5/+60
* | Fix JSNI syntax (#111)Leif Åstrand2013-04-091-1/+1
* | Fixed one typo and removed one TODO commentMarc Englund2013-04-091-2/+2
* | Show all state properties in the hierarchy section (#11548)Leif Åstrand2013-04-092-8/+56
* | Fix missing or invalid copyright headersLeif Åstrand2013-04-094-0/+64
* | Additional push logging (#111)Artur Signell2013-04-091-3/+8
* | Implement range for date field (#6241)johan2013-04-084-37/+407
* | Require implementing hasTooltip if there's custom tooltip logic (#11052)Leif Åstrand2013-04-0812-55/+92
* | Global code reformatLeif Åstrand2013-04-0535-128/+159
* | Fixed compilation errormichaelvogt2013-04-052-3/+4
* | Fix Profiler call that was accidentally left out when merging #3400Leif Åstrand2013-04-051-0/+2
* | Fix typo in debug console (#9626)Leif Åstrand2013-04-051-1/+1
* | New DebugWindow implmentation (internal) fixes #2460 #9626 at least...Marc Englund2013-04-0513-6/+2712
* | Improved logging to be able to debug push related problems (#111)Artur Signell2013-04-051-10/+81
* | Fixed compilation errorArtur Signell2013-04-041-1/+1
* | WAI-ARIA functions for Tree (#11389)michaelvogt2013-04-043-5/+67
* | Maximize Restore for Window #3400Pekka Hyvönen2013-04-043-146/+247
* | Server push (#111)Johannes Dahlström2013-04-043-11/+195