summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Add partially broken mini tutorial code for alpha 2Leif Åstrand2012-06-2021-0/+668
* Eliminate scanning for accept criteria by reversed annotation (#8641)Henri Sara2012-06-2029-300/+77
* Restructure mini tutorial packagesLeif Åstrand2012-06-209-9/+9
* Disable tutorial code for browser.getClientHeight/Width as it's brokenLeif Åstrand2012-06-201-13/+12
* Update mini tutorial code to work with current APIsLeif Åstrand2012-06-202-6/+8
* Add (partially broken) mini tutorial code to help detecting breakageLeif Åstrand2012-06-2010-0/+504
* Javadocs and minor tweaks for extensions, JavaScript and js wrappersLeif Åstrand2012-06-2011-48/+488
* Fix tests broken by the layout overhaulJohannes Dahlström2012-06-202-7/+9
* Actually click on the splitter (test broken by #4120 changes)Johannes Dahlström2012-06-202-4/+6
* 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
* Fix test broken by a DOM change: properly click the tab close buttonJohannes Dahlström2012-06-191-2/+3
* Register mousedown handler correctlyJohannes Dahlström2012-06-191-5/+4
* Properly update v-disabled styles for most components (#8719)Leif Åstrand2012-06-195-9/+407
* Window.showNotification -> Notification.showJohannes Dahlström2012-06-191-2/+1
* Merge branch '6.8'Johannes Dahlström2012-06-1950-381/+558
|\
| * #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
| * TB script for #8949Johannes Dahlström2012-06-152-0/+65
| * #8949 Make sure a drag image always has absolute positionJohannes Dahlström2012-06-152-4/+48
| * Fixed typo (: instead of =) (#8941)Artur Signell2012-06-141-1/+1
| * #7766 Use debug id in test to make IE 6,7,8 not fail so harJohannes Dahlström2012-06-142-20/+6
| * #8852 Applied Sami's patch with minor changes to comments and the testJohannes Dahlström2012-06-144-9/+135
| * #7766 Applied Sami's patchJohannes Dahlström2012-06-143-1/+100
| * Change Chameleon -> chameleon + unit test for all builtin themes (#8386)Leif Åstrand2012-06-133-1/+49
* | Merge remote-tracking branch 'origin/master'Johannes Dahlström2012-06-1946-874/+1257
|\ \
| * | 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-1945-869/+1253
* | | 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-197-48/+98
|\| |
| * | 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-152-5/+33
| * | 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-1538-560/+913
|\| |
| * | 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-1410-28/+183
| * | Use callbacks directly as fields in connector object (#8888)Leif Åstrand2012-06-1412-50/+193
| * | Rename Javascript -> JavaScriptLeif Åstrand2012-06-1423-140/+142
| * | JavascriptManager -> JavaScript and changes based on review (#6730)Leif Åstrand2012-06-1410-67/+83
| * | Change package name in js file not changed by previous refactoringLeif Åstrand2012-06-141-3/+3
| * | 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