summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin/terminal
Commit message (Expand)AuthorAgeFilesLines
* #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
* #8040 test case and fixJohannes Dahlström2011-12-161-9/+2
* Fix some typos (#8143)Leif Åstrand2011-12-161-2/+2
* #8143 Enable using a completely different implementation for VConsoleLeif Åstrand2011-12-161-4/+8
* Fixed typo in comment #7965 #7996Johannes Dahlström2011-12-121-1/+1
* Fix #7965 and #7996 - input fields in tables lose their focus in IEJohannes Dahlström2011-12-121-1/+1
* #6718 Extend PopupDateField range - allow selection of the last days of theJohannes Dahlström2012-01-251-107/+93
* #8241 Removed debug message, added reference to ticketJohannes Dahlström2012-01-231-3/+1
* Merge from 6.7Johannes Dahlström2012-01-203-15/+31
* Merged patch from 6.7 for #5093 and #5094 (cursors for dragging/resizing subw...Marc Englund2012-01-181-22/+66
* Merged patch found in #7111 from 6.7, also for #5095 #5096 #6996Marc Englund2012-01-181-1/+4
* Merge from 6.7Johannes Dahlström2012-01-164-53/+137
* Removed dead code from VSliderHenri Sara2012-01-121-4/+0
* Merge from 6.7Johannes Dahlström2012-01-124-18/+34
* Merged changes from 6.7Johannes Dahlström2011-12-302-10/+28
* Merged changes from 6.8Johannes Dahlström2011-12-224-18/+38
* #5655 Javadoc that the size is only updated on full repaintArtur Signell2011-12-201-1/+7
* #5655 Added getClientWidth() and getClientHeight() to WebBrowser and updated ...Artur Signell2011-12-203-4/+39
* Merge #8143 to 6.8 and add missing methods to the Console interfaceLeif Åstrand2011-12-165-4/+23
* #8035 - More generic fix based on reviewLeif Åstrand2011-12-091-21/+15
* #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-091-1/+1
* Merged #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08225-266/+266
|\
| * #7354 IT Mill -> Vaadin find and replaceArtur Signell2011-12-08225-266/+266
| * Update selection ranges when unselecting rows from the server (#8076)Leif Åstrand2011-12-081-1/+5
| * #8035 Extra event on TextField with ActionHandlerLeif Åstrand2011-12-071-0/+13
| * Fixed regression in #7127 patch: doubleclick events must be sent immediatelyJohannes Dahlström2011-12-071-1/+1
| * Updated formattingLeif Åstrand2011-12-071-6/+6
| * Fix for #7127 - Table selection breaks if ItemClickListener calls requestRepaintJohannes Dahlström2011-12-071-40/+58
| * Remove unnecessary invocations of fixSpacers based on review (#8041)Leif Åstrand2011-12-071-2/+0
| * Update container height for partial updates (#8041)Leif Åstrand2011-12-071-0/+3
| * #3915 ChildComponentContainer fails to calculate width of its child widget pr...Leif Åstrand2011-12-051-0/+32
| * Fixed potential NullPointerExceptionJohannes Dahlström2011-11-221-3/+3
| * #7908 added comments, don't call onScroll(null) if page length is zero and no...Henri Sara2011-11-211-5/+7
| * #7908 TreeTable should resize on container change when page length is zero, r...Henri Sara2011-11-211-2/+5
| * Patch and TestBench script for issue #7916 - setting VWindow height to undefi...Johannes Dahlström2011-11-181-18/+30
| * #6494 Making tables invisible and visible again does not work correctlyArtur Signell2011-11-181-0/+8
| * #7647 ComboBox popup content disappears on up/down button double clickArtur Signell2011-11-171-3/+16
| * #7949 ComboBox incorrectly shows paging buttons when filteringArtur Signell2011-11-171-1/+0
| * #6978 VFilterSelect should consume key events and should not pass them to act...Artur Signell2011-11-171-3/+5
| * #7950 ComboBox show paging button even though there are no matchesArtur Signell2011-11-171-0/+2
| * Corrected typo: waitingForFilteringReponse -> waitingForFilteringResponseArtur Signell2011-11-171-11/+11
| * #7056 inconsistency between Chameleon theme and standard Vaadin theme concern...Artur Signell2011-11-151-1/+9
| * #7739 Correctly select items using keyboard, even if two items have the same ...Artur Signell2011-11-151-7/+87