summaryrefslogtreecommitdiffstats
path: root/client
Commit message (Expand)AuthorAgeFilesLines
* Fix VScrollTable to clear reported ranges (#13353)Teemu Suo-Anttila2014-03-271-2/+3
* Prevent resize for sorted column if not initialized (#12951)Teemu Suo-Anttila2014-03-251-1/+3
* Eliminate more .v-caption leaks in AbstractOrderedLayout (#13346)Teemu Suo-Anttila2014-03-251-0/+4
* Return border sizes from border methods in MeasuredSize (#13494)Maciej Przepióra2014-03-251-4/+4
* Esc now closes the date popup even if focused on the time selectors (#12314)Teemu Pöntelin2014-03-241-1/+7
* Ignore backspace events in modal windows (#13180)Felype Santiago Ferreira2014-03-241-0/+11
* Made TabSheet tabs always become visible when focused (#12343)Juho Nurminen2014-03-191-15/+16
* Revert "Preventing premature start of drag due to Chrome move event #13381"Henri Sara2014-03-191-13/+6
* Pressing ESC now closes the DateField popup when using month or year resoluti...Teemu Pöntelin2014-03-181-0/+2
* Fixes a memory leak on IE8 in LayoutManagerIE8 (#12688)Pekka Hyvönen2014-03-142-2/+22
* Eliminate .v-caption memory leak (#13346)Henri Sara2014-03-141-2/+1
* Fix for width issue of TabSheet (#12805)Teemu Pöntelin2014-03-141-3/+1
* Fixed "EEE" in DateField's date pattern (#13443)Teemu Pöntelin2014-03-141-1/+1
* Preventing premature start of drag due to Chrome move event #13381Fabian Lange2014-03-131-6/+13
* 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