summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Don't send TabSheet focus and blur events to the server when moving the focus...7.1.9Juho Nurminen2013-12-041-1/+1
* Revert "Fixed TabSheet tab keyboard focus issues (#12343)"Artur Signell2013-12-031-34/+24
* Disable client timeout so websockets are not disconnected when idle (#13015)Artur Signell2013-12-021-0/+12
* Fixed TabSheet tab keyboard focus issues (#12343)Juho Nurminen2013-11-201-24/+34
* Cleaned up the implementation of VTabsheet.selectPreviousTab()Juho Nurminen2013-11-201-5/+2
* Fixed TabSheet keyboard navigation (#12971)Juho Nurminen2013-11-201-4/+2
* Revert "Fixed lost scrollLeft when row count changed in Table (#12652)."Leif Åstrand2013-11-152-83/+1
* Prevents accidental selection of window caption or content. (#12726)Felype Santiago Ferreira2013-11-141-0/+6
* Workaround for missing value change event in chrome (#10109)Matti Tahvonen2013-11-121-0/+16
* Use correct type for UIDL value to avoid development mode problems (#12545)Artur Signell2013-11-111-2/+2
* Prevent showing "Session Expired" notification if navigating away (#12298)Johannes Dahlström2013-11-082-13/+12
* Do not apply fix on mobile devices or devices without scrollbars (#12736)Artur Signell2013-11-082-1/+18
* Fix scroll position handling in Window Webkit hack (#12736)Artur Signell2013-11-061-0/+10
* Revert "Make Panel scroll the correct div (#12736)"Artur Signell2013-11-063-57/+29
* Fixed lost scrollLeft when row count changed in Table (#12652).Tapio Aali2013-11-062-1/+83
* Forces redraw in IE 8 when table does post layout. (#12687)Jarno Rantala2013-11-061-0/+3
* Send window position data back to server after drag (#12885)Thomas2013-11-064-1/+145
* Improve error message in createWidget() (#12901)Leif Åstrand2013-11-051-4/+15
* Make Panel scroll the correct div (#12736)Artur Signell2013-11-052-7/+4
* Fix NPE in fix (#12504)Artur Signell2013-11-041-2/+10
* Fix NPE caused by setting ApplicationConnection too late (#12736)Artur Signell2013-11-041-3/+2
* Reverted change in how hack works (#12727, #12736)Artur Signell2013-11-041-2/+2
* fix regression related to #12504Matti Tahvonen2013-11-042-8/+9
* Force connection to closed state on reconnect (#12853)Artur Signell2013-10-311-0/+4
* Fixed Tab error tooltips (#12802)Juho Nurminen2013-10-301-1/+2
* Fixes the handling of the scroll position of a Window (#12736)Mika Murtojarvi2013-10-303-71/+60
* Stop polling if Communication Error #12362John Ahlroos2013-10-302-9/+105
* Recovering scroll position after regression problems. (#12727)Felype Santiago Ferreira2013-10-231-2/+9
* Ticket #12727 - Panels get unnecessary scroll bars in WebKit when content is ...Felype Santiago Ferreira2013-10-211-0/+35
* Also hide shim iframe of VOverlay on setVisible(false) (#12731)Henri Sara2013-10-141-0/+8
* Only fetch rows if there are some (#11189)Matti Tahvonen2013-10-091-0/+5
* Focus selected row in Table #12540John Ahlroos2013-10-091-0/+11
* Avoid obsolete calendar panel renderings to avoid various NPEs.Matti Tahvonen2013-10-082-15/+18
* Fixed incorrect logging (#12241)Artur Signell2013-10-081-2/+4
* Rebuild OptionGroup on HtmlContentAllowed/Multiselect changes (#10451)Artem Godin2013-10-081-1/+13
* Fixed Table range selection IE regression #12407John Ahlroos2013-10-071-0/+6
* Fix NullPointerException in logger when message is null (#12588)Artem Godin2013-10-042-4/+20
* Prepare for Atmosphere Javascript 2.0 (#12241)Artur Signell2013-10-041-2/+22
* Fixes #12564 (HorizontalLayout breaks w/ alignment & error indicator)Matti Tahvonen2013-10-041-17/+15
* Fix OptionGroup elements losing focus on value change (#10451)Artem Godin2013-10-031-17/+50
* Ported regression fixes in 6.8 for #12407 to 7.1 branchJohn Ahlroos2013-10-021-15/+17
* Do not try to focus invisible components which not present in UIDL #12654Yuriy Artamonov2013-10-021-0/+5
* reduce reflow and calculation in VOverlay (#12566)Fabian Lange2013-10-021-33/+38
* Update slider client-side state object on value change (#12676)Juho Nurminen2013-10-011-0/+1
* Check modifiers when handling TabSheet hot keys. Fixes #12178Juho Nurminen2013-10-011-8/+10
* Prefixes GET parameters in Liferay with portlet namespace #12602John Ahlroos2013-09-272-1/+18
* Fixes normal drag and drop events (regression since 7.1) and html5 styleMatti Tahvonen2013-09-262-5/+21
* Fixes issue with Table not scrolling completely to the end #12651John Ahlroos2013-09-261-14/+13
* Fixes browser detection for IE11 (#12638)Artur Signell2013-09-251-0/+28
* Don't try to cast a connector to Widget. Fixes #12619Jonatan Kronqvist2013-09-201-2/+2