| Commit message (Expand) | Author | Age | Files | Lines |
* | [merge from 6.7] fixes #8505 | Johannes Dahlström | 2012-03-13 | 2 | -11/+15 |
* | Fix #5109: If more than one currently attached Paintables share the same debu... | Johannes Dahlström | 2012-03-09 | 3 | -27/+26 |
* | #8454 Fixes miscalculated tooltip sizes when tooltips opens at browser edges. | Jens Jansson | 2012-03-09 | 1 | -0/+5 |
* | [merge from 6.7] fixes #8492, kickstart script query parameter can now be ove... | Automerge | 2012-03-06 | 1 | -1/+12 |
* | [merge from 6.7] fixes 8491, more parameters to showCommunicationError method | Automerge | 2012-03-06 | 1 | -5/+25 |
* | [merge from 6.7] Revert fix for #3401 as it causes problems with scrolled vie... | Automerge | 2012-03-06 | 2 | -41/+1 |
* | [merge from 6.7] Change missing from previous commit #3401 | Automerge | 2012-03-06 | 1 | -1/+1 |
* | [merge from 6.7] Update window contents after changing the size (#3401) | Automerge | 2012-03-06 | 1 | -0/+4 |
* | [merge from 6.7] #3401 Resizing browser window should ensure sub windows are ... | Automerge | 2012-03-06 | 1 | -0/+36 |
* | [merge from 6.7] Fixed #6753: IE 6 to 8 propagate button clicks to layout/window | Automerge | 2012-03-05 | 1 | -0/+6 |
* | [merge from 6.7] #8077 restored accidentally deleted comment | Automerge | 2012-03-01 | 1 | -0/+2 |
* | [merge from 6.7] Fixed #8077: removed a buggy optimization that prevented the... | Automerge | 2012-02-29 | 1 | -15/+1 |
* | #5100 Support for server-side focus/blur listeners; handle disabled tabs corr... | Johannes Dahlström | 2012-02-27 | 2 | -55/+119 |
* | #5100 Use FocusImpl to handle focus; allow customization of shortcut keys | Johannes Dahlström | 2012-02-17 | 1 | -7/+20 |
* | Patch for #5100 - TabSheet keyboard navigation | Johannes Dahlström | 2012-02-16 | 2 | -9/+154 |
* | Reverted bad commit [23048] | Johannes Dahlström | 2012-02-16 | 2 | -154/+9 |
* | #5100 test case | Johannes Dahlström | 2012-02-16 | 2 | -9/+154 |
* | [merge from 6.7] #4353 ComboBox.removeAllItems did not remove selected icon: ... | Automerge | 2012-02-15 | 1 | -2/+4 |
* | [merge from 6.7] #4353 ComboBox.removeAllItems did not remove selected icon | Automerge | 2012-02-15 | 1 | -1/+3 |
* | [merge from 6.7] #8114 Cleaned up fix | Automerge | 2012-02-15 | 1 | -6/+3 |
* | [merge from 6.7] #8114 - Fixed TabSheet rendering of first tab when another t... | Automerge | 2012-02-15 | 1 | -2/+5 |
* | [merge from 6.7] #8373 Handler DragAndDropService changeVariables error by fi... | Automerge | 2012-02-15 | 1 | -4/+8 |
* | [merge from 6.7] #8392 Improved error message for exceptions that take place ... | Automerge | 2012-02-14 | 1 | -44/+5 |
* | [merge from 6.7] #5833 and #7013 combo box width fix and tests | Automerge | 2012-02-14 | 1 | -11/+17 |
* | [merge from 6.7] #8264 fix long range selection in multi-selectable table, re... | Automerge | 2012-02-13 | 1 | -3/+2 |
* | [merge from 6.7] #8240 Chrome 17 on a desktop was detected as a touch device | Automerge | 2012-02-13 | 1 | -1/+11 |
* | [merge from 6.7] #8362 Ensure value is not toggled when checkbox is disabled | Automerge | 2012-02-13 | 1 | -1/+4 |
* | #8216 Fixed widgetset compilation warning | Artur Signell | 2012-02-06 | 1 | -0/+7 |
* | [merge from 6.7] #8284, #8336 Removed dead code | Artur Signell | 2012-02-06 | 1 | -1/+0 |
* | #6718 Fixed more regressions, refactored a bit | Johannes Dahlström | 2012-02-06 | 1 | -64/+42 |
* | #8345, #8346 Window drag and resize are now activated only by the left mouse ... | Artur Signell | 2012-02-03 | 1 | -1/+5 |
* | #8343, #8344 Column resize and sort are now activated only by the left mouse ... | Artur Signell | 2012-02-03 | 1 | -2/+11 |
* | #8284, #8336 Fixed header and footer click for right and middle click. Browse... | Artur Signell | 2012-02-03 | 2 | -17/+48 |
* | Fixed #8321: adding/removing items in a ComboBox FocusListener breaks the dro... | Johannes Dahlström | 2012-02-02 | 1 | -2/+21 |
* | [merge from 6.7] Fixed #8315 - take leap years into account in focusNext/Prev... | Johannes Dahlström | 2012-02-02 | 1 | -0/+1 |
* | Fixed #8315 - take leap years into account in focusNext/PreviousYear | Johannes Dahlström | 2012-02-02 | 1 | -1/+16 |
* | #6718 displayedMonth and focusedDate must have zeroed hours/min/sec/msec | Johannes Dahlström | 2012-02-02 | 1 | -3/+4 |
* | Synchronized 6.8 branch between svn and git. | Build Agent | 2012-01-31 | 3 | -34/+6 |
* | #6718 Fixed a regression: displayedMonth must be in sync with focusedDate | Johannes Dahlström | 2012-01-31 | 1 | -1/+4 |
* | #6718 Fixed an off-by-one bug; use displayedMonth consistently | Johannes Dahlström | 2012-01-27 | 1 | -4/+4 |
* | #8311 Additional CRLF->LF fixes | Artur Signell | 2012-01-27 | 2 | -116/+107 |
* | #8311 Converted CRLF to LF in all source files | Artur Signell | 2012-01-27 | 36 | -8002/+8011 |
* | Comment improvements related to #6718 | Johannes Dahlström | 2012-01-27 | 1 | -11/+20 |
* | #6902 Table empties field on Layout.replaceComponent | Artur Signell | 2012-01-27 | 1 | -0/+12 |
* | #8241 Removed debug message, added reference to ticket | Johannes Dahlström | 2012-01-20 | 1 | -3/+1 |
* | #8085 Do not calculate a fixed width when enabled or readonly status changes ... | Artur Signell | 2012-01-16 | 1 | -2/+2 |
* | #5982 Add the "v-disabled" class name as-is also in addition to prefixed to m... | Artur Signell | 2012-01-16 | 1 | -2/+4 |
* | Test and fix for #5982 - FormLayout now updates caption style names when the ... | Artur Signell | 2012-01-13 | 1 | -4/+2 |
* | #8241 Rename Vaadin-Redirect to Vaadin-Refresh, make URI optional: if not giv... | Johannes Dahlström | 2012-01-13 | 1 | -10/+12 |
* | Fix for #8241: Provide a way to redirect the client to a given URI in a UIDL ... | Johannes Dahlström | 2012-01-12 | 1 | -10/+10 |