aboutsummaryrefslogtreecommitdiffstats
path: root/ethereal/ui/html_container.go
Commit message (Collapse)AuthorAgeFilesLines
* Moved filesobscuren2014-07-021-133/+0
|
* changed name for ethutil hex functions; and access to keyring via keyManagerzelig2014-06-301-1/+1
|
* changed logger API, functions that allow Gui to implement ethlog.LogSystem ↵zelig2014-06-231-2/+2
| | | | for gui logging
* Implemented GUI watchers for rapid reload. Implements #46Maran2014-05-201-0/+60
|
* Added storage watchobscuren2014-05-051-3/+2
|
* Moved public interfaceobscuren2014-05-021-3/+3
|
* Moved APIobscuren2014-05-021-2/+3
|
* Split off External applications from main libraryobscuren2014-04-301-0/+73
External applications now accept containers which function as the frontend where the ExtApplication functions as the backend. Containers execute within their own engine and have their own context and are destroyed when released.