summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [merge from 6.7] Take viewport scrolling into account when calculating drop p...Automerge2012-05-153-5/+79
* [merge from 6.7] Remove invalid import used by javadocsAutomerge2012-05-151-1/+0
* [merge from 6.7] #5521 fixed condition that was always checking for height, n...Automerge2012-05-151-1/+2
* [merge from 6.7] Avoid random failures by not clicking button outside viewportAutomerge2012-05-151-2/+2
* #8763 Re-added TouchScrollDelegate#setElements()Johannes Dahlström2012-05-151-4/+6
* #8716 #8725 Fix regressions introduced by CSS class handling changesJohannes Dahlström2012-05-152-9/+22
* #8723 Do not sink touch events in AccordionJohannes Dahlström2012-05-141-1/+1
* #8724 Erroneously called onTouchBrowserEvent with non-touch platformsJohannes Dahlström2012-05-141-3/+4
* #8763 Removed debug messages, added Javadoc to TouchScrollHandlerJohannes Dahlström2012-05-141-16/+45
* #8763 Disable native touch scrolling on iOS 5 devices until #8792 is resolvedJohannes Dahlström2012-05-141-3/+4
* [merge from 6.7] #5521 portlet body should fill portlet content e.g. in Lifer...Automerge2012-05-142-1/+67
* #8716 Rewrite some CSS classname handling code to prevent overwriting v-scrol...Johannes Dahlström2012-05-141-32/+23
* #8724 Preliminary native touch scroll support for TableJohannes Dahlström2012-05-111-20/+194
* #8722 Move handling of scrolling from VWindow to FocusableScrollPanelJohannes Dahlström2012-05-112-5/+3
* #8721 Make VView touch scrollableJohannes Dahlström2012-05-111-0/+1
* #8720 Improve handling of tab container scrollingJohannes Dahlström2012-05-111-6/+3
* #8723 Oops, call removeElement(), not addElement(), in removeTab()Johannes Dahlström2012-05-111-2/+1
* #8725 Use TouchScrollDelegate.enableTouchScrolling() instead of TouchScrollDe...Johannes Dahlström2012-05-111-49/+23
* #8763 Removed overflow: auto from v-panel-content, v-accordion-item-content, ...Johannes Dahlström2012-05-113-3/+0
* #8723 Add touch scrolling support to AccordionJohannes Dahlström2012-05-111-6/+16
* camelCasify CSS property namesJohannes Dahlström2012-05-111-4/+4
* [merge from 6.7] Further increase granularity of some assertions to better de...Automerge2012-05-111-20/+20
* [merge from 6.7] Increase granularity of some assertions to better detect exa...Automerge2012-05-101-10/+15
* [merge from 6.7] Tweaks to #7931 based on review.Automerge2012-05-101-3/+19
* [merge from 6.7] Send VView size instead of window size (#7931)Automerge2012-05-101-12/+21
* Use   in empty table footers to make them render properly (#7718)Leif Åstrand2012-05-101-0/+4
* [merge from 6.7] Test case for #8781Automerge2012-05-092-0/+45
* TouchScrollHandler: added debug info, restored setElements()Johannes Dahlström2012-05-091-0/+29
* [merge from 6.7] Test case for #8778Automerge2012-05-092-0/+93
* [merge from 6.7] Don't activate tab when clicking close element (#7686)Automerge2012-05-083-1/+82
* #8722 Make subwindows touch scrollableJohannes Dahlström2012-05-071-0/+3
* #8763 Use Set instead of an array in TouchScrollDelegate to allow dynamic add...Johannes Dahlström2012-05-071-11/+16
* #8763 requiresTouchScrollDelegate now returns false for iOS5; the default ret...Johannes Dahlström2012-05-071-8/+6
* Prevent setting mainWindow from a TestBaseLeif Åstrand2012-05-0712-35/+44
* Don't assume there's always an application (#8694)Leif Åstrand2012-05-072-6/+9
* [merge from 6.7] Test that a sensible message is displayed if no application ...Automerge2012-05-071-0/+26
* #8720 Use TouchScrollDelegate.enableTouchScrolling() instead of a TouchScroll...Johannes Dahlström2012-05-041-30/+6
* #8716 Use TouchScrollDelegate.enableTouchScrolling() instead of a TouchScroll...Johannes Dahlström2012-05-041-16/+2
* Improved TouchScrollHandler helperJohannes Dahlström2012-05-041-15/+8
* [merge from 6.7] Fix #7136: Opening a modal subwindow when there are visible ...Automerge2012-05-044-0/+104
* Add new CSS class to the base theme enabling (touch) scrolling of the element...Johannes Dahlström2012-05-041-0/+5
* [merge from 6.7] Blur the combo box before swapping data source to avoid rand...Automerge2012-05-041-0/+5
* [merge from 6.7] Fixed #8589: Permit XHTML content in UserErrorAutomerge2012-05-031-1/+1
* New helper class handling touch scrolling either natively or with TouchScroll...Johannes Dahlström2012-05-031-1/+46
* [merge from 6.7] Add missing ?restartApplication from the URLAutomerge2012-05-031-1/+1
* [merge from 6.7] Don't paint references to orphan components #8730Automerge2012-05-034-6/+102
* Test using Firefox 12 (#8739)Leif Åstrand2012-05-021-1/+1
* [merge from 6.7] Simplified test case for #8730Automerge2012-04-271-0/+90
* [merge from 6.7] Improved #8619 fixAutomerge2012-04-271-27/+32
* [merge from 6.7] Fix and test case for #8619: Add sanity checks to GridLayout...Automerge2012-04-272-4/+74