summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | Fixed issue with IE8 showing loading indicator when it should not (#7448)Artur Signell2013-04-041-3/+54
* | Fix for CheckBox and Layout (#11407)michaelvogt2013-04-031-1/+3
* | Integrate Calendar into core #11079John Ahlroos2013-04-0328-0/+7584
* | Removed unnessesary pixel calculations from AbsoluteLayout #11177John Ahlroos2013-04-032-89/+25
* | Implemented changes to CSS injection based on API review #5500John Ahlroos2013-04-031-54/+10
* | Enable setting loading indicator delays from the server (#7448)Artur Signell2013-04-033-83/+249
* | Made is possible to configure tooltip on the server (#8065)Artur Signell2013-04-032-10/+145
* | WAI-ARIA field corrections (#11407)michaelvogt2013-04-0213-115/+202
* | WAI-ARIA button (#11380)michaelvogt2013-03-282-8/+9
* | Added Page.reload (#10250)Artur Signell2013-03-281-0/+6
* | Removed CommunicationManager and PortletCommunicationManagerJohannes Dahlström2013-03-271-1/+1
* | Remove synchronous AJAX support (#11254)Johannes Dahlström2013-03-271-140/+110