Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the Root interface and renamed DefaultRoot class to Root | Leif Åstrand | 2011-11-03 | 1 | -418/+0 |
| | | | | | Also moved the scrollTo functionality from Window to Root as the change in the Root class hierachy caused the functionality to not work in Window. | ||||
* | Restored support for executeJavaScript in Root | Leif Åstrand | 2011-11-02 | 1 | -0/+47 |
| | |||||
* | Restored support for Notifications in root | Leif Åstrand | 2011-11-02 | 1 | -0/+173 |
| | | | Also removed the deprecated set/getMessage method from Notification | ||||
* | Restored functionality related to subwindows and focus in Root | Leif Åstrand | 2011-11-02 | 1 | -3/+143 |
| | |||||
* | Split Window to Root and Window | Leif Åstrand | 2011-11-01 | 1 | -0/+58 |
Everything related to top level windows disabled in Window, introduced basic Root for top level windows and disabled everything that isn't required to get a simple hard coded example to run. |