summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid loading the same widgetset multiple times (#9774)Leif Åstrand2013-02-281-17/+64
* Reverted change included by mistake in changeset [25591] for #7922John Alhroos2013-02-221-10/+1
* Fixed setting column width back to undefined by setting it to -1. #7922John Alhroos2013-02-212-26/+77
* Make TextArea.setCursorPosition work in all browsers (#8769)Leif Åstrand2013-02-202-0/+119
* Fixed issue where max length was removed from a text field when setting the s...John Alhroos2013-02-181-9/+6
* Added missing Serializable for AbstractTransactionalQuery (#10582).Henri Sara2013-02-151-1/+2
* Eliminate connection/statement/result set leaks in TableQuery (#10582)Henri Sara2013-02-143-217/+288
* Fix column resize issues in Table and TreeTable (#10513)Johannes Dahlström2013-02-072-84/+458
* Fixed IE8 focus issue where focus is left in the closed sub window after edit...John Alhroos2013-02-011-0/+33
* Fix the positioning of the drop marker when reordering Table columns by DnD (...Johannes Dahlström2013-02-011-1/+5
* Ensure unique ordering when using TableQuery with multiple primary key column...Artur Signell2013-01-301-1/+3
* Add proper string escaping/encoding to a few placesJohannes Dahlström2013-01-293-9/+24
* Fix case where ComboBox suggestion menu selects a wrong item if there are dup...Johannes Dahlström2013-01-251-1/+3
* Fix IE memory leak when closing subwindowsJohannes Dahlström2013-01-231-0/+5
* Calculate upload file size correctly when there are multibyte characters in t...Johannes Dahlström2013-01-231-5/+5
* Use template strings and log level checks to improve performance when logging...Johannes Dahlström2013-01-225-50/+69
* Assume left button in mouse events if the browser returns an unknown button (...Johannes Dahlström2013-01-221-0/+9
* Fix WebBrowser.getRawTimezoneOffset javadocJohannes Dahlström2013-01-211-5/+5
* Ensure SQL connections etc. of FreeformQuery are closed (#10582)Henri Sara2013-01-101-46/+115
* Use the iOS6 int cast fix for browsers not claiming to be "Safari" (#10317)Leif Åstrand2013-01-091-1/+1
* Applied patch for #8238John Alhroos2013-01-091-5/+0
* #10471 ComboBox filtering fix (SQLContainer etc.): suppress item set change e...Henri Sara2013-01-021-128/+135
* Update content widths if scrollbar status has changed (#10513)Leif Åstrand2012-12-191-3/+8
* Revert table fixes causing regressions until a proper fix can be found (#10513)Leif Åstrand2012-12-181-8/+1
* Potential fix for regression (#10513)Leif Åstrand2012-12-171-0/+3
* Consistent element finding for mouseUp and mouseDown handling (#10507)Leif Åstrand2012-12-141-4/+3
* Potentially recalculate widths if scrollbar has changed (#10513)Leif Åstrand2012-12-141-1/+5
* Made Table fail more gracefully for exceptions during paint (#10312)Artur Signell2012-12-131-7/+104
* Revert attempted fix to #10317 now that the underlying issue has been identif...Leif Åstrand2012-12-121-7/+1
* Redefine Math.max and Math.min on iOS6 to avoid problems with GWT cast to int...Leif Åstrand2012-12-121-1/+22
* Don't steal focus back to Table from the address bar (#10464)Leif Åstrand2012-12-102-4/+20
* Fix for emptying TreeTable (#10470)Artur Signell2012-12-071-2/+2
* Update comment to mention the right versions of IE (#9179)Leif Åstrand2012-12-051-1/+1
* Add explicit floor operation to mangle values that sometimes behave strangely...Leif Åstrand2012-12-041-1/+7
* Added helper for sanitizing selection (#9986)Artur Signell2012-12-031-0/+37
* Corrected exception message (#10437)Artur Signell2012-12-031-1/+1
* Make it possible to disable TouchScrollHandler (#10323)Artur Signell2012-12-031-7/+62
* Fixed resizing of TabSheet (#10037)Artur Signell2012-12-021-1/+0
* Call elementFromPoint twice to make IE8 happy (#10200)Artur Signell2012-12-021-0/+2
* Don't stop touchcancel event in android as no click is simulated for it (#10212)Leif Åstrand2012-11-291-2/+2
* Normalize "empty" rich text area content to empty string (#8004)Johannes Dahlström2012-11-131-1/+32
* Fix randomly disappearing selection in Table (#6684)Johannes Dahlström2012-11-122-4/+105
* Get metadata before accessing rows in result set (#10032)Leif Åstrand2012-11-091-1/+1
* Table fixes by Anna: #8298, #5681, #8159, #9133Johannes Dahlström2012-11-072-9/+22
* #10073 DragDropWrapper fix for multiple simultaneous multi-file uploads (do n...Henri Sara2012-11-072-8/+20
* Add a way to open a resource in a new tab instead of always in a new window (...Johannes Dahlström2012-11-062-21/+103
* Fix @since tag in UniqueSerializable JavadocJohannes Dahlström2012-11-051-1/+1
* Add license info to VaadinDOMImpl classes (#9428)Johannes Dahlström2012-11-023-0/+9
* #10072 clean up map of dropped file receivers when streaming of a file startsHenri Sara2012-11-021-3/+5
* Fixed situation where Tooltip is displayed in the wrong place if mainWindow i...Tapio Aali2012-11-021-2/+4