| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '6.8' | Johannes Dahlström | 2012-06-19 | 50 | -381/+558 |
|\ |
|
| * | #7938 Added reference to #8971 to the javadoc | Johannes Dahlström | 2012-06-15 | 1 | -0/+3 |
| * | #7938 Clarified Window.center() javadoc | Johannes Dahlström | 2012-06-15 | 1 | -2/+4 |
| * | TB script for #8949 | Johannes Dahlström | 2012-06-15 | 2 | -0/+65 |
| * | #8949 Make sure a drag image always has absolute position | Johannes Dahlström | 2012-06-15 | 2 | -4/+48 |
| * | Fixed typo (: instead of =) (#8941) | Artur Signell | 2012-06-14 | 1 | -1/+1 |
| * | #7766 Use debug id in test to make IE 6,7,8 not fail so har | Johannes Dahlström | 2012-06-14 | 2 | -20/+6 |
| * | #8852 Applied Sami's patch with minor changes to comments and the test | Johannes Dahlström | 2012-06-14 | 4 | -9/+135 |
| * | #7766 Applied Sami's patch | Johannes Dahlström | 2012-06-14 | 3 | -1/+100 |
| * | Change Chameleon -> chameleon + unit test for all builtin themes (#8386) | Leif Åstrand | 2012-06-13 | 3 | -1/+49 |
* | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-19 | 46 | -874/+1257 |
|\ \ |
|
| * | | Use new Function instead of eval to restrict scope (#8980) | Leif Åstrand | 2012-06-19 | 1 | -3/+3 |
| * | | Fix typo in variable name | Leif Åstrand | 2012-06-19 | 1 | -3/+3 |
| * | | Extract API from Root to Page (#8907) | Leif Åstrand | 2012-06-19 | 45 | -869/+1253 |
* | | | Fix issues caused by 6.8 merge: prevent NPE with componentStyles; ensure spli... | Johannes Dahlström | 2012-06-19 | 3 | -5/+15 |
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-19 | 7 | -48/+98 |
|\| | |
|
| * | | Deprecate @LoadScripts to signal that it's a temporary hack (#8888) | Leif Åstrand | 2012-06-18 | 1 | -0/+8 |
| * | | Remove method accidentally left behind (#6730) | Leif Åstrand | 2012-06-15 | 1 | -17/+0 |
| * | | Add API for getting the parent connector's id (#8888) | Leif Åstrand | 2012-06-15 | 1 | -5/+25 |
| * | | Add support for getting the dom element for any connector id (#8888) | Leif Åstrand | 2012-06-15 | 2 | -23/+20 |
| * | | Add support for callbacks in other objects (e.g. "foo.bar") (#6730) | Leif Åstrand | 2012-06-15 | 2 | -5/+33 |
| * | | Properly pass arguments from the server to the callbacks (#8888) | Leif Åstrand | 2012-06-15 | 1 | -1/+1 |
| * | | Add StateChangeHandler in init to come after component handler (#8888) | Leif Åstrand | 2012-06-15 | 3 | -2/+16 |
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-15 | 38 | -560/+913 |
|\| | |
|
| * | | Add missing Serializable | Leif Åstrand | 2012-06-15 | 1 | -1/+2 |
| * | | Add missing $entry | Leif Åstrand | 2012-06-15 | 1 | -2/+2 |
| * | | Implement js rpc proxy objects and wildcard rpc support (#8888) | Leif Åstrand | 2012-06-14 | 10 | -28/+183 |
| * | | Use callbacks directly as fields in connector object (#8888) | Leif Åstrand | 2012-06-14 | 12 | -50/+193 |
| * | | Rename Javascript -> JavaScript | Leif Åstrand | 2012-06-14 | 23 | -140/+142 |
| * | | JavascriptManager -> JavaScript and changes based on review (#6730) | Leif Åstrand | 2012-06-14 | 10 | -67/+83 |
| * | | Change package name in js file not changed by previous refactoring | Leif Åstrand | 2012-06-14 | 1 | -3/+3 |
| * | | Add shorthand for removing an Extension from its target (#6690) | Leif Åstrand | 2012-06-14 | 1 | -0/+4 |
| * | | Require all Connectors to be either Components or Extensions (#6690) | Leif Åstrand | 2012-06-14 | 1 | -0/+5 |
| * | | File missing from previous commit (#6690) | Leif Åstrand | 2012-06-14 | 1 | -19/+11 |
| * | | Tweaks to Extension API based on review (#6690) | Leif Åstrand | 2012-06-14 | 5 | -10/+45 |
* | | | Fixed some errors caused by 6.8 merge; updated tests to use LegacyWindow/Appl... | Johannes Dahlström | 2012-06-13 | 7 | -21/+42 |
* | | | Merge remote-tracking branch 'origin/master' | Johannes Dahlström | 2012-06-13 | 41 | -503/+1907 |
|\| | |
|
| * | | Refresh row cache in requestRepaintAll to avoid partial repaint (#8714) | Leif Åstrand | 2012-06-12 | 2 | -4/+10 |
| * | | Test app for #8714 | Leif Åstrand | 2012-06-12 | 1 | -0/+116 |
| * | | Rename feature -> extension in test classes | Leif Åstrand | 2012-06-12 | 4 | -11/+11 |
| * | | Navigator API changes based on review (#8859) | Henri Sara | 2012-06-12 | 3 | -274/+462 |
| * | | Some Navigator API changes based on review (#8859). | Henri Sara | 2012-06-12 | 5 | -179/+258 |
| * | | Fix typo | Leif Åstrand | 2012-06-12 | 1 | -1/+1 |
| * | | Change api to use callback instead or rpc for js callbacks (#8888) | Leif Åstrand | 2012-06-12 | 7 | -38/+52 |
| * | | Call request repaint after manually triggering rpc (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+1 |
| * | | Fix typo | Leif Åstrand | 2012-06-12 | 3 | -6/+6 |
| * | | Add support for simplified RPC communication with JS code (#8888) | Leif Åstrand | 2012-06-12 | 4 | -5/+101 |
| * | | Show better message when RPC method is not found | Leif Åstrand | 2012-06-12 | 1 | -0/+6 |
| * | | Support sending raw JSON values (#8888) | Leif Åstrand | 2012-06-12 | 1 | -0/+2 |
| * | | Initial javascript callback support (#6730) | Leif Åstrand | 2012-06-11 | 8 | -0/+279 |