summaryrefslogtreecommitdiffstats
path: root/src/com
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* #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-042-0/+20
* [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] Don't paint references to orphan components #8730Automerge2012-05-032-6/+30
* [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-271-4/+13
* [merge from 6.7] Use equals instead of == to compare item ids (#8712). Using ...Automerge2012-04-271-1/+1
* Make sure the request timer is always stopped, better names #8694Jonatan Kronqvist2012-04-274-22/+27
* Simplified fix for #8694Jonatan Kronqvist2012-04-275-132/+56
* Removed duplicate code for broken Android detection (#8716)Artur Signell2012-04-262-10/+3
* Functions for reporting Android and iOS version (#8716)Artur Signell2012-04-262-0/+94
* Joined MobileOS and OS so only one operating system is reported (#7911)Artur Signell2012-04-262-30/+16
* #8551 Add isAndroid() testJohannes Dahlström2012-04-261-1/+3
* Fix #8551: Notifications are displayed in parts on an Asus TF101Johannes Dahlström2012-04-261-0/+5
* Add support for html in buttons (#8663)Leif Åstrand2012-04-263-2/+66
* Make new classes serializableLeif Åstrand2012-04-261-2/+4
* Fixes #8693 by applying patch, adds automated test for the case.Marc Englund2012-04-251-0/+7
* Explicitly focus widget when simulating click (#8659)Leif Åstrand2012-04-251-0/+13
* Add test for $entry and make it ignore some false positives (#8699)Leif Åstrand2012-04-256-0/+12
* Added v-ios and v-android for mobile devices (#7911)Artur Signell2012-04-252-13/+104
* Applied patch provided for #8600 (hasChildren() broken if item used to have c...Marc Englund2012-04-241-1/+2
* Wrap javascript callback entry points in $entry (#8699)Leif Åstrand2012-04-2410-47/+47
* Increased debug window default size (#8523)Artur Signell2012-04-241-4/+17
* [merge from 6.7] Fix #8550 in 6.7 after allAutomerge2012-04-233-109/+214
* [merge from 6.7] doUidlRequest() should not set hasActiveRequest=false when r...Automerge2012-04-231-4/+0
* [merge from 6.7] Moved Mattis touchscroll fixes to 6.8Automerge2012-04-203-214/+109
* [merge from 6.7] #8407 Handle the case of a 503 response without a Retry-Afte...Automerge2012-04-201-15/+27
* [merge from 6.7] * fixed timing issue that might leave scroll "outside" of th...Automerge2012-04-191-44/+46