summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Remove Table.setLazyLoading (#6010)Leif Åstrand2012-05-301-13/+0
* Implement first version of view and navigation APIs (#8859).Henri Sara2012-05-246-0/+805
* Made it possible to override the type of wrapped request used in portalsArtur Signell2012-05-221-18/+29
* Include original exception when throwing PaintExceptionLeif Åstrand2012-05-142-4/+17
* Added support for map keys of any type (#8602)Artur Signell2012-05-143-104/+59
* Updated AbstractOrderedLayout to no longer use paintContentArtur Signell2012-05-143-86/+95
* Fixed problem with iterator containing null (#8729)Artur Signell2012-05-141-0/+4
* Fix for URL generation in browser details request (#8785)Artur Signell2012-05-141-5/+21
* Initialize all variables in constructor instead of while loading theArtur Signell2012-05-131-2/+2
* Allow creation of stream variables in RenderRequests aswell (#8785)Artur Signell2012-05-131-4/+24
* Encode enum as String for legacy updates to be Vaadin 6 compatibileArtur Signell2012-05-134-19/+43
* Added missing licenseArtur Signell2012-05-139-1/+27
* Workaround for incorrect hierarchy (#8797)Artur Signell2012-05-131-0/+9
* State is now created using generators, removed setState (#8502)Artur Signell2012-05-1159-363/+373
* Removed Safari 4 workaroundsArtur Signell2012-05-112-11/+1
* Send widgetset version with the first UIDL requestArtur Signell2012-05-117-89/+127
* Fixed problem with sending null values from the client to the serverArtur Signell2012-05-111-2/+6
* Updated Label to use shared stateArtur Signell2012-05-114-182/+126
* Added support for serializing enums (#8675)Artur Signell2012-05-117-54/+133
* Updated Audio and Video to use stateArtur Signell2012-05-1110-183/+198
* Moved most of TextField/TextArea/PasswordField paintContent to stateArtur Signell2012-05-119-251/+215
* Avoid unnecessary spaces in UIDLArtur Signell2012-05-111-2/+2
* Initial support for sending difference in state (#8419)Artur Signell2012-05-1112-71/+225
* Improved error messageLeif Åstrand2012-05-111-3/+4
* Add $entry to code only present in Vaadin 7 (#8699)Leif Åstrand2012-05-043-5/+7
* Merge remote branch 'origin/6.8'Leif Åstrand2012-05-0426-100/+385
|\
| * [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
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-2514-169/+438
|\|
| * 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