summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* Remove support for Select in multi-select mode (#8169, #8326).Henri Sara2012-02-082-49/+10
* getParent() shouldn't throw npe when widget's parent is null (#8323)Leif Åstrand2012-02-081-5/+5
* Avoid caching parent for now as the cache is never clearedArtur Signell2012-02-071-7/+1
* #8325 Move ApplicationConnection.updateComponent toArtur Signell2012-02-0745-273/+388
* Fix file that was accidentally emptied in previous commitLeif Åstrand2012-02-071-0/+51
* Fix broken newlines from previous commitLeif Åstrand2012-02-071-51/+0
* Add VPaintableWidgetContainer.getChildren() (#8323)Leif Åstrand2012-02-072-18/+54
* #8323 Renamed getParentPaintable to getParent and cache theArtur Signell2012-02-073-17/+13
* #8324 Automatically set paintable id when paintable is createdArtur Signell2012-02-073-30/+36
* Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-061-64/+42
|\
| * #6718 Fixed more regressions, refactored a bitJohannes Dahlström2012-02-061-64/+42
* | Fixed compilation errors introduced by merge from 6.8Artur Signell2012-02-062-4/+4
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-02-035-25/+105
|\|
| * #8345, #8346 Window drag and resize are now activated only by the left mouse ...Artur Signell2012-02-031-1/+5
| * #8343, #8344 Column resize and sort are now activated only by the left mouse ...Artur Signell2012-02-031-2/+11
| * #8284, #8336 Fixed header and footer click for right and middle click. Browse...Artur Signell2012-02-032-17/+48
| * Fixed #8321: adding/removing items in a ComboBox FocusListener breaks the dro...Johannes Dahlström2012-02-021-2/+21
| * [merge from 6.7] Fixed #8315 - take leap years into account in focusNext/Prev...Johannes Dahlström2012-02-021-0/+1
| * Fixed #8315 - take leap years into account in focusNext/PreviousYearJohannes Dahlström2012-02-021-1/+16
| * #6718 displayedMonth and focusedDate must have zeroed hours/min/sec/msecJohannes Dahlström2012-02-021-3/+4
* | #8324 Set connection for VViewPaintable when initializingArtur Signell2012-02-031-0/+1
* | #8324 Corrected paintable hierarchy as VScrollTableRow is no longer aArtur Signell2012-02-033-60/+73
* | #8324 Fixed problem with nodes being added to the wrong widgetArtur Signell2012-02-031-1/+1
* | Fixed invalid comparison between paintable and widgetArtur Signell2012-02-031-1/+1
* | #8324 Fixed comparison of paintable and widgetArtur Signell2012-02-021-1/+1
* | Corrected license infoArtur Signell2012-02-021-2/+2
* | Adding missing license infoArtur Signell2012-02-0230-0/+90
* | Removed unnecessary getWidgetForPaintable methodsArtur Signell2012-02-0218-73/+0
* | Fixed ClassCastException for VWindowArtur Signell2012-02-021-4/+6
* | Fixed ClassCastException as VViewPaintable should be created, not VViewArtur Signell2012-02-021-3/+1
* | Fixed problem introduced in merge from 6.8Artur Signell2012-01-311-1/+1
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-312-11/+10
|\|
| * Synchronized 6.8 branch between svn and git.Build Agent2012-01-311-6/+2
| * #6718 Fixed a regression: displayedMonth must be in sync with focusedDateJohannes Dahlström2012-01-311-1/+4
| * #6718 Fixed an off-by-one bug; use displayedMonth consistentlyJohannes Dahlström2012-01-271-4/+4
* | Merge commit '116cd1f29a432fe5ca64f3023a9fec1ca130f078' (origin/6.8)Artur Signell2012-01-3155-9225/+9225
|\|
| * #8311 Additional CRLF->LF fixesArtur Signell2012-01-272-116/+107
| * #8311 Converted CRLF to LF in all source filesArtur Signell2012-01-2723-6712/+6721
* | Merged 'b1ae3cd70e2ca4656bb28f77ca79fe0efd29dd67' (origin/6.8)Artur Signell2012-01-313-13/+38
|\|
| * Comment improvements related to #6718Johannes Dahlström2012-01-271-11/+20
| * #6902 Table empties field on Layout.replaceComponentArtur Signell2012-01-271-0/+12
| * #8241 Removed debug message, added reference to ticketJohannes Dahlström2012-01-201-3/+1
| * #8085 Do not calculate a fixed width when enabled or readonly status changes ...Artur Signell2012-01-161-2/+2
| * #5982 Add the "v-disabled" class name as-is also in addition to prefixed to m...Artur Signell2012-01-161-2/+4
| * Test and fix for #5982 - FormLayout now updates caption style names when the ...Artur Signell2012-01-131-4/+2
| * #8241 Rename Vaadin-Redirect to Vaadin-Refresh, make URI optional: if not giv...Johannes Dahlström2012-01-131-10/+12
| * Fix for #8241: Provide a way to redirect the client to a given URI in a UIDL ...Johannes Dahlström2012-01-121-10/+10
| * #8085 Do not calculate a fixed width when enabled or readonly status changes ...Artur Signell2012-01-122-2/+6
| * #8085 Recalculate DateField width when enabled state changesArtur Signell2012-01-121-4/+0
| * #8040 Improved commentJohannes Dahlström2011-12-161-2/+9