summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* #7911 Added a common CSS class "v-touch" for all touch devicesJohannes Dahlström2012-05-251-1/+6
* Manual merge from 6.7 to 6.8 for #8799 timer unregistration.Henri Sara2012-05-241-0/+19
* [merge from 6.7] #8801 Recompute VFilterSelect textbox width if popup opener ...Automerge2012-05-241-0/+6
* Merged VView changes to 6.8 (#8799).Henri Sara2012-05-241-22/+99
* Fixed styles that were left lingering while changing the orientation of a sli...Tapio Aali2012-05-231-1/+10
* Table: Make some columns uncollapsable (#7495)Leif Åstrand2012-05-232-2/+71
* [merge from 6.7] Recalculate column widths if scrollbar has changed (#6039)Automerge2012-05-221-0/+8
* [merge from 6.7] #8305 extend Liferay session when the user interacts with a ...Automerge2012-05-221-0/+27
* Remove clientHeight/Width from WebBrowser (#5655)Leif Åstrand2012-05-223-45/+4
* Make browser window size available in Window (#5655)Leif Åstrand2012-05-222-16/+64
* #8724 Properly generate simulated click events from touch events on iOS 5Johannes Dahlström2012-05-221-0/+5
* [merge from 6.7] Remove duplicate code in constructorAutomerge2012-05-211-7/+1
* Removed an empty if() {}Johannes Dahlström2012-05-211-2/+0
* #8724 Factored away duplicate code in native/non-native touch handling, remov...Johannes Dahlström2012-05-211-115/+33
* [merge from 6.7] Don't trigger actions if space or enter is pressed with Butt...Automerge2012-05-212-28/+12
* #8723 Remove superfluous sinkEvents() callJohannes Dahlström2012-05-211-2/+0
* [merge from 6.7] #8810 Fix row collapse animation as wellAutomerge2012-05-181-12/+21
* [merge from 6.7] Fix #8810 - only animate row expansion if there are child ro...Automerge2012-05-181-2/+9
* [merge from 6.7] #8805 fix flickering of partial first row in table, related ...Automerge2012-05-181-0/+7
* [merge from 6.7] #8793 Retain all tab metadata, not just caption and icon, in...Johannes Dahlström2012-05-181-46/+32
* [merge from 6.7] Rename illogical local variableAutomerge2012-05-161-3/+3
* [merge from 6.7] Take viewport scrolling into account when calculating drop p...Automerge2012-05-151-5/+12
* [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
* #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-141-1/+37
* #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
* #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] 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
* TouchScrollHandler: added debug info, restored setElements()Johannes Dahlström2012-05-091-0/+29
* [merge from 6.7] Don't activate tab when clicking close element (#7686)Automerge2012-05-081-1/+12
* #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
* Don't assume there's always an application (#8694)Leif Åstrand2012-05-072-6/+9
* #8720 Use TouchScrollDelegate.enableTouchScrolling() instead of a TouchScroll...Johannes Dahlström2012-05-041-30/+6