summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)"Henri Sara2014-03-102-24/+3
* Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)Pekka Hyvönen2014-03-052-3/+24
* Workaround Streaming Push unreliabilities (#13415)Teemu Suo-Anttila2014-03-031-0/+1
* Workaround for input prompt used as value on ESC in FF (#8051)Tapio Aali2014-02-171-4/+42
* Eliminate spacing memory leak on client (#13315)Henri Sara2014-02-172-8/+14
* Change copying of Date values to avoid wrapping of date (#13269)Olli Helttula2014-02-131-6/+3
* Changed getAbsoluteUrl to use the correct escaping method (#13311)Juho Nurminen2014-02-111-1/+2
* Added proper escaping to OptionGroup item icon URLs (#13310)Juho Nurminen2014-02-111-2/+3
* Fix caption lost issue related to focus changing (#12967)Teemu Suo-Anttila2014-02-101-2/+4
* Add SuggestionPopup to ComboBox SubParts. (#13286)Teemu Suo-Anttila2014-02-031-0/+4
* Prevent setting firstRowInViewPort to negative value (#13008)Jarno Rantala2014-01-311-2/+3
* Re-adjusted the rendering order of TabSheet tabs to prevent an NPE in isClipp...Juho Nurminen2014-01-301-1/+1
* Remove unselected rows from selection on client side (#13008)Jarno Rantala2014-01-161-0/+12
* Retain focus while changing DOM in OrderedLayout (#12967)Teemu Suo-Anttila2014-01-161-0/+51
* Update textbox when Select item caption changes (#9250)Tomi Virtanen2014-01-151-7/+26
* Selected option is updated when item caption changes in Select (#9250)Tomi Virtanen2014-01-091-19/+16
* Fix for scrolling with modal opened. (#12899)Felype Santiago Ferreira2014-01-091-0/+7
* Ignores scroll events while update from server is in progress (#11454)Jarno Rantala2014-01-091-2/+36
* Ensure event listener is a widget before casting #13130John Ahlroos2014-01-071-1/+1
* Upload control with empty selection (#9602)Tomi Virtanen2014-01-072-6/+15
* Moved selection of selected rows in TableConnector to occur after the new row...Jarno Rantala2014-01-071-3/+3
* Properly remove shadow event listeners to prevent IE8 memory leak (#13129)Teppo Kurki2014-01-031-2/+2
* Show the widgetset name to more easily spot misconfigurationsArtur Signell2013-12-181-1/+5
* Fixed TabSheet tab bar sizing by removing an obsolete Safari hack (#12343)Juho Nurminen2013-12-101-5/+0
* Make VTreeTableScrollBody extendable (#13054)Henrik Paul2013-12-101-1/+1
* Changed the rendering order of TabSheet tabs to prevent an NPE in isClipped (...Juho Nurminen2013-12-051-5/+4
* Don't send TabSheet focus and blur events to the server when moving the focus...Juho Nurminen2013-12-041-1/+1
* Fixes right click selection focus issues in Tree. (#12618)Felype Santiago Ferreira2013-12-041-2/+18
* Timeout redirect timer is reset on server activity (#12446)Henrik Paul2013-12-031-1/+3
* 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