summaryrefslogtreecommitdiffstats
path: root/src/com/vaadin
Commit message (Expand)AuthorAgeFilesLines
* Javadocs and minor tweaks for extensions, JavaScript and js wrappersLeif Åstrand2012-06-2011-48/+488
* Fixed regression: AbstractClickEventHandler.onMouseUp() should call shouldFir...Johannes Dahlström2012-06-191-1/+2
* Fix DragAndDropWrapper tooltip handling to use shared stateJohannes Dahlström2012-06-192-1/+4
* Ensure widgets are scrollable after a state change (see also #8994)Johannes Dahlström2012-06-196-12/+38
* Register mousedown handler correctlyJohannes Dahlström2012-06-191-5/+4
* Properly update v-disabled styles for most components (#8719)Leif Åstrand2012-06-193-9/+15
* Merge branch '6.8'Johannes Dahlström2012-06-1932-356/+192
|\
| * #7938 Added reference to #8971 to the javadocJohannes Dahlström2012-06-151-0/+3
| * #7938 Clarified Window.center() javadocJohannes Dahlström2012-06-151-2/+4
| * Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1
| * #8852 Applied Sami's patch with minor changes to comments and the testJohannes Dahlström2012-06-142-9/+20
| * #7766 Applied Sami's patchJohannes Dahlström2012-06-141-1/+8
| * Change Chameleon -> chameleon + unit test for all builtin themes (#8386)Leif Åstrand2012-06-131-1/+1
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-1910-726/+1137
|\ \
| * | Use new Function instead of eval to restrict scope (#8980)Leif Åstrand2012-06-191-3/+3
| * | Fix typo in variable nameLeif Åstrand2012-06-191-3/+3
| * | Extract API from Root to Page (#8907)Leif Åstrand2012-06-199-722/+1133
* | | Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure spli...Johannes Dahlström2012-06-193-5/+15
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-196-45/+94
|\| |
| * | Deprecate @LoadScripts to signal that it's a temporary hack (#8888)Leif Åstrand2012-06-181-0/+8
| * | Remove method accidentally left behind (#6730)Leif Åstrand2012-06-151-17/+0
| * | Add API for getting the parent connector's id (#8888)Leif Åstrand2012-06-151-5/+25
| * | Add support for getting the dom element for any connector id (#8888)Leif Åstrand2012-06-152-23/+20
| * | Add support for callbacks in other objects (e.g. "foo.bar") (#6730)Leif Åstrand2012-06-151-2/+29
| * | Properly pass arguments from the server to the callbacks (#8888)Leif Åstrand2012-06-151-1/+1
| * | Add StateChangeHandler in init to come after component handler (#8888)Leif Åstrand2012-06-153-2/+16
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-1533-529/+837
|\| |
| * | Add missing SerializableLeif Åstrand2012-06-151-1/+2
| * | Add missing $entryLeif Åstrand2012-06-151-2/+2
| * | Implement js rpc proxy objects and wildcard rpc support (#8888)Leif Åstrand2012-06-148-24/+176
| * | Use callbacks directly as fields in connector object (#8888)Leif Åstrand2012-06-148-40/+143
| * | Rename Javascript -> JavaScriptLeif Åstrand2012-06-1418-120/+122
| * | JavascriptManager -> JavaScript and changes based on review (#6730)Leif Åstrand2012-06-149-65/+79
| * | Add shorthand for removing an Extension from its target (#6690)Leif Åstrand2012-06-141-0/+4
| * | Require all Connectors to be either Components or Extensions (#6690)Leif Åstrand2012-06-141-0/+5
| * | File missing from previous commit (#6690)Leif Åstrand2012-06-141-19/+11
| * | Tweaks to Extension API based on review (#6690)Leif Åstrand2012-06-145-10/+45
* | | Fixed some errors caused by 6.8 merge; updated tests to use LegacyWindow/Appl...Johannes Dahlström2012-06-133-8/+26
* | | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-1331-297/+1074
|\| |
| * | Refresh row cache in requestRepaintAll to avoid partial repaint (#8714)Leif Åstrand2012-06-121-0/+8
| * | Navigator API changes based on review (#8859)Henri Sara2012-06-121-144/+172
| * | Some Navigator API changes based on review (#8859).Henri Sara2012-06-123-106/+119
| * | Fix typoLeif Åstrand2012-06-121-1/+1
| * | Change api to use callback instead or rpc for js callbacks (#8888)Leif Åstrand2012-06-126-26/+44
| * | Call request repaint after manually triggering rpc (#8888)Leif Åstrand2012-06-121-0/+1
| * | Fix typoLeif Åstrand2012-06-123-6/+6
| * | Add support for simplified RPC communication with JS code (#8888)Leif Åstrand2012-06-124-5/+101
| * | Show better message when RPC method is not foundLeif Åstrand2012-06-121-0/+6
| * | Support sending raw JSON values (#8888)Leif Åstrand2012-06-121-0/+2
| * | Initial javascript callback support (#6730)Leif Åstrand2012-06-116-0/+181